@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;400;500;700&display=swap");
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #343536;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.en {
  font-family: 'Barlow', sans-serif;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

a:hover,
a:active {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #000;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #000;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #000;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
  header
========================================================= */
#header {
  width: 100%;
  height: 82px;
  background: none;
  padding: 11px 24px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1000000;
}

@media (max-width: 768px) {
  #header {
    padding: 14px;
    height: 69px;
  }
}

#header .logo {
  width: 313px;
}

@media (max-width: 768px) {
  #header .logo {
    width: 50%;
    max-width: 156px;
  }
}

#header .logo a {
  display: block;
  transition: 0.2s;
}

#header .logo a img {
  transform: translateY(7px);
}

@media (max-width: 768px) {
  #header .logo a img {
    transform: translateY(9px);
  }
}

#header .eBtn {
  width: 228px;
}

@media (max-width: 768px) {
  #header .eBtn {
    width: calc(50% - 20px);
    max-width: 160px;
  }
}

#header .eBtn a {
  display: block;
  transition: 0.2s;
  background: #004FA2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 58px;
  border: 1.5px solid #004FA2;
}

@media (max-width: 768px) {
  #header .eBtn a {
    font-size: 10px;
    line-height: 39px;
  }
}

#header .eBtn a:hover {
  background: #fff;
  color: #004FA2;
  opacity: 1;
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.55);
}

/* =========================================================
  footer
========================================================= */
footer {
  width: 100%;
  background: #101010;
  padding: 40px 20px;
}

@media (max-width: 768px) {
  footer {
    padding: 16px 20px 10px;
  }
}

footer .copyright {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 768px) {
  footer .copyright {
    font-size: 10px;
    line-height: 14px;
  }
}

.pagetop {
  position: fixed;
  bottom: 120px;
  right: 40px;
  text-align: center;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.pagetop.active {
  opacity: 1;
  pointer-events: initial;
}

@media (max-width: 768px) {
  .pagetop {
    width: 53px;
    bottom: 30px;
    right: 16px;
  }
}

.pagetop a {
  display: block;
  transition: 0.2s;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: #004FA2;
  border: 2px solid #fff;
  position: relative;
  z-index: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .pagetop a {
    font-size: 10px;
    line-height: 14px;
    padding: 21px 0 0px;
    width: 53px;
    height: 53px;
  }
}

.pagetop a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 25px 14px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

@media (max-width: 768px) {
  .pagetop a::after {
    border-width: 0 10px 16px 10px;
  }
}

/* =========================================================
  contswrap ( or 共通パーツ)
========================================================= */
.contswrap .inner1023 {
  max-width: 1023px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contswrap .inner1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contswrap .sttl {
  text-align: center;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .contswrap .sttl {
    margin-bottom: 48px;
  }
}

.contswrap .sttl .ja {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  /**line-height: 50px;**/
}

@media (max-width: 768px) {
  .contswrap .sttl .ja {
    font-size: 20px;
    line-height: 35px;
  }
}

.contswrap .sttl .en {
  display: block;
  font-weight: 700;
  font-size: 23px;
  line-height: 33px;
  color: #BFBDBD;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .contswrap .sttl .en {
    font-size: 12px;
    line-height: 21px;
    margin-top: 0;
  }
}

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

/* -------------------------------
    kvConts
------------------------------- */
.kvConts {
  background: url("../images/kv.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 768px) {
  .kvConts {
    background: url("../images/kv_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .kvConts::after {
    content: '';
    position: absolute;
    bottom: 110px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 100vw;
    border-color: transparent transparent #fff transparent;
    z-index: 0;
    transform: scale(-1, 1);
  }
  .kvConts::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    border-color: #ffffff transparent transparent transparent;
    z-index: 1;
  }
}

.kvConts .kvInner {
  padding: 180px 20px 127px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  text-align: left;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .kvConts .kvInner {
    padding: 130px 24px 20px;
  }
  .kvConts .kvInner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #fff;
    z-index: -1;
  }
}

.kvConts .kvInner .kvTitle {
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  color: #ffffff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 32px;
}

@media (max-width: 1100px) {
  .kvConts .kvInner .kvTitle {
    font-size: 5vw;
    line-height: 5vw;
  }
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvTitle {
    font-size: 32px;
    line-height: 46px;
  }
}

.kvConts .kvInner .kvTitle img {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvTitle img {
    max-width: 142px;
    margin-right: 0;
  }
}

.kvConts .kvInner .kvRead {
  margin-bottom: 72px;
  font-weight: 900;
  font-size: 40px;
  line-height: 58px;
  color: #ffffff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1100px) {
  .kvConts .kvInner .kvRead {
    font-size: 4vw;
    line-height: 5.5vw;
  }
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvRead {
    font-size: 20px;
    line-height: 29px;
    margin-top: 280px;
    margin-bottom: 24px;
  }
}

.kvConts .kvInner .kvRead span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 44px;
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvRead span {
    font-size: 16px;
    line-height: 23px;
    margin-top: 8px;
  }
}

