@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&family=Zen+Kaku+Gothic+Antique:wght@700&family=Zen+Old+Mincho:wght@700&display=swap");

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px dotted #464646;
  margin: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2f2f3a;
  font-size: 1em;
  line-height: 1.6;
  position: relative;
}

.fo_kaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.fo_mincho {
  font-family: "Zen Old Mincho", serif;
}

.bold {
  font-weight: 700;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0px;
}

a {
  color: #2f2f3a;
  text-decoration: none;
}
a:hover {
  color: #999999;
}

/* 文字装飾 */
.fo06 {
  font-size: 0.6em !important;
}
.fo07 {
  font-size: 0.7em !important;
}
.fo075 {
  font-size: 0.75em !important;
}
.fo08 {
  font-size: 0.8em !important;
}
.fo085 {
  font-size: 0.85em !important;
}
.fo09 {
  font-size: 0.9em !important;
}
.fo105 {
  font-size: 1.05em !important;
}
.fo11 {
  font-size: 1.1em !important;
}
.fo115 {
  font-size: 1.15em !important;
}
.fo12 {
  font-size: 1.2em !important;
}
.fo125 {
  font-size: 1.25em !important;
}
.fo13 {
  font-size: 1.3em !important;
}
.fo14 {
  font-size: 1.4em !important;
}
.fo15 {
  font-size: 1.5em !important;
}
.fo16 {
  font-size: 1.6em !important;
}
.fo17 {
  font-size: 1.7em !important;
}
.fo18 {
  font-size: 1.8em !important;
}
.fo19 {
  font-size: 1.9em !important;
}
.fo20 {
  font-size: 2em !important;
}

.lh12 {
  line-height: 1.2 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh16 {
  line-height: 1.6 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
.lh20 {
  line-height: 2 !important;
}
.lh23 {
  line-height: 2.3 !important;
}

.fo_white {
  color: #ffffff !important;
}
.fo_green {
  color: #50b7b4 !important;
}
.fo_gray {
  color: #a1a1a6 !important;
}

.ls005 {
  letter-spacing: 0.05em;
}
.ls01 {
  letter-spacing: 0.1em;
}
.ls02 {
  letter-spacing: 0.2em;
}

/* ボックス */
.cont1000 {
  max-width: 1030px;
  padding: 0px 15px;
  margin: 0px auto;
}
.cont1200 {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0px auto;
}

.left {
  float: left;
}
.right {
  float: right;
}

.pos_rel {
  position: relative;
}
.pos_ab {
  position: absolute;
}

.z50 {
  z-index: 50;
}
.z-1 {
  z-index: -1;
}

.img_middle {
  vertical-align: middle;
}

.ta_center {
  text-align: center !important;
}
.ta_right {
  text-align: right !important;
}
.ta_left {
  text-align: left !important;
}
.ta_right-s_center {
  text-align: right !important;
}
.ta_left-s_center {
  text-align: left !important;
}
.ta_center-s_left {
  text-align: center !important;
}

.back_white {
  background-color: #fff !important;
}
.back_green {
  background-color: #f4f9f8 !important;
}

@media print, (min-width: 751px) {
  .hidden_l {
    display: none !important;
  }
}

/* リスト */
ol {
  padding-left: 2em;
}
ol li {
  list-style: outside decimal;
}

.list_disc {
  padding-left: 1em;
}
.list_disc li {
  list-style: outside disc;
}

.list_indent {
  padding-left: 1em;
}
.list_indent li {
  text-indent: -1em;
}

/* margin */
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mb40-20 {
  margin-bottom: 40px !important;
}
.mb50-30 {
  margin-bottom: 50px !important;
}
.mb60-30 {
  margin-bottom: 60px !important;
}
.mb80-40 {
  margin-bottom: 80px !important;
}
.mb100-60 {
  margin-bottom: 100px !important;
}
.mb120-60 {
  margin-bottom: 120px !important;
}
.mb120-80 {
  margin-bottom: 120px !important;
}
.mb160-80 {
  margin-bottom: 160px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}

/* clearFix */
.clearFix {
  zoom: 100%;
}
.clearFix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* ------------------------
	ヘッダー
------------------------ */

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.header .box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  padding: 10px 15px;
  margin: auto;
  column-gap: 2em;
}
.header h1 {
  width: 48px;
}

.header_btn {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12em;
  height: 4em;
  background: url("../images/common/header_btn_bg02.svg") no-repeat center center;
  background-size: 100% 100%;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.3;
  color: #2f2f3a;
}
.header_btn li:first-child a > div {
  background: url("../images/common/ico_tel.svg") no-repeat left center;
  background-size: 1.4em auto;
  padding-left: 2em;
}
.header_btn li:last-child a:before {
  content: "";
  display: inline-block;
  background: url("../images/common/ico_mail.svg") no-repeat center center;
  background-size: 100% auto;
  width: 1.8em;
  height: 1.2em;
  margin-right: 0.5em;
}

.header.top .box01 {
  align-items: flex-start;
  padding-top: 2em;
}
.header.top h1 {
  width: 9%;
}
.top .header_btn {
  margin-left: -5em;
  gap: 0;
  align-items: flex-start;
}
.top .header_btn a {
  background-image: url("../images/common/header_btn_bg.svg");
  height: auto;
}
.top .header_btn li:first-child a {
  width: 10.5em;
  margin: 3em -1.8em 0 0;
  position: relative;
  z-index: 50;
  font-size: 1.2em;
}
.top .header_btn li:first-child a > div {
  background-position: center 1em;
  background-size: 1.8em auto;
  padding: 2.7em 0 1.5em;
}
.top .header_btn li:last-child a {
  flex-flow: column;
  padding: 2.3em 0;
  width: 10.5em;
  letter-spacing: 0.05em;
}
.top .header_btn li:last-child a:before {
  margin: 0 0 0.3em;
  width: 2.1em;
  height: 1.7em;
}

.gn {
  display: flex;
  gap: 2em;
}
.gn > li {
  font-weight: bold;
}
.gn > li > a {
  display: block;
  position: relative;
  color: #2f2f3a;
  cursor: pointer;
}
.gn > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 5px;
  background: #fff;
  left: 0;
  bottom: 0.2em;
  transition: 0.3s;
}
.gn > li > a:hover:before {
  width: 100%;
}

