@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s; }

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65; }

a:active, a:hover {
  outline-width: 0; }

li{
  margin: 0;
  list-style: none; }

ul,ol{
  margin: 0;
  padding: 0; }

h1,h2,h3,h4,h5,h6, p, figure, dd, dt, dl { margin:0; }

figcaption, figure, main,
article, aside, footer,
header, nav, section { display: block; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block;
  transition: .3s; }

button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/******** Grid System width Flex ********/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-dir-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/******** margin ********/
.m-auto {
  margin: auto; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

/******** form input ********/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #002635;
  border: 1px solid #002635;
  margin: 2px;
  padding: 20px 15px;
  border-radius: 7px;
  color: #fff;
  width: 100%; }

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #fff; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em; }

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #002635;
  border: 1px solid #002635;
  padding: 20px 15px;
  resize: vertical;
  border-radius: 7px;
  color: #fff;
  width: 100%; }

textarea:focus {
  outline: none;
  border-color: #fff; }

input[type=checkbox],
input[type=radio] {
  border: none;
  background: #F0F0F0;
  cursor: pointer;
  margin-right: .5em; }

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5; }

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #002635 inset;
}

/*////////////////////////

EFFECTS

////////////////////////*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

[class*='fadeIn']{
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

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

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@keyframes fadeInRight {
  0% {
     opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
     transform: translateX(20px);
  }
  100% {
     opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
     transform: translateX(0);
  }
}

.animation-fade{
  overflow: hidden;
  opacity: 0;
}

.fade_scale {
  visibility: visible !important;
  animation: fade_scale .75s ease-in-out forwards
}

@keyframes fade_scale {
  0% {
    opacity: 0;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.js-anim-random span {
  display: inline-block;
  opacity: 0;
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  transition: all 0.8s;
}

.js-anim-random span.is-active {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*////////////////////////

fonts

