@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #586979;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width:640px) {
  html,
body {
    font-size: 16px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------
ヘッダー
---------------------------------------*/
.header {
  position: relative;
  z-index: 3;
  width: 100%;
}
.headerWrap {
  background-color: #F5F4F0;
  padding: 14px 0px;
  padding-left: 16px;
  border-bottom: 4px solid #E2AB17;
}
@media screen and (min-width:1280px) {
  .headerWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 52px 14px 40px;
  }
}
.header h1 {
  max-width: 168px;
  margin-bottom: 0;
  z-index: 10;
}
.header h1 img {
  width: 100%;
}
.header .headerTel-pc {
  display: none;
  max-width: 330px;
}
@media screen and (min-width:1280px) {
  .header .headerTel-pc {
    display: block;
  }
  .header .headerTel-pc img {
    width: 100%;
  }
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  padding-top: 4em;
  position: relative;
  text-align: center;
  background-color: #F5F4F0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width:1025px) {
  .footer {
    padding-top: 32px;
  }
}
.footer .footerWrap {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 4em;
}
@media screen and (min-width:1025px) {
  .footer .footerWrap {
    padding-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
}
.footer .footerInfo img {
  width: 100%;
  max-width: 170px;
  margin-bottom: 24px;
}
@media screen and (min-width:1025px) {
  .footer .footerInfo img {
    display: block;
    text-align: left;
  }
}
.footer .footerInfo address {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width:1025px) {
  .footer .footerInfo address {
    text-align: left;
    margin-bottom: 0;
  }
  .footer .footerInfo address .br {
    display: none;
  }
}
.footer .footerArea {
  background-color: #FFF;
  padding: 10px 16px 16px;
  font-size: 14px;
  border-radius: 6px;
  width: 85%;
  margin: auto;
}
@media screen and (min-width:640px) {
  .footer .footerArea {
    max-width: 280px;
  }
}
@media screen and (min-width:1025px) {
  .footer .footerArea {
    max-width: 526px;
    width: 100%;
    margin-right: 0;
  }
}
.footer .footerArea .ttl {
  color: rgba(88, 105, 121, 0.5019607843);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  font-weight: 700;
}
.footer .footerArea .ttl:before {
  content: "";
  display: inline-block;
  background-color: #E2AB17;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 8px;
}
.footer .footerArea .txt {
  text-align: left;
  margin-bottom: 0;
  color: rgba(88, 105, 121, 0.5019607843);
  text-indent: 1em;
}
.footer .footerArea .txt .note {
  font-size: 12px;
  margin-left: 10px;
}
.footer .footerNav {
  display: none;
}
@media screen and (min-width:1025px) {
  .footer .footerNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    gap: 24px;
    margin-bottom: 24px;
  }
  .footer .footerNav li:last-child {
    padding-right: 0;
  }
  .footer .footerNav li a {
    color: #06498D;
    font-weight: 500;
  }
}
.footer .copyright {
  background-color: #06498D;
  padding: 11px 24px 9px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width:1025px) {
  .footer .copyright {
    padding: 22px 24px;
  }
}
.footer .copyright a {
  color: #FFF;
  font-weight: 400;
}
@media screen and (min-width:640px) {
  .footer .copyright a {
    font-size: 14px;
  }
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  background-color: #06498D;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.gnav .nav-list {
  list-style: none;
  margin-top: 80px;
  padding-left: 0;
  text-align: left;
}
.gnav .nav-list li {
  display: block;
  position: relative;
  font-size: 17px;
  border-top: 1px solid #3870A8;
}
.gnav .nav-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #586979;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  padding: 24px 0px 24px 40px;
  position: relative;
}
.gnav .nav-list li a img {
  width: 20px;
  margin-right: 7px;
}
.gnav .nav-list li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/cmn/arrow-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 24px;
}
.gnav .nav-list li:nth-child(6), .gnav .nav-list li:nth-child(7) {
  margin: 24px 0;
}
.gnav .nav-list li:nth-child(6) a:after, .gnav .nav-list li:nth-child(7) a:after {
  display: none;
}
.gnav .nav-list li:nth-child(6) {
  padding-top: 24px;
  margin-top: 0;
}
.gnav .nav-list li:nth-child(7) {
  border-top: none;
}
.gnav .nav-list li .nav-contact {
  background-color: #FFF;
  max-width: 290px;
  margin: auto;
  padding: 14px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2A4A89;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
}
.gnav .nav-list li .nav-tel {
  max-width: 290px;
  margin: auto;
  padding: 0;
}
.gnav .nav-list li .nav-tel img {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width:1280px) {
  .gnav {
    left: 0;
    height: auto;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
  }
}
@media screen and (min-width:1280px) and (min-width:1280px) {
  .gnav {
    border-bottom: 4px solid #E2AB17;
  }
}
@media screen and (min-width:1280px) {
  .gnav .nav-list {
    height: auto;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .gnav .nav-list li {
    padding: 0;
    text-align: center;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gnav .nav-list li:first-child {
    border-left: none;
  }
  .gnav .nav-list li:last-child {
    border-left: none;
  }
  .gnav .nav-list li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 40px;
  }
  .gnav .nav-list li a:after {
    display: none;
  }
  .gnav .nav-list li .nav-contact {
    padding: 12px 24px;
  }
  .gnav .nav-list li:nth-child(6) {
    border-left: none;
  }
  .gnav .nav-list li:nth-child(7) {
    display: none;
  }
  .gnav .nav-list .nav-questionnaire a:after {
    background-image: url(../img/cmn/questionnaire-icon-pc.svg);
  }
  .gnav .nav-list .nav-contact a {
    padding: 14px 16px;
    border: 1px solid #FFF;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
  }
  .gnav .nav-list .nav-contact a:after {
    content: "";
    display: inline-block;
    background-image: url(../img/cmn/arrow-w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4px;
    height: 8px;
    margin-left: 4px;
  }
}
.nav-toggle:checked ~ .gnav {
  left: 0;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #FFF;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 10px;
  right: 8px;
  z-index: 100;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-bottom: 0;
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20px;
  background-color: #06498D;
  cursor: pointer;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 6px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -6px;
  margin: 0;
}
@media screen and (min-width:1280px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: rgba(17, 255, 238, 0);
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

/*---------------------------------------
heading
---------------------------------------*/
.h2-style {
  color: #ffffff;
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.75rem;
}
.h2-style strong {
  font-size: 144%;
}
.h2-style > span {
  white-space: nowrap;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.h2-style > span > span {
  position: relative;
}
.h2-style > span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #586979;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.h3-style {
  color: #06498D;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2em;
}

.h4-style {
  color: #06498D;
  margin-bottom: 1em;
  font-size: 1.33rem;
  text-align: center;
}
.h4-style h4 {
  display: inline-block;
  line-height: 0.7;
}
.h4-style h4:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #06498D;
  width: 100%;
}

.dpi {
  display: inline-block;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #1F61F4;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a:hover {
  color: #62848D;
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
}

a.link-text {
  color: #06498D;
  position: relative;
}
a.link-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #06498D;
  border-right: 2px solid #06498D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #06498D;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: #F5F4F0;
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #3870A8;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

/*---------------------------------------
form
---------------------------------------*/
/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgba(226, 171, 23, 0.3019607843)));
  background: -webkit-linear-gradient(transparent 60%, rgba(226, 171, 23, 0.3019607843) 30%);
  background: linear-gradient(transparent 60%, rgba(226, 171, 23, 0.3019607843) 30%);
  font-weight: bold;
  padding: 0 4px;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #586979;
}

span.nowrap {
  white-space: nowrap;
}

@media screen and (min-width:1025px) {
  .current:after {
    content: "";
    display: block;
    width: 32px;
    border-bottom: 1px solid #ffffff !important;
    margin: auto;
    margin-top: 4px;
  }
}
/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
.img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
.img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
.img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #F2F8FF;
  padding: 1.2em;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 48px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 12px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #586979;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */