@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;
  --red: #e60012;
}

.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 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: var(--corporate);
}
@media screen and (max-width: 640px) {
  .intro_inner {
    font-size: 30px;
    font-feature-settings: "palt" 1;
  }
}

.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: #4cc5b6;
}
.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: #f9f1d9;
}
.area01_inner {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
@media screen and (max-width: 640px) {
  .area01_inner {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.area01_inner .circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--corporate);
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .area01_inner .circle {
    width: 200px;
    height: 200px;
    font-size: 30px;
  }
}
.area01_inner .info {
  color: var(--corporate);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  display: grid;
  grid-template-columns: auto;
  row-gap: 0.875em;
}
.area01_inner .info .facilitys {
  display: grid;
  grid-template-columns: auto;
  row-gap: 0.25em;
}
@media screen and (max-width: 640px) {
  .area01_inner .info .facilitys {
    row-gap: 0.75em;
  }
}
.area01_inner .info .facilitys .zip,
.area01_inner .info .facilitys .name {
  font-size: 18px;
  line-height: 27px;
}
.area01_inner .info .facilitys .zip span,
.area01_inner .info .facilitys .name span {
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .area01_inner .info .facilitys .zip,
  .area01_inner .info .facilitys .name {
    font-size: 23px;
    line-height: 34px;
  }
}
.area01_inner .info .contact {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  display: grid;
  grid-template-columns: auto;
  row-gap: 0.25em;
}
@media screen and (max-width: 640px) {
  .area01_inner .info .contact {
    font-size: 27px;
  }
}

.area02 {
  padding: 90px 0;
  margin-bottom: 20px;
}
.area02_inner {
  margin-top: 38px;
}
.area02_inner .note {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .area02_inner .note {
    font-size: 24px;
  }
}
.area02_inner .note p {
  position: relative;
  padding-left: 1em;
  color: var(--red);
}
.area02_inner .note p::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
.area02_inner .form {
  width: 90%;
  max-width: 700px;
  margin: 32px auto 0;
}
.area02_inner .form .form_table {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  border: solid var(--corporate);
  border-width: 2px 1px 1px 2px;
}
.area02_inner .form .form_table div {
  box-sizing: border-box;
  padding: 16px 20px;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div {
    padding: 14px 20px;
  }
}
.area02_inner .form .form_table div.item01 {
  box-sizing: border-box;
  border: solid var(--corporate);
  border-width: 0 1px 1px 0;
  background: #cceeea;
}
.area02_inner .form .form_table div.item01.entry {
  background: #f9f1d9;
}
.area02_inner .form .form_table div.item01 ul {
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
  row-gap: 14px;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div.item01 ul {
    row-gap: 16px;
  }
}
.area02_inner .form .form_table div.item01 ul li {
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div.item01 ul li {
    font-size: 22px;
    line-height: 28px;
  }
}
.area02_inner .form .form_table div.item01 ul li.text_left {
  text-align: left;
}
.area02_inner .form .form_table div.item01 ul li span.require {
  font-size: 12px;
  color: var(--red);
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div.item01 ul li span.require {
    font-size: 16px;
  }
}
.area02_inner .form .form_table div.item01 ul li p {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 1em;
  color: var(--red);
}
.area02_inner .form .form_table div.item01 ul li p::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div.item01 ul li p {
    font-size: 16px;
    line-height: 22px;
  }
}
.area02_inner .form .form_table div.item02 {
  box-sizing: border-box;
  border: solid var(--corporate);
  border-width: 0 1px 1px 0;
  width: 100%;
}
.area02_inner .form .form_table div.item02 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 14px;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div.item02 ul {
    row-gap: 16px;
  }
}
.area02_inner .form .form_table div.item02 ul li input[type=text],
.area02_inner .form .form_table div.item02 ul li input[type=email],
.area02_inner .form .form_table div.item02 ul li input[type=tel],
.area02_inner .form .form_table div.item02 ul li select,
.area02_inner .form .form_table div.item02 ul li textarea {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0.5em;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 0.25em;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div.item02 ul li input[type=text],
  .area02_inner .form .form_table div.item02 ul li input[type=email],
  .area02_inner .form .form_table div.item02 ul li input[type=tel],
  .area02_inner .form .form_table div.item02 ul li select,
  .area02_inner .form .form_table div.item02 ul li textarea {
    font-size: 19px;
    line-height: 26px;
  }
}
.area02_inner .form .form_table div.item02 ul li input[type=button] {
  font-size: 14px;
  line-height: 24px;
  padding: 0 1em;
  box-sizing: border-box;
  border: none;
  background: var(--corporate);
  border-radius: 12px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .form_table div.item02 ul li input[type=button] {
    font-size: 18px;
    line-height: 28px;
    border-radius: 14px;
    padding: 0 0.5em;
  }
}
.area02_inner .form .form_table div.item02 ul li .full {
  width: 100% !important;
}
.area02_inner .form .form_table div.item02 ul li .short {
  width: 6em;
}
.area02_inner .form .form_table div.item02 ul li .middle {
  width: 12em;
}
.area02_inner .form .form_table div.item03 {
  background: var(--corporate);
  grid-area: 7/1/8/3;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.area02_inner .form .submit {
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .submit {
    margin-top: 44px;
  }
}
.area02_inner .form .submit ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.area02_inner .form .submit ul input[type=submit],
.area02_inner .form .submit ul input[type=reset] {
  width: 7em;
  font-size: 16px;
  line-height: 32px;
  padding: 0 1em;
  box-sizing: border-box;
  border: none;
  color: #fff;
  border-radius: 6px;
  background: var(--corporate);
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .area02_inner .form .submit ul input[type=submit],
  .area02_inner .form .submit ul input[type=reset] {
    font-size: 22px;
    line-height: 38px;
  }
}

.area03 {
  padding: 90px 0;
  margin-bottom: 20px;
}
.area03 h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  color: var(--corporate);
}
@media screen and (max-width: 640px) {
  .area03 h2 {
    font-size: 38px;
  }
}
.area03_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
  border-top: 2px solid #61754e;
  padding-top: 36px;
}
.area03_inner p {
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
}
.area03_inner .home_btn {
  width: 150px;
  height: 40px;
  position: relative;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .area03_inner .home_btn {
    width: 180px;
    height: 50px;
  }
}
.area03_inner .home_btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: var(--corporate);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .area03_inner .home_btn a {
    border-radius: 25px;
    font-size: 21px;
  }
}/*# sourceMappingURL=style.css.map */