@media print, all and (min-width: 751px) {
  body {
    font-size: 100%; /* 16pt */
    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;
  }
  :where(a, a:link, a:visited) {
    color: #22b573;
    text-decoration: none;
  }
  :where(a:hover) {
    color: #22b573;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1180px;
  }
  .container-inner {
    width: 960px;
    margin: 0 auto;
  }
  .pc-anchor {
    margin-top: -80px !important;
    padding-top: 80px !important;
  }
  .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);
  }
  body:not(#home) #content {
    overflow: hidden;
    position: relative;
    padding-bottom: 1px;
  }
  body:not(#home) #content:before {
    content: "";
    display: block;
    width: 1360px;
    height: 100%;
    background-image: url(../images/common/content-bg_ring_r.png);
    background-size: 1360px auto;
    background-position: top center;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(540px);
    z-index: 10;
    pointer-events: none;
  }
  body:not(#home) #content:after {
    content: "";
    display: block;
    width: 1360px;
    height: 100%;
    background-image: url(../images/common/content-bg_ring_l.png);
    background-size: 1360px auto;
    background-position: top center;
    background-repeat: repeat-y;
    position: absolute;
    top: 995px;
    right: 50%;
    transform: translateX(-540px);
    z-index: 10;
    pointer-events: none;
  }
  /* HEADER */
  #header {
    width: 300px;
    height: 100px;
    padding-left: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
  }
  #header .primary {
    padding-top: 35px;
    margin-bottom: 32px;
  }
  #header .primary .h-logo {
    margin-bottom: 0;
  }
  #header .primary .h-logo a {
    display: inline-block;
    font-size: 162.5%; /* 26px */
    font-weight: 600;
    line-height: 1.384615;
    color: #ffffff;
    text-decoration: none;
  }
  #header .primary .h-logo a em {
    font-size: 138.461538%; /* 36px */
    font-weight: 600;
  }
  #header .primary .h-logo a:hover {
    text-decoration: none;
    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*/
  }
  /* NAV */
  #nav #pc-nav {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    line-height: 1.55;
  }
  #nav #pc-nav > li:not(:last-of-type) {
    margin-bottom: 28px;
  }
  #nav #pc-nav > li > a,
  #nav #pc-nav > li .no-use {
    display: inline-block;
    font-size: 125%; /* 20px */
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-decoration: none;
  }
  #nav #pc-nav > li > a:before,
  #nav #pc-nav > li .no-use:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 15px;
    left: -40px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  #nav #pc-nav > li a:hover:before {
    transform: translateX(0);
  }
  #nav #pc-nav > li .no-use {
    color: rgba(147, 147, 147, 0.55);
  }
  #nav #pc-nav > li.on > a:before {
    transform: translateX(0);
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    background-color: #22b573;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding: 40px 0 30px;
    text-align: center;
  }
  #footer .container-inner .f-sign {
    margin-bottom: 17px;
  }
  #footer .container-inner .f-sign .f-name {
    display: block;
    margin-bottom: 15px;
  }
  #footer .container-inner .f-sign .f-name a {
    display: inline-block;
    font-size: 125%; /* 20px */
    font-weight: 600;
    text-decoration: none;
  }
  #footer .container-inner .f-sign .f-name a em {
    font-size: 120%;
    font-weight: 600;
  }
  #footer .container-inner .f-sign .f-name 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*/
  }
  #footer .container-inner .f-sign .f-address {
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
  #footer .container-inner .f-sign .f-address .f-place {
    margin-bottom: 0;
  }
  #footer .container-inner .f-sign .f-address .f-tel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  #footer .container-inner .f-sign .f-address .f-fax {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .container-inner .f-links {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    line-height: 1.55;
    margin-bottom: 30px;
  }
  #footer .container-inner .f-links .btn {
    margin-bottom: 0;
  }
  #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 .copyright {
    font-size: 87.5%; /* 14px */
    line-height: 1.5;
    margin-bottom: 0;
  }
  /* NAVIGATION */
  x #toggle {
    display: none;
  }
  .fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: -40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  /* TITLE */
  #title {
    height: 595px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
  #title:before {
    content: "";
    display: block;
    width: 430px;
    height: 100%;
    background-color: rgba(0, 47, 123, 0.85);
    clip-path: circle(505px at -75px 90px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #title .title-box {
    width: calc(100% - 298px);
    height: 100%;
    margin-inline: auto 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  #title .title-box .text-box {
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
  }
  #title .title-box .text-box .inner {
    padding: 0 0 130px max(19vw, 220px);
  }
  #title .title-box .text-box .inner .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 162.5%; /* 26px */
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.55;
    margin-bottom: 3px;
  }
  #title .title-box .text-box .inner .en_title {
    font-size: 500%; /* 80px */
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 0;
  }
  #title .title-box .image-box {
    display: flex;
    align-items: flex-end;
    width: 105.295315%;
    aspect-ratio: 1/1;
    background-color: rgba(34, 181, 115, 0.85);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 15px;
  }
  #title .title-box .image-box .image {
    content: "";
    display: inline-block;
    width: 94.777562%;
    height: 94.777562%;
    border-radius: 50%;
    margin: 0 0 max(2.03125vw, 24px) max(1.171875vw, 14px);
    overflow: hidden;
    position: relative;
  }
  #title .title-box .image-box .image:before {
    content: "";
    display: block;
    width: 98.77551%;
    height: 568px;
    background-image: url(../images/common/title-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
  }
  #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;
  }
  /* CONTENT */
  :where(#content a) {
    decoration: underline;
  }
  #breadcrumb {
    line-height: 1.55;
    margin-bottom: 105px;
  }
  #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: 50px;
  }
  #main {
    float: left;
    width: 710px;
  }
  #side {
    float: right;
    width: 200px;
  }
  .section {
    margin-bottom: 140px;
  }
  .section-s {
    margin-bottom: 80px;
  }
  .section-ss {
    margin-bottom: 60px;
  }
  .section-sss {
    margin-bottom: 40px;
  }
  .section-ssss {
    margin-bottom: 20px;
  }
  #side-links {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 5000;
  }
  #side-links .link {
    display: block;
    width: 50px;
    height: 119px;
    background-color: rgba(34, 181, 115, 0.9);
    clip-path: circle(60px at 60px 50%);
    transition: filter 0.3s ease-in-out;
    position: relative;
  }
  #side-links .link img {
    display: inline-block;
    padding: 33px 0 0 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: 2px;
    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: -70px;
    padding-top: 70px;
  }
  /* SNAV */
  /* SUBNAV */
  #subnav {
    margin-bottom: 100px;
  }
  #subnav .subnav-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.55;
    gap: 35px 35px;
    margin-bottom: 0;
  }
  #subnav .subnav-list > li > a {
    display: inline-block;
    text-decoration: none;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    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: 12px;
    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);
  }
  #bottoms {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  #title .title-box .text-box .inner {
    padding-bottom: 180px;
    padding-left: 28vw;
  }
}

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