@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #231815;
  font-family: fot-tsukuardgothic-std, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bold {
  font-weight: 700;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
}

.gyosho {
  font-family: hot-gyoshokk, sans-serif;
  font-weight: 400;
}

.fuga {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
}

.mprounded {
  font-family: m-plus-rounded-1c, sans-serif;
  font-weight: 700;
}

.mb_on {
  display: none;
}

a {
  display: block;
}

/* reCAPTHA */
.grecaptcha-badge {
  visibility: hidden;
}

/*---------------------------
    header
---------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header .head_bg {
  background: #fff;
}

.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.header_main .head_logo {
  width: 222px;
  margin: 24px 23px auto 0;
}
.header_main h4 {
  color: #1f2c5c;
  line-height: 1.6;
  font-size: 1.2rem;
  margin: 30px 26px auto 0;
}
.header_main .header_contact {
  height: 44px;
  margin: 25px 24px auto 0;
}
.header_main .header_contact :first-child img {
  width: 183.8px;
}
.header_main .header_contact :last-child img {
  width: 156.7px;
}
.header_main .sns {
  margin-top: 40px;
}

.openbtn {
  position: absolute; /*ボタン内側の基点となるためrelativeを指定*/
  right: 30px;
  background: #1f2c5c;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: 27.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2.2px #1f2c5c;
}
.openbtn::after {
  content: "MENU";
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 10px;
  height: 3px;
  background: #fff;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 10px;
}
.openbtn span:nth-of-type(2) {
  top: 18px;
}
.openbtn span:nth-of-type(3) {
  top: 26px;
}
.openbtn.active {
  background: #fff;
}
.openbtn.active::after {
  color: #1f2c5c;
}
.openbtn.active span {
  background: #1f2c5c;
}
.openbtn.active span:nth-of-type(1) {
  top: 12px;
  left: 13px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 49%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn.active span:nth-of-type(3) {
  top: 24px;
  left: 13px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 49%;
}

.gnav {
  background: #1f2c5c;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(31, 44, 92, 0);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  position: relative;
  z-index: 101;
}
.gnav .navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1000px;
  margin: auto;
}
.gnav .navigation_list .menu-item-has-children {
  margin: 50px auto 45px;
  -webkit-filter: drop-shadow(0 0 1px #1f2c5c);
          filter: drop-shadow(0 0 1px #1f2c5c);
}
.gnav .navigation_list .menu-item-has-children .menu-item {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 4px;
  padding: 6px 0 1px;
  width: 100%;
  position: relative;
}
.gnav .navigation_list .menu-item-has-children .menu-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.gnav .navigation_list .menu-item-has-children .menu-item:hover::after {
  width: 100%;
}
.gnav .navigation_list a[href="#"] {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 26px;
}
.gnav .navigation_list a[href="#"]::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #fff;
  bottom: -25px;
  left: 6px;
}
.gnav .sub-menu {
  padding-left: 0;
}
.gnav li a {
  color: #fff;
}
.gnav.active {
  background-color: rgba(31, 44, 92, 0.75);
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.gnav .header_contact {
  display: none;
}
.gnav .sns {
  display: none;
}
.gnav .gnav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1000px;
  margin: auto;
}
.gnav .gnav_wrap ul {
  margin: 50px auto 45px;
  -webkit-filter: drop-shadow(1px 1px 1px #1f2c5c);
          filter: drop-shadow(1px 1px 1px #1f2c5c);
}
.gnav .gnav_wrap h3 {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 26px;
}
.gnav .gnav_wrap h3::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #fff;
  bottom: -25px;
  left: 6px;
}
.gnav .gnav_wrap li {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 4px;
  padding: 6px 0 1px;
  width: 100%;
  position: relative;
}
.gnav .gnav_wrap li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.gnav .gnav_wrap li:hover::after {
  width: 100%;
}
.gnav.active {
  background-color: rgba(31, 44, 92, 0.75);
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.gnav .header_contact {
  display: none;
}
.gnav .sns {
  display: none;
}

/*---------------------------
*    パンくずリスト
*---------------------------*/
#breadcrumbs {
  max-width: 836px;
  margin: 6px auto 0 0;
  font-size: 1.3rem;
  background: white;
  padding-right: 2.5em;
  position: relative;
  z-index: 71;
}
#breadcrumbs span {
  line-height: 13px;
}
#breadcrumbs a {
  display: inline-block;
  text-decoration: underline;
}

