@charset "UTF-8";
@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.875;
    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: #151c53;
  }
  a:hover {
    color: #151c53;
  }
  #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: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    transition: background-color 0.5s;
  }
  #header .container-inner {
    height: 100%;
    padding: 15px 70px 0 20px;
  }
  #header .container-inner .primary {
    height: 100%;
  }
  #header .container-inner .primary .h-logo {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 0;
  }
  #header .container-inner .primary .h-logo a {
    display: inline-block;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 335/83;
    text-decoration: none;
    background-image: url(../images/common/h-logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
  #header .container-inner .secondary {
    display: none;
  }
  #header.sp_nav {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #header.sp_nav .container-inner .primary .h-logo a {
    background-image: url(../images/common/h-logo_color.png);
  }
  body#home #header .container-inner .primary .h-logo a {
    background-image: url(../images/common/h-logo_color.png);
    text-shadow: 0 0 4px #ffffff;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #151c53;
    text-align: center;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding: 40px 20px 24px;
  }
  #footer .container-inner .f-sign {
    margin-bottom: 40px;
  }
  #footer .container-inner .f-sign .f-name a {
    font-size: 112.5%; /* 18px */
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8;
  }
  #footer .container-inner .f-sign .f-name a em {
    font-size: 144.444444%; /* 26px */
    font-weight: 700;
  }
  #footer .container-inner .f-sign .f-address .f-place {
    margin-bottom: 0;
  }
  #footer .container-inner .f-sign .f-address .f-tel {
    margin-bottom: 0;
  }
  #footer .container-inner .f-banner {
    max-width: 335px;
    margin: 0 auto 38px;
  }
  #footer .container-inner .f-banner .banner {
    margin-bottom: 0;
  }
  #footer .container-inner .f-banner .banner:not(:last-of-type) {
    margin-bottom: 15px;
  }
  #footer .container-inner .f-banner .banner > a {
    display: grid;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 106.25%; /* 17px */
    font-weight: bold;
    line-height: 1.55;
    border: 1px solid #ffffff;
    padding: 12px 15px;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    justify-content: center;
  }
  #footer .container-inner .f-banner .banner > a:hover {
    color: #151c53;
    background-color: #ffffff;
  }
  #footer .container-inner .copyright {
    font-size: 87.5%; /* 14px */
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 20px;
    right: 16px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 40px;
    height: 30px;
  }
  #sp-menu .menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #sp-menu .menu a .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #007e6b;
    box-shadow: 0 0 4px #ffffff;
    transform: translateY(-50%);
    transition: 0.2s;
  }
  #sp-menu .menu a .icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #007e6b;
    box-shadow: 0 0 4px #ffffff;
    transform: translateY(-50%);
    transition: 0.3s;
    margin-top: -12px;
  }
  #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #007e6b;
    box-shadow: 0 0 4px #ffffff;
    transform: translateY(-50%);
    transition: 0.3s;
    margin-top: 12px;
  }
  #sp-menu .menu a.close .icon {
    background: transparent;
    box-shadow: none;
  }
  #sp-menu .menu a.close .icon:before {
    margin-top: 0;
    box-shadow: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp-menu .menu a.close .icon:after {
    margin-top: 0;
    box-shadow: none;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #md-nav {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #md-nav #sp-nav {
    margin: 60px 30px 30px;
    line-height: 1.55;
  }
  #md-nav #sp-nav > li:not(.h-contact):not(:last-of-type) {
    margin-bottom: 24px;
  }
  #md-nav #sp-nav > li:not(.h-contact) > a,
  #md-nav #sp-nav > li:not(.h-contact) span.parent {
    display: block;
    font-size: 106.25%; /* 17px */
    color: #151c53;
    font-weight: 700;
    padding-left: 31px;
    position: relative;
  }
  #md-nav #sp-nav > li:not(.h-contact) > a:before,
  #md-nav #sp-nav > li:not(.h-contact) span.parent:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 8px;
    background-image: url(../images/common/arrow01_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s;
    position: absolute;
    top: 9px;
    left: 0;
  }
  #md-nav #sp-nav > li:not(.h-contact) > a {
    text-decoration: none;
  }
  #md-nav #sp-nav > li:not(.h-contact) .second {
    display: none;
    padding-left: 31px;
    margin-block: 8px 0;
  }
  #md-nav #sp-nav > li:not(.h-contact) .second > li:not(:last-of-type) {
    margin-bottom: 6px;
  }
  #md-nav #sp-nav > li:not(.h-contact) .second > li > a {
    display: inline-block;
    color: #151c53;
    font-size: 93.75%; /* 15px */
    font-weight: 700;
    padding-left: 16px;
    text-decoration: none;
    position: relative;
  }
  #md-nav #sp-nav > li:not(.h-contact) .second > li > a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 1.5px;
    background-color: #151c53;
    position: absolute;
    top: 12.5px;
    left: 0;
  }
  #md-nav #sp-nav > li:not(.h-contact) .second > li.on > a, #md-nav #sp-nav > li:not(.h-contact) .second > li.open > a {
    color: #007e6b;
  }
  #md-nav #sp-nav > li:not(.h-contact) .second > li.on > a:before, #md-nav #sp-nav > li:not(.h-contact) .second > li.open > a:before {
    background-color: #007e6b;
  }
  #md-nav #sp-nav .h-contact {
    text-align: center;
    margin-bottom: 35px;
  }
  #md-nav #sp-nav .h-contact > a {
    display: inline-block;
    font-size: 93.75%; /* 15px */
    font-weight: 700;
    line-height: 1.55;
    padding: 9px 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: #151c53;
    transition: filter 0.3s ease-in-out;
  }
  #md-nav #sp-nav .h-contact > a:hover {
    filter: brightness(0.7);
  }
  #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: 260px;
    margin-bottom: 5px;
    background-image: url(../images/common/title-bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #title:before {
    content: "";
    display: block;
    width: 300px;
    height: 100%;
    background-image: url(../images/common/title-filter01_sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  #title .title-box {
    height: 100%;
  }
  #title .title-box .container-inner {
    height: 100%;
    padding: 70px 20px 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  #title .title-box .container-inner .inner {
    color: #ffffff;
    text-align: right;
  }
  #title .title-box .container-inner .inner .title {
    font-size: 175%; /* 28px */
    font-weight: 700;
    line-height: 1.45;
    margin: 0 -3px 3px 0;
  }
  #title .title-box .container-inner .inner .en_text {
    font-family: "Source Serif 4", serif;
    font-size: 112.5%; /* 18px */
    line-height: 1.2;
    margin-bottom: 0;
  }
  #title .filter {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  #title .filter .tr_multip {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(35, 24, 21, 0.9647058824), transparent);
    clip-path: polygon(0 0, calc(100% - 232px) 0, 100% 50%, calc(100% - 232px) 100%, 0 100%);
    opacity: 0.63;
  }
  #title .filter:before {
    content: "";
    display: block;
    width: 232px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 0, 100% 0, 100% 50%);
    position: absolute;
    top: 0;
    right: 0;
  }
  #title .filter:after {
    content: "";
    display: block;
    width: 232px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 100%, 100% 100%, 100% 50%);
    position: absolute;
    top: 0;
    right: 0;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
  }
  #content .container-inner {
    padding: 10px 20px;
  }
  #content .container-inner.sp_incnt {
    padding: 0 20px;
  }
  #breadcrumb {
    font-size: 87.5%; /* 14px */
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    line-height: 1.45;
    margin-bottom: 60px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li.on {
    color: #000000;
    font-weight: bold;
  }
  #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;
  }
  .section-uniq {
    margin-bottom: 25px;
  }
  .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #007e6b;
    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: 17px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }
}

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