@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;700&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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: 'Noto Serif JP', serif;
}

.g_ft {
  font-family: 'Noto Sans JP', sans-serif;
}

.ft_e {
  font-family: 'Raleway', sans-serif;
}

.ft_r {
  font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.c_ttl {
  font-size: 5.6rem;
  position: relative;
  line-height: 1;
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}

.c_ttl:after {
  content: '';
  position: absolute;
  height: .7em;
  border-right: solid 2px #253F68;
  bottom: .1em;
  transform: rotate(30deg);
  margin-left: .5em;
}

.evt_ttl span {
  opacity: 0;
  transition: opacity 2s, transform 2s;
  display: inline-block;
  transform: translate3d(3.5rem, 0, 0);
  min-width: .25em;
}

.evt_ttl.show span {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 0, 0);
}

.evt_ttl.show span:nth-child(1) {
  transition-delay: 0.05s;
}

.evt_ttl.show span:nth-child(2) {
  transition-delay: 0.1s;
}

.evt_ttl.show span:nth-child(3) {
  transition-delay: 0.15s;
}

.evt_ttl.show span:nth-child(4) {
  transition-delay: 0.2s;
}

.evt_ttl.show span:nth-child(5) {
  transition-delay: 0.25s;
}

.evt_ttl.show span:nth-child(6) {
  transition-delay: 0.3s;
}

.evt_ttl.show span:nth-child(7) {
  transition-delay: 0.35s;
}

.evt_ttl.show span:nth-child(8) {
  transition-delay: 0.4s;
}

.evt_ttl.show span:nth-child(9) {
  transition-delay: 0.45s;
}

.evt_ttl.show span:nth-child(10) {
  transition-delay: 0.5s;
}

.evt_ttl.show span:nth-child(11) {
  transition-delay: 0.55s;
}

.evt_ttl.show span:nth-child(12) {
  transition-delay: 0.6s;
}

.evt_ttl.show span:nth-child(13) {
  transition-delay: 0.65s;
}

.evt_ttl.show span:nth-child(14) {
  transition-delay: 0.7s;
}

.evt_ttl.show span:nth-child(15) {
  transition-delay: 0.75s;
}

.evt_ttl.show span:nth-child(16) {
  transition-delay: 0.8s;
}

.evt_ttl.show span:nth-child(17) {
  transition-delay: 0.85s;
}

.evt_ttl.show span:nth-child(18) {
  transition-delay: 0.9s;
}

.evt_ttl.show span:nth-child(19) {
  transition-delay: 0.95s;
}

.evt_ttl.show span:nth-child(20) {
  transition-delay: 1s;
}

.evt_ttl.show span:nth-child(21) {
  transition-delay: 1.05s;
}

.evt_ttl.show span:nth-child(22) {
  transition-delay: 1.1s;
}

.evt_ttl.show span:nth-child(23) {
  transition-delay: 1.15s;
}

.evt_ttl.show span:nth-child(24) {
  transition-delay: 1.2s;
}

.evt_ttl.show span:nth-child(25) {
  transition-delay: 1.25s;
}

.evt_ttl.show span:nth-child(26) {
  transition-delay: 1.3s;
}

.evt_ttl.show span:nth-child(27) {
  transition-delay: 1.35s;
}

.evt_ttl.show span:nth-child(28) {
  transition-delay: 1.4s;
}

.evt_ttl.show span:nth-child(29) {
  transition-delay: 1.45s;
}

.evt_ttl.show span:nth-child(30) {
  transition-delay: 1.5s;
}

@media screen and (max-width: 767px) {
  .c_btn {
    text-align: center;
  }
}

.c_btn a, .c_btn button {
  display: inline-block;
  font-size: 2.6rem;
  width: 38rem;
  line-height: 9.8rem;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  z-index: 1;
  background: #EEEEEE;
}

@media screen and (max-width: 767px) {
  .c_btn a, .c_btn button {
    font-size: 1.8rem;
    line-height: 6.4rem;
    width: 25.6rem;
  }
}

.c_btn a:before, .c_btn button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #253F68;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.c_btn a:hover, .c_btn button:hover {
  opacity: 1;
  color: #fff;
}

.c_btn a:hover:before, .c_btn button:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c_btn2 {
  text-align: right;
}

.c_btn2 a {
  display: inline-block;
  font-size: 2.2rem;
  border-bottom: solid 1px #253F68;
  padding-bottom: 1em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c_btn2 a {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 140rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1460px) {
  html {
    font-size: calc(100vw * 10 / 1460);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 375);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 2.5rem;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 14rem;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

.h_logo {
  position: absolute;
  top: 0;
  left: 0;
}

.h_logo a {
  position: relative;
  padding: 2.5rem 2.5rem 3rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .h_logo a {
    padding: 2.5rem 1.5rem 2rem;
  }
}

.h_logo a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: -1;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .h_logo {
    z-index: 3;
  }
}

.h_logo img {
  width: 28.2rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 15.6rem;
  }
}

