@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes arrow_hover {
  0% {
    background-position: right 3rem top;
  }
  30% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}
.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

body {
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}
body .min {
  font-family: "Shippori Mincho", serif;
}
body .en {
  font-family: "Crimson Pro", "Shippori Mincho", serif;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover {
    opacity: 0.6;
  }
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

header, footer,
nav,
h1, h2, h3, h4, h5,
article, section,
p, div, span, figure,
ul, ol, li, dl, dt, dd, img, a {
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}

img, video {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  a.link_btn {
    display: flex;
    width: 32.4rem;
    height: 5.5rem;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-right: 4.2rem;
    color: #fff;
    background: #032c5e;
  }
  a.link_btn:after {
    content: "";
    display: block;
    width: 4.2rem;
    height: 0.6rem;
    position: absolute;
    right: 1.9rem;
    top: calc(50% - 0.3rem);
    background: url(../img/arrow.svg) right top/auto 100% no-repeat;
    filter: invert(1) brightness(3);
  }
  a.link_btn:hover {
    opacity: 1;
  }
  a.link_btn:hover:after {
    animation: arrow_hover 1.2s ease-out infinite;
  }
  a.link_btn.tr {
    background: transparent;
    border: #fff 1px solid;
  }
  a.link_btn.wh {
    background: #fff;
    color: #032c5e;
    border: 1px solid #032c5e;
  }
  a.link_btn.wh:after {
    filter: none;
  }
  a.link_btn.back:after {
    transform: scaleX(-1);
    right: auto;
    left: 1.6rem;
  }
  a.contact {
    display: flex;
    width: 16rem;
    height: 3.4rem;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(75deg, rgb(25, 65, 113) 0%, rgb(3, 44, 94) 100%);
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  header {
    width: 100%;
    min-width: 1200px;
    padding: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header .inner_wrap {
    width: calc(100% - 12rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  header .inner_wrap .header-logo {
    display: block;
    width: 27.1rem;
    height: 4.1rem;
    position: relative;
  }
  header .inner_wrap .header-logo img {
    display: block;
    width: 34.1rem;
    position: absolute;
    top: -4.7rem;
    left: -4.1rem;
  }
  header .inner_wrap .menu {
    width: fit-content;
  }
  header .inner_wrap .menu .list-frame {
    width: fit-content;
  }
  header .inner_wrap .menu .nav_list {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
    height: 14.8rem;
  }
  header .inner_wrap .menu .nav_list .col:not(.contact) {
    width: fit-content;
  }
  header .inner_wrap .menu .nav_list .col .page_link {
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  header .inner_wrap .menu .nav_list .col .sub {
    display: none;
  }
  header .inner_wrap .menu .nav_list .col.list2 {
    position: absolute;
    width: fit-content;
    right: 0;
    top: 2.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
  }
  header .inner_wrap .menu .nav_list .col.list2 .page_link {
    display: block;
    width: fit-content;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  header .inner_wrap .menu .nav_list .col.list2 .page_link[target=_blank] {
    padding-right: 1.5rem;
    background: url(../img/icon-tab.png) right center/1.1rem auto no-repeat;
  }
  header .inner_wrap .menu .nav_list .col.list2 .page_link.privacy {
    display: none;
  }
  main {
    width: 100%;
    position: relative;
  }
  main .ac_set .ac_wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  main .fixed_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-image: url(../img/top/kv.jpg);
    pointer-events: none;
  }
  main .bg_blur {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(20px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
  main .bg_blur.show {
    opacity: 1;
  }
  main section {
    z-index: 1;
  }
  main section .inner_wrap {
    width: 87.8477306003%;
    margin: auto;
    z-index: 1;
  }
  main section .section_title {
    display: block;
    width: fit-content;
  }
  main section .section_title .en {
    font-family: "Crimson Pro", "Shippori Mincho", serif;
    display: block;
    width: fit-content;
    font-size: 7rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  main section .section_title .jp {
    font-family: "Shippori Mincho", serif;
    display: block;
    width: fit-content;
    padding-bottom: 2.3rem;
    margin-top: 2.5rem;
    position: relative;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 600;
  }
  main section .section_title .jp:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4078dd;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    border-right: #c0c0c0 3.2rem solid;
  }
  main section .text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 500;
  }
  main #simple_kv {
    background: url(../img/simple_kv.png) center/auto 100% no-repeat, linear-gradient(75deg, rgb(109, 123, 158) calc(50% - 80rem), rgb(82, 91, 121) calc(50% + 80rem));
    height: 48rem;
    padding-top: 21.8rem;
    color: #fff;
    box-sizing: border-box;
  }
  main #simple_kv .page_title .jp, main #simple_kv .page_title .en {
    display: block;
    line-height: 1;
  }
  main #simple_kv .page_title .jp {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 6.4rem;
  }
  main #simple_kv .page_title .jp + .en {
    margin-top: 2.4rem;
  }
  main #simple_kv .page_title .en {
    font-family: "Crimson Pro", "Shippori Mincho", serif;
    font-weight: 200;
    letter-spacing: 0.03em;
    font-size: 1.8rem;
  }
  main #bottom_contact {
    padding: 9.6rem 0 12rem;
  }
  main #bottom_contact .contact {
    width: 80rem;
    height: 12rem;
    margin: 0 auto;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  main #bottom_contact .contact:after {
    width: 5.6rem;
  }
  main #breadcrumbs {
    border-top: #a4a4b8 1px solid;
  }
  main #breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    max-width: 87.8477306003%;
    height: 5.2rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  main #breadcrumbs ul li {
    display: block;
  }
  main #breadcrumbs ul li + li {
    margin-left: 0.5em;
  }
  footer .footer1 {
    padding: 4.6rem 0 7.5rem;
    background-color: #070f24;
    color: #fff;
  }
  footer .footer1 .inner_wrap {
    width: 87.8477306003%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  footer .footer1 .inner_wrap .info {
    width: 24.2rem;
  }
  footer .footer1 .inner_wrap .info .footer-info-logo {
    display: block;
    width: 100%;
  }
  footer .footer1 .inner_wrap .info .text {
    font-size: 1.2rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    margin-top: 3.6rem;
  }
  footer .footer1 .inner_wrap .info .contact {
    margin-top: 4.5rem;
  }
  footer .footer1 .inner_wrap .nav_list {
    width: calc(100% - 24.2rem);
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-wrap: wrap;
    gap: 4.5%;
  }
  footer .footer1 .inner_wrap .nav_list .col {
    width: fit-content;
    max-width: 18%;
    margin-top: 1.8rem;
  }
  footer .footer1 .inner_wrap .nav_list .col a {
    display: block;
    letter-spacing: 0.05em;
    color: #fff;
  }
  footer .footer1 .inner_wrap .nav_list .col > .page_link {
    font-size: 1.6rem;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub {
    margin-top: 2.3rem;
    line-height: 2.1rem;
    font-size: 1.2rem;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub dl {
    margin-top: 1.8rem;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub dd a {
    padding-left: 1.5em;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub dd a:before {
    content: "ー ";
    width: 1.5em;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub.about a + a {
    margin-top: 1.4rem;
  }
  footer .footer1 .inner_wrap .nav_list .col.contact {
    display: none;
  }
  footer .footer1 .inner_wrap .nav_list .col.list2 {
    width: 100%;
    max-width: 100%;
    margin-top: 3.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4.1rem;
  }
  footer .footer1 .inner_wrap .nav_list .col.list2 .page_link {
    display: block;
    width: fit-content;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  footer .footer1 .inner_wrap .nav_list .col.list2 .page_link[target=_blank] {
    padding-right: 1.5rem;
    background: url(../img/icon-tab.png) right center/1.1rem auto no-repeat;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
  }
  body:has(.menu.open) {
    overflow: hidden;
  }
  .sp_nowrap {
    white-space: nowrap;
  }
  a.link_btn {
    display: flex;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-right: 20px;
    color: #fff;
    background: #032c5e;
  }
  a.link_btn:after {
    content: "";
    display: block;
    width: 41px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    background: url(../img/arrow.svg) right top/auto 100% no-repeat;
    filter: invert(1) brightness(3);
  }
  a.link_btn.tr {
    background: transparent;
    border: #fff 1px solid;
  }
  a.link_btn.wh {
    background: #fff;
    color: #032c5e;
    border: 1px solid #032c5e;
  }
  a.link_btn.wh:after {
    filter: none;
  }
  a.link_btn.back:after {
    transform: scaleX(-1);
    right: auto;
    left: 16px;
  }
  header {
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
  header .inner_wrap {
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  header .inner_wrap .header-logo {
    display: block;
    width: 191.5px;
    height: 30.5px;
    position: relative;
    z-index: 1;
  }
  header .inner_wrap .header-logo img {
    display: block;
    width: 227px;
    position: absolute;
    top: -6.5px;
    left: -15.5px;
  }
  header .inner_wrap .menu {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 100px;
    background-color: rgba(58, 72, 104, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(110vw);
    transition: transform 0.4s ease-out;
  }
  header .inner_wrap .menu .list-frame {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header .inner_wrap .menu .list-frame .nav_list {
    width: 86.6666666667%;
    height: fit-content;
    margin: auto;
    padding-bottom: 90px;
  }
  header .inner_wrap .menu .list-frame .nav_list a {
    display: block;
  }
  header .inner_wrap .menu .list-frame .nav_list .col > .page_link {
    display: block;
    width: fit-content;
    font-size: 17px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  header .inner_wrap .menu .list-frame .nav_list .col .sub {
    margin-top: 20px;
    font-size: 13px;
    line-height: 23px;
  }
  header .inner_wrap .menu .list-frame .nav_list .col .sub .anchor {
    color: #fff;
  }
  header .inner_wrap .menu .list-frame .nav_list .col .sub dl {
    margin-top: 21px;
  }
  header .inner_wrap .menu .list-frame .nav_list .col .sub dd a {
    padding-left: 1.5em;
  }
  header .inner_wrap .menu .list-frame .nav_list .col .sub dd a:before {
    content: "ー ";
    width: 1.5em;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  header .inner_wrap .menu .list-frame .nav_list .col .sub.about a + a {
    margin-top: 15px;
  }
  header .inner_wrap .menu .list-frame .nav_list .col + .col {
    margin-top: 33px;
  }
  header .inner_wrap .menu .list-frame .nav_list .col.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 40px;
    background: #fff;
    color: #032c5e;
    font-weight: bold;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    padding-left: 0.1em;
  }
  header .inner_wrap .menu .list-frame .nav_list .col.list2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  header .inner_wrap .menu .list-frame .nav_list .col.list2 .page_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 155px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-weight: normal;
  }
  header .inner_wrap .menu .list-frame .nav_list .col.list2 .page_link[target=_blank]:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/icon-tab.png) center/10px auto no-repeat;
    margin-left: 5px;
  }
  header .inner_wrap .menu.open {
    transform: translateX(0);
  }
  header .inner_wrap .menu.open + .menu-btn {
    background: url("../img/menu-btn-close.png") no-repeat center/100%;
  }
  header .inner_wrap .menu-btn {
    cursor: pointer;
    display: block;
    width: 68px;
    height: 72px;
    background: url("../img/menu-btn-open.png") no-repeat center/100%;
    z-index: 2;
    position: fixed;
    right: 0;
    top: 0;
  }
  main {
    width: 100%;
    position: relative;
  }
  main .ac_set .ac_wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  main .fixed_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-image: url(../img/top/kv-sp.jpg);
    pointer-events: none;
  }
  main .bg_blur {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(20px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
  main .bg_blur.show {
    opacity: 1;
  }
  main section {
    z-index: 1;
    position: relative;
  }
  main section .inner_wrap {
    width: 86.6666666667%;
    margin: 0 auto;
    z-index: 1;
  }
  main section .section_title {
    display: block;
    width: fit-content;
  }
  main section .section_title .en {
    font-family: "Crimson Pro", "Shippori Mincho", serif;
    display: block;
    width: fit-content;
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  main section .section_title .jp {
    font-family: "Shippori Mincho", serif;
    display: block;
    width: fit-content;
    padding-bottom: 12px;
    margin-top: 12px;
    position: relative;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
  }
  main section .section_title .jp:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4078dd;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    border-right: #c0c0c0 16px solid;
  }
  main section .text {
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  main #simple_kv {
    background: url(../img/simple_kv_sp.png) center/auto 100% no-repeat, linear-gradient(75deg, rgb(109, 123, 158) calc(50% - 188px), rgb(82, 91, 121) calc(50% + 188px));
    height: 320px;
    padding-top: 155px;
    color: #fff;
    box-sizing: border-box;
  }
  main #simple_kv .page_title .jp, main #simple_kv .page_title .en {
    display: block;
    line-height: 1;
  }
  main #simple_kv .page_title .jp {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 44px;
  }
  main #simple_kv .page_title .jp + .en {
    margin-top: 15px;
  }
  main #simple_kv .page_title .en {
    font-family: "Crimson Pro", "Shippori Mincho", serif;
    font-weight: 200;
    letter-spacing: 0.03em;
    font-size: 14px;
  }
  main #bottom_contact {
    padding: 60px 6.6666666667% 100px;
  }
  main #bottom_contact .contact {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  main #bottom_contact .contact:after {
    width: 35px;
    right: 16px;
  }
  main #breadcrumbs {
    border-top: rgba(164, 164, 164, 0.5) 1px solid;
  }
  main #breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    width: 86.6666666667%;
    min-height: 48px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  main #breadcrumbs ul li {
    display: block;
  }
  main #breadcrumbs ul li + li {
    margin-left: 0.5em;
  }
  main #breadcrumbs ul li:not(:last-child) {
    white-space: nowrap;
  }
  footer .footer1 {
    padding: 33px 0 40px;
    background-color: #070f24;
    color: #fff;
  }
  footer .footer1 .inner_wrap {
    width: 86.6666666667%;
    margin: auto;
  }
  footer .footer1 .inner_wrap .info .footer-info-logo {
    display: block;
    width: 229px;
  }
  footer .footer1 .inner_wrap .info .text {
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 0.05em;
    margin-top: 35px;
  }
  footer .footer1 .inner_wrap .info .contact {
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 35px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, rgb(25, 65, 113) 0%, rgb(3, 44, 94) 100%);
    font-size: 13px;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  footer .footer1 .inner_wrap .nav_list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  footer .footer1 .inner_wrap .nav_list .col {
    width: 50%;
    margin-bottom: 38px;
  }
  footer .footer1 .inner_wrap .nav_list .col a {
    display: block;
    letter-spacing: 0.05em;
    color: #fff;
  }
  footer .footer1 .inner_wrap .nav_list .col > .page_link {
    font-size: 12px;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub {
    margin-top: 15px;
    line-height: 1;
    font-size: 9px;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub dl {
    margin-top: 15px;
    line-height: 16px;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub dd a {
    padding-left: 1.5em;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub dd a:before {
    content: "ー ";
    width: 1.5em;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  footer .footer1 .inner_wrap .nav_list .col .sub.about a + a {
    margin-top: 10px;
  }
  footer .footer1 .inner_wrap .nav_list .col.contact {
    display: none;
  }
  footer .footer1 .inner_wrap .nav_list .col.list2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  footer .footer1 .inner_wrap .nav_list .col.list2 .page_link {
    display: block;
    width: fit-content;
    font-size: 8px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  footer .footer1 .inner_wrap .nav_list .col.list2 .page_link[target=_blank] {
    padding-right: 10px;
    background: url(../img/icon-tab.png) right center/8px auto no-repeat;
  }
  .sp_none {
    display: none !important;
  }
}