@media (hover: none) {
  .gn > li > a:hover:before {
    width: 0 !important;
    transition: none !important;
  }
}

/* ドロップダウンメニュー */
.gn .dd {
  position: relative;
  z-index: 99999;
}
.gn .dd > a {
  background: url("../images/common/gn_arrow02.svg") no-repeat right center;
  background-size: 0.6em auto;
  padding-right: 1em;
}
.gn .dd > div {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.5em;
}
.gn .dd ul {
  min-width: 13em;
  box-shadow: 2px 2px 1px rgba(134, 175, 209, 0.5);
  border-radius: 1em;
  background-color: #fff;
  padding: 1em 1.7em;
  z-index: 99999;
}
.gn .dd ul a {
  display: block;
  background: url("../images/common/gn_arrow.svg") no-repeat left center;
  background-size: 0.5em auto;
  line-height: 1.6;
  padding: 0.2em 0;
  padding-left: 1.2em;
  font-weight: 700;
}
.gn .dd ul a:hover {
  opacity: 0.7;
}

.clone-nav {
  position: fixed;
  transition: 0.3s;
  transform: translateY(-100%);
  background: url("../images/common/gn_bg.svg") no-repeat center bottom;
  background-size: 105% 105%;
}
.is-show {
  transform: translateY(0);
}

@media only screen and (max-width: 1250px) {
  .header.top .box01 {
    padding-top: 15px;
  }
  .header.top h1 {
    width: 100%;
  }
  .header .hidden_s,
  .clone-nav {
    display: none !important;
  }
  .sp-navi.hidden_l {
    display: block !important;
  }

  .header .box01 {
    padding: 0 !important;
  }
  .header h1 {
    line-height: 70px;
    padding-left: 10px;
    width: auto;
  }
  .header h1 .hidden_l {
    width: auto;
    height: 40px;
    vertical-align: middle;
    display: inline !important;
  }

  /* ハンバーガーメニュー */
  .humberger {
    background: #50b7b4;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 10001;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) {
    top: 11px;
  }
  .humberger span:nth-of-type(2) {
    top: 19px;
  }
  .humberger span:nth-of-type(3) {
    top: 27px;
  }
  .humberger:after {
    color: #fff;
    content: "MENU";
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
  }
  .is-open .humberger:after {
    content: "CLOSE";
  }
  .is-open .humberger span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .is-open .humberger span:nth-of-type(2) {
    opacity: 0;
  }
  .is-open .humberger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  /* ナビ本体 */
  .sp-navi {
    -webkit-text-size-adjust: 100%;
  }
  .sp-navi.is-open .sp-navi-inner {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
  }
  .sp-navi .sp-navi-inner {
    background: #f4f9f8;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    padding-bottom: 30px;
    font-size: 1.1em;
  }

  .sp-navi .logo {
    line-height: 70px;
    padding-left: 10px;
  }
  .sp-navi .logo img {
    width: auto;
    height: 40px;
    vertical-align: middle;
  }

  .sp-navi .list01 a {
    color: #2f2f3a;
  }
  .sp-navi .list01 li {
    position: relative;
  }
  .sp-navi .list01 li > a {
    display: block;
    text-decoration: none;
    border-bottom: dashed 1px #ccc;
    padding: 0 60px 0 2.5em;
    position: relative;
    line-height: 50px;
    cursor: pointer;
  }
  .sp-navi .list01 > li > a:before {
    content: "";
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -1.5px;
    width: 0.7em;
    height: 3px;
    background-color: #50b7b4;
  }
  .sp-navi .list01 > li ul {
    display: none;
  }
  .sp-navi .list01 > li li a {
    display: block;
    text-decoration: none;
    border-bottom: dashed 1px #ccc;
    padding: 0 60px 0 3.5em;
    font-size: 0.95em;
    line-height: 50px;
    position: relative;
  }
  .sp-navi .list01 > li li a:before {
    content: "";
    position: absolute;
    left: 2em;
    top: 50%;
    width: 0.8em;
    height: 1px;
    background-color: #50b7b4;
  }
  .sp-navi .list01 li.show_sp {
    display: block;
  }

  .sp-navi .open_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 51px;
    background-color: #50b7b4;
    width: 50px;
    line-height: 51px;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    color: #fff;
  }
  .sp-navi .open_btn:after {
    content: "+";
  }
  .sp-navi .open_btn.open:after {
    content: "-";
  }

  .sp-navi .header_btn {
    justify-content: center;
    font-size: min(3.9vw, 1em);
  }
}

/* ------------------------
	フッター
------------------------ */

.footer_img01 img {
  width: 100%;
}

.footer .box01 {
  display: flex;
  justify-content: space-between;
}
.footer_nav {
  display: flex;
  gap: 4em;
}
.footer_nav li {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.footer_nav a {
  display: inline-block;
  position: relative;
  color: #2f2f3a;
}
.footer_nav a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #b5e0df;
  width: 0;
  height: 5px;
  left: 0;
  bottom: 0.2em;
  transition: 0.3s;
}
.footer_nav a:hover:before {
  width: 100%;
}

@media (hover: none) {
  .footer_nav a:hover:before {
    width: 0 !important;
    transition: none !important;
  }
}

.footer .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8em 1.5em;
}

@media only screen and (max-width: 1024px) {
  .footer {
    font-size: min(1.7vw, 1em);
  }
}

/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