/*---------------------------
*    footer
*---------------------------*/
.footer {
  padding-top: 23px;
  margin: auto;
  width: 100%;
}
.footer .banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 836px;
  margin: 0 0 20px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer .banner_wrap .banner {
  max-width: 192px;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 6px;
}
.footer.deco_line::before {
  max-width: 836px;
  margin: 0 auto 33px;
}
.footer .foot_info {
  position: relative;
  max-width: 836px;
  margin: auto;
}
.footer .foot_info .foot_com {
  text-align: center;
  line-height: 2.2rem;
}
.footer .foot_info .foot_com h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .foot_info .foot_com h3 {
  font-size: 1.5rem;
}
.footer .foot_info .foot_com h3 span {
  font-size: 1.1rem;
}
.footer .foot_info .foot_item .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 836px;
  margin: 0 auto 20px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer .foot_info .foot_item .download a {
  max-width: 192px;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 6px;
}
.footer .foot_info .foot_item .download a:first-child {
  margin-left: 0;
}
.footer .foot_info .foot_item .download a:last-child {
  margin-right: 0;
}
.footer .foot_info .foot_item .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px;
}
.footer .foot_info .foot_item .footer_link .external_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer .foot_info .foot_item .footer_link .external_banner a {
  max-width: 192px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 6px;
}
.footer .foot_info .foot_item .footer_link .external_banner a img {
  width: 100%;
}
.footer .foot_info .foot_item .footer.sale .foot_info .foot_item .footer_link {
  margin-bottom: 0;
}
.footer .foot_info .foot_item .sns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 192px;
  width: 25%;
  margin: 6px;
}
.footer .foot_info .foot_item .sns a {
  width: 25px !important;
}
.footer .wave {
  display: block;
  width: 100%;
  height: 8vw;
  background-image: url(../images/wave_navy.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.footer .copy {
  text-align: center;
  background-color: #1f2c5c;
  color: #fff;
  padding-bottom: 20px;
}

/*---------------------------
*    common
*---------------------------*/
main {
  padding-top: 95px;
}

.deco_line {
  position: relative;
}
.deco_line::before {
  content: "";
  display: block;
  background-image: url(../images/deco_line.png);
  background-size: 4.6px;
  background-repeat: repeat-x;
  height: 4.6px;
  width: 100%;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns img {
  width: 25px;
}
.sns a:first-child {
  margin-right: 8.5px;
}

.contact {
  position: fixed;
  bottom: 20vh;
  right: 0;
  background-color: #1f2c5c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact:hover {
  opacity: 0.8;
}
.contact a {
  font-size: 1.6rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2.2;
  padding: 30px 0;
  display: block;
}

/*リンクの形状*/
#page_top a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page_top a img {
  width: 42px;
  height: 53px;
}
#page_top a:hover {
  opacity: 0.5;
}

/*トップへ戻る を右下に固定*/
#page_top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 90;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

#page_top.LeftMove {
  -webkit-animation: LeftAnime 0.5s forwards;
          animation: LeftAnime 0.5s forwards; /*　左の動き　*/
}

@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#page_top.RightMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards; /*　右の動き　*/
}

@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
.oth_sec_ttl {
  max-width: 836px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 37px #22AC38;
  position: relative;
  z-index: 71;
}
.oth_sec_ttl img {
  height: 23px;
  width: auto;
  padding-right: 10px;
}
.oth_sec_ttl h2 {
  font-size: 2.2rem;
}
.oth_sec_ttl h2 span {
  color: #22AC38;
}
.oth_sec_ttl h5 {
  line-height: 22px;
  font-size: 1.2rem;
  background: #fff;
  z-index: 73;
}
.oth_sec_ttl h5 span {
  padding-right: 12px;
}
.oth_sec_ttl::before {
  content: "";
  background-image: url(../images/deco_line.png);
  background-size: 4.6px;
  background-repeat: repeat-x;
  height: 4.6px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 70;
}