.kvConts .kvInner .kvBt {
  text-align: left;
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvBt {
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
  }
}

.kvConts .kvInner .kvBt li {
  display: inline-block;
  vertical-align: top;
  padding: 16px 12px;
  color: #de0716;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  /**width: 200px;**/
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvBt li {
    width: calc(50% - 12px);
    padding: 16px 5px !important;
  }
}

.kvConts .kvInner .kvBt li:first-child {
  border-right: 1px solid #de0716;
  padding-right: 30px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvBt li:first-child {
    margin: 0;
  }
}

.kvConts .kvInner .kvBt li .kvBtRead {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 17px;
  background: #de0716;
  color: #fff;
  display: inline-block;
  padding: 8px;
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvBt li .kvBtRead {
    font-size: 14px;
    line-height: 20px;
  }
}

.kvConts .kvInner .kvBt li .kvBtTxt {
  display: block;
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvBt li .kvBtTxt {
    font-size: 16px;
    line-height: 23px;
  }
}

.kvConts .kvInner .kvBt li .kvBtTxt .en {
  font-weight: 700;
  font-size: 80px;
  line-height: 94px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .kvConts .kvInner .kvBt li .kvBtTxt .en {
    font-size: 48px;
    line-height: 56px;
  }
}

.kvConts .kvInner .kvBt li .kvBtTxt .ja {
  display: inline-block;
  writing-mode: vertical-rl;
}

.kvConts .kvInner .kvBt li .kvBtTxt b {
  display: inline-block;
  vertical-align: super;
}

/* -------------------------------
    beneConts
------------------------------- */
.beneConts {
  padding: 20px 0px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.beneConts .sttl b {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  background: #101010;
  border-radius: 60px;
  color: #fff;
  padding: 8px 16px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .beneConts .sttl b {
    font-size: 12px;
    line-height: 17px;
    padding: 6px 12px;
    margin-bottom: 20px;
  }
}

.beneConts .beneListWrap {
  padding: 2px;
  position: relative;
  overflow: hidden;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.beneConts .beneListWrap::after, .beneConts .beneListWrap::before {
  content: '';
  width: 200px;
  height: 40px;
  background: linear-gradient(180deg, #328ff0 -0.4%, #004fa2 99.74%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -40px;
}

@media (max-width: 768px) {
  .beneConts .beneListWrap::after, .beneConts .beneListWrap::before {
    height: 22px;
    left: -60px;
  }
}

.beneConts .beneListWrap::before {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: -40px;
}

@media (max-width: 768px) {
  .beneConts .beneListWrap::before {
    right: -60px;
  }
}

.beneConts .beneList {
  border: 4px solid #004fa2;
  position: relative;
  padding: 80px 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .beneConts .beneList {
    border-width: 3px;
    padding: 3px 16px;
    display: block;
  }
}

.beneConts .beneList li {
  width: calc(100% / 3);
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #de0716;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .beneConts .beneList li {
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    padding: 20px 5px;
    border-bottom: 2px solid #f5f5f5;
  }
  .beneConts .beneList li:last-child {
    border-bottom: none;
  }
}

.beneConts .beneList li span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #515458;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .beneConts .beneList li span {
    font-size: 14px;
    line-height: 160%;
  }
}

