@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  font-size: 62.5%;
}

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

body {
  box-sizing: border-box;
  color: #394656;
  font-family: "IBM Plex Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  overflow-x: hidden !important;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: .4s;
  line-height: 1;
}

p {
  color: #000000;
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-show {
    display: block;
  }
}

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

.l-main {
  position: relative;
}

/* =========================================================
drawer
========================================================= */
.c-drawer {
  background-color: #223F88;
  height: 100vh;
  padding: 20px;
  max-width: 0;
  width: 90vw;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: -390px;
  transition: .4s;
  z-index: 501;
  scrollbar-color: #929292 #fff;
  scrollbar-width: thin;
}
.c-drawer::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.c-drawer::-webkit-scrollbar-thumb {
  background: #929292;
  width: 6px;
  border-radius: 5px;
}

#drawer:checked + .c-drawer {
  padding: 0 0 25px;
  max-width: 390px;
  right: 0;
}
#drawer:checked + .c-drawer .c-drawer-btn .icon::before {
  top: -5px;
  transform: rotate(45deg);
}
#drawer:checked + .c-drawer .c-drawer-btn .icon::after {
  bottom: 5px;
  transform: rotate(-45deg);
}
#drawer:checked ~ .c-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
}

.c-drawer-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
.c-drawer-btn .icon {
  display: block;
  background: url(../images/common/icon-close.svg) no-repeat center top;
  background-size: 20px 20px;
  padding-top: 20px;
}
.c-drawer-btn .icon .border {
  font-weight: bold;
  color: #223F88;
  font-size: 12px;
}

.c-drawer-gnav {
  padding-top: 80px;
}
.c-drawer-gnav ul li {
  padding-bottom: 10px;
}
.c-drawer-gnav ul li a {
  background: #00A7EA;
  border-radius: 5px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 15px 15px 15px 10px;
  position: relative;
  max-width: 310px;
  margin: 0 auto;
  transition: .3s;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-drawer-gnav ul li a {
    font-size: 20px;
  }
}
.c-drawer-gnav ul li a::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE201;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
}
.c-drawer-gnav ul li a:hover {
  background: #152856;
}

.c-contact--wrap {
  background: #00A7EA;
  border-radius: 5px;
  padding: 25px 15px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-contact--wrap {
    display: flex;
    align-items: center;
    padding: 15px;
  }
}
.c-contact-tel {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .c-contact-tel {
    border-bottom: none;
    border-right: 1px solid #ffffff;
    padding: 20px 10px 20px 0;
    margin: 0 10px 0 0;
    font-size: 16px;
    width: 50%;
  }
}
.c-contact-tel h3 {
  margin-bottom: 10px;
}
.c-contact-tel h3 span {
  background: url(../images/common/icon-tel.svg) no-repeat left center;
  background-size: 14px 14px;
  display: inline-block;
  padding-left: 20px;
}
.c-contact-tel a {
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 250%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-contact-tel a {
    font-size: 220%;
    font-weight: normal;
  }
}
.c-contact-tel p {
  color: #ffffff;
}
.c-contact-mail {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-contact-mail {
    width: 50%;
  }
}
.c-contact-mail h3 {
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-contact-mail h3 {
    font-size: 16px;
  }
}
.c-contact-mail h3 span {
  background: url(../images/common/icon-mail.svg) no-repeat left center;
  background-size: 14px 14px;
  display: inline-block;
  padding-left: 20px;
}
.c-contact-mail a {
  background: #223F88;
  border-radius: 100px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 15px 15px 15px 10px;
  position: relative;
  max-width: 310px;
  margin: 0 auto;
  transition: .3s;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-contact-mail a {
    font-size: 20px;
  }
}
.c-contact-mail a::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE201;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
}
.c-contact-mail a:hover {
  background: #152856;
}