@media screen and (max-width: 900px) {
  .header .header_main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 836px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .oth_sec_ttl {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 780px) {
  main {
    padding-top: 75px;
  }
  .header .header_main {
    height: 75px;
  }
  .header .header_main .head_logo {
    width: 170px;
    min-width: 170px;
    margin: 13px 9px auto 10px;
  }
  .header .header_main h4 {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 2vw;
  }
  .header .header_main h4 br {
    display: none;
  }
  .header .header_main .header_contact {
    width: 160px;
    margin: 13px 15px auto 0;
  }
  .header .header_main .header_contact :first-child img, .header .header_main .header_contact :last-child img {
    width: 160px;
  }
  .header .header_main .sns {
    margin-right: 11vw;
    margin-top: 20px;
    margin-left: 10px;
  }
  .header .header_main .sns img {
    width: 30px;
  }
  .header .header_main .openbtn {
    margin-top: 10px;
  }
  .header .gnav {
    /* dalete list */
  }
  .header .gnav.active {
    background-color: rgba(31, 44, 92, 0.85);
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: calc(100vh - 75px);
  }
  .header .gnav .navigation_list {
    padding: 30px 0;
    display: block;
  }
  .header .gnav .navigation_list .menu-item-has-children {
    margin: 0px auto 5px;
    padding: 0;
  }
  .header .gnav .navigation_list .menu-item-has-children a[href="#"] {
    margin-bottom: 0;
    padding: 0.7em 15px;
    cursor: pointer;
    border-bottom: solid 1px white;
  }
  .header .gnav .navigation_list .menu-item-has-children a[href="#"]::after {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 12px;
    right: 26px;
    left: auto;
  }
  .header .gnav .navigation_list .menu-item-has-children a[href="#"] .menu-item {
    font-size: 1.4rem;
  }
  .header .gnav .navigation_list .sub-menu {
    height: 0;
    opacity: 0;
    padding-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.3960784314);
    pointer-events: none;
  }
  .header .gnav .navigation_list .sub-menu li {
    padding: 0 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1.5;
    margin-top: 0;
    -webkit-filter: drop-shadow(0px 0 1px black);
            filter: drop-shadow(0px 0 1px black);
  }
  .header .gnav .navigation_list .sub-menu li::after {
    width: 100%;
    height: 1px;
  }
  .header .gnav .navigation_list .sub-menu li a {
    padding-block: 1em;
  }
  .header .gnav .navigation_list ul[class*=list_open] {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .header .gnav .gnav_wrap {
    padding: 30px 0;
    display: block;
  }
  .header .gnav .gnav_wrap ul {
    margin: 0px auto 5px;
    padding: 0;
  }
  .header .gnav .gnav_wrap ul h3 {
    margin-bottom: 0;
    padding: 6px 15px;
    cursor: pointer;
    border-bottom: solid 1px white;
  }
  .header .gnav .gnav_wrap ul h3::after {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 12px;
    right: 26px;
    left: auto;
  }
  .header .gnav .gnav_wrap div[class*=nav_list_wrap] {
    height: 0;
    opacity: 0;
    padding-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.3960784314);
    pointer-events: none;
  }
  .header .gnav .gnav_wrap div[class*=nav_list_wrap] li {
    padding: 0 15px;
    height: 34px;
    line-height: 30px;
    margin-top: 0;
    -webkit-filter: drop-shadow(0px 1px 1px black);
            filter: drop-shadow(0px 1px 1px black);
  }
  .header .gnav .gnav_wrap div[class*=nav_list_wrap] li::after {
    width: 100%;
    height: 1px;
  }
  .header .gnav .gnav_wrap div[class*=list_open] {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .header .gnav .header_contact {
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }
  .header .gnav .header_contact a {
    max-width: 234px;
    display: block;
    margin: auto;
  }
  .header .gnav .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .header .gnav .sns a:first-child {
    margin-right: 15px;
  }
  .header .gnav .sns img {
    width: 38px;
  }
  .footer .banner_wrap {
    margin: 0 auto 10px;
  }
  .footer .foot_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .foot_info .foot_com {
    width: 100%;
  }
  .footer .foot_info .foot_item .download {
    margin: 0 auto 10px;
  }
  .footer .foot_info .foot_item .sns {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header .header_main .openbtn {
    right: 0;
    margin-top: 0;
    height: 75px;
    padding: 12.5px 0;
  }
  .header .header_main .openbtn span {
    margin-top: 12.5px;
  }
  .header .header_main .openbtn::after {
    bottom: 12.5px;
  }
  .footer .banner_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .banner_wrap div.banner {
    width: 40%;
    margin: 6px 0;
  }
  .footer .foot_info .foot_item .footer_link .external_banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  .footer .foot_info .foot_item .footer_link .external_banner a {
    width: 40%;
    margin-inline: 0;
  }
  .footer .foot_info .foot_item .sns {
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .download {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .download a {
    width: 40%;
    margin: 6px 0;
  }
}
@media screen and (max-width: 540px) {
  .header .header_main {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer .foot_info .foot_item .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .footer .foot_info .foot_item .footer_link .external_banner {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 15px 0;
    width: 100%;
  }
  .footer .foot_info .foot_item .footer_link .external_banner a {
    margin-top: 0;
  }
  .footer.sale .foot_info .foot_item .footer_link {
    margin: 15px auto 20px;
  }
  .pc_on {
    display: none;
  }
  .mb_on {
    display: block;
  }
  #page_top {
    bottom: 15px;
    right: 3px;
  }
}
@media screen and (max-width: 500px) {
  .header .header_main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .header_main .header_contact {
    display: none;
  }
  .gnav .header_contact {
    display: block;
  }
  .gnav .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 375px) {
  .header .header_main h4 {
    letter-spacing: -0.8px;
  }
}