@charset "utf-8";
:root{
	--black:#242424;
	--white: #fff;
	--blue:#19688D;
	--green:#2E9568;
	--red: #BF1111;
	--gray: #D8D8D8;
	--light: #F0F0F0;
	--dark: #333333;
	--breakpoint-xs: 0;
	--breakpoint-sm: 600px;
	--breakpoint-md: 880px;
	--breakpoint-lg: 1080px;
	--breakpoint-xl: 1200px;
	--breakpoint-full: 100%;
	--font-sans-serif: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	--font-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	--font-size40:clamp(32px, 24.000px + 1.333vw, 40px);
	--font-size36:clamp(30px, 24.000px + 1vw, 36px);
	--font-size34:clamp(28px, 22.000px + 1vw, 34px);
	--font-size32:clamp(26px, 20.000px + 1vw, 32px);
	--font-size30:clamp(25px, 20.000px + 0.833vw, 30px);
	--font-size28:clamp(24px, 20.000px + 0.667vw, 28px);
	--font-size26:clamp(22px, 18.000px + 0.667vw, 26px);
	--line-height-lg:2.25;
	--line-height-md:1.75;
	--line-height-sm:1.5;
	--line-height-xs:1.3;

	/*Style Guide*/
	--primary-color:var(--green);
	--sub-color:var(--blue);
	--primary-font: var(--font-sans-serif);
	--web-font: 'Lato', sans-serif;
}

body {
	font-size:inherit;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 0.1em;
	line-height: var(--line-height-md);
	position: relative;
	color: #242424;
	font-family: var(--primary-font);
	font-weight: 400;
	text-align: left;	
}

#tinymce,
.wp-content,
.wp-block-freeform {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	color: #242424;
}
@media screen and (max-width: 600px) {
  #tinymce,
.wp-content,
.wp-block-freeform {
    font-size: 14px;
  }
}

/*左揃え・中央揃え・右揃え対応ベース*/
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float: right;
	margin-left: 1.5em;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
}
#tinymce a,
.wp-content a,
.wp-block-freeform a{
  color:var(--primary-color);
  text-decoration: underline;
}
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6,
.wp-block-freeform h1,
.wp-block-freeform h2,
.wp-block-freeform h3,
.wp-block-freeform h4,
.wp-block-freeform h5,
.wp-block-freeform h6 {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	font-style: normal;
	color:var(--primary-color);
}

#tinymce h2,
.wp-content h2,
.wp-block-freeform h2 {
	font-size: 28px;
	letter-spacing: 0.14em;
	margin-top: 30px;
	margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #tinymce h2,
.wp-content h2,
.wp-block-freeform h2 {
    font-size: 22px;
  }
}
#tinymce h3,
.wp-content h3,
.wp-block-freeform h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-left: 1em;
  color: var(--black);
  border-left: 2px solid var(--primary-color);
	padding: 7px 18px;
	margin-top: 45px;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #tinymce h3,
