@media only screen and (max-width: 750px) {
  body {
    font-size: 100%; /* 16px */
    color: #000000;
    background: #ffffff;
    line-height: 2;
    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;
  }
  a, a:link, a:visited {
    color: #22b573;
  }
  a:hover {
    color: #22b573;
  }
  #top {
    position: relative;
  }
  #md-site {
    padding-top: 60px !important;
  }
  .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;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: rgba(0, 47, 123, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
  }
  #header .primary {
    height: 100%;
    padding-right: 45px;
  }
  #header .primary .h-logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
  }
  #header .primary .h-logo a {
    display: inline-block;
    text-decoration: none;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 600;
  }
  #header .primary .h-logo a em {
    font-size: 125%; /* 20px */
    font-weight: 600;
  }
  #header .primary .h-logo a:hover, #header .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 .secondary {
    display: none;
  }
  #header.spnav {
    position: fixed;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    background-color: #22b573;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding: 47px 30px 55px;
    text-align: center;
  }
  #footer .container-inner .f-sign {
    margin-bottom: 50px;
  }
  #footer .container-inner .f-sign .f-name {
    display: block;
    margin-bottom: 20px;
  }
  #footer .container-inner .f-sign .f-name a {
    display: block;
    text-decoration: none;
    font-size: 93.75%; /* 15px */
    font-weight: 600;
  }
  #footer .container-inner .f-sign .f-name a em {
    font-size: 113.333333%; /* 17px */
    font-weight: 600;
  }
  #footer .container-inner .f-sign .f-name a:hover, #footer .container-inner .f-sign .f-name 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*/
  }
  #footer .container-inner .f-sign .f-address {
    font-size: 87.5%; /* 14px */
    letter-spacing: 0.05em;
  }
  #footer .container-inner .f-sign .f-address .f-place {
    margin-bottom: 3px;
  }
  #footer .container-inner .f-sign .f-address .f-tel {
    display: inline-block;
    margin-right: 14px;
  }
  #footer .container-inner .f-sign .f-address .f-fax {
    display: inline-block;
  }
  #footer .container-inner .f-links {
    line-height: 1.55;
    margin-bottom: 55px;
  }
  #footer .container-inner .f-links .btn {
    margin-bottom: 0;
  }
  #footer .container-inner .f-links .btn:not(:last-of-type) {
    margin-bottom: 28px;
  }
  #footer .container-inner .f-links .btn > a {
    display: inline-block;
    font-weight: 600;
    width: 260px;
    padding: 8px 10px;
    box-sizing: border-box;
    color: #22b573;
    background-color: #ffffff;
    text-decoration: none;
    transition: filter 0.3s ease-in-out;
  }
  #footer .container-inner .f-links .btn > a:hover {
    filter: brightness(0.8);
  }
  #footer .container-inner .copyright {
    margin-bottom: 0;
    font-size: 75%; /* 12px */
    line-height: 1.166666;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 20px;
    right: 14px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 32px;
    height: 20px;
  }
  #sp-menu .menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #sp-menu .menu a .icon {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.2s;
  }
  #sp-menu .menu a .icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
  }
  #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    margin-top: 8px;
  }
  #sp-menu .menu a.close .icon {
    background: transparent;
    box-shadow: none;
  }
  #sp-menu .menu a.close .icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: none;
  }
  #sp-menu .menu a.close .icon:after {
    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: linear-gradient(to bottom, rgba(0, 47, 123, 0.9) calc(100% - 235px), rgba(0, 47, 123, 0.9) calc(100% - 235px), transparent calc(100% - 235px), transparent 100%);
  }
  #md-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 235px;
    background-image: url(../images/common/spnav-filter.svg);
    background-position: left bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #md-nav #sp-nav {
    margin: 42px 30px 30px;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    line-height: 1.55;
    text-align: center;
  }
  #md-nav #sp-nav a {
    text-decoration: none;
  }
  #md-nav #sp-nav > li:not(:last-of-type) {
    margin-bottom: 28px;
  }
  #md-nav #sp-nav > li > a,
  #md-nav #sp-nav > li span.parent,
  #md-nav #sp-nav > li .no-use {
    font-size: 125%; /* 20px */
    font-weight: 600;
    color: #ffffff;
  }
  #md-nav #sp-nav > li .no-use {
    color: rgba(147, 147, 147, 0.55);
  }
  #md-nav #sp-nav > li .second {
    display: none !important;
  }
  /* TITLE */
  #title {
    height: 382px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  #title:before {
    content: "";
    display: block;
    width: 640px;
    height: 640px;
    background-color: rgba(34, 181, 115, 0.85);
    position: absolute;
    top: -258px;
    left: 50%;
    transform: translateX(calc(-50% + 63px));
    border-radius: 50%;
  }
  #title .title-box {
    width: 607px;
    height: 607px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: -242px;
    left: 50%;
    transform: translateX(calc(-50% + 63px));
  }
  #title .title-box .text-box {
    position: absolute;
    bottom: 184px;
    left: 82px;
    z-index: 2;
  }
  #title .title-box .text-box .inner {
    color: #ffffff;
  }
  #title .title-box .text-box .inner .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 137.5%; /* 22px */
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.55;
    margin-bottom: -5px;
  }
  #title .title-box .text-box .inner .en_title {
    font-size: 337.5%; /* 54px */
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.025em;
  }
  #title .title-box .image-box {
    width: 100%;
    height: 365px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #title .title-box .image-box .image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background-image: url(../images/common/title-bg_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #title .title-box .image-box .image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 47, 123, 0.25);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
  }
  #content .container-inner {
    padding: 10px 30px;
  }
  #content .container-inner.sp_incnt {
    padding: 0 30px;
  }
  #breadcrumb {
    line-height: 1.55;
    margin-bottom: 67px;
  }
  #breadcrumb li {
    display: inline-block;
    font-size: 87.5%; /* 14px */
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li a:hover {
    color: #22b573;
    font-weight: 600;
    text-decoration: none;
  }
  #breadcrumb li.on {
    color: #22b573;
    font-weight: 600;
  }
  #content:has(#subnav) #breadcrumb {
    margin-bottom: 30px;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 90px;
  }
  .section-s {
    margin-bottom: 60px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 25px;
  }
  .section-ssss {
    margin-bottom: 15px;
  }
  #side-links {
    position: fixed;
    top: 84px;
    right: 0;
    z-index: 5000;
  }
  #side-links .link {
    display: block;
    width: 50px;
    height: 100px;
    background-color: rgba(34, 181, 115, 0.9);
    clip-path: circle(50px at 50px 50%);
    transition: filter 0.3s ease-in-out;
    position: relative;
  }
  #side-links .link img {
    display: inline-block;
    width: 12px;
    height: 59px;
    position: absolute;
    top: 28px;
    left: 23px;
  }
  #side-links .link:hover {
    filter: brightness(0.75);
  }
  #side-links .link:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 23px;
    background-image: url(../images/common/side_contact-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -1px;
    left: 28px;
    pointer-events: none;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 0;
    text-decoration: none;
    background-color: #002f7b;
    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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }
  /* SUBNAV */
  #subnav {
    margin-bottom: 67px;
    text-align: center;
  }
  #subnav .subnav-list {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    line-height: 1.55;
    gap: 18px 20px;
    margin-bottom: 0;
  }
  #subnav .subnav-list > li > a {
    display: inline-block;
    text-decoration: none;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    padding-left: 30px;
    color: #22b573;
    position: relative;
    transition: 0.3s ease-in-out;
  }
  #subnav .subnav-list > li > a:hover {
    color: #002f7b;
  }
  #subnav .subnav-list > li > a:hover:before {
    background-image: url(../images/common/arrow-blue.svg);
  }
  #subnav .subnav-list > li > a:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url(../images/common/arrow-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  #subnav .subnav-list > li.on > a {
    color: #002f7b;
  }
  #subnav .subnav-list > li.on > a:before {
    background-image: url(../images/common/arrow-blue.svg);
  }
}

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