@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: #00326c;
  }
  a:hover {
    color: #00326c;
  }
  body {
    font-size: 16px;
  }
  #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%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  #header .container-inner {
    width: 83.2%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50px 0 0 50px;
    margin: 10px 0 0 auto;
    display: flex;
    align-items: center;
  }
  #header .container-inner .primary {
    margin-left: 22px;
  }
  #header .container-inner .primary .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #header .container-inner .primary .h-logo a {
    width: 254px;
    padding-right: 50px;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
  }
  #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 img {
    vertical-align: middle;
  }
  #header .container-inner .secondary {
    display: none;
  }
  #header.spnav {
    position: fixed;
    background-color: rgba(227, 245, 253, 0.9);
  }
  #header.spnav .container-inner {
    width: calc(100% - 60px);
    margin: 10px 0 0 auto;
    border-radius: 40px 0 0 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  /* FOOTER */
  #footer {
    background-color: #46bef1;
  }
  #footer a {
    color: #000;
  }
  #footer .container-inner {
    padding: 30px 30px 28px;
  }
  #footer .container-inner .f-sign {
    margin-bottom: 36px;
  }
  #footer .container-inner .f-sign .f-names {
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .container-inner .f-sign .f-names .f-name {
    display: block;
    margin-bottom: 23px;
  }
  #footer .container-inner .f-sign .f-names .f-name a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
  }
  #footer .container-inner .f-sign .f-names .f-name a .subject {
    display: inline-block;
    font-size: 125%; /* 20px */
  }
  #footer .container-inner .f-sign .f-names .f-name a:hover, #footer .container-inner .f-sign .f-names .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-names .f-address {
    line-height: 1.857142;
    font-size: 87.5%; /* 14px */
  }
  #footer .container-inner .f-sign .f-names .f-address .f-place {
    display: block;
  }
  #footer .container-inner .f-sign .f-names .f-address .f-tel {
    display: inline-block;
    margin-right: 12px;
  }
  #footer .container-inner .f-sign .f-names .f-address .f-fax {
    display: inline-block;
  }
  #footer .container-inner .f-sign .f-banner {
    width: 240px;
    margin-inline: auto;
    text-align: center;
  }
  #footer .container-inner .f-sign .f-banner .banner:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #footer .container-inner .f-sign .f-banner .banner > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 8px 12px;
    line-height: 1.375;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #ffffff;
    text-decoration: none;
  }
  #footer .container-inner .copyright {
    font-size: 75%; /* 12px */
    text-align: center;
    margin: 0;
    line-height: 1.833333;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 25px;
    right: 15px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 30px;
    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: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.2s;
    transform: translateY(-50%);
    border-radius: 10px;
  }
  #sp-menu .menu a .icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.3s;
    transform: translateY(-50%);
    border-radius: 10px;
    margin-top: -8px;
  }
  #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.3s;
    transform: translateY(-50%);
    border-radius: 10px;
    margin-top: 8px;
  }
  #sp-menu .menu a.close .icon {
    background: transparent;
  }
  #sp-menu .menu a.close .icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp-menu .menu a.close .icon:after {
    margin-top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #md-nav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    background-color: rgba(227, 245, 253, 0.9);
    display: none;
  }
  #md-nav #sp-nav {
    width: calc(100% - 60px);
    padding: 15px 30px 40px 0;
    box-sizing: border-box;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 0 40px;
    line-height: 1.55;
  }
  #md-nav #sp-nav a {
    text-decoration: none;
  }
  #md-nav #sp-nav > li:not(:last-of-type) {
    margin-bottom: 32px;
  }
  #md-nav #sp-nav > li > a,
  #md-nav #sp-nav > li span.parent {
    display: block;
    font-size: 112.5%; /* 18px */
    padding: 2px 30px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    position: relative;
  }
  #md-nav #sp-nav > li > a:before,
  #md-nav #sp-nav > li span.parent:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #46bef1;
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: 14px;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  #md-nav #sp-nav > li > a:after,
  #md-nav #sp-nav > li span.parent:after {
    content: "";
    display: block;
    width: calc(100% - 65px);
    height: 1px;
    background-color: #e3f5fd;
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  #md-nav #sp-nav > li > a:hover:before,
  #md-nav #sp-nav > li span.parent:hover:before {
    transform: translateX(0);
  }
  #md-nav #sp-nav > li > a.space01,
  #md-nav #sp-nav > li span.parent.space01 {
    letter-spacing: 0.5em;
  }
  #md-nav #sp-nav > li:has(.second) {
    position: relative;
  }
  #md-nav #sp-nav > li:has(.second):before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #46bef1;
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url(../images/common/spnav_icon.svg);
    background-size: 10px auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s;
  }
  #md-nav #sp-nav > li:has(span.parent.open):before {
    background-image: url(../images/common/spnav_icon-minus.svg);
  }
  #md-nav #sp-nav > li .second {
    display: none;
    padding: 15px 0 0 46px;
    margin: 0;
  }
  #md-nav #sp-nav > li .second > li:not(:last-of-type) {
    margin-bottom: 13px;
  }
  #md-nav #sp-nav > li .second > li > a {
    color: #000;
  }
  /* TITLE */
  #title {
    height: 180px;
    background-image: url(../images/common/title-bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #title .container-inner {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #title .container-inner .title-box {
    line-height: 1.45;
    padding-bottom: 10px;
    color: #00326c;
  }
  #title .container-inner .title-box .level01 {
    font-size: 125%; /* 20px */
    font-weight: bold;
    margin-bottom: 2px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8);
  }
  #title .container-inner .title-box .title {
    font-size: 162.5%; /* 26px */
    font-weight: bold;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8);
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
  }
  #content .container-inner {
    padding: 10px 30px;
  }
  #content .container-inner.sp_incnt {
    padding: 0 30px;
  }
  #breadcrumb {
    text-align: right;
    line-height: 1.35;
    margin-bottom: 45px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 75%;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li a:hover {
    text-decoration: none;
    color: #00326c;
    font-weight: bold;
  }
  #breadcrumb li.on {
    color: #00326c;
    font-weight: bold;
  }
  #side .side-label {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.55;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }
  #side .side-label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #78ce56;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #side .side-slist {
    margin-left: 10px;
  }
  #side .side-slist > li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  #side .side-slist > li > a {
    display: block;
    font-size: 112.5%; /* 18px */
    text-decoration: none;
    padding-left: 32px;
    color: #000;
    position: relative;
  }
  #side .side-slist > li > a:hover {
    text-decoration: underline;
  }
  #side .side-slist > li > a:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url(../images/common/arrow02-green_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 13px;
    left: 0;
  }
  .section {
    margin-bottom: 90px;
  }
  .section-s {
    margin-bottom: 60px;
  }
  .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: 50px;
    height: 50px;
    line-height: 0;
    text-decoration: none;
    background-color: #00326c;
    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;
  }
  /* SNAV */
}

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