.h_lang {
  background: #3265AC;
  text-align: center;
  height: 9.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .h_lang {
    position: absolute;
    right: 0;
    width: 15.2rem;
  }
}

.h_lang ul {
  display: flex;
}

.h_lang li {
  border-left: solid 1px #fff;
}

.h_lang li:nth-child(1) {
  border-left: none;
}

.h_lang li:nth-child(1) a:before {
  content: 'JP';
}

.h_lang li:nth-child(2) a:before {
  content: 'CN';
}

.h_lang li:not(.current-lang) a:before {
  color: rgba(255, 255, 255, 0.5);
}

.h_lang .current-lang a {
  pointer-events: none;
}

.h_lang a {
  font-size: 1.4rem;
  color: transparent;
  width: 2.7em;
  position: relative;
  height: 1.2em;
  overflow: hidden;
}

.h_lang a:before {
  content: 'EN';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h_nav > li {
  font-size: 1.4rem;
}

.h_nav > li i {
  display: block;
  font-weight: 600;
  font-size: 1.285em;
}

@media screen and (max-width: 767px) {
  .h_nav {
    position: relative;
    margin-bottom: 4rem;
  }
  .h_nav > li {
    font-size: 1.6rem;
    margin-bottom: 1.2em;
  }
  .h_nav > li ul {
    margin-top: 1em;
    margin-left: 1.2em;
    white-space: nowrap;
  }
  .h_nav > li li {
    font-size: 1.4rem;
    margin-top: .7em;
  }
  .h_nav em {
    margin-right: .5em;
    font-size: 1.285em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    text-align: right;
    padding: 3rem 3.5rem 0 3.5rem;
    background: rgba(255, 255, 255, 0.63);
    position: absolute;
    right: 36rem;
    display: flex;
  }
  .h_nav > li {
    text-align: center;
    padding-bottom: 2rem;
  }
  html[lang="zh-CN"] .h_nav > li {
    font-size: 1.6rem;
  }
  .h_nav > li > a {
    padding: 0 2em;
    height: 4.45rem;
  }
  .h_nav > li:hover ul {
    display: flex;
  }
  .h_nav ul {
    display: none;
    background: transparent;
    position: absolute;
    padding: 3rem 2.5rem;
    margin-top: 2rem;
    white-space: nowrap;
    width: 56.2rem;
    text-align: right;
  }
  .h_nav ul:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5.6rem;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    z-index: -1;
    right: 0;
    bottom: 1.6rem;
  }
  .h_nav ul li {
    font-size: 1.6rem;
    color: #999999;
  }
  .h_nav ul li + li {
    margin-left: 2.5em;
  }
  .h_nav ul em {
    font-size: 1.8rem;
    color: #000000;
    margin-right: .5em;
  }
}

.h_reserve a {
  background: #38BDEF;
  color: #fff;
  font-size: 1.4rem;
  height: 9.6rem;
  text-align: center;
  padding-top: 2em;
  position: relative;
}