.mainimage {
  background: url("../images/top/main_bg.svg") no-repeat calc(50% - 300px) calc(100% - 70px) #d9e8e6;
  background-size: 1800px auto;
  padding: 120px 0 65px;
}
.mainimage .box01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mainimage .slide_wrap {
  width: 63%;
  margin: 0 -6% 0 6%;
}
.slide_wrap > figure {
  transition: opacity 0.25s ease;
}
.slide_wrap.is-ready > figure {
  opacity: 0;
  pointer-events: none;
}
.mainimage .slide_wrap > .pos_ab {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.mainimage .img01 {
  width: 40%;
  z-index: 500;
}
.mainimage .box02 {
  width: 56%;
  right: -12%;
  bottom: 0px;
  display: flex;
  gap: 8%;
}
.mainimage .box02 img {
  max-width: initial;
}
.mainimage .text01 {
  margin-top: 25px;
}
.mainimage .text02 {
  display: table;
  font-size: 2.4em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  padding: 0.2em 0.3em 0.2em 1em;
}
.mainimage .text03 {
  margin: 0.8em 0 0 2.5em;
}
.mainimage .text03 span {
  background: linear-gradient(transparent 60%, #fff 0%);
}

@media only screen and (max-width: 1200px) {
  .mainimage {
    background-size: 125% auto;
    background-position: 20% 30%;
    padding-top: 10%;
  }
  .mainimage .box02 {
    width: 43%;
    right: 1%;
    gap: 5%;
  }
  .mainimage .box02 img {
    max-width: 100%;
  }
  .mainimage .text01 {
    font-size: min(1.5vw, 1em);
  }
}

.viewer {
  width: 100%;
  position: relative;
}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.viewer ul li img {
  width: 100%;
}

.bg_border01 img {
  width: 120%;
  max-width: initial;
  height: 35px;
  margin-left: -5%;
}
.bg_border01.top img {
  margin-top: -1%;
}
.bg_border01.bottom img {
  margin-bottom: -1%;
}

.top_sec01 .box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3%;
}
.top_sec01 .box01 figure:nth-child(2) {
  order: 1;
  width: 41%;
}
.top_sec01 .box01 figure:nth-child(3) {
  order: 2;
  width: 43%;
}
.top_sec01 .box01 figure:nth-child(4) {
  order: 4;
  width: 43%;
}
.top_sec01 .box01 figure:nth-child(5) {
  order: 3;
  width: 44%;
}
.top_sec01 .img01 {
  width: 16%;
  left: 40%;
  bottom: 31%;
}

.top_sec02 {
  background: url("../images/top/top_sec02_bg01.svg") no-repeat calc(50% - 300px) center;
  background-size: 1900px auto;
}
.top_sec02 .box01 a img {
  transform: translateZ(0);
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}
.top_sec02 .box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 7%;
}
.top_sec02 .box01 a {
  display: block;
  width: 27%;
  z-index: 10;
}
.top_sec02 .box01 a:nth-child(-n + 2) {
  width: 30%;
  margin: 0 3%;
}
.top_sec02 .box01 a:nth-child(1),
.top_sec02 .box01 a:nth-child(3) {
  transform: rotate(-5deg);
}
.top_sec02 .box01 a:nth-child(2),
.top_sec02 .box01 a:nth-child(5) {
  transform: rotate(5deg);
}
.top_sec02 .box01 a:nth-child(4) {
  align-self: flex-start;
}
.top_sec02 .box01 a:nth-child(3),
.top_sec02 .box01 a:nth-child(5) {
  margin-top: 5%;
}
.top_sec02 .box01 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #b5e0df;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(5deg);
}
.top_sec02 .box01 a .back_white {
  border: solid 1px #50b7b4;
  width: 100%;
  height: 100%;
  padding: 3em 0 2em;
}
.top_sec02 .box01 .img01 {
  width: 21%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.top_sec02 .box01 .img01 img {
  width: 100%;
}
.top_sec02 .box01 a:nth-child(1) .text01,
.top_sec02 .box01 a:nth-child(3) .text01 {
  --twist: 5deg;
}
.top_sec02 .box01 a:nth-child(2) .text01,
.top_sec02 .box01 a:nth-child(5) .text01 {
  --twist: -5deg;
}
.top_sec02 .text01 {
  opacity: 0;
  top: -4.5em;
  left: -20px;
  z-index: 100;
  transform: rotate(var(--twist, 0deg)) translateY(1em);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.4s ease;
  will-change: transform, opacity;
}
.top_sec02 a:hover .text01 {
  opacity: 1;
  transform: rotate(var(--twist, 0deg)) translateY(0);
}
.top_sec02 .btn_area {
  display: inline-block;
  background: url("../images/common/ico_cir_arrow.svg") no-repeat right center;
  background-size: 1.2em auto;
  padding-right: 1.7em;
}
.top_sec02 .box01 a:nth-child(-n + 2) figure.mb15.pos_rel {
  padding: 0 15%;
}
.top_sec02 .box01 figure.mb15.pos_rel {
  padding: 0 23%;
}

@media only screen and (max-width: 1100px) {
  .top_sec02 {
    background-position: calc(100% - 2%) center;
    background-size: 140% auto;
  }
  .top_sec02 .box01 {
    gap: 50px 3%;
    font-size: min(1.5vw, 1em);
  }
  .top_sec02 .box01 a {
    width: 31%;
  }
  .top_sec02 .box01 a:nth-child(-n + 2) {
    width: 34%;
    align-self: center;
  }

  .top_sec02 .box01 a:not(:first-child) .text01 {
    display: none;
  }
  .top_sec02 .box01 a:first-child .text01 {
    left: -4em;
    top: -11em;
    opacity: 1;
    transform: rotate(var(--twist, 0deg)) translateY(0);
  }
}

@media only screen and (max-width: 1100px) {
  .top_sec02 .box01 a:first-child .text01 {
    left: -25%;
    top: -80%;
  }
}

.top_sec03 {
  background: url("../images/top/top_sec03_bg01.svg") no-repeat calc(50% + 150px) bottom;
  background-size: 1900px auto;
}
.top_sec03 .cont1000 {
  display: flex;
  justify-content: space-between;
}
.top_sec03 h2 {
  writing-mode: vertical-rl;
  display: inline-block;
}
.top_sec03 .text01 {
  top: 50%;
  left: calc(100% - 10%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .top_sec03 {
    background-position: 6% center;
    background-size: 125% auto;
  }
  .top_sec03 .cont1000 {
    align-items: center;
    justify-content: center;
    gap: 5%;
  }
  .top_sec03 .box_inner02 {
    width: 300px;
    margin-right: 8%;
  }
  .top_sec03 .text01 {
    left: auto;
    right: -16%;
    width: 40%;
  }
  .top_sec03 .fo125 {
    font-size: min(1.8vw, 1.25em) !important;
    margin-top: -2em;
  }
}

.top_sec04:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/top/top_sec02_bg01.svg") no-repeat center bottom;
  background-size: 100% auto;
  width: 1807px;
  height: 748px;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
}
.top_sec04 .box01 {
  display: flex;
  align-items: flex-start;
  margin-bottom: -13%;
}
.top_sec04 .box01 article {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top_sec04 .box01 .thumb {
  width: 32%;
  margin-right: -6%;
}
.top_sec04 .box01 .thumb:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #b5e0df;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  left: 0.4em;
  top: 0.5em;
}
.top_sec04 .box01 .thumb .img_hover {
  border-radius: 100%;
  position: relative;
  z-index: 500;
}
.top_sec04 .box01 .bg {
  width: 78%;
  border: solid 1px #50b7b4;
  border-radius: 1em;
  padding: 1.5em;
  margin-top: 17%;
}
.top_sec04 .box01 .bg:after {
  content: "";
  position: absolute;
  background: url("../images/top/top_sec04_bg01.webp") no-repeat center bottom;
  background-size: 100% 100%;
  width: 36px;
  height: 16px;
  bottom: -16px;
  z-index: 500;
}
.top_sec04 .box01 article:nth-of-type(1) {
  margin: 180px 0 60px;
}
.top_sec04 .box01 article:nth-of-type(2) {
  margin-left: -4%;
}
.top_sec04 .box01 article:nth-of-type(3) {
  align-self: flex-end;
  margin-left: -10%;
}

.top_sec04 .box01 article:nth-of-type(1) .bg:after {
  right: 13%;
  transform: scale(-1, 1);
}
.top_sec04 .box01 article:nth-of-type(n + 2) .bg:after {
  left: 45%;
}

.top_sec04 .box01 article:nth-of-type(3) {
  flex-flow: row-reverse;
}
.top_sec04 .box01 article:nth-of-type(3) .thumb {
  margin: 0 0 0 -6%;
}

.cat_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.3em;
}
.cat a {
  display: block;
  background: #d9efef;
  color: #50b7b4;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 1em;
  padding: 0.1em 1em;
}
.cat a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1100px) {
  .top_sec04 .box01 article {
    width: 45%;
  }
  .top_sec04 .box01 article:nth-of-type(2) {
    margin-left: -8%;
  }
  .top_sec04 .box01 article:nth-of-type(3) {
    margin-left: -7%;
  }
  .top_sec04 .cat_list {
    font-size: 0.85em;
  }
  .top_sec04 .img01 {
    padding: 0 40%;
  }
}