.beneConts .mapArea {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .beneConts .mapArea {
    padding: 30px 0 0 0;
    width: calc(100% - 32px);
    margin: 0 auto 40px;
  }
}

.beneConts .mapArea .mapRead {
  font-weight: 700;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  color: #343536;
  margin-bottom: 82px;
}

@media (max-width: 768px) {
  .beneConts .mapArea .mapRead {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 40px;
  }
}

.beneConts .mapArea .iframeWrar {
  padding: 14px;
  border: 4px solid #004fa2;
}

@media (max-width: 768px) {
  .beneConts .mapArea .iframeWrar {
    border-width: 3px;
  }
}

.beneConts .mapArea .iframeWrar iframe {
  border: none;
  width: 100%;
  height: 310px;
  display: block;
}

@media (max-width: 768px) {
  .beneConts .mapArea .iframeWrar iframe {
    height: 164px;
  }
}

/* -------------------------------
    aboutConts
------------------------------- */
.aboutConts {
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 768px) {
  .aboutConts {
    padding: 40px 16px 0;
  }
}

.aboutConts .wclmn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-align: left;
  margin-top: 24px;
}

.aboutConts .wclmn:first-of-type {
  margin-top: 0;
}

@media (max-width: 768px) {
  .aboutConts .wclmn {
    display: block;
  }
}

.aboutConts .wclmn.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .aboutConts .wclmn.reverse .text {
    transform: translate(-20px, 0);
  }
}

.aboutConts .wclmn .thum {
  width: 42%;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .thum {
    width: 100%;
  }
}

.aboutConts .wclmn .text {
  width: 50%;
  border: 4px solid #004fa2;
  padding: 40px 70px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text {
    border-width: 3px;
    width: 100%;
    padding: 20px;
    transform: inherit;
    transform: translate(20px, 0);
  }
}

.aboutConts .wclmn .text .price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 180%;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .price {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 10px;
  }
}

.aboutConts .wclmn .text .price b {
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
  color: #004fa2;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .price b {
    font-size: 56px;
    line-height: 67px;
  }
}

.aboutConts .wclmn .text .notice {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #515458;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .notice {
    font-size: 10px;
    line-height: 160%;
    padding-left: 10px;
  }
}

.aboutConts .wclmn .text .notice::after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.aboutConts .wclmn .text .wRead {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .wRead {
    margin-bottom: 10px;
  }
}

.aboutConts .wclmn .text .wRead b {
  color: #ffffff;
  background: #004fa2;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  display: inline-block;
  margin-bottom: 5px;
}

.aboutConts .wclmn .text .wRead b:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .wRead b {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .wList {
    margin-top: 25px;
  }
}

.aboutConts .wclmn .text .wList li {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 38px;
  position: relative;
  padding-left: 55px;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .wList li {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 180%;
    padding-left: 30px;
  }
}

.aboutConts .wclmn .text .wList li span {
  display: block;
  font-size: 16px;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .wList li span {
    font-size: 12px;
  }
}

.aboutConts .wclmn .text .wList li::after {
  content: '1.';
  position: absolute;
  top: -13px;
  left: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #004fa2;
}

@media (max-width: 768px) {
  .aboutConts .wclmn .text .wList li::after {
    top: -2px;
    font-size: 24px;
    line-height: 29px;
  }
}

.aboutConts .wclmn .text .wList li:last-child {
  margin-bottom: 0;
}

.aboutConts .wclmn .text .wList li:nth-child(2)::after {
  content: '2.';
}

.aboutConts .wclmn .text .wList li:nth-child(3)::after {
  content: '3.';
}

/* -------------------------------
    recruitConts
------------------------------- */
.recruitConts {
  padding: 120px 20px 80px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .recruitConts {
    padding: 30px 16px 26px;
  }
}

.recruitConts .table01 {
  border-collapse: collapse;
  text-align: left;
}