.h_reserve .label {
  background: rgba(0,0,0,.3);
  color: #fff;
  font-size: 1rem;
  left: 0;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.h_reserve img {
  display: block;
  width: 2.428em;
  margin: 0 auto .2em;
}

@media screen and (max-width: 767px) {
  .h_reserve {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .h_reserve {
    position: absolute;
    right: 25.6rem;
    top: 0;
    width: 10.4rem;
  }
}

.h_mail a {
  background: #13305E;
  color: #fff;
  font-size: 1.4rem;
  height: 9.6rem;
  text-align: center;
  padding-top: 2em;
}

.h_mail .label {
  background: rgba(0,0,0,.3);
  color: #fff;
  font-size: 1rem;
  left: 0;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.h_mail img {
  display: block;
  width: 2.428em;
  margin: 0 auto .2em;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    padding-top: 1.6em;
  }
  .h_mail .label {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .h_mail {
    position: absolute;
    right: 15.2rem;
    top: 0;
    width: 10.4rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 8rem;
    z-index: 10;
    cursor: pointer;
  }
  .h_menu {
    position: absolute;
    right: 2.5rem;
    top: 3.5rem;
    width: 3rem;
    height: 3rem;
    padding-top: 1rem;
    cursor: pointer;
  }
  .h_menu_icon {
    position: relative;
    display: block;
    width: 3rem;
  }
  .h_menu_icon, .h_menu_icon:before, .h_menu_icon:after {
    width: 100%;
    height: 2px;
    border-radius: 3em;
    background-color: #29241d;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: background-color, top;
    transition-property: background-color, top;
  }
  .h_menu_icon:before, .h_menu_icon:after {
    position: absolute;
    top: -1rem;
    left: 0;
    content: '';
  }
  .h_menu_icon:after {
    top: 1rem;
  }
  body.open .h_menu_icon {
    background-color: transparent;
  }
  body.open .h_menu_icon:before, body.open .h_menu_icon:after {
    top: 0;
  }
  body.open .h_menu_icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.open .h_menu_icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #toggle_menu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background: #fff;
    padding: 10rem 2.5rem 4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

.f_contact {
  background: url(../img/contact_bg.jpg) no-repeat 50%/cover;
  height: 58.5rem;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .f_contact {
    margin-bottom: 2rem;
    height: 34.8rem;
    background-image: url(../img/contact_bg_sp.jpg);
  }
}

.f_contact .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .f_contact .box {
    width: 100%;
  }
}

.f_contact p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .f_contact p {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.f_contact .btn {
  margin-top: 2rem;
}

.f_contact .btn i {
  display: inline-block;
  position: relative;
  color: #253F68;
  font-size: 4.2rem;
  padding-top: .9em;
  padding-bottom: .3em;
  width: 31rem;
  border-bottom: solid 1px #253F68;
}

@media screen and (max-width: 767px) {
  .f_contact .btn i {
    font-size: 2rem;
    width: 15.4rem;
  }
}

.f_contact .btn i:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  transition: .4s linear;
  border-bottom: solid 1px #fff;
}

.f_contact .btn i:before {
  content: 'CONTACT';
  position: absolute;
  color: #fff;
  transition: clip-path .4s linear;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.f_contact .btn a {
  display: block;
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  width: 100rem;
  height: 16rem;
}

@media screen and (max-width: 767px) {
  .f_contact .btn a {
    height: 8rem;
    width: calc(100% - 5rem);
    left: 2.5rem;
  }
}

.f_contact .btn a:hover {
  opacity: 1;
}

.f_contact .btn a:hover i:after {
  width: 0;
}

.f_contact .btn a:hover i:before {
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}

.f_contact:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  #footer {
    position: relative;
    width: 160rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto 4rem;
  }
}

.f_logo img {
  width: 26.2rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 16.3rem;
  }
}

.f_nav {
  position: absolute;
  right: 0;
  top: 5rem;
}

.f_nav li {
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  margin-left: 4em;
  padding-bottom: 2rem;
}

.f_nav li i {
  display: block;
  font-weight: 600;
  font-size: 1.285em;
}

.f_info {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .f_info {
    font-size: 1.2rem;
    line-height: 1.66;
    margin: 1rem 0 3rem;
  }
}

.f_copy {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .f_copy {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.sp-nav {
  bottom: 0;
  display: flex;
  height: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.sp-nav .to_top {
  align-items: center;
  background: #fff;
  bottom: 60px;
  display: flex;
  justify-content: center;
  padding: 8px;
  position: fixed;
  right: 0;
}

.sp-nav .to_top img {
  width: 20px;
}

.sp-nav .reserve {
  align-items: center;
  background: #38BDEF;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 50%;
}

.sp-nav .reserve img {
  width: 24px;
}

.sp-nav .reserve span {
  font-size: 1rem;
  padding-left: 8px;
}

.sp-nav .line {
  align-items: center;
  background: #06C755;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 50%;
}

.sp-nav .line img {
  width: 24px;
}

.sp-nav .line span {
  font-size: 1rem;
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
  margin-bottom: 18rem;
}

.top_main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-bottom: 4rem;
  }
}

.top_main .item {
  overflow: hidden;
}

.top_main .img {
  height: 100vh;
  background: no-repeat 50% / cover;
  min-height: 60rem;
}

.top_main .slick-active .img {
  transition: transform 5.5s linear;
  transform: scale(1.2);
}

.top_main .bar {
  position: absolute;
  right: 5rem;
  bottom: 10rem;
  z-index: 10;
  color: #fff;
}

.top_main .bar i {
  position: absolute;
  font-weight: bold;
}

.top_main .bar:before {
  content: '';
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_main .bar {
    width: calc(100% - 10.5rem);
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 2.5rem;
    bottom: 4rem;
  }
  .top_main .bar.active:before {
    width: 100%;
    transition: width 5.5s linear;
  }
  .top_main .bar:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 0;
  }
  .top_main .bar i {
    top: -.7em;
    font-size: 1.8rem;
  }
  .top_main .bar .current {
    left: -1.5em;
  }
  .top_main .bar .next {
    right: -1.5em;
  }
}

@media screen and (min-width: 768px) {
  .top_main .bar {
    height: calc(100% - 30rem);
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
  }
  .top_main .bar.active:before {
    height: 100%;
    transition: height 5.5s linear;
  }
  .top_main .bar:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
  }
  .top_main .bar i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .top_main .bar .current {
    top: -1.8em;
  }
  .top_main .bar .next {
    bottom: -1.8em;
  }
}