.top_sec05 .box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
  gap: 12%;
}
.top_sec05 .box_inner {
  flex: 1;
}
.top_sec05 .img_box {
  width: 45%;
}
.top_sec05 .img01 {
  bottom: -17%;
  right: -45%;
  width: 70%;
}

@media only screen and (max-width: 1100px) {
  .top_sec05 .box01 {
    gap: 7%;
  }
  .top_sec05 .img01 {
    bottom: -35%;
    right: -10%;
  }
  .top_sec05 .more_btn {
    margin: -30px 0 0 -0.5em;
  }
}

.top_sec06 {
  background: url("../images/top/top_sec06_bg01.svg") no-repeat calc(50% + 270px) top;
  background-size: 1900px auto;
}
.voice_box {
  display: flex;
  justify-content: space-between;
}
.voice_box article {
  width: 26%;
}
.voice_box .box01 {
  background: url("../images/top/top_sec06_bg02.svg") no-repeat center center;
  background-size: 100% 100%;
  padding: 1.77em 2em;
}
.voice_box .box01 .note {
  line-height: 1.62;
  min-height: 19.5em;
}
.voice_box .box01 .img01 {
  border: solid 8px #fff;
  outline: solid 1px #b5e0df;
  bottom: 2em;
  left: -1.2em;
  transform: rotate(-4deg);
}
.voice_box .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 5px;
}
.voice_box .tags li {
  border: solid 1px #50b7b4;
  border-radius: 1em;
  padding: 0.05em 1.1em;
  font-weight: 500;
}
.voice_box .tags ul:first-of-type li {
  background: #50b7b4;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .voice_box article {
    width: 31%;
  }
  .voice_box .box01 .img01 {
    max-width: 65%;
    left: -0.5em;
  }
}

