@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;
  --orange: #f8b62d;
}

.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;
}
@media screen and (max-width: 640px) {
  .intro {
    width: 93.75%;
    margin: auto;
  }
}
.intro_inner {
  display: grid;
  grid-template-columns: 440px 286px;
  justify-content: center;
  align-items: start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .intro_inner {
    grid-template-columns: 440px;
    row-gap: 0.75em;
  }
}
@media screen and (max-width: 640px) {
  .intro_inner {
    grid-template-columns: 1fr;
  }
}
.intro_inner .item01 {
  font-size: 20px;
  line-height: 1.8;
  color: var(--corporate);
}
@media screen and (max-width: 640px) {
  .intro_inner .item01 {
    font-size: 28px;
    width: 560px;
    margin: auto;
  }
}
.intro_inner .item02 {
  padding-top: 8px;
}
.intro_inner .item02 p {
  font-size: 18px;
  text-align: center;
  margin-top: 0.75em;
}
@media screen and (max-width: 640px) {
  .intro_inner .item02 p {
    font-size: 26px;
  }
}

.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: #77a7d3;
}
.headline.cl02 {
  background: #f8b62d;
}
@media screen and (max-width: 640px) {
  .headline {
    height: 62px;
    border-radius: 31px;
    font-size: 30px;
  }
}

.area01 {
  padding-bottom: 80px;
  background: #d6e5f2;
}
.area01 .headline {
  margin-top: 60px;
}
.area01_inner {
  width: 93.75%;
  max-width: 700px;
  margin: 40px auto 0;
}
.area01_inner .chart {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.area01_inner .chart .content {
  display: grid;
  grid-template-columns: 170px 1fr;
}
@media screen and (max-width: 640px) {
  .area01_inner .chart .content {
    grid-template-columns: 141px 1fr;
  }
}
.area01_inner .chart .content .property {
  background: #77a7d3;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 26px 0 0 26px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  font-feature-settings: "palt" 1;
}
.area01_inner .chart .content .property span {
  font-size: 0.83em;
}
@media screen and (max-width: 640px) {
  .area01_inner .chart .content .property {
    font-size: 26px;
  }
}
.area01_inner .chart .content .value {
  font-size: 17px;
  line-height: 1.5;
  box-sizing: border-box;
  border: solid #77a7d3;
  border-width: 2px 2px 2px 0;
  background: #fff;
  padding: 1em;
  border-radius: 0 26px 26px 0;
  min-height: 89px;
  display: grid;
  align-items: center;
}
.area01_inner .chart .content .value span.emphasis {
  color: #ea5514;
}
@media screen and (max-width: 640px) {
  .area01_inner .chart .content .value {
    font-size: 24px;
  }
}
.area01_inner .chart .triangle span {
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid #e0ca76;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  margin: auto;
}

.area02 {
  padding: 90px 0;
  margin-bottom: 20px;
}
.area02_inner {
  width: 93.75%;
  max-width: 700px;
  margin: 40px auto 0;
}
.area02_inner .schedule {
  width: 100%;
  display: grid;
  grid-template-columns: 150px 1fr;
  box-sizing: border-box;
  color: #40220f;
  border: solid var(--orange);
  border-width: 2px 0 0 2px;
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .area02_inner .schedule {
    font-size: 26px;
  }
}
.area02_inner .schedule .time {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  box-sizing: border-box;
  border-right: 2px solid var(--orange);
  border-bottom: 2px dashed var(--orange);
  background: #fff6e9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: right;
}
.area02_inner .schedule .action {
  box-sizing: border-box;
  border-right: 2px solid var(--orange);
  border-bottom: 2px dashed var(--orange);
  font-weight: 700;
  padding: 0.875em 1em;
  line-height: 1.65;
}
.area02_inner .schedule .action span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .area02_inner .schedule .action span {
    font-size: 22px;
  }
}
.area02_inner .schedule .none {
  border-bottom: 2px solid var(--orange);
}/*# sourceMappingURL=style.css.map */