////////////////////////*/
[class*="sofia"]{
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.sofia--bold{
  font-weight: 700;
}

.sofia--med{
  font-weight: 500;
}

/*////////////////////////

 common parts

////////////////////////*/
[class*="container-"]{
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-l{
  max-width: 1388px;
}

.container-s{
  max-width: 1030px;
}

.container-xs{
  max-width: 830px;
}

.pc,
.block{
  display: block;
}

.sp,
.sp_550 {
  display: none;
}

.inline-block{
  display: inline-block;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.wd-100 {
  width: 100%;
}

.l-height-2{
  line-height: 2;
}

.f-12{
  font-size: 1.2rem;
}

.f-13{
  font-size: 1.3rem;
}

.f-15{
  font-size: 1.5rem;
}

.f-16{
  font-size: 1.6rem;
}

.f-18{
  font-size: 1.8rem;
}

.f-24{
  font-size: 2.4rem;
}

.f-white{
  color: #fff;
}

.relative{
  position: relative;
}

.bkg__frame,
.bkg__green{
  position: relative;
}

.bkg__frame::after,
.bkg__green::after{
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bkg__frame::after{
  background: url(../img/common/bkg_frame.png) no-repeat center / 100% 100%;
  z-index: 52;
  transition: .5s;
}

.bkg__green::after{
  z-index: -1;
  background: url(../img/common/bkg_flag.png) no-repeat center / cover;
}

.js-bkg-order .bkg__frame::after{
  z-index: 52;
}

.js-bkg-scale .bkg__frame::after{
  background-size: 100% 115%;
}

.js-bkg-scale .enable-click{
  position: relative;
  z-index: 53;
}

.pagetop{
  position: fixed;
  /*bottom: -45px;*/
  bottom: -15px;
  right: -100%;
  z-index: 500;
  transition: 1.5s;
  display: inline-block;
}

.pagetop.show{
  /*right: -5px;*/
  right: 15px;
}

.hdg--section{
  font-size: 5.6rem;
  line-height: 1;
}

.hdg--section .en{
  letter-spacing: 0.1em;
  display: block;
  line-height: 0.6;
  visibility: visible !important;
  white-space: nowrap;
}

.hdg--section .jp{
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.accordion__ttl{
  cursor: pointer;
}

.accordion__item .circle__arrow::before{
  transform: rotate(-135deg) translate(-1px,-1px);
}

.open.accordion__item .circle__arrow::before{
  transform: rotate(45deg);
}

.accordion__detail{
  display: none;
}

.circle__arrow{
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  margin-left: 15px;
  position: relative;
  top: 2px;
  right: 0;
  transition: .5s;
}

.circle__arrow::before{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #002634;
  border-bottom: 1px solid #002634;
  transform: rotate(-45deg) translate(-2px,-1px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  transition: .5s;
}

.underline__link{
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
}

.underline__link_inner{
  display: inline-block;
  color: #fff;
  /*padding-bottom: 0;*/
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.underline__link:not(.back):hover .circle__arrow{
  right: -10px;
}

.underline__link.back .circle__arrow{
  margin: 0 15px 0 0;
}

.underline__link.back .circle__arrow::before{
  transform: scale(-1,1) rotate(-45deg) translate(-1px, 0);
}

.line__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.line__list_hdg,
.line__list_detail{
  border-bottom: 1px dotted #368892;
  padding: 35px 0;
}

.line__list_hdg{
  font-weight: bold;
  width: 195px;
}

.line__list_detail{
  width: calc(100% - 195px);
  line-height: 2;
}

.main section:not(.full-width){
  width: calc(100% - 120px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pagetop{
    /*width: 33%;*/
    /*bottom: -5vw;*/
    width: 25%;
    max-width: 130px;
    bottom: -5px;
  }
  .pagetop.show{
    right: 0;
  }
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
  .bkg__frame::after{
    background: url(../img/common/bkg_frame_sp.png) no-repeat center / 100% 100%;
  }
  .main section:not(.full-width){
    width: calc(100% - 10%);
  }
}

@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }
  .sp_550 {
    display: block;
  }
  .hdg--section{
    font-size: 4.6rem;
  }
  .underline__link{
    font-size: 2.6rem;
  }
}

/*////////////////////////

 header

////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header [class*="side__txt--"]{
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #333;
  text-orientation: sideways;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

header .side__txt--left{
  left: 0;
}

header .side__txt--right{
  right: 0;
}

header .toggle__block {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  background: #174477;
  cursor: pointer;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: .7s;
  animation: move 1s ease-in-out;
}

@keyframes move {
  0% {
    top: -120px;
    right: -120px;
  }
  100% {
    right: 0;
    top: 0;
  }
}

header.active .toggle__block{
  right: 400px;
}

header .toggle__txt{
  letter-spacing: 0.18em;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

header .toggle__txt::after{
  content: 'MENU';
}

header.active .toggle__txt::after{
  content: 'CLOSE';
}

header .toggle__bars,
header .toggle__bars::before,
header .toggle__bars::after{
  display: inline-block;
  width: 46px;
  height: 2px;
  background-color: #fff;
  transform: .5s;
}

header .toggle__bars{
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto;
}

header .toggle__bars::before,
header .toggle__bars::after{
  content: '';
  position: relative;
  top: -30px;
}

header .toggle__bars::after{
  width: 26px;
}

header.active .toggle__bars{
  transform: rotate(45deg);
}

header.active .toggle__bars::before{
  transform: rotate(-90deg) translateX(-13px);
}

header.active .toggle__bars::after{
  display: none;
}

header .gnav__wrapper {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #021C32;
  height: 100vh;
  width: 0;
  max-width: 400px;
  overflow: hidden;
  transition: all .7s ease-in-out;
}

header .gnav {
  position: relative;
  width: 65%;
  height: 100%;
  overflow-y: auto;
  padding: 20% 0 10%;
  margin: auto;
  display: block;
}

header .gnav__item a{
  display: block;
  color: #fff;
}

header .gnav__item {
  -ms-transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  transition: transform .15s ease-in;
}

header .gnav__item:not(:last-child){
  margin-bottom: 25px;
}

header .gnav__en{
  font-size: 4rem;
  letter-spacing: 0.1em;
}

header .gnav__jp{
  display: block;
  font-size: 1.4rem;
}

header.active {
  height: 100vh;
  overflow: hidden;
}

header.active .gnav__wrapper {
  width: 60%;
}

header .gnav__item {
  line-height: 1.5;
}

header.active .gnav__item {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform .7s ease-out;
}

header.active .gnav__item:first-child {
  transition-delay: .2s;
}

header.active .gnav__item:nth-child(2) {
  transition-delay: .3s;
}

header.active .gnav__item:nth-child(3) {
  transition-delay: .4s;
}

header.active .gnav__item:nth-child(4) {
  transition-delay: .5s;
}

header.active .gnav__item:nth-child(5) {
  transition-delay: .6s;
}

header.active .gnav__item:nth-child(6) {
  transition-delay: .7s;
}

header.active .gnav__item:last-child {
  transition-delay: .8s;
}

header .gnav::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

header .gnav::-webkit-scrollbar-thumb {
  background: #004761;
  border-radius: 5px;
}

header .gnav::-webkit-scrollbar-track {
  background: #EFF0F0;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  header [class*='side__txt--']{
    width: 4vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 650px) {
  header .gnav__en{
    font-size: 2.8rem;
  }
  header .toggle__block {
    width: 80px;
    height: 80px;
  }
  header .toggle__txt{
    bottom: 6px;
  }
  header.active .toggle__block{
    right: 60%;
  }
}

@media screen and (max-width: 550px) {
  header [class*='side__txt--']{
    display: none;
  }
  header .toggle__bars{
    top: 35%;
  }
}

@media screen and (max-width: 380px) {
  header .gnav__en{
    font-size: 2rem;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer{
  position: relative;
  /*max-width: 1388px;*/
  /*width: calc(100% - 120px);*/
  margin: 140px auto 0;
  background-color: #000;
  /*padding: 30px 5% 180px;*/
  padding: 30px 5% 220px;
}

footer::before{
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: url(../img/common/bkg_wave_black_top.svg) no-repeat center / cover;
  position: absolute;
  bottom: 100%;
  left: 0;
}

footer .logo{
  position: relative;
  z-index: 1;
}

footer .copyright{
  margin: 40px 0 0;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  footer::before{
    background-size: 110% 100%;
  }
}

@media screen and (max-width: 650px) {
  footer{
    padding-bottom: 80px;
  }
  footer .conts__flexbox{
    display: block;
  }
  footer .logo{
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 550px) {
  footer{
    margin-top: 100px;
  }
}

/*////////////////////////

toppage

////////////////////////*/
.top-main{
  padding: 100px 10%;
  background: url(../img/top/main_mv_bkg.png) no-repeat center bottom / cover;
  position: relative;
  height: 877px;
}

.top-main .main__logo{
  margin-bottom: 10vh;
}

.top-main .main__hdg--en{
  opacity: 0;
}

.top-main [class*="main__hdg--jp"]{
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  opacity: 0;
  transition: .5s ease-in;
}

.top-main [class*="main__hdg--jp"].show{
  opacity: 1;
}

.top-main [class*="main__hdg--jp"]::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 1s ease-in-out;
}

.top-main .show[class*="main__hdg--jp"]::after{
  height: 100%;
}

.top-main .show[class*="main__hdg--jp"] img{
  position: relative;
  z-index: 1;
}

.top-main .main__hdg--jp_01{
  margin: 60px 0 5px;
}

.top-about{
  padding: 200px 0 100px;
}

.top-about .about__txt_block{
  letter-spacing: 0.02em;
  font-size: 2rem;
  line-height: 2.8;
  width: 100%;
  margin-left: 20px;
}

.top-service::before,
.top-service::after{
  content: '';
  background: url(../img/top/service_deco_circle.png) no-repeat center / contain;
  position: absolute;
  animation: scale_anim 5s ease infinite;
  max-width: 800px;
  width: 100%;
  height: 800px;
}

@keyframes scale_anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.top-service::before{
  top: -350px;
  left: -100px;
}

.top-service::after{
  bottom: -250px;
  right: -100px;
  animation-delay: 1s;
}

.top-service .container{
  max-width: 1160px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 110px 15px;
}

.top-service .container::after{
  content: '';
  display: block;
  height: 100%;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-service .hdg--section,
.top-service .section__intro_txt,
.top-service .service__list{
  position: relative;
  z-index: 1;
}

.top-service .section__intro_txt{
  text-align: center;
  line-height: 2;
  margin: 30px 0 60px;
}

.top-service .service__item{
  background-color: #A31F1F;
  padding: 40px;
  width: calc(93% / 2);
  background-image: url(../img/top/service_WS.png);
  background-repeat: no-repeat;
  background-position: 70% 55px;
  counter-increment: item;
  position: relative;
}

.top-service .service__item::before{
  font-size: 5.6rem;
  content: counter(item, decimal-leading-zero);
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  position: absolute;
  right: 50px;
  top: 35px;
  line-height: 1;
}

.top-service .service__item:not(:last-child){
  margin-bottom: 150px;
}

.top-service .service__item a{
  display: block;
  color: #fff;
}

.top-service .service__item:nth-child(2){
  background-color: #002DB2;
  background-image: url(../img/top/service_WA.png);
}

.top-service .service__item:nth-child(3){
  background-color: #D96D00;
  background-image: url(../img/top/service_WI.png);
}

.top-service .service__item:nth-child(4){
  background-color: #468C00;
  background-image: url(../img/top/service_EN.png);
}

.top-service .service__item:nth-child(5){
  background-color: #0085B2;
  background-image: url(../img/top/service_NP.png);
}

.top-service .service__hdg{
  font-size: 3.4rem;
  line-height: 1.4;
  margin: 80px 0 0;
  letter-spacing: -2px;
}

.top-service .service__hdg_en{
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.top-flow .hdg--section{
  margin: 200px 0 60px;
}

.top-flow .flow__item{
  position: relative;
}

.top-flow .flow__item:not(:last-of-type){
  margin-bottom: 100px;
}

.top-flow .flow__line{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -95px;
  margin: auto;
  width: 1px;
  height: 0;
  transition: .5s;
  background-color: #fff;
  transform: rotate(-45deg);
  display: block;
}

.top-flow .flow__item:nth-of-type(2) .flow__line{
  transform: rotate(45deg);
}

.top-flow .flow__line.show{
  height: 80px;
  visibility: visible !important;
}

.top-flow .flow__item_box{
  border: 1px solid #fff;
}

.top-flow .flow__item_hdg{
  border-bottom: 1px solid #fff;
  font-size: 2.8rem;
  font-weight: bold;
}

.top-flow .flow__item_num{
  border-right: 1px solid #fff;
  font-size: 4rem;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: 40px;
  text-align: center;
  display: inline-block;
  background: url(../img/top/flow_num_bkg.png) repeat;
}

.top-flow .flow__item_detail{
  line-height: 2;
  padding: 30px 40px;
}

.top-faq{
  padding: 180px 0;
}

.top-faq .accordion__item{
  border: 3px solid #000;
}

.top-faq .accordion__item:not(:last-of-type){
  margin-bottom: 30px;
}

.top-faq .accordion__ttl{
  font-size: 2.4rem;
  padding: 30px 85px 30px 125px;
  background-color: #000;
  font-weight: bold;
  position: relative;
}

.top-faq .accordion__detail{
  background-color: #fff;
  line-height: 2;
  padding: 20px 10% 20px 12%;
  font-weight: bold;
  color: #2A2A2A;
}

.top-faq .faq__num{
  font-size: 2.8rem;
  display: block;
  line-height: 1;
}

.top-faq .circle__arrow{
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}

.top-faq .circle__arrow::before{
  border-color: #000;
}

.top-company{
  padding-bottom: 150px;
}

.top-contact .contact__hdg{
  font-size: 3.2rem;
}

.top-contact .contact__txt_en{
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.top-contact a .contact__txt_en span {
  display: inline-block;
}

.top-contact a:hover .contact__txt_en span {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .6s;
}

.top-contact a:hover .contact__txt_en span:nth-of-type(1) {
  -webkit-transition-delay: .02s;
  transition-delay: .02s;
}

.top-contact a:hover .contact__txt_en span:nth-of-type(2) {
  -webkit-transition-delay: .04s;
  transition-delay: .04s;
}

.top-contact a:hover .contact__txt_en span:nth-of-type(3) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s;
}

.top-contact a:hover .contact__txt_en span:nth-of-type(4) {
  -webkit-transition-delay: .08s;
  transition-delay: .08s;
}

.top-contact a:hover .contact__txt_en span:nth-of-type(5) {
  -webkit-transition-delay: .10s;
  transition-delay: .10s;
}

.top-contact a:hover .contact__txt_en span:nth-of-type(6) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
}

.top-contact a:hover .contact__txt_en span:nth-of-type(7) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
}

@media screen and (min-width: 769px) {
  .top-about .about__txt_block{
    max-width: 688px;
  }
  .top-service .service__item:nth-child(even){
    position: relative;
    top: 60px;
  }
  .top-service .service__item:nth-child(2){
    animation-delay: .2s;
  }
  .top-service .service__item:nth-child(4){
    animation-delay: .4s;
  }
  .top-flow .flow__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-flow .flow__item_box{
    margin: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .top-about .about__flexbox,
  .top-flow .flow__item{
    display: block;
  }
  .top-about .about__txt_block{
    margin: 30px 0 0;
  }
  .top-service::before,
  .top-service::after{
    max-width: 400px;
    height: 400px;
  }
  .top-service .service__item{
    width: 100%;
  }
  .top-service .service__item:not(:last-child){
    margin-bottom: 60px;
  }
  .top-flow .flow__img{
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 551px) {
  .top-faq .faq__num{
    padding-right: 15px;
    border-right: 1px solid #4E4E4E;
    position: absolute;
    left: 40px;
    top: 38px;
  }
}

@media screen and (max-width: 550px) {
  .top-main{
    padding: 70px 5%;
    height: 150vw;
  }
  .top-main .main__hdg--jp_01{
    margin: 30px 0 5px;
    width: 60%;
  }
  .top-about{
    padding: 70px 0;
  }
  .top-about .about__txt_block{
    font-size: 1.7rem;
    line-height: 2.2;
  }
  .top-service .container{
    padding: 80px 15px;
  }
  .top-service .section__intro_txt{
    text-align: left;
  }
  .top-service .service__item{
    padding: 40px 20px;
    background-size: 90% auto;
  }
  .top-service .service__hdg{
    margin: 60px 0 0;
    font-size: 3rem;
  }
  .top-flow .hdg--section{
    margin: 70px 0 60px;
  }
  .top-flow .flow__item_num{
    width: 50px;
    height: 50px;
    line-height: 45px;
    margin-right: 15px;
    font-size: 3rem;
  }
  .top-flow .flow__item_hdg{
    font-size: 2.2rem;
  }
  .top-faq{
    padding: 100px 0;
  }
  .top-faq .accordion__ttl{
    font-size: 1.8rem;
    padding: 20px 70px 20px 20px;
  }
  .top-faq .circle__arrow{
    right: 15px;
  }
  .top-faq .faq__num{
    margin: 0 0 10px;
  }
  .top-faq .accordion__detail{
    padding: 20px;
  }
  .top-company {
    padding-bottom: 80px;
  }
  .top-company .line__list_hdg{
    width: 100px;
  }
  .top-company .line__list_detail{
    width: calc(100% - 100px);
  }
  .top-contact .contact__hdg{
    font-size: 2.2rem;
  }
}

/*////////////////////////

subpage common parts

////////////////////////*/
.childmain__block{
  background-color: #000;
  height: 365px;
  text-align: center;
  position: relative;
  margin: 0 0 120px;
  padding: 0 15px;
}

.childmain__block::after{
  content: '';
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/common/bkg_wave_black_bottom.svg) no-repeat center / cover;
  position: absolute;
  top: 100%;
  left: 0;
}

.childmain__block .hdg--section{
  position: relative;
  top: 65%;
  transform: translateY(-65%);
}

.childmain__block .hdg--section .en{
  font-size: 5.2rem;
  white-space: initial;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .childmain__block::after{
    background-size: 100% 100%;
  }
  .childmain__block .hdg--section .en{
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 550px) {
  .childmain__block{
    height: 270px;
    margin: 0 0 70px;
  }
}

/*////////////////////////

contact

////////////////////////*/
.contact-common .input--req{
  display: inline-block;
  font-size: 1.4rem;
  background-color: #D96D00;
  color: #fff;
  padding: 0 7px;
  line-height: 1.8;
}

.contact-common .form__row{
  border-bottom: 1px dotted #368892;
}

.contact-common .form__hdg{
  text-align: left;
  line-height: 1.2;
}

.contact-common .form__input{
  padding: 25px 0 25px 15px;
}

.contact-common .form__hdg_inner{
  display: block;
  position: relative;
}

.contact-common .form__block .input--req{
  position: absolute;
  right: 0;
  top: -2px;
}

.contact-common .underline__link{
  margin: 65px 0 0;
}

.contact-common .underline__link.back{
  margin-top: 40px;
}

.contact-input #zip{
  max-width: 110px;
  width: 100%;
}

.contact-input #zip1{
  max-width: 140px;
  width: 100%;
}

.contact-input .js_addr_btn{
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 0 0 20px;
}

.contact-input .js_addr_btn .circle__arrow{
  width: 14px;
  height: 14px;
  margin-left: 5px;
  top: -0.5px;
}

.contact-input .js_addr_btn .underline__link_inner{
  padding-bottom: 3px;
  border-bottom-width: 1px;
}

.contact-input .js_addr_btn .circle__arrow::before{
  width: 3px;
  height: 3px;
  transform: rotate(-45deg) translate(-0.5px,-0.5px);
}

.contact-input [type="radio"]{
  display: none;
}

.contact-input .mwform-radio-field:not(:last-of-type){
  margin-right: 25px;
}

.contact-input .mwform-radio-field label {
  cursor: pointer;
  display: inline-block;
}

.contact-input .mwform-radio-field-text{
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}

.contact-input .mwform-radio-field-text::before,
.contact-input .mwform-radio-field-text::after {
  position: absolute;
  content: '';
  top: -2px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-input .mwform-radio-field-text::before {
  left: 0;
  width: 19px;
  height: 19px;
  background: #F4F4F4;
}

.contact-input .mwform-radio-field-text::after {
  opacity: 0;
  left: 5px;
  width: 9px;
  height: 9px;
  background: #002635;
}

.contact-input [type="radio"]:checked + span::after {
  opacity: 1;
}

.contact-input .mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
}

.contact-confirm .js_addr_btn{
  display: none;
}

@media screen and (min-width: 769px) {
  .contact-common .form__hdg{
    width: 220px;
  }
  .contact-common .form__hdg.align-top{
    padding: 30px 0;
  }
  .contact-common .form__hdg{
    padding: 40px 0;
  }
  .contact-input .wd-m{
    max-width: 400px;
    width: 100%;
  }
  .contact-input .form__addr_row .form__hdg_inner{
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contact-common .form__hdg,
  .contact-common .form__input{
    display: block;
  }
  .contact-common .form__hdg{
    padding: 25px 0 0;
  }
  .contact-common .form__input{
    padding-left: 0;
    padding-top: 15px;
  }
  .contact-input #zip{
    max-width: 90px;
  }
  .contact-input #zip1{
    max-width: 110px;
  }
  .contact-input .js_addr_btn{
    margin: 10px 0 20px;
    display: block;
  }
}