@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap");
:root {
  --corporate: #004098;
  --brown: #cf7b0e;
  --yellow: #fabf13;
  --pink: #ec7aac;
}

.mv {
  background: url(../img/mv_1400.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/mv_640.jpg);
  }
}
.mv .title_area {
  background: url(../../img/common/pagetitle_bg_700_120.png) left center/700px 120px repeat-x, rgba(0, 172, 151, 0.7);
}

.intro {
  padding: 80px 0;
}
.intro_inner {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--corporate);
}

.headline {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  height: 50px;
  border-radius: 25px;
  padding: 0 1.3em;
  box-sizing: border-box;
  margin: auto;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.headline span {
  margin-left: 0.25em;
  letter-spacing: 0.25em;
}
.headline.cl01 {
  background: var(--yellow);
}
.headline.cl02 {
  background: #a48b78;
}
.headline.cl03 {
  background: #00ac97;
}
@media screen and (max-width: 640px) {
  .headline {
    height: 62px;
    border-radius: 31px;
    font-size: 30px;
  }
}

.area01 {
  padding-bottom: 90px;
  background: #fef7e0;
  margin-bottom: 20px;
}
.area01_inner {
  margin-top: 50px;
}
.area01_inner h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  color: var(--brown);
  font-feature-settings: "palt" 1;
}
.area01_inner .box01 {
  max-width: 90.625%;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.area01_inner .box01 .list {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 0;
  border: 2px solid var(--brown);
  background: #fff;
}
.area01_inner .box01 .list ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.area01_inner .box01 .list ul li {
  font-size: 23px;
  line-height: 1.7;
  position: relative;
  padding-left: 1em;
  font-feature-settings: "palt" 1;
}
.area01_inner .box01 .list ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
.area01_inner .box01 h3 {
  font-size: 27px;
  line-height: 1.35;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  color: var(--yellow);
  margin-top: 46px;
  font-feature-settings: "palt" 1;
}
.area01_inner .box01 h4 {
  font-size: 21px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  margin-top: 20px;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 640px) {
  .area01_inner .box01 h4 {
    font-size: 24px;
  }
}
.area01_inner .box01 .h4_sub {
  margin-top: 0.375em;
  line-height: 1.5;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 640px) {
  .area01_inner .box01 .h4_sub {
    font-size: 21px;
  }
}
.area01_inner .headline {
  margin-top: 50px;
}
.area01_inner .box02 {
  width: 86%;
  max-width: 820px;
  margin: 30px auto 0;
}
.area01_inner .box02 .read {
  font-size: 20px;
  line-height: 1.55;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .area01_inner .box02 .read {
    font-size: 24px;
  }
}
.area01_inner .box02 .chart {
  width: 100%;
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.area01_inner .box02 .chart ul {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.area01_inner .box02 .chart ul li {
  box-sizing: border-box;
  border: solid var(--yellow);
  height: 80px;
}
.area01_inner .box02 .chart ul li:first-child {
  background: var(--yellow);
  border: none;
  border-radius: 26px 0 0 26px;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.area01_inner .box02 .chart ul li:last-child {
  border-radius: 0 26px 26px 0;
  border-width: 2px 2px 2px 0;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 60px;
  font-size: 22px;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  .area01_inner .box02 .chart ul li:last-child {
    font-size: 24px;
    padding-left: 18px;
  }
}
.area01_inner .box02 .chart .end {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  border-radius: 26px;
  border: 2px solid var(--pink);
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--pink);
}
.area01_inner .box02 .chart .triangle span {
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid var(--yellow);
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  margin: auto;
}
.area01_inner .box02 .contacts {
  margin-top: 26px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 0.5em 0;
  background: #fff;
  border-radius: 16px;
  color: var(--pink);
}
@media screen and (max-width: 640px) {
  .area01_inner .box02 .contacts {
    font-size: 24px;
    border-radius: 26px;
  }
}

.area02 {
  padding: 90px 0;
  margin-bottom: 20px;
}
.area02_inner {
  width: 93.75%;
  margin: auto;
}

.area03 {
  padding: 90px 0;
  background: #e1effa;
}
.area03_inner {
  width: 93.75%;
  margin: auto;
}

.title_area_inner .j_title {
  width: 540px !important;
  position: absolute;
  right: 60px;
  bottom: 13px;
}/*# sourceMappingURL=style.css.map */