.recruitConts .table01 th {
  background: #f4f6f9;
  vertical-align: top;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  width: 320px;
}

@media (max-width: 768px) {
  .recruitConts .table01 th {
    display: block;
    width: 100%;
  }
}

.recruitConts .table01 td {
  width: calc(100% - 320px);
  background: #fff;
  padding: 16px;
}

@media (max-width: 768px) {
  .recruitConts .table01 td {
    display: block;
    width: 100%;
  }
}

.recruitConts .table01 td .tRead {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 7px;
}

.recruitConts .table01 td .tNotice li {
  padding-left: 17px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
}

.recruitConts .table01 td .tNotice li::after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 20px;
}

.recruitConts .table01 td .tTxt {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 7px;
}

.recruitConts .table01 tr {
  border-bottom: 1px solid #bfbdbd;
}

@media (max-width: 768px) {
  .recruitConts .table01 tr {
    border: none;
  }
}

.recruitConts .table01 tr:first-child {
  border-top: 1px solid #bfbdbd;
}

/* -------------------------------
    flowConts
------------------------------- */
.flowConts {
  padding: 60px 20px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .flowConts {
    padding: 40px 16px 0;
    overflow: inherit;
  }
}

.flowConts .flowList {
  position: relative;
  z-index: 0;
}

.flowConts .flowList::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 71px;
  margin: auto;
  height: calc(100% - 40px);
  width: 4px;
  background: #1a9ee9;
  z-index: -1;
}

@media (max-width: 768px) {
  .flowConts .flowList::after {
    left: 52px;
    width: 2px;
  }
}

.flowConts .flowList li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}

@media (max-width: 768px) {
  .flowConts .flowList li {
    margin-bottom: 15px;
  }
}

.flowConts .flowList li:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
}

.flowConts .flowList li:last-child {
  margin-bottom: 0 !important;
}

.flowConts .flowList li:last-child::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
}

.flowConts .flowList li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 150px);
  height: 1px;
  background: #1a9ee9;
}

@media (max-width: 768px) {
  .flowConts .flowList li::after {
    width: calc(100% - 106px);
  }
}

.flowConts .flowList li .side {
  width: 150px;
  height: 150px;
  border: 4px solid #1a9ee9;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #1a9ee9;
  background: #fff;
  padding: 24px 10px 0;
}

@media (max-width: 768px) {
  .flowConts .flowList li .side {
    width: 106px;
    height: 106px;
    border-width: 2px;
    padding: 20px 5px 0;
    font-size: 14px;
  }
}