.top_sec07 {
  background: url("../images/top/top_sec07_bg.svg") no-repeat calc(50% - 100px) center #f4f9f8;
  background-size: auto 85%;
}
.top_sec07 .box01 {
  border-radius: 1em;
}
.top_sec07 .box01 a {
  display: flex;
  align-items: center;
  background: url("../images/common/ico_cir_arrow.svg") no-repeat calc(100% - 5%) center;
  background-size: 1.5em auto;
  padding: 1.5em 13% 1.5em 5%;
  transition: 0.3s;
}
.top_sec07 .box01 a:hover {
  background-position: calc(100% - 4.5%) center;
}
.top_sec07 .box01 a:not(:last-child) {
  border-bottom: dashed 1px #50b7b4;
}
.top_sec07 .box01 .date {
  width: 10em;
}
.top_sec07 .box01 div:not(.date) {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.top_sec08 .list01 {
  display: flex;
  justify-content: center;
  gap: 5%;
}
.top_sec08 .list01 li {
  background: url("../images/top/top_sec08_bg01.svg") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 453px;
  height: 19em;
}
.top_sec08 .tel {
  display: inline-block;
  background: url("../images/common/ico_logo.svg") no-repeat left 0.3em;
  background-size: 3.1em auto;
  padding-left: 4.2em;
}
.top_sec08 .tel a {
  font-size: 2.6em;
  line-height: 1.2;
}
.top_sec08 .text01 {
  max-width: 900px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .top_sec08 .list01 {
    gap: 3%;
    font-size: min(1.7vw, 1em);
  }
}

/*------------------------------------------------------

	下層ページ

------------------------------------------------------*/

.show_sp {
  display: none;
}
.over_hidden {
  overflow: hidden;
}
.break_keep {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.img_hover {
  overflow: hidden;
}
.img_hover a img,
a .img_hover img {
  transition: 0.3s;
}
.img_hover a:hover img,
a:hover .img_hover img {
  transform: scale(1.05);
}

.more_btn a {
  display: inline-block;
  background: url("../images/common/ico_cir_arrow_white.svg") no-repeat calc(100% - 1.3em) center #50b7b4;
  background-size: 1.3em auto;
  border-radius: 60px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 1em 3.5em 1em 3em;
  transition: 0.3s;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.more_btn a:hover {
  background-position: calc(100% - 0.9em) center;
}

.link_pad {
  margin-top: -100px;
  padding-top: 100px;
}

@media only screen and (max-width: 1260px) {
  .link_pad {
    margin-top: -20px;
    padding-top: 20px;
  }
}

/* ----------------------------
	固定ページテンプレート
---------------------------- */

.under_mainimage {
  background-image: image-set(url("../images/common/under_main_bg.webp") 1x, url("../images/common/under_main_bg@2x.webp") 2x);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 100px 0 40px;
}

.under_mainimage figure {
  display: inline-block;
  width: 100%;
  max-width: 530px;
}
.under_mainimage figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/common/under_main_shadow.svg") no-repeat right bottom;
  background-size: 100% auto;
  top: 0.5em;
  right: -0.5em;
  bottom: -0.5em;
  left: 0.5em;
}
.under_mainimage .mask {
  width: min(100%, 530px);
  aspect-ratio: 530 / 404;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-mask: url("../images/common/mask.svg") no-repeat center / 100% 100%;
  mask: url("../images/common/mask.svg") no-repeat center / 100% 100%;
}
.under_mainimage .mask img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
}

.pagettl h1 {
  font-size: 2em;
}

.catch {
  font-size: 2em;
  text-align: center;
  line-height: 1.5;
}
.catch:not(.fo_mincho) {
  font-weight: bold;
}

/* ----------------------------
	contact
---------------------------- */

.contact_sec dl {
  display: table;
  width: 100%;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact_sec dl:last-of-type {
  border-bottom: none;
}
.contact_sec dt,
.contact_sec dd {
  display: table-cell;
  vertical-align: middle;
}
.contact_sec dt {
  width: 17.5em;
  font-weight: bold;
}
.contact_sec dt span {
  float: right;
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  padding: 5px;
  margin-top: 0.4em;
}
.contact_sec dt .hissu {
  background-color: #ff6467;
}
.contact_sec dt .ninni {
  background-color: #bed4e8;
}
.contact_sec dd {
  padding-left: 20px;
}
.contact_sec input[type="text"],
.contact_sec input[type="email"],
.contact_sec input[type="tel"],
.contact_sec textarea,
.contact_sec select {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: solid 2px #ddd;
  border-radius: 5px;
  padding: 0.5em 1em;
  width: 100%;
}
.contact_sec select {
  font-size: 16px;
  -webkit-appearance: menulist-button;
}
.contact_sec .width_auto input[type="text"],
.contact_sec .width_auto select {
  width: auto;
  max-width: 100%;
}

.contact_sec .btn_area input {
  display: inline-block;
  min-width: 260px;
  background: #50b7b4;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
  line-height: 1.6;
  text-decoration: none !important;
  transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 1.1em;
  margin: 0px 10px 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 3em;
}
.contact_sec .btn_area input:hover {
  opacity: 0.7;
}
.contact_sec .btn_area input:focus {
  outline: 0;
}

.contact_sec ::placeholder {
  color: #ccc;
}

.wpcf7-spinner {
  display: block;
  margin: 20px auto;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0px;
}
.wpcf7-not-valid-tip {
  display: inline-block;
}
.label_block .wpcf7-list-item {
  display: block;
  margin-left: 0px;
}

/* ------------------------
	投稿
------------------------ */

.blog_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px 6%;
}
.contents {
  flex: 1;
}
.rNavi {
  width: 22%;
  min-width: 200px;
}

/* サイドバー */
.rNavi h2 {
  background: #50b7b4;
  border-radius: 2em;
  padding: 1em;
}

.side_sec01 dl {
  border-bottom: dashed 1px #50b7b4;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.side_sec03 select {
  width: 100%;
  padding: 0 2.5em 0 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  color: #2f2f3a !important;
  background: url("../images/blog/ico_cir_arrow_gray.svg") no-repeat calc(100% - 1em) center #fff;
  background-size: 1.5em auto;
  border: solid 1px #535835;
  -webkit-appearance: none;
  appearance: none;
  height: 4em;
  line-height: 4em;
}
.side_sec03 .bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/blog/btn04.svg") no-repeat center center;
  background-size: 100% 100%;
  top: 0.3em;
  right: -0.3em;
  bottom: -0.3em;
  left: 0.3em;
}
.side_sec03 select:focus {
  outline: none;
}