/* =========================================================
header
========================================================= */
.p-header {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  transition: .4s;
}
.p-header--wrap {
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-header--wrap {
    padding: 20px 40px;
  }
}
.p-header-logo {
  flex-grow: 1;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .p-header-logo {
    padding-left: 0;
  }
}
.p-header-logo .logo_blue {
  display: none;
}
.p-header-logo img {
  max-width: 120px;
}
@media screen and (min-width: 992px) {
  .p-header-logo img {
    max-width: 180px;
  }
}
.p-header-gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header-gnav {
    display: block;
  }
}
.p-header-gnav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.p-header-gnav > ul > li {
  flex-grow: 1;
  position: relative;
}
.p-header-gnav > ul > li > a {
  color: #223f88;
  display: block;
  font-size: calc(16 * (100vw / 430));
  font-weight: bold;
  padding: 12px;
  position: relative;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 430px) {
  .p-header-gnav > ul > li > a {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-header-gnav > ul > li > a {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-header-gnav > ul > li > a {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-header-gnav > ul > li > a {
    font-size: calc(16 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .p-header-gnav > ul > li > a {
    font-size: 16px;
  }
}
.p-header-gnav > ul > li > a::before {
  background-color: #223f88;
  content: '';
  display: block;
  height: 2px;
  width: 0px;
  transition: .2s;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.p-header-gnav > ul > li > a:hover::before {
  width: 80px;
}
.p-header-gnav > ul > li > a.contact {
  background-color: #000;
  border-radius: 50px;
  line-height: 1;
  margin: 0 0 0 15px;
  padding: 12px 25px;
}
.p-header-gnav > ul > li > a.contact::before {
  display: none;
}
.p-header-gnav > ul > li > a.contact:hover {
  background-color: #223f88;
}
.p-header-drawerbtn {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-header-drawerbtn {
    display: none;
  }
}
.p-header-drawerbtn label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  background: #ffffff;
  padding-top: 5px;
  width: 70px;
  height: 70px;
}
.p-header-drawerbtn .icon {
  border-radius: 50px;
  height: 15px;
  width: 40px;
  position: relative;
  transition: .4s;
}
@media screen and (min-width: 768px) {
  .p-header-drawerbtn .icon {
    width: 50px;
  }
}
.p-header-drawerbtn .icon::before, .p-header-drawerbtn .icon::after {
  background-color: #223F88;
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-header-drawerbtn .icon::before, .p-header-drawerbtn .icon::after {
    width: 40px;
  }
}
.p-header-drawerbtn .icon::before {
  top: 15px;
}
.p-header-drawerbtn .icon::after {
  bottom: 15px;
}
.p-header-drawerbtn .icon .border {
  background-color: #223F88;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-header-drawerbtn .icon .border {
    width: 40px;
  }
}
.p-header-drawerbtn .text {
  color: #223F88;
  font-size: calc(13 * (100vw / 480));
  letter-spacing: .1rem;
  margin: 5px 0 0;
}
@media screen and (min-width: 430px) {
  .p-header-drawerbtn .text {
    font-size: calc(13 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-header-drawerbtn .text {
    font-size: calc(13 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-header-drawerbtn .text {
    font-size: 13px;
  }
}
.p-header.is-fixed {
  background-color: rgba(250, 250, 250, 0);
  background-color: #FAFAFA;
}
.p-header.is-fixed .p-header-logo .logo_white {
  display: none;
}
.p-header.is-fixed .p-header-logo .logo_blue {
  display: block;
}
.p-header.is-fixed .p-header-gnav > ul > li > a {
  color: #000;
}
.p-header.is-fixed .p-header-gnav > ul > li > a.contact {
  color: #fff;
}
.p-header.is-fixed .p-header-gnav > ul > li > a::before {
  background-color: #000;
}

/* =========================================================
footer
========================================================= */
.p-footer {
  background-color: #223F88;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/common/bg_footer.webp);
}
.p-footer--wrap {
  margin: auto;
  max-width: 1400px;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-footer--wrap {
    max-width: none;
    padding: 0 5vw;
  }
}
.p-footer-manu {
  padding: calc(100 * (100vw / 768)) 15px;
  width: 100%;
}
@media screen and (min-width: 620px) {
  .p-footer-manu {
    padding: calc(70 * (100vw / 1920)) 15px;
  }
}
.p-footer-manu_link {
  display: none;
  width: 100%;
}
@media screen and (min-width: 620px) {
  .p-footer-manu_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
  }
}
.p-footer-manu_link li a {
  color: #ffffff;
  display: block;
  font-size: calc(16 * (100vw / 430));
  padding: 12px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-footer-manu_link li a {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-footer-manu_link li a {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-footer-manu_link li a {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-footer-manu_link li a {
    font-size: calc(16 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .p-footer-manu_link li a {
    font-size: 16px;
  }
}
.p-footer-copy {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
