@charset "UTF-8";
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
  text-rendering: optimizeSpeed;
  color: #312828;
  overflow-x: hidden;
  background: #fffaf0;
}

.is-fixed body {
  overflow: hidden;
}

html {
  height: 100%;
  margin: 0 !important;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 1188px) {
  html {
    font-size: 1.4134275618vw;
  }
}
.pc-dn {
  display: none;
}

.sp-dn {
  display: block;
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .pc-dn {
    display: block;
  }
  .sp-dn {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  html {
    font-size: 4.2105263158vw;
  }
  body {
    overflow-x: hidden;
  }
}
a,
button,
.btn {
  cursor: pointer;
  transition: 0.3s;
}

a:hover,
button:hover,
.btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  a:hover,
  button:hover,
  .btn:hover {
    opacity: 1;
  }
}
/*---▼header▼---*/
#header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 3.75rem;
  top: 0px;
}

.header_inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  margin: auto;
  padding: 1.1rem 0.5rem;
  transform: none;
  /*メガメニュー*/
}
.header_inner .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  max-width: 100%;
}
.header_inner .logo_link img {
  width: 23.57125rem;
  height: 3.53113rem;
  flex-shrink: 0;
}
.header_inner .navi_sec .navi_list {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
.header_inner .navi_sec .navi_list li a {
  color: #124b80;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.header_inner .navi_sec .navi_list li.contact {
  border-radius: 3.125rem;
  background: #fccf00;
  padding: 0.5rem 1.5rem;
}
.header_inner .navi_sec .navi_list li.contact a {
  color: #312828;
}
.header_inner .megaMenu-list {
  background: #124b80;
  padding: 0 1rem 0 1rem;
  left: 0;
  top: 3.5rem;
  border-radius: 0.5rem;
  opacity: 0;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 115%;
  transition: 0.3s;
}
.header_inner .megaMenu-list ul {
  padding-top: 1rem;
}
.header_inner .megaMenu-list ul li {
  display: inline-block;
  padding-bottom: 1rem;
}
.header_inner .megaMenu-list ul li a {
  color: #fff !important;
  padding: 0 !important;
}
.header_inner .header-item {
  position: relative;
  padding: 1rem;
}
.header_inner .header-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #124b80;
  border-right: solid 2px #124b80;
  position: absolute;
  right: 0;
  top: 22px;
}
.header_inner .header-item::before {
  transform: rotate(135deg);
}
.header_inner .header-item:hover .megaMenu-list {
  opacity: 1;
  visibility: visible;
}

/*--- 追従コンタクトボタン ---*/
.contact_box_header {
  position: fixed;
  top: 1.94rem;
  right: 2.5rem;
  z-index: 10;
}

.contact_box_header a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 6.375rem;
  height: 6.375rem;
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
  border-radius: 50%;
  background: #124b80;
  border: 1px solid #124b80;
  color: #fff;
}