/* アーカイブ */
.archive_art article {
  display: flex;
  align-items: flex-start;
  padding: 2em 0;
  gap: 2em;
  border-bottom: dashed 1px #50b7b4;
}
.archive_art article:first-of-type {
  border-top: dashed 1px #50b7b4;
}
.archive_art article figure {
  width: 40%;
  border-radius: 0.5em;
}
.archive_art article .box_inner {
  flex: 1;
}
.archive_art h1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.archive_art .text01 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 記事ヘッダー */
.blog_header h1 {
  font-size: 1.8em;
  border-bottom: solid 2px #50b7b4;
  padding-bottom: 0.2em;
}
.blog_header .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

/* 本文 */
.blog_content p {
  line-height: 1.8;
}
.blog_content p:not(:last-child) {
  margin-bottom: 30px;
}
.blog_content img {
  vertical-align: middle;
}
.blog_content h2 {
  display: table;
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: solid 2px #50b7b4;
  padding-bottom: 0.4em;
  clear: both;
  margin-bottom: 30px;
}
.blog_content h2.left_border {
  display: block;
  border-bottom: none;
  padding: 0 0 0 1em;
  position: relative;
}
.blog_content h2.left_border:before {
  content: "";
  position: absolute;
  background: #50b7b4;
  width: 0.4em;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  border-radius: 3px;
}
.blog_content h2.no_deco {
  border: none;
  padding-bottom: 0;
}
.blog_content h3 {
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  background: #50b7b4;
  padding: 0.1em 0.8em;
  border-radius: 3px;
  clear: both;
  margin-bottom: 30px;
}
.blog_content h3.no_deco {
  background: none;
  padding: 0;
  color: #2f2f3a;
}
.blog_content h4 {
  font-weight: bold;
  font-size: 1.4em;
  background: url("../images/blog/h4.svg") no-repeat left 0.4em;
  background-size: 1em auto;
  padding-left: 1.5em;
  clear: both;
  margin-bottom: 30px;
}
.blog_content h5 {
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: solid 1px #b5e0df;
  padding-bottom: 0.2em;
  clear: both;
  margin-bottom: 30px;
}
.blog_content h6 {
  font-size: 1.2em;
  font-weight: bold;
  border-top: solid 1px #a4a794;
  border-bottom: solid 1px #a4a794;
  padding: 0.1em 0.8em;
  clear: both;
  margin-bottom: 30px;
}

/* 引用 */
:root :where(.wp-block-pullquote) {
  font-size: 1em;
}
.blog_content blockquote {
  font-size: 1em;
  position: relative;
  text-align: left;
  padding: 4.5em 3.5em;
  background: url("../images/blog/blq_bg01_01.webp") no-repeat center top, url("../images/blog/blq_bg01_02.webp") no-repeat center bottom, url("../images/blog/blq_bg01_03.webp") no-repeat left 8px,
    url("../images/blog/blq_bg01_04.webp") no-repeat right 8px;
  background-size: 100% 8px, 100% 8px, 8px calc(100% - 15px), 8px calc(100% - 15px);
}
.blog_content blockquote:before,
.blog_content blockquote:after {
  content: "";
  position: absolute;
  background: url("../images/blog/ico_blq.svg") no-repeat center center;
  background-size: 100% auto;
  width: 1.55em;
  height: 1.1em;
  top: 2.3em;
}
.blog_content blockquote:before {
  left: 1.7em;
}
.blog_content blockquote:after {
  right: 1.7em;
  transform: scale(-1, -1);
}
.blog_content blockquote p:last-child {
  margin-bottom: 0;
}
.blog_content blockquote cite {
  display: block;
  margin: -1em 0px -2em;
  font-size: 0.9em;
  font-weight: bold;
  color: #50b7b4;
  text-align: right;
}

.blog_content .no_border blockquote {
  background: url("../images/blog/blq_bg02_03.webp") repeat-y center top;
  background-size: 100% auto;
  position: relative;
  padding: 2em 3.5em;
}
.blog_content .no_border blockquote:before,
.blog_content .no_border blockquote:after {
  background: url("../images/blog/blq_bg02_01.webp") no-repeat center bottom;
  background-size: 100% 100%;
  width: 100%;
  height: 3.5px;
  left: 0;
  top: -3px;
}
.blog_content .no_border blockquote:after {
  background-image: url("../images/blog/blq_bg02_02.webp");
  transform: none;
  top: auto;
  bottom: -3px;
}
.blog_content .no_border blockquote cite {
  margin: -1em 0 0;
}

/* リスト */
.blog_content ul {
  margin-bottom: 30px;
  clear: both;
}
.blog_content ul li,
.side_sec02 li {
  background: url("../images/blog/ico_list01.svg") no-repeat left 0.5em;
  background-size: 0.7em auto;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
}
.blog_content ul ul {
  margin: 0.3em 0 0;
}
.blog_content ul li li,
.side_sec02 li {
  background-image: url("../images/blog/ico_list02.svg");
  background-size: 0.6em auto;
}

.blog_content .list_check li {
  padding-left: 1.6em;
  position: relative;
  background-image: url("../images/blog/ico_check.svg");
  background-size: 1.2em auto;
  background-position: left 0.2em;
}
.blog_content .list_batsu li {
  padding-left: 1.6em;
  position: relative;
  background-image: url("../images/blog/ico_batsu.svg");
  background-size: 1.1em auto;
  background-position: left 0.25em;
}

.blog_content ol {
  margin-bottom: 30px;
  padding: 0px;
  counter-reset: num;
}
.blog_content ol li {
  position: relative;
  padding-left: 1.7em;
  list-style: none;
  margin-bottom: 0.3em;
}
.blog_content ol li:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  background: #2f2f3a;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2;
  border-radius: 100%;
  left: 0;
  top: 0.25em;
  color: #fff;
  text-align: center;
}