.flowConts .flowList li .side .en {
  font-size: 45px;
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .flowConts .flowList li .side .en {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.flowConts .flowList li .txt {
  width: calc(100% - 150px);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  padding: 24px 24px 24px 40px;
}

@media (max-width: 768px) {
  .flowConts .flowList li .txt {
    width: calc(100% - 106px);
    font-size: 14px;
    padding: 16px;
  }
}

/* -------------------------------
    qaConts
------------------------------- */
.qaConts {
  padding: 120px 20px;
}

@media (max-width: 768px) {
  .qaConts {
    padding: 60px 16px 64px;
    overflow: inherit;
  }
}

.qaConts .qaList li {
  text-align: left;
  background: #f4f6f9;
  margin-bottom: 43px;
  border: 2px solid #f4f6f9;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 768px) {
  .qaConts .qaList li {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 24px;
  }
}

.qaConts .qaList li:last-child {
  margin-bottom: 0 !important;
}

.qaConts .qaList li .qTxt {
  color: #004fa2;
  padding: 40px 8px 40px 99px;
  position: relative;
}

@media (max-width: 768px) {
  .qaConts .qaList li .qTxt {
    padding: 16px 16px 16px 55px;
  }
}

.qaConts .qaList li .qTxt::after {
  content: 'Q.';
  position: absolute;
  top: 20px;
  left: 45px;
  font-family: 'Barlow', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 64px;
  color: #004fa2;
}

@media (max-width: 768px) {
  .qaConts .qaList li .qTxt::after {
    font-size: 32px;
    line-height: 38px;
    top: 8px;
    left: 20px;
  }
}

.qaConts .qaList li .aTxt {
  background: #fff;
  color: #343536;
  padding: 24px 24px 34px 99px;
  position: relative;
}

@media (max-width: 768px) {
  .qaConts .qaList li .aTxt {
    padding: 16px 22px 16px 49px;
  }
}

.qaConts .qaList li .aTxt::after {
  content: 'A.';
  position: absolute;
  top: 20px;
  left: 55px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #de0716;
}

@media (max-width: 768px) {
  .qaConts .qaList li .aTxt::after {
    font-size: 24px;
    line-height: 100%;
    top: 15px;
    left: 20px;
  }
}

/* -------------------------------
    contactConts
------------------------------- */
.contactConts {
  background: #004fa2;
  padding: 70px 0px 120px;
}

@media (max-width: 768px) {
  .contactConts {
    padding: 64px 0;
  }
}

.contactConts .sttl .en,
.contactConts .sttl .ja {
  color: #ffffff;
}

.contactConts .inner1023 {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .contactConts .inner1023 {
    padding: 0 16px;
  }
}

.contactConts .formArea {
  margin-bottom: 72px;
}

@media (max-width: 768px) {
  .contactConts .formArea {
    margin-bottom: 40px;
  }
}

.contactConts .formArea .deleatOK {
  background: #fff;
  padding: 20px;
}

.contactConts .contactMid {
  background: #fff;
  padding: 24px 68px 40px;
  max-width: 848px;
  width: 100%;
  margin: 0 auto 80px;
  text-align: left;
}

@media (max-width: 768px) {
  .contactConts .contactMid {
    padding: 24px 24px 34px;
    margin: 0 auto;
  }
}

.contactConts .contactMid .contactMidRead {
  max-width: 408px;
  width: 100%;
  margin: 0 auto 16px;
}

@media (max-width: 768px) {
  .contactConts .contactMid .contactMidRead {
    max-width: 280px;
    margin-bottom: 24px;
  }
}

.contactConts .contactMid .contactMidTxt {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .contactConts .contactMid .contactMidTxt {
    font-size: 14px;
    line-height: 26px;
  }
}

.contactConts .contactMid .contactMidBt {
  max-width: 496px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contactConts .contactMid .contactMidBt {
    max-width: 272px;
  }
}

/* -------------------------------
    bnrArea
------------------------------- */
.bnrArea {
  position: relative;
  z-index: 0;
}

.bnrArea .bnrBtn {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 524px;
  width: 37%;
}

@media (max-width: 768px) {
  .bnrArea .bnrBtn {
    max-width: inherit;
    width: 87%;
    top: 55%;
  }
}

.bnrArea .bnrBtn a {
  display: block;
  background: #fff;
  border: 4px solid #004fa2;
  line-height: 106px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .bnrArea .bnrBtn a {
    line-height: 62px;
    font-size: 16px;
    border-width: 2px;
    border-radius: 4px;
  }
}

.bnrArea .bnrBtn a:hover {
  background: #004fa2;
  color: #fff;
  opacity: 1;
}

.bnrArea .bnrBtn a:hover span {
  background: url("../images/icon_hover.svg") no-repeat left center;
  background-size: 48px 48px;
  color: #fff;
}

@media (max-width: 768px) {
  .bnrArea .bnrBtn a:hover span {
    background-size: 21px 21px;
  }
}

.bnrArea .bnrBtn a img {
  display: inline-block;
  vertical-align: text-top;
  width: 48px;
}

.bnrArea .bnrBtn a span {
  display: inline-block;
  line-height: 48px;
  background: url("../images/icon.svg") no-repeat left center;
  background-size: 48px 48px;
  padding-left: 58px;
  transition: 0.3s;
  color: #004fa2;
}

@media (max-width: 768px) {
  .bnrArea .bnrBtn a span {
    padding-left: 31px;
    background-size: 21px 21px;
  }
}

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