.contact_box_header a img {
  width: 4.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.contact_box_header a.line {
  margin-top: 0.5rem;
  background: #fff;
  color: #124b80;
}

.contact_box_header a.line img {
  margin-top: 0;
}

.contact_box_header a:hover {
  opacity: 1;
}

@media screen and (max-width: 1530px) {
  .contact_box_header {
    top: 5.5rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_inner.fixed {
    display: flex;
  }
  .header_inner .navi_sec .navi_list {
    display: flex;
    gap: 0.5rem;
  }
  .header_inner .logo_link img {
    width: 12.625rem;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 141/32;
  }
  .header_inner {
    padding: 0.5rem;
  }
  .header_inner .header-item {
    padding: 0;
  }
  .header_inner .header-item::before {
    right: 0;
    top: 9px;
    width: 7px;
    height: 7px;
  }
  .header_inner .navi_sec .navi_list li a {
    padding: 0 0.5rem;
    font-size: 1.934275618vw;
  }
}
@media screen and (max-width: 768px) {
  #header {
    top: 0rem;
    position: fixed;
    z-index: 999999;
    height: auto;
  }
  .header_inner {
    width: 100%;
    border-radius: 0;
    background: none;
    padding: 0;
    top: 1rem;
    /*メガメニュー*/
  }
  .header_inner .wrap {
    height: 100%;
  }
  .header_inner .logo_link {
    position: fixed;
    z-index: 999999;
    background: none;
    top: 1.4rem;
    left: 6%;
  }
  .header_inner img.logo {
    width: 12rem;
    height: auto;
  }
  .header_inner a.logo_link {
    z-index: 999999;
    background: none;
  }
  .header_inner .navi_list a {
    font-size: 1.5rem;
  }
  .header_inner .navi_child {
    display: none !important;
  }
  .header_inner .header-item::before {
    border: none;
  }
  .header_inner .navi_sec .navi_list li {
    text-align: justify;
    margin-bottom: 1.2rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .header_inner .navi_sec .navi_list li a {
    font-size: 1.2rem;
    color: #124b80;
  }
  .header_inner .megaMenu-list {
    opacity: 1;
    visibility: visible;
    background: none;
    top: 0;
    opacity: 1;
    position: relative;
    text-align: left;
    visibility: visible;
    width: auto;
  }
  .header_inner .megaMenu-list ul {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .header_inner .megaMenu-list ul li {
    display: block;
    margin-bottom: 0.5rem !important;
  }
  .header_inner .megaMenu-list ul li a {
    color: #124b80 !important;
    padding: 0 !important;
    font-size: 1rem !important;
  }
  .header_inner .navi_sec .navi_list.contact {
    display: inline-block;
  }
  .header_inner .navi_sec .navi_list li a:before {
    content: none;
  }
  .header_inner .navi_child li:first-child {
    margin-top: 1rem;
  }
  .header_inner .navi_child li:last-child {
    margin-bottom: 0;
  }
  .header_inner .navi_list a.content img,
  .header_inner .navi_parent .navi_parent_a::after {
    display: none;
  }
  .header_inner .navi_sec {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
  }
  .header_inner .navi_sec .navi_list {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0 2rem;
    padding-top: 7.5rem;
    background: none;
  }
  header #nav_toggle {
    position: fixed;
    right: 2.5%;
    left: 2.5%;
    z-index: 9999;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    width: 95%;
    height: 3.5rem;
    padding: 1.15rem 1rem;
    border-radius: 5rem;
    background: rgba(255, 255, 255, 0.85);
  }
  header #nav_toggle div {
    position: relative;
  }
  header #nav_toggle span {
    position: absolute;
    width: 1.5rem;
    right: 0;
    left: auto;
    height: 2px;
    background: #124b80;
    transition: all 400ms;
  }
  header #nav_toggle span:nth-child(1) {
    top: 0;
  }
  header #nav_toggle span:nth-child(2) {
    top: 9px;
  }
  header #nav_toggle span:nth-child(3) {
    top: 18px;
  }
  header.open #nav_toggle span {
    background: #124b80;
  }
  header.open #nav_toggle span:nth-child(1) {
    transform: rotate(132deg);
    -webkit-transform: rotate(132deg);
    top: 10px;
  }
  header.open #nav_toggle span:nth-child(2) {
    opacity: 0;
  }
  header.open #nav_toggle span:nth-child(3) {
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    top: 10px;
  }
  .contact_box_header {
    top: auto;
    right: auto;
    bottom: 0;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
  }
  .contact_box_header a {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    height: auto;
    border-radius: initial;
    padding: 0.5rem 0;
    font-size: 1.15rem;
  }
  .contact_box_header a.line {
    margin-top: 0;
    border: none;
    border-top: 1px solid #124b80;
  }
  .contact_box_header a img {
    width: 2.125rem;
    height: 2.125rem;
    margin: 0;
    margin-top: 0;
  }
  .header_inner .navi_sec .navi_list li.contact {
    display: inline-block;
  }
}
/*---▼footer▼---*/
#footer h2.contact_box_title {
  color: #124b80;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1.44rem;
  margin-top: 2rem;
}
#footer h2.contact_box_title::after {
  display: none;
}