/* テーブル */
.blog_content table {
  clear: both;
  border: solid 2px #50b7b4;
  margin-bottom: 60px;
  width: 100%;
}
.blog_content th,
.blog_content td {
  padding: 0.6em 1em;
  border: none !important;
  border-bottom: dotted 1px #50b7b4 !important;
  vertical-align: middle;
}
.blog_content th {
  font-weight: bold;
  background: #e4f4f3;
  text-align: left;
}
.blog_content .va_border th,
.blog_content .va_border td {
  border-right: dotted 1px #50b7b4 !important;
}

.blog_content .width_auto table {
  width: auto;
  min-width: 40%;
}
.blog_content .table_center table {
  margin: auto;
}

.blog_content iframe {
  max-width: 100%;
}

.blog_content strong,
.blog_content em {
  font-weight: bold;
}
.blog_content em {
  color: #50b7b4;
}
.blog_content em.em02 {
  color: #333;
  background: linear-gradient(transparent calc(100% - 1px), #50b7b4 0%);
}

.blog_content a {
  color: #ee7670;
  text-decoration: none;
}
.blog_content a:hover {
  color: #8ed0ce;
  text-decoration: underline;
}

.link_icon a {
  text-decoration: underline;
  background: url("../images/blog/ico_link.svg") no-repeat left 0.35em;
  background-size: 1em auto;
  padding-left: 1.6em;
  display: inline-block;
}
.link_border a {
  text-decoration: underline;
  background: url("../images/blog/ico_link.svg") no-repeat left 0.35em;
  background-size: 1em auto;
  padding-left: 1.6em;
  display: inline-block;
  border: solid 1px #50b7b4;
  border-radius: 3px;
  padding: 0.5em 1em 0.5em 2.7em;
  background-position: 1em 0.85em;
}

.wp-block-button__link {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.6;
  text-align: center;
  min-width: 210px;
  background: url("../images/common/ico_cir_arrow_white.svg") no-repeat calc(100% - 1.5em) center #50b7b4;
  background-size: 1.35em auto;
  border-radius: 3em;
  padding: 1.3em 3.5em 1.3em 2.5em;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.3s;
}
.wp-block-button__link:hover {
  transform: translateX(0.3em);
}

.btn03 .wp-block-button__link {
  background-image: url("../images/common/ico_cir_arrow.svg");
  border: solid 1px #50b7b4;
  background-color: #fff;
  color: #333 !important;
  padding: 1.1em 3.5em 1.1em 2.5em;
}

.btn04 .wp-block-button__link {
  border: solid 1px #535835;
  border-radius: 0;
  background-image: url("../images/blog/ico_cir_arrow_gray.svg");
  background-size: 1.5em auto;
  background-color: #fff;
  color: #333 !important;
  padding: 1em 3.5em 1em 2.5em;
  position: relative;
}
.btn04 .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.4em;
  right: -0.4em;
  bottom: -0.4em;
  left: 0.4em;
  background: url("../images/blog/btn04.svg") no-repeat center center;
  background-size: 100% 100%;
}
.btn04 .wp-block-button__link:hover {
  transform: none;
  margin: 0 -0.3em 0 0.3em;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  min-width: 150px;
  color: #333 !important;
  background: url("../images/common/ico_cir_arrow.svg") no-repeat calc(100% - 0.5em) 0.1em;
  background-size: 1.35em auto;
  border-radius: 0;
  padding: 0 3em 0.5em 1.5em;
  border: none;
  border-bottom: solid 1px #50b7b4;
}

.blog_content figcaption {
  font-size: 0.85em;
  line-height: 1.6;
  margin-top: 1em;
}

/* ページャー(アーカイブ) */
.pagination .number {
  margin-right: 1.5em;
}
.pagination span.current,
.pagination a {
  margin: 0px 5px 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  padding: 0px 8px;
  background-color: #d9efef;
  color: #50b7b4;
}
.pagination span.current,
.pagination a:hover {
  background: #50b7b4;
  color: #fff;
}

/* 関連記事 */

/* ブロックエディタ用 */
.wp-block-column.border,
.wp-block-columns.border {
  background: url("../images/blog/text_box_bg01_03.webp") repeat-y left top, url("../images/blog/text_box_bg01_04.webp") repeat-y right top;
  background-size: 5px auto;
  padding: 2em;
  position: relative;
}
.wp-block-column.border:before,
.wp-block-column.border:after,
.wp-block-columns.border:before,
.wp-block-columns.border:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 6px;
  top: -6px;
  background: url("../images/blog/text_box_bg01_01.webp") no-repeat center top;
  background-size: 100% 100% !important;
}
.wp-block-column.border:after,
.wp-block-columns.border:after {
  background: url("../images/blog/text_box_bg01_02.webp") no-repeat center bottom;
  top: auto;
  bottom: -6px;
}

.text_wrap {
  clear: both;
}
.text_wrap .right,
.text_wrap .left {
  width: 40%;
}
.text_wrap .right {
  margin: 0 0 2em 2em;
}
.text_wrap .left {
  margin: 0 2em 2em 0;
}

.profile .wp-block-image {
  margin-left: -7%;
}

.voice01 {
  display: flex;
  margin: 0 -100px 160px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 560px;
}
.voice01.reverse {
  flex-flow: row;
}
.voice01 .box01 {
  width: 37%;
}
.voice01 .box02 {
  width: 57%;
  border: solid 1px #50b7b4;
  background: #fff;
  padding: 6%;
  box-shadow: -5px 5px 0 #d8d8d8;
}
.voice01.reverse .box02 {
  box-shadow: 5px 5px 0 #d8d8d8;
}
.voice01 figure {
  position: absolute;
  width: 78%;
  border: solid 1px #b5e0df;
  background: #fff;
  padding: 1em;
  transform: rotate(4deg);
  right: -74%;
  top: 250px;
  text-align: center;
  z-index: 50;
}
.voice01.reverse figure {
  right: auto;
  left: -74%;
  transform: rotate(-4deg);
}