@media screen and (min-width: 1720px) {
  .top_main .bar {
    right: calc(50% - 80rem);
  }
}

.top_main dl {
  color: #fff;
  left: 2rem;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .top_main dl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1650px) {
  .top_main dl {
    left: calc(50% - 80rem);
  }
}

@media screen and (max-width: 767px) {
  .top_main dl {
    position: absolute;
    bottom: 9.5rem;
    left: 0;
    width: 100%;
    padding: 0 2.5rem;
  }
}

.top_main dt {
  font-size: 7.2rem;
  line-height: 1.4;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_main dt {
    font-size: 2.6rem;
  }
}

.top_main dt * {
  line-height: inherit;
}

.top_main dd {
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_main dd {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.top_main .scroll {
  position: absolute;
  z-index: 10;
  left: calc(50% - 70rem);
  bottom: -10rem;
}

.top_main .scroll a {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main .scroll {
    display: none;
  }
}

.top_main .scroll span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
}

.top_main .scroll .line {
  width: 3.5rem;
  height: 20rem;
  display: block;
  position: relative;
  overflow: hidden;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_main .scroll .line {
    height: 4rem;
    bottom: 1.6rem;
  }
}

.top_main .scroll .line:after {
  content: '';
  height: 100%;
  border-left: solid 1px #000;
  position: absolute;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  animation: scroll_border 2.5s ease-in-out 1.25s infinite;
}

.top_main .scroll .line:before {
  content: '';
  height: 100%;
  border-left: solid 1px #fff;
  position: absolute;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  animation: scroll_border 2.5s ease-in-out 2.5s infinite;
}

@keyframes scroll_border {
  0%,
  100%,
  52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_service {
    margin-bottom: 7.5rem;
  }
}

.top_service .ttl {
  font-size: 6.8rem;
  line-height: 1.41;
}

@media screen and (max-width: 767px) {
  .top_service .ttl {
    font-size: 3.2rem;
    white-space: nowrap;
  }
}

.top_service .ttl * {
  line-height: inherit;
}

.top_service .ttl i {
  display: block;
}

.top_service .vision {
  margin: 2.5rem auto 3rem;
}

@media screen and (min-width: 768px) {
  .top_service .vision {
    width: 107rem;
    margin: 2rem auto -3rem;
  }
}

.top_service .vision img {
  opacity: 0;
  filter: blur(1rem);
  transition: filter 1s ease-in;
}

.top_service .vision.show img {
  opacity: 1;
  filter: none;
}

.top_service p {
  font-size: 2.2rem;
  line-height: 1.9;
  margin-left: 17.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .top_service p {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .top_service p {
    font-size: 1.4rem;
    margin: 0 0 4rem;
  }
}

.top_nav .img {
  background: no-repeat left top / cover;
  height: 38rem;
  margin-left: calc(50% - 17.4rem);
}

@media screen and (max-width: 767px) {
  .top_nav .img {
    width: 38rem;
    height: 23.4rem;
    margin-left: 7rem;
    margin-bottom: -4.4rem;
  }
}

.top_nav .img2 {
  background: no-repeat right top / cover;
  width: calc(50% + 9rem);
  height: 49.7rem;
  margin: 9rem 0 20rem;
}

@media screen and (max-width: 767px) {
  .top_nav .img2 {
    width: 38rem;
    height: 23.4rem;
    margin: 5rem 0 7rem;
    margin-left: -9.5rem;
  }
}

.top_nav a {
  display: block;
  position: relative;
  overflow: hidden;
}

.top_nav a:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  z-index: 1;
  transition: opacity .2s ease-in;
}

.top_nav a:hover {
  opacity: 1;
}

.top_nav a:hover:before {
  opacity: .6 !important;
}

.top_nav a:hover img {
  transform: scale(1.1);
}

.top_nav li img {
  width: 100%;
  transition: transform .2s ease-in;
}

.top_nav li:nth-child(2) a:before {
  opacity: .16;
}

.top_nav li:nth-child(3) a:before {
  opacity: .3;
}

.top_nav p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 5rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_nav p {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_nav ul {
    margin: 0 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_nav ul {
    display: flex;
  }
  .top_nav li {
    width: 33.33%;
  }
}

.top_member {
  background: #F5F5F5;
  padding: 7rem 0 9.5rem;
}

@media screen and (max-width: 767px) {
  .top_member {
    padding: 5rem 0 3.5rem;
  }
}

.top_member .item {
  margin: 0 3.3rem;
  width: 43.4rem;
}

@media screen and (max-width: 767px) {
  .top_member .item {
    width: 27.3rem;
    margin: 0 1.8rem;
  }
}

.top_member .item img {
  border-radius: 1rem;
}

.top_member .item a[href="#"] {
  pointer-events: none;
}

.top_member .item p {
  font-size: 2.2rem;
  margin-top: 1em;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_member .item p {
    font-size: 1.4rem;
  }
}

.top_member .item p em {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_member .item p em {
    font-size: 2.2rem;
  }
}

.top_member .slide {
  margin-bottom: 7.6rem;
}

@media screen and (max-width: 767px) {
  .top_member .slide {
    margin-left: 2.5rem;
    margin-bottom: 3rem;
  }
}

.c_slide {
  position: relative;
}

.c_slide .bar {
  background: #fff;
  height: .8rem;
  border-radius: 2em;
  overflow: hidden;
}

.c_slide .bar i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #253F68;
  transition: width .2s linear;
}

@media screen and (min-width: 768px) {
  .c_slide .bar {
    position: absolute;
    left: calc(50% + 29rem);
    top: 10.4rem;
    width: 41rem;
  }
}

@media screen and (max-width: 767px) {
  .c_slide .bar {
    position: relative;
    width: 27.2rem;
    height: .7rem;
    margin-bottom: 6rem;
  }
}

.news_list p {
  font-size: 2rem;
  line-height: 1.45;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .news_list p {
    font-size: 1.4rem;
  }
}

.news_list p + p {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .news_list p + p {
    font-size: 1.4rem;
  }
}

.news_list p + p i {
  margin-right: 1em;
  padding-right: 1em;
  position: relative;
}

.news_list p + p i:before {
  content: '';
  position: absolute;
  height: 1em;
  border-right: solid 1px #000;
  right: 0;
}

.top_news {
  padding: 11rem 0 18rem;
}

@media screen and (max-width: 767px) {
  .top_news {
    padding: 8.5rem 0 17rem;
  }
}

.top_news .cate li {
  font-size: 1.6rem;
  margin-bottom: 1.4em;
}

@media screen and (max-width: 767px) {
  .top_news .cate {
    margin: -2rem 0 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_news .cate {
    position: absolute;
  }
}

.top_news .slide {
  margin-bottom: 11rem;
  margin-left: calc(50% - 32.5rem);
}

@media screen and (max-width: 767px) {
  .top_news .slide {
    margin-left: 2.5rem;
    margin-bottom: 7rem;
  }
}

.top_news .item {
  width: 42.6rem;
  margin: 0 3.85rem;
}

@media screen and (max-width: 767px) {
  .top_news .item {
    width: 25.8rem;
    margin: 0 2.5rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.low_header {
  position: relative;
  margin-bottom: 17rem;
}

.low_header.b {
  height: 63rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .low_header.b {
    height: 38.5rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-bottom: 3rem;
  }
}

.low_header:before {
  content: '';
  position: absolute;
  width: calc(50% - 3.5rem);
  left: 0;
  top: 20rem;
  height: 53.8rem;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.78) 44.18%, rgba(255, 255, 255, 0) 100%);
  opacity: .54;
}

@media screen and (max-width: 767px) {
  .low_header:before {
    height: 24.1rem;
    width: 26.4rem;
    top: 16.5rem;
  }
}

@media screen and (min-width: 768px) {
  .low_header .img {
    background: no-repeat 50% / cover;
    height: 63rem;
    margin-left: calc(50% - 50.5rem);
  }
  .low_header .img img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .low_header .img {
    background: none !important;
  }
  .low_header .img img {
    width: 100%;
  }
}

.low_header .low_ttl {
  position: absolute;
  left: calc(50% - 70rem);
  bottom: 24rem;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .low_header .low_ttl {
    left: 2.5rem;
    bottom: 15rem;
  }
}

.low_ttl {
  font-size: 4.8rem;
  position: relative;
  line-height: 1;
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .low_ttl {
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
}

.low_ttl span {
  position: absolute;
  display: block;
  left: 0;
  font-size: 4.2rem;
  margin-top: .7em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .low_ttl span {
    font-size: 2.4rem;
  }
}

.low_ttl small {
  font-size: .857em;
  margin-left: .7em;
}

@media screen and (max-width: 767px) {
  .low_ttl small {
    display: block;
    margin-top: .2em;
  }
}

.low_ttl:after {
  content: '';
  position: absolute;
  height: .9em;
  border-right: solid 2px #253F68;
  bottom: 0;
  transform: rotate(33deg);
  margin-left: .8em;
}

.c_loading {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #eee;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin: left top;
}

.c_loading.loaded {
  transform-origin: left bottom;
  transform: scale(1, 1);
}

.serv_sec {
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  .serv_sec {
    margin-top: 8rem;
  }
}

.serv_sec.b {
  margin-top: 0;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .serv_sec.b {
    margin-bottom: 17rem;
  }
}

.serv_sec .ttl {
  font-size: 2.4rem;
  letter-spacing: .07em;
  position: relative;
  padding-bottom: 1.8em;
  margin-bottom: 7rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .serv_sec .ttl {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}

.serv_sec .ttl:before {
  content: '';
  position: absolute;
  left: 0;
  border-bottom: solid 2px #253F68;
  width: 10.625em;
  bottom: 0;
}

.serv_sec .ttl i {
  display: block;
  font-size: 5.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .35em;
}

@media screen and (max-width: 767px) {
  .serv_sec .ttl i {
    font-size: 3.2rem;
  }
}

.serv_sec p {
  font-size: 2rem;
  line-height: 1.91;
}

@media screen and (max-width: 767px) {
  .serv_sec p {
    font-size: 1.4rem;
    line-height: 2.28;
  }
}

.serv_sec .c_btn {
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .serv_sec .c_btn {
    margin-top: 5rem;
  }
}

.serv_sec .line {
  border-bottom: solid 1px #E0E0E0;
  margin: 12rem 0;
}

@media screen and (max-width: 767px) {
  .serv_sec .line {
    margin: 10rem 0;
  }
}

.serv_sec .ttl2 {
  font-size: 4.2rem;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .serv_sec .ttl2 {
    font-size: 3.2rem;
  }
}

.serv_sec ul {
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .serv_sec ul {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_sec ul {
    display: flex;
    justify-content: space-between;
  }
  .serv_sec ul li {
    width: 41.7rem;
  }
}

.serv_sec li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .serv_sec li {
    margin-top: 3.5rem;
  }
}

.serv_sec li a {
  position: relative;
  text-align: center;
  display: block;
  border: solid 1px #707070;
  height: 36.3rem;
}

.serv_sec li a[href="#"] {
  pointer-events: none;
}

.serv_sec li a[href="#"] .btn {
  border: none;
  color: transparent;
}

.serv_sec li a[href="#"] .btn:before {
  content: 'Coming soon';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #000;
}

@media screen and (max-width: 767px) {
  .serv_sec li a {
    height: 26rem;
  }
}

.serv_sec li a p {
  position: absolute;
  bottom: 17rem;
  font-size: 3rem;
  line-height: 1.26;
}

@media screen and (max-width: 767px) {
  .serv_sec li a p {
    font-size: 2.4rem;
    bottom: 14rem;
  }
}

.serv_sec li a + p {
  margin-top: .6em;
}

.serv_sec li p:not(.btn) {
  width: 100%;
}

.serv_sec li .btn {
  bottom: 9rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 1px #253F68;
  font-weight: 500;
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .05em;
  padding-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .serv_sec li .btn {
    font-size: 1.6rem;
    bottom: 7.5rem;
  }
}

.member_list {
  margin-bottom: 40rem;
}

@media screen and (max-width: 767px) {
  .member_list {
    margin-bottom: 24rem;
  }
}

.member_list li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .member_list li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .2s ease-in;
    opacity: 0;
  }
  .member_list li:hover:before {
    opacity: 1;
  }
  .member_list li:hover .box {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .member_list .box {
    position: absolute;
    bottom: 3rem;
    left: 3.5rem;
    with: 100%;
    opacity: 0;
    transition: opacity .2s ease-in;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .member_list .box {
    margin-top: 1rem;
  }
}

.member_list p {
  font-size: 1.8rem;
  letter-spacing: .1em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .member_list p {
    font-size: 1.4rem;
  }
}

.member_list p em {
  display: block;
  font-size: 2rem;
  letter-spacing: .1em;
  margin-top: .2em;
}

.member_list p + p {
  font-size: 1.8rem;
  position: relative;
  padding-left: 5em;
  margin: .5em 0 .8em;
  padding-right: 1.5em;
}

@media screen and (max-width: 767px) {
  .member_list p + p {
    font-size: 1.4rem;
  }
}

.member_list p + p span {
  position: absolute;
  left: 0;
}

html[lang="en-US"] .member_list p + p {
  padding-left: .75em;
}

html[lang="en-US"] .member_list p + p span {
  display: block;
  left: -.75em;
  position: relative;
}

.member_list a {
  font-size: 2.6rem;
  letter-spacing: .1em;
  line-height: 1;
  padding-right: 6.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .member_list a {
    font-size: 1.8rem;
  }
}

.member_list a[href="#"] {
  display: none;
}

.member_list a:before {
  content: '';
  position: absolute;
  width: 5.76em;
  border-bottom: solid 1px #fff;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .member_list a:before {
    border-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .member_list li {
    margin: 2.5rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .member_list {
    display: flex;
    flex-wrap: wrap;
  }
  .member_list li {
    width: 25%;
  }
}

.member_body {
  margin-bottom: 35rem;
}

@media screen and (max-width: 767px) {
  .member_body {
    margin-bottom: 20rem;
  }
}

.member_body .head p {
  font-size: 2.6rem;
  margin-top: 1.2em;
}

@media screen and (max-width: 767px) {
  .member_body .head p {
    font-size: 1.8rem;
    margin-top: 1.5em;
  }
}

.member_body .head p small {
  display: block;
  font-size: 2.2rem;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .member_body .head p small {
    font-size: 1.4rem;
    margin-bottom: .8em;
  }
}

.member_body .ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.64;
}

@media screen and (max-width: 767px) {
  .member_body .ttl {
    font-size: 2.2rem;
  }
}

.member_body .box {
  margin: -20rem 0 10rem 54rem;
  background: #fff;
  padding: 4rem 0 4rem 4.5rem;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .member_body .box {
    padding: 2.5rem 2rem 2.5rem 0;
    margin: -16.5rem 7rem 10rem 0;
  }
}

.member_body dt {
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .member_body dt {
    font-size: 2rem;
    margin-bottom: 1.8em;
  }
}

.member_body dt:before {
  content: '';
  position: absolute;
  border-bottom: solid 2px #253F68;
  width: 9.8em;
  bottom: 0;
}

.member_body dd {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .member_body dd {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 9rem;
  }
}

.member_body .img {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .member_body .img {
    margin-bottom: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .member_body dl {
    margin-right: 45rem;
  }
  .member_body .img {
    margin-left: auto;
    width: 94.6rem;
  }
  .member_body .img.b {
    margin-left: 0;
  }
}

.service_body dt {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .service_body dt {
    font-size: 2.2rem;
  }
}

.service_body dd {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .service_body dd {
    font-size: 1.6rem;
  }
}

.com_body {
  margin-bottom: 26rem;
}

@media screen and (max-width: 767px) {
  .com_body {
    margin-bottom: 18rem;
  }
}

.com_body .ttl {
  font-size: 3.8rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .com_body .ttl {
    font-size: 2.6rem;
  }
}

.com_body dl > * {
  font-size: 2rem;
  text-align: left;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .com_body dl > * {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.com_body dd dl > * {
  border: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .com_body dd dl {
    display: block;
  }
  .com_body dd dl > * {
    float: left;
  }
  .com_body dd dl dt {
    width: auto;
    clear: both;
  }
  .com_body dd dl dt:after {
    content: '：';
  }
  .com_body dd dl dd {
    width: auto;
  }
}

.com_body dd dt {
  border: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .com_body dd dt {
    margin-top: .5em;
  }
  .com_body dd dt:nth-child(1) {
    margin: 0;
  }
}

.com_body dd dd {
  min-height: 0;
}

@media screen and (max-width: 767px) {
  .com_body dt {
    border-top: solid 1px #D4D4D4;
    padding: 1.4em 0 .5em;
  }
  .com_body dt:nth-of-type(1) {
    border: none;
  }
  .com_body dd {
    padding-bottom: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .com_body dl {
    display: flex;
    flex-wrap: wrap;
  }
  .com_body dt {
    width: 10em;
  }
  .com_body dd {
    width: calc(100% - 10em);
    padding: 1.2em 0;
    min-height: 7em;
  }
  .com_body dl > * {
    border-top: solid 1px #D4D4D4;
    display: flex;
    align-items: center;
  }
  .com_body dt:nth-of-type(1) {
    border: none;
  }
  .com_body dd:nth-of-type(1) {
    border: none;
  }
}

.news_cate {
  position: relative;
  top: -20rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .news_cate {
    top: -12rem;
    margin-bottom: -10rem;
  }
}

@media screen and (min-width: 768px) {
  .news_cate li {
    display: inline-block;
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .news_cate li {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.news_cate a.active {
  color: #253F68;
  pointer-events: none;
}

.wp-pagenavi {
  margin-top: 22rem;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 1.5em;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2;
  font-size: 1.6rem;
  border-radius: .3em;
}

.wp-pagenavi .current {
  color: #253F68;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: transparent;
}

.wp-pagenavi .previouspostslink {
  background: url(../img/ico_prev.svg) no-repeat 50%/1.06235em;
}

.wp-pagenavi .nextpostslink {
  background: url(../img/ico_next.svg) no-repeat 50%/1.06235em;
}

.news_wrap {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .news_wrap ul {
    margin: 0 3rem;
  }
  .news_wrap li {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .news_wrap {
    margin-bottom: 30rem;
  }
  .news_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 7.5rem;
  }
  .news_wrap li {
    width: calc(33.333% - 5rem);
  }
}

.news_body {
  margin-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .news_body {
    width: 120rem;
    margin: 0 auto 25rem;
  }
}

.news_body h2 {
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .news_body h2 {
    font-size: 2rem;
    margin-bottom: 1.8em;
  }
}

.news_body h2:before {
  content: '';
  position: absolute;
  border-bottom: solid 2px #253F68;
  width: 9.8em;
  bottom: 0;
}

.news_body p {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .news_body p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 9rem;
  }
}

.news_body figure {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .news_body figure {
    margin-bottom: 2rem;
  }
}

.news_body .sub {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .news_body .sub {
    font-size: 1.4rem;
    margin-bottom: 1.4em;
  }
}

.news_body .sub i {
  margin-right: 1em;
  padding-right: 1em;
  position: relative;
}

.news_body .sub i:before {
  content: '';
  position: absolute;
  height: 1em;
  border-right: solid 1px #000;
  right: 0;
}

.news_body .ttl {
  font-size: 2.8rem;
  line-height: 1.64;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .news_body .ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.form_lead {
  text-align: right;
}

.form_lead ul {
  display: inline-block;
  text-align: left;
}

.form_lead li {
  background: url(../img/ico_mail.png) no-repeat left center/1.1em;
  padding-left: 1.5em;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .form_lead li {
    font-size: 1.5rem;
  }
}

.form_lead li:nth-child(2) {
  background-image: url(../img/ico_pin.png);
}

.form_lead li:nth-child(3) {
  background-image: url(../img/ico_mobile.png);
}

.form_lead li a {
  font-size: .8em;
  margin-left: 1.2em;
}

@media screen and (min-width: 768px) {
  .form_lead {
    width: 120rem;
    margin: 0 auto;
  }
}

.form {
  padding: 10rem;
  border: solid 1px #707070;
  margin-bottom: 31rem;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 3rem 1.5rem 7rem;
    margin-bottom: 14rem;
  }
}

@media screen and (min-width: 768px) {
  .form {
    width: 120rem;
    margin: 0 auto 31rem;
  }
}

.form dt, .form dd {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .form dt, .form dd {
    font-size: 1.6rem;
  }
}

.form dt {
  border-bottom: solid 1px #000;
  width: 9.2em;
  padding-bottom: 1em;
  position: relative;
}

.form dt em {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: .4em;
}

@media screen and (max-width: 767px) {
  .form dt em {
    font-size: 1.4rem;
    top: .2em;
  }
}

@media screen and (max-width: 767px) {
  .form dt {
    margin-bottom: 1em;
    width: 11em;
  }
}

@media screen and (min-width: 768px) {
  .form dt {
    position: absolute;
  }
}

.form dd {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .form dd {
    margin-left: 24rem;
  }
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea {
  padding: .5em 0;
  width: 100%;
  background: none;
  border-bottom: solid 1px #000;
}

.form dd label {
  margin-right: 3em;
  display: inline-block;
}

.form dd label input {
  margin-right: 1em;
}

.form dd label {
  display: block;
  margin-bottom: 1em;
}

.form dd textarea {
  height: 10em;
  margin-top: 2.5em;
  border: solid 1px #000;
}

@media screen and (max-width: 767px) {
  .form dd textarea {
    margin-top: .5em;
  }
}

.form .c_btn {
  text-align: center;
  margin-top: 13rem;
}

@media screen and (max-width: 767px) {
  .form .c_btn {
    margin-top: 7rem;
  }
}

.form .c_btn button {
  margin: 0 .5em;
}

.form .c_btn button.back {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .form .c_btn button.back {
    margin-bottom: 3rem;
  }
}

.form .mw_wp_form_confirm .btn {
  margin-top: 10rem;
}

.form .mw_wp_form_complete {
  text-align: center;
}

.form .mw_wp_form_complete p {
  font-size: 1.8rem;
  line-height: 2;
}

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