.footer_inner {
  background: #fff;
  padding-bottom: 2.31rem;
  padding-top: 2.97rem;
}
.footer_inner .flex_box {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.footer_inner .flex_box .right_sec .navi_list {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: center;
}
.footer_inner .flex_box .right_sec .navi_list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.footer_inner .flex_box .right_sec .navi_list li a {
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.footer_inner .flex_box .right_sec .navi_list li a.sub {
  font-size: 1rem;
  font-weight: 500;
}
.footer_inner .flex_box .right_sec .navi_list li.contact a {
  color: #124b80;
}
.footer_inner .flex_box .banner_box {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
}
.footer_inner .flex_box .banner_box a img {
  border: 1px solid #124b80;
  width: 16.875rem;
  height: 3.75rem;
  flex-shrink: 0;
}

a.yellow_btn {
  border: 1px solid #fccf00;
  background-color: #fccf00;
  padding: 0.8rem 3.5rem 0.8rem 1.5rem;
  color: #124b80;
  position: relative;
  top: 0.8rem;
  border-radius: 0.9375rem;
}
a.yellow_btn::before, a.yellow_btn::after {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  transition: opacity 0.5s;
  width: 25px;
}
a.yellow_btn::before {
  background-image: url(../img/common/yajirushi_2.svg);
}
a.yellow_btn:hover {
  background-color: #fff;
  opacity: 1 !important;
}

#footer .tac_btn {
  margin-bottom: 7.5rem;
}

#footer .copy {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 9rem;
}

@media screen and (max-width: 1024px) {
  #footer h2.contact_box_title {
    font-size: 1.5625rem;
  }
  .footer_inner .navi_list {
    gap: 1.5vw;
  }
  .footer_inner .navi_list li .navi_child {
    padding-left: 0.5rem;
  }
  .footer_inner .access_text {
    padding-left: 1rem;
  }
  .footer_inner .logo img {
    width: 90%;
  }
  #footer .contact_box {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 430px) {
  #footer {
    padding-top: 2.94rem;
    padding-bottom: 0;
  }
  #footer h2.contact_box_title {
    font-size: 1.5rem;
    line-height: 150%;
    margin-bottom: 1rem;
  }
  #footer .tac_btn {
    margin-bottom: 4.5rem;
  }
  #footer .contact_box {
    gap: 0.5rem;
    justify-content: space-between;
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
    bottom: 0.7rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  #footer .contact_box.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  #footer .contact_box a.brown_btn,
  #footer .contact_box a.yellow_btn {
    display: flex;
    flex-direction: column;
    border-radius: 0.9375rem;
    padding: 0;
    font-size: 0.8rem;
    padding: 1rem 0;
  }
  #footer .contact_box a.yellow_btn img {
    height: 1.2rem;
  }
  #footer .contact_box a.brown_btn img {
    height: 1.5rem;
  }
  #footer .contact_box a.brown_btn img.mail {
    height: 1rem;
  }
  .footer_inner {
    align-items: center;
    padding: 3rem 0 2rem 0;
  }
  .footer_inner .flex_box .right_sec {
    width: 80%;
    margin: auto;
  }
  .footer_inner .flex_box .right_sec .navi_list {
    display: flex;
    gap: 2rem 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
    flex-flow: wrap;
  }
  .footer_inner .flex_box .right_sec .navi_list li a {
    font-size: 1rem;
  }
  .footer_inner .flex_box .right_sec .navi_list li a.sub {
    font-size: 0.8rem;
  }
  .footer_inner .flex_box .right_sec .navi_list li.contact a {
    color: #124b80;
    display: flex;
    font-size: 1rem;
  }
  .footer_inner .banner_box {
    flex-direction: column;
  }
  .footer_inner .banner_box a img {
    width: auto;
  }
  .footer_inner .left_sec {
    width: 100%;
  }
  #footer .copy {
    color: #312828;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 3rem;
  }
}/*# sourceMappingURL=style.css.map */