.voice01 .tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 5px;
}
.voice01 .tags > div div {
  border: solid 1px #50b7b4;
  border-radius: 1em;
  padding: 0.05em 1.1em;
  font-weight: 500;
}
.voice01 .tags > div:first-of-type div {
  background: #50b7b4;
  color: #fff;
}

.step {
  margin-bottom: 40px;
}
.step .num_box {
  flex-basis: 70px !important;
  text-align: right;
  font-size: 3em;
  line-height: 1;
  color: #535835;
  position: relative;
}
.step .num_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../images/blog/step_bg01.svg") no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: 100px;
  right: -8px;
  top: -20px;
}
.step .num_box:after {
  content: "";
  position: absolute;
  width: 2px;
  right: 5px;
  background: #50b7b4;
  top: 70px;
  bottom: 0;
}
.step .num_box p {
  font-weight: bold;
  line-height: 1;
}
.step .main_box {
  flex-basis: calc(100% - 70px) !important;
  padding-bottom: 1em;
}

.tel_icon {
  width: 1.1em;
  height: auto;
  margin: -0.3em 0.3em 0 0;
}

.faq_dl {
  margin-bottom: 80px;
}
.faq_dl dt {
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  padding: 0.7em 2.5em 0.7em 6rem;
  background: url("../images/blog/ico_q.svg") no-repeat left bottom;
  background-size: 4.8rem auto;
  cursor: pointer;
}
.faq_dl dt:before {
  content: "";
  position: absolute;
  left: 2.2rem;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #535835;
}
.faq_dl dt:after {
  content: "";
  position: absolute;
  background: url("../images/blog/ico_plus.svg") no-repeat center center;
  background-size: 100% auto;
  width: 1.2em;
  height: 1.2em;
  right: 1.3em;
  bottom: 0.9em;
}
.faq_dl dt.open:after {
  background-image: url("../images/blog/ico_minus.svg");
}
.faq_dl dd {
  background: url("../images/blog/ico_a.svg") no-repeat left top;
  background-size: 4.8rem auto;
  padding: 1.5em 0 0 6rem;
  min-height: 5em;
  display: none;
  margin-top: 3em;
}

.has-text-align-center {
  margin: 0 auto 30px;
}

.page_nav.is-layout-flex {
  justify-content: center;
}
.page_nav.is-layout-flex .is-layout-flex {
  display: block;
  max-width: 400px;
  margin: auto;
}
.page_nav .wp-block-buttons > .wp-block-button {
  display: block;
}
.page_nav a:hover {
  opacity: 0.7;
}

.blog_content .top_sec02 {
  background: none;
}
.blog_content .top_sec02 a {
  text-decoration: none !important;
  color: #2f2f3a !important;
}

.wp-block-image.aligncenter {
  margin: auto;
}

.text_img img {
  vertical-align: middle;
  margin: -0.2em 0.8em 0 0;
}

.bal_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 150px 5%;
}
.bal_box > div {
  max-width: 20em;
  width: 38%;
  border: solid 1px #50b7b4;
  border-radius: 1.5em;
  padding: 1.5em;
  position: relative;
}
.bal_box > div:after {
  content: "";
  position: absolute;
  background: url("../images/top/top_sec04_bg01.webp") no-repeat center bottom;
  background-size: 100% auto;
  width: 35px;
  height: 16px;
  bottom: -15px;
  right: 12%;
}
.bal_box > div:nth-child(1):after {
  transform: scale(-1, 1);
}
.bal_box > div:nth-child(2):after {
  right: auto;
  left: 12%;
}
.bal_box > div:nth-child(3):after {
  bottom: auto;
  top: -15px;
  transform: scale(-1, -1);
}
.bal_box > div:nth-child(4):after {
  bottom: auto;
  top: -15px;
  right: auto;
  left: 12%;
  transform: scale(1, -1);
}
.bal_box .pos_ab {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26%;
}

.bird_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2em;
}
.bird_box .box_inner {
  min-width: 21em;
  border: solid 1px #50b7b4;
  border-radius: 1.5em;
  padding: 1.5em 2em;
  position: relative;
}
.bird_box .box_inner:after {
  content: "";
  position: absolute;
  background: url("../images/top/top_sec04_bg01_02.svg") no-repeat center bottom;
  background-size: 100% auto;
  width: 17px;
  height: 13px;
  bottom: 35%;
  left: -17px;
}

.table_scroll,
.table_mb20 {
  margin-bottom: 20px;
}
.table_scroll table,
.table_mb20 table,
.table_mb00 table {
  margin-bottom: 0 !important;
}

.dis_flex_lh20 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.2em;
}

:where(.wp-block-columns.is-layout-flex).gap03 {
  gap: 3em;
}

.width600 {
  max-width: 600px;
  margin: auto;
}
.width700 {
  max-width: 700px;
  margin: auto;
}

.blog_content .mes_table th {
  width: 3.5em;
  text-align: center;
}
.blog_content .about_table th {
  width: 10.5em;
}

@media only screen and (max-width: 1230px) {
  .voice01 {
    margin: 0 0 160px;
    min-height: initial;
  }
}

@media only screen and (max-width: 1024px) {
  .voice01 {
    flex-flow: column !important;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .voice01 .box01 {
    width: 100%;
  }
  .voice01 .box02 {
    width: 100%;
  }
  .voice01 figure {
    position: static;
    margin: 2.5em -3% -15% auto;
    padding: 2.5vw;
  }
  .voice01.reverse figure {
    margin: 2.5em auto -15% -3%;
  }
}

@media only screen and (max-width: 781px) {
  .is-layout-flex.reverse {
    flex-flow: column-reverse;
  }

  .text_wrap .wp-block-group__inner-container {
    display: flex;
    gap: 30px;
    flex-flow: column-reverse;
  }
  .text_wrap .right,
  .text_wrap .left {
    float: none;
    width: 100%;
    margin: 0 !important;
  }

  .profile .wp-block-image {
    margin: 0 20% 0 0;
  }
}
