@media only screen and (max-width: 750px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 100%; /* 16px */
    color: #000000;
    background: #ffffff;
    line-height: 1.714285;
    word-wrap: break-word;
  }
  a,
  span,
  img {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  body {
    font-size: 14px;
  }
  #top {
    position: relative;
  }
  .container-inner {
    width: auto;
  }
  .fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }
  .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* HEADER */
  #header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    transition: background-color 0.5s;
  }
  #header .container-inner {
    height: 100%;
    padding: 8px 60px 0px 10px;
    box-sizing: border-box;
  }
  #header .container-inner .primary .h-logo {
    display: block;
    margin: 0;
  }
  #header .container-inner .primary .h-logo a {
    display: flex;
    align-items: center;
    height: 46px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding-left: 61px;
  }
  #header .container-inner .primary .h-logo a:before {
    content: "";
    width: 54px;
    height: 46px;
    background: url(../images/common/h-logo.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #header .container-inner .primary .h-logo a:hover, #header .container-inner .primary .h-logo a:active {
    filter: alpha(opacity=60); /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
    -moz-opacity: 0.6; /* FF , Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity: 0.6;
    zoom: 1; /*IE*/
  }
  #header .container-inner .primary .h-logo a .inner {
    display: block;
    line-height: 1.45;
    font-size: 85.714285%; /* 12px */
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-top: 1px;
  }
  #header .container-inner .primary .h-logo a .inner em {
    display: inline-block;
    font-size: 158.333333%; /* 19px */
    font-weight: 700;
    margin-top: -1px;
  }
  #header .container-inner .secondary {
    display: none;
  }
  #header.sp_nav {
    position: fixed;
    background-color: #ffffff;
  }
  #header.sp_nav .container-inner .primary .h-logo a {
    display: none;
  }
  /* F-CONTACT */
  #f-contact .container-inner {
    padding: 31px 10px 34px;
  }
  .f-contact-box {
    text-align: center;
  }
  .f-contact-box .title-area {
    margin-bottom: 16px;
  }
  .f-contact-box .title-area .en-text {
    display: block;
    font-size: 357.142857%; /* 50px */
    letter-spacing: -0.04em;
    line-height: 1.2;
    font-weight: bold;
    color: rgba(0, 52, 103, 0.2);
  }
  .f-contact-box .title-area .ja-text {
    display: block;
    font-size: 157.142857%; /* 22px */
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #002d6b;
  }
  .f-contact-box .cntbox .tp_text {
    color: #002d6b;
    margin-bottom: 20px;
  }
  .c_contact-number {
    border-top: 1px solid #002d6b;
    border-bottom: 1px solid #002d6b;
    position: relative;
  }
  .c_contact-number:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #002d6b;
    position: absolute;
    top: 70px;
    left: 0;
  }
  .c_contact-number a {
    display: inline-block;
    color: #002d6b;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
  }
  .c_contact-number .outline {
    margin-bottom: 0;
    height: 70px;
    box-sizing: border-box;
  }
  .c_contact-number .f-form {
    display: inline-block;
    font-size: 157.142857%; /* 22px */
    color: #002d6b;
    line-height: 1.2;
    padding: 20px 0 20px 40px;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
  }
  .c_contact-number .f-form:before {
    content: "";
    width: 28px;
    height: 22px;
    display: inline-block;
    background: url(../images/common/icon-form.svg) no-repeat center/contain;
    position: absolute;
    top: 35.5px;
    left: 0;
    transform: translateY(-50%);
  }
  .c_contact-number .f-mail {
    display: inline-block;
    font-size: 157.142857%;
    color: #002d6b;
    letter-spacing: 0.04em;
    line-height: 1.2;
    padding: 20px 0 20px 45px;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
  }
  .c_contact-number .f-mail:before {
    content: "";
    width: 32px;
    height: 30px;
    display: inline-block;
    background: url(../images/common/icon-mail.svg) no-repeat center/contain;
    position: absolute;
    top: 36px;
    left: 0;
    transform: translateY(-50%);
  }
  /* FOOTER */
  #footer .copyright {
    color: #ffffff;
    background-color: #001755;
    font-size: 64.285714%; /* 9px */
    padding-block: 10px 12px;
    text-align: center;
    margin-bottom: 0;
  }
  .c_fsignature {
    background-color: #dde4eb;
  }
  .c_fsignature a {
    color: #ffffff;
  }
  .c_fsignature .container-inner {
    padding-block: 18px 13px;
    text-align: center;
  }
  .c_fsignature .container-inner .f-sign .f-name {
    display: block;
    margin-bottom: 3px;
  }
  .c_fsignature .container-inner .f-sign .f-name a {
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
    text-decoration: none;
    position: relative;
  }
  .c_fsignature .container-inner .f-sign .f-name a:before {
    content: "";
    width: 54px;
    height: 47px;
    display: inline-block;
    background: url(../images/common/f-logo.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: -10px;
  }
  .c_fsignature .container-inner .f-sign .f-name a .inner {
    font-size: 92.857142%; /* 13px */
    font-weight: bold;
    padding-bottom: 7px;
    color: #002d6b;
  }
  .c_fsignature .container-inner .f-sign .f-name a .inner em {
    font-size: 146.153846%;
    font-weight: bold;
  }
  .c_fsignature .container-inner .f-sign .f-address {
    color: #002d6b;
    margin-bottom: 5px;
  }
  .c_fsignature .container-inner .f-sign .f-address .f-place {
    display: block;
    font-size: 92.857142%; /* 13px */
  }
  .c_fsignature .container-inner .f-sign .f-address .f-tel {
    display: block;
    font-size: 92.857142%; /* 13px */
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 20px;
    right: 17px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 35px;
    height: 19px;
  }
  #sp-menu .menu button {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    position: relative;
  }
  #sp-menu .menu button .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: translateY(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.431372549);
    transition: 0.2s;
  }
  #sp-menu .menu button .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ffffff;
    transform: translateY(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.431372549);
    transition: 0.3s;
    margin-top: -8.5px;
  }
  #sp-menu .menu button .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ffffff;
    transform: translateY(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.431372549);
    transition: 0.3s;
    margin-top: 8.5px;
  }
  #sp-menu .menu button.close .icon {
    background: transparent;
    box-shadow: none;
  }
  #sp-menu .menu button.close .icon:before {
    background-color: #002d6b;
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: none;
  }
  #sp-menu .menu button.close .icon:after {
    background-color: #002d6b;
    margin-top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    box-shadow: none;
  }
  #md-nav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
    background-color: #ffffff;
  }
  #md-nav #sp-nav {
    text-align: center;
    line-height: 1.55;
    padding-inline: 20px;
    margin-bottom: 55px;
  }
  #md-nav #sp-nav > li:not(:last-of-type) {
    margin-bottom: 32px;
  }
  #md-nav #sp-nav > li > a {
    color: #000;
    font-size: 121.428571%; /* 17px */
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  #md-nav .md-contact {
    text-align: center;
    padding-inline: 10px;
    margin-bottom: 23px;
  }
  #md-nav .md-contact .titlebox {
    margin-bottom: 6px;
  }
  #md-nav .md-contact .titlebox .en-text {
    display: block;
    font-size: 235.714285%; /* 33px */
    font-weight: bold;
    letter-spacing: -0.04em;
    color: rgba(0, 52, 103, 0.2);
    line-height: 1.2;
  }
  #md-nav .md-contact .titlebox .ja-text {
    font-size: 114.285714%; /* 16px */
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #002d6b;
  }
  #sp-nav li span.parent.open,
  #sp-nav li li.on a,
  #sp-nav li li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav li span.cnst,
  #sp-nav li li span.cnst {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  /* TITLE */
  #title {
    height: 259px;
    background: url(../images/common/title-bg_sp.jpg) no-repeat center/cover;
    position: relative;
  }
  #title .container-inner {
    width: 100%;
    height: 100%;
    padding: 85px 20px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }
  #title .container-inner .title-box {
    display: inline-block;
  }
  #title .container-inner .title-box .en_text {
    color: rgba(255, 255, 255, 0.3);
    font-size: 321.428571%; /* 45px */
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin-bottom: 0px;
  }
  #title .container-inner .title-box .ja-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #title .container-inner .title-box .ja-text .level01 {
    display: block;
    color: #ffffff;
    font-size: 121.428571428%; /* 17px */
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.45;
    padding-right: 24px;
    margin: 3px 10px 0 0;
    position: relative;
  }
  #title .container-inner .title-box .ja-text .level01:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% + 2px));
  }
  #title .container-inner .title-box .ja-text .title {
    color: #ffffff;
    font-size: 157.142857%; /* 22px */
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }
  #title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c6c8cd;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  /* CONTENT */
  #content {
    color: #ffffff;
    position: relative;
    padding-bottom: 1px;
    background: url(../images/common/content-bg.webp) repeat-y top -76px left/100% auto;
  }
  #content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #002d6b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  #content .container-inner {
    padding: 10px 25px;
  }
  #content .container-inner.sp_incnt {
    padding: 0 25px;
  }
  :where(#content a) {
    color: #ffffff;
  }
  #breadcrumb {
    margin-bottom: 40px;
  }
  #breadcrumb ol {
    margin: 0;
    line-height: 1.55;
  }
  #breadcrumb ol li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.714285%;
  }
  #breadcrumb ol li a {
    color: #ffffff;
  }
  #content:has(#subnav) #breadcrumb {
    margin-bottom: 25px;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 70px;
  }
  .section-s {
    margin-bottom: 55px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 25px;
  }
  .section-ssss {
    margin-bottom: 15px;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 38.5px;
    height: 38.5px;
    line-height: 0;
    text-decoration: none;
    background-color: #001755;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    position: relative;
  }
  .pagetop a:hover {
    filter: alpha(opacity=60); /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
    -moz-opacity: 0.6; /* FF , Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity: 0.6;
    zoom: 1; /*IE*/
  }
  .pagetop a img {
    width: 19px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }
  /* SNAV */
  #subnav {
    text-align: center;
    max-width: 516px;
    margin: 0 auto 55px;
  }
  #subnav .subnav-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    margin: 0;
  }
  #subnav .subnav-list > li {
    overflow: hidden;
    padding-bottom: 4px;
  }
  #subnav .subnav-list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 250px;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-size: 107.142857%; /* 15px */
    font-weight: bold;
    line-height: 1.4;
    padding: 14px 28px 14px 25px;
    margin-inline: auto;
    box-sizing: border-box;
    position: relative;
    background: url(../images/common/arrow.svg) no-repeat right 18px center/7px auto, url(../images/common/frame.svg) no-repeat top 3.5px left 3.5px/29px auto;
    background-color: #549cd1;
  }
  #subnav .subnav-list > li > a:before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.25s linear;
    z-index: 2;
  }
  #subnav .subnav-list > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f22313;
    position: absolute;
    bottom: -4px;
    right: 0;
    transform: translateX(-100%);
    transition: transform 0.32s linear;
  }
  #subnav .subnav-list > li > a:hover:before, #subnav .subnav-list > li > a:hover:after {
    transform: translateX(0);
  }
  #subnav .subnav-list > li.on > a:before, #subnav .subnav-list > li.on > a:after {
    transform: translateX(0);
  }
}

/*# sourceMappingURL=layout_sp.css.map */