.wp-content h3,
.wp-block-freeform h3 {
    font-size: 20px;
  }
}
#tinymce h4,
.wp-content h4,
.wp-block-freeform h4 {
	font-size: 22px;
	letter-spacing: 0.1em;
  color:#2E2E2E;
	margin-top: 25px;
	margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
  #tinymce h4,
.wp-content h4,
.wp-block-freeform h4 {
    font-size: 18px;
  }
}
#tinymce h5,
.wp-content h5,
.wp-block-freeform h5 {
  font-size: 18px;
  color:var(--primary-color);
  margin-top: 22px;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  #tinymce h5,
.wp-content h5,
.wp-block-freeform h5 {
    font-size: 16px;
  }
}
#tinymce h6,
.wp-content h6,
.wp-block-freeform h6 {
  font-size: 16px;
  color:#2E2E2E;
  margin-top: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  #tinymce h6,
.wp-content h6,
.wp-block-freeform h6 {
    font-size: 14px;
  }
}
#tinymce p,
.wp-content p,
.wp-block-freeform p {
	font-size:14px;
	letter-spacing: 0.1em;
	line-height:1.571;
}
#tinymce p + p,
.wp-content p + p,
.wp-block-freeform p + p {
  margin-top:1.5em;
}
#tinymce div,
.wp-content div,
.wp-block-freeform div {
	margin-top:20px;
	margin-bottom:20px;
}
#tinymce figure,
.wp-content figure,
.wp-block-freeform {
	margin-top:25px;
	margin-bottom:20px;
}
#tinymce figure:has(img),
.wp-content figure:has(img),
.wp-block-freeform figure:has(img) {
  width:fit-content;
	overflow:hidden;
}
.wp-content .inner > img{
  margin:10px 0;
}
#tinymce strong,
.wp-content strong,
.wp-block-freeform strong {
  font-weight:bold;
}
#tinymce dl,
.wp-content dl,
.wp-block-freeform dl {
  margin-bottom: 28px;
}
#tinymce dl dt,
.wp-content dl dt,
.wp-block-freeform dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
  color: #333333;
  padding: 14px 10px 13px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 600px) {
  #tinymce dl dt,
.wp-content dl dt,
.wp-block-freeform dl dt {
    font-size: 14px;
    line-height: 30px;
  }
}
#tinymce dl dt:last-child,
.wp-content dl dt:last-child,
.wp-block-freeform dl dt:last-child {
  border-bottom: 1px solid #707070;
}
#tinymce ul,
.wp-content ul,
.wp-block-freeform ul ,
#tinymce ol,
.wp-content ol,
.wp-block-freeform ol {
  font-size:1rem;
  padding: 0;
	margin:15px 0 15px 0.5em;
}
#tinymce ul li,
.wp-content ul li,
.wp-block-freeform ul li,
#tinymce ul li,
.wp-content ul li,
.wp-block-freeform ul li {
  font-size: 1em;
  line-height: 2;
  position: relative;
  padding: 0 0 7px 19px;
}
#tinymce ul li:before,
.wp-content ul li:before,
.wp-block-freeform ul li:before {
  content: "";
  background: #2e2e2e;
  width: 6px;
  height: 6px;
  line-height:1;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 6px);
  left: 1px;
  z-index: 1;
}
#tinymce ol,
.wp-content ol,
.wp-block-freeform ol {
  list-style: none;
  counter-reset: number;
  margin-bottom: 26px;
}
#tinymce ol li,
.wp-content ol li,
.wp-block-freeform ol li {
  font-size: 16px;
  font-weight: 700;
  line-height: 37px;
  color: #333333;
  position: relative;
  padding-left: 1.5em;
}
#tinymce ol li:before,
.wp-content ol li:before,
.wp-block-freeform ol li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  z-index: 1;
  font-weight: bold;
  color:var(--primary-color);
}
#tinymce ol li:not(:last-child),
.wp-content ol li:not(:last-child),
.wp-block-freeform ol li:not(:last-child) {
  margin-bottom: 7px;
}

#tinymce table,
.wp-content table,
.wp-block-table table,
.wp-block-freeform table {
	position:relative;
	font-size:15px;
	font-weight:500;
	letter-spacing:0.08em;
  border-spacing: 0;
	border-collapse: separate;
  border: none;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}
#tinymce table th,
#tinymce table td,
.wp-content table th,
.wp-content table td,
.wp-block-table table th,
.wp-block-table table td,
.wp-block-freeform table th,
.wp-block-freeform table td {
	font-size:15px;
	font-weight:500;
  color: #333333;
	vertical-align: middle;
  padding:12px;
  border: none;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-color:#c4c4c4!important;
	white-space: nowrap;

}
@media screen and (max-width: 600px) {
  #tinymce table th,
#tinymce table td,
.wp-content table th,
.wp-content table td,
.wp-block-table table th,
.wp-block-table table td,
.wp-block-freeform table th,
.wp-block-freeform table td {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#tinymce table th,
.wp-content table th,
.wp-block-table table th,
.wp-block-freeform table th {
  font-weight:bold;
	color:#fff;
	background:var(--primary-color);
}
@media screen and (max-width: 600px) {
  #tinymce table th,
.wp-content table th,
.wp-block-table table th,
.wp-block-freeform table th {
    width: 100%;
  }
}
#tinymce table td,
.wp-content table td,
.wp-block-table table td,
.wp-block-freeform table td {
  letter-spacing: 0;
	background:#fff;
}
@media screen and (max-width: 600px) {
  #tinymce table td,
.wp-content table td,
.wp-block-table table td,
.wp-block-freeform table td {
    width: 100%;
  }
}


.wp_content blockquote:not([class]), 
.wp-block-quote {
  font-size: 1rem;
  line-height: 2.25;
  background: #EAEFEE;
  position: relative;
  padding: 50px;
  margin-bottom: 30px;
}
.wp_content blockquote:not([class])::before, 
.wp_content blockquote:not([class])::after, 
.wp-block-quote::before, 
.wp-block-quote::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  font-size: 4.25rem/*68px*/;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  position: absolute;
}
.wp_content blockquote:not([class])::before, 
.wp-block-quote::before {
  content:"“";
  top: 12px;
  left: 15px;
}
.wp_content blockquote:not([class])::after, 
.wp-block-quote::after {
  content:"”";
  bottom: 12px;
  right: 15px;
}
.wp_content blockquote:not([class]) small, 
.wp_content blockquote:not([class]) cite, 
.wp-block-quote cite {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-decoration: none;
}

.wp-block-column > *:first-child,
.wp-block-media-text__content > *:first-child{
  margin-top:0;
}

/*リニューアル前の投稿引き継ぎコンテンツ*/
.wp-content #pr {
  margin: 25px 0;
  padding: 10px 10px;
  border: 3px double #4EB9E2;
}
