@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v31-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --primary: #1A1A1A;
  --black: #1A202C;
  --bluenav: #0A2E6F;
  --blue: #4A90E2;
  --bluelight: #EFF8FF;
  --grey: #E0E0E0;
  --line: #5C677B;
  --white: #EFF8FF;
  --ocelight: #163C80;
  --oce: #0D244F;
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 2;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-inter {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.fnt-monts {
  font-family: "Montserrat";
  font-weight: 900;
}

.f-black {
  font-weight: 900;
}

.fwb {
  font-weight: bold;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}

/*--------------------------------------
  main
--------------------------------------*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
}
@media screen and (min-width: 1080px) {
  main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1079px) {
  main {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

.wrap {
  width: calc(100% - 50px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.txt {
  text-align: left;
}

.tar {
  text-align: right;
}

.telhref {
  text-decoration: none !important;
}

.navOpen {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.navOpen #pagetop, .navOpen .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
  pointer-events: visible !important;
  touch-action: auto !important;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
/*--------------------------------------
  hambuger
--------------------------------------*/
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(17, 81, 155, 0.8);
  z-index: 1000;
  padding: 10px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  background-color: #fff;
  height: 2px;
}
.hamburger .hamburger-box {
  height: 13px;
  width: 30px;
}
@media screen and (min-width: 1080px) {
  .hamburger {
    display: none;
  }
}

.navOpen .hamburger {
  background: none;
}

/*--------------------------------------
  header
--------------------------------------*/
.header-box {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 101;
  padding: 16px 0 22px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid #486284;
}
.header-box .logo {
  width: 210px;
}
@media screen and (min-width: 1080px) {
  .header-box {
    padding: 0 50px;
    height: 100px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1310px) {
  .header-box {
    padding: 0 30px;
  }
  .header-box .logo {
    width: 190px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1170px) {
  .header-box {
    padding: 0 15px;
  }
  .header-box .logo {
    width: 165px;
  }
}
@media screen and (max-width: 1079px) {
  .header-box {
    padding: 0 30px;
    height: 60px;
  }
}

#menu_toggle {
  box-sizing: border-box;
}
#menu_toggle .inner {
  position: relative;
}
#menu_toggle a {
  transition: ease 0.3s;
}
#menu_toggle a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#menu_toggle .btn-global {
  border-radius: 5px;
  border-radius: 100px;
  background: linear-gradient(90deg, #0A2E6F 0%, #4A90E2 100%);
}
@media screen and (max-width: 1079px) {
  #menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 999;
    padding: 21vw 10% 30vw;
    background: rgba(10, 46, 111, 0.925);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #fff;
  }
  #menu_toggle a {
    display: block;
  }
  #menu_toggle .menu-parent > a {
    display: none;
  }
  #menu_toggle .menu-gnav > li {
    margin-bottom: 15px;
  }
  #menu_toggle .menu-gnav > li p {
    font-size: 120%;
    margin-bottom: 10px;
  }
  #menu_toggle .menu-gnav > li.sp:first-child a {
    font-size: 120%;
  }
  #menu_toggle .menu-gnav .menu-first .toggle {
    margin-left: 20px;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link {
    position: relative;
    font-size: 120%;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link:before, #menu_toggle .menu-gnav .toggle .toggle-link:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.3s;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link:before {
    right: 0;
    width: 22px;
    height: 1px;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link:after {
    right: 10px;
    height: 22px;
    width: 1px;
  }
  #menu_toggle .menu-gnav .toggle .toggle-link a {
    display: inline-block;
  }
  #menu_toggle .menu-gnav .toggle.active .toggle-link:after {
    transform: translateY(-50%) rotate(90deg);
  }
  #menu_toggle .menu-gnav .toggle .toggle-main {
    margin-left: 20px;
    display: none;
  }
  #menu_toggle .menu-gnav .toggle.active .toggle-main {
    display: block;
  }
  #menu_toggle .menu-gnav .toggle + .toggle {
    margin-top: 15px;
  }
  #menu_toggle .btn-global {
    width: 250px;
    margin: 30px auto 20px;
  }
  #menu_toggle .lang {
    display: block;
    text-align: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
  }
  #menu_toggle .lang .toggle-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 47px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    border: 1px solid #486284;
    color: #486284;
    box-sizing: border-box;
    cursor: pointer;
  }
  #menu_toggle .lang .toggle-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #D9D9D9 transparent transparent transparent;
    margin-right: 6px;
  }
  #menu_toggle .lang .toggle-link:after {
    display: none;
  }
  #menu_toggle .lang .toggle-main {
    display: none;
    text-align: center;
    background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
  }
  #menu_toggle .lang.active .toggle-main {
    display: block;
  }
  #menu_toggle .lang ul {
    display: block;
  }
  #menu_toggle .lang ul li {
    margin: 0;
    padding: 8px 0;
  }
  #menu_toggle .lang ul li a {
    color: #fff;
    display: block;
  }
  #menu_toggle .dis_none {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  #menu_toggle {
    display: flex;
  }
  #menu_toggle .inner {
    display: flex;
    align-items: center;
  }
  #menu_toggle .menu-gnav {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
  }
  #menu_toggle .menu-gnav > li {
    height: 100px;
    display: flex;
    align-items: center;
  }
  #menu_toggle .menu-gnav > li.sp {
    display: none;
  }
  #menu_toggle .menu-gnav > li:last-child {
    margin-left: 30px;
  }
  #menu_toggle .menu-gnav > li > a,
  #menu_toggle .menu-gnav > li p {
    display: block;
    height: 100px;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    font-weight: 400;
    cursor: pointer;
    padding: 0 15px;
  }
  #menu_toggle .menu-gnav .btn-global {
    font-size: 16px;
    width: 180px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
  }
  #menu_toggle .menu-child {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 100px;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.3s;
    background: rgba(17, 81, 155, 0.8);
    color: #fff;
    padding: 45px 50px;
    box-sizing: border-box;
  }
  #menu_toggle .menu-child .toggle {
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 35px 0;
  }
  #menu_toggle .menu-child .toggle-link {
    pointer-events: none;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #menu_toggle .menu-child .toggle-main {
    display: flex !important;
    font-weight: 400;
    font-size: 16px;
  }
  #menu_toggle .menu-child .toggle-main a:before {
    content: "・";
  }
  #menu_toggle .menu-child .toggle-main ul:not(:last-child) {
    margin-right: 100px;
  }
  #menu_toggle .menu-parent:hover .menu-child {
    opacity: 1;
    pointer-events: visible;
  }
  #menu_toggle .lang {
    margin-left: 20px;
    position: relative;
  }
  #menu_toggle .lang .toggle-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    transition: ease 0.3s;
    font-weight: 700;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #486284;
    color: #1A1A1A;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid var(--, #0A2E6F);
    background: rgba(74, 144, 226, 0.05);
  }
  #menu_toggle .lang .toggle-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0px 6px;
    border-color: #0A2E6F transparent transparent transparent;
    margin-right: 6px;
  }
  #menu_toggle .lang .toggle-link:hover {
    opacity: 0.7;
  }
  #menu_toggle .lang .toggle-main {
    position: absolute;
    text-align: center;
    background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
    width: 100%;
    left: 0;
    top: 60px;
    padding: 10px 0;
    color: #fff;
  }
  #menu_toggle .lang .toggle-main a {
    display: block;
    transition: ease 0.3s;
  }
  #menu_toggle .lang .toggle-main a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1120px) {
  #menu_toggle .menu-gnav {
    font-size: 14px;
  }
  #menu_toggle .menu-gnav .btn-global {
    font-size: 13px;
    width: 140px;
    height: 40px;
  }
  #menu_toggle .menu-gnav > li:last-child {
    margin-left: 15px;
  }
  #menu_toggle .lang {
    margin-left: 10px;
  }
  #menu_toggle .lang .toggle-link {
    height: 40px;
    width: 120px;
    font-size: 14px;
  }
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*--------------------------------------
  common
--------------------------------------*/
.btn-submit {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 800px;
  border-radius: 375px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: none;
  outline: none;
  color: var(--red);
  font-size: 27px;
  line-height: 51px;
  background: #ffe63f;
  box-shadow: 0px 5px 0 rgb(146, 25, 17);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  height: 105px;
}

.btn-submit:hover {
  opacity: 0.8;
}

.btn-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  width: 12px;
  height: 14px;
  background: var(--red);
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}

/*--------------------------------------
  footer
--------------------------------------*/
footer {
  padding: 50px 30px 0;
  font-size: 14px;
  line-height: 2;
  background-color: var(--bluenav);
  box-sizing: border-box;
  color: #fff;
}
footer a {
  display: block;
}
footer .footer-info {
  margin-bottom: 30px;
}
footer .footer-ttl {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
footer dl {
  margin-top: 25px;
}
footer .footer-nav .toggle-link {
  font-weight: 700;
  font-size: 16px;
}
footer .footer-nav .footer-link1 {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
footer .footer-nav .toggle {
  margin-bottom: 20px;
}
footer .footer-nav .toggle-link {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
footer .footer-nav .toggle-link:before,
footer .footer-nav .toggle-link:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
}
footer .footer-nav .toggle-link:before {
  right: 0;
  width: 16px;
  height: 1px;
}
footer .footer-nav .toggle-link:after {
  right: 7px;
  height: 16px;
  width: 1px;
}
footer .footer-nav .toggle.active .toggle-link:after {
  transform: translateY(-50%) rotate(90deg);
}
footer .footer-nav .toggle-main {
  display: none;
}
footer .footer-nav .toggle.active .toggle-main {
  display: block;
}
footer .footer-nav .toggle-main li a {
  position: relative;
  padding-left: 20px;
}
footer .footer-nav .toggle-main li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
footer .copyright {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid rgba(72, 98, 132, 0.16);
  font-weight: 600;
  padding: 20px 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 70px 60px 0;
    font-size: 16px;
  }
  footer > .df-pc {
    margin: 0 auto;
    max-width: 1440px;
  }
  footer .footer-info {
    margin-top: 20px;
    width: 310px;
  }
  footer .footer-ttl {
    font-size: 24px;
    margin-bottom: 5px;
  }
  footer dl {
    margin-top: 20px;
  }
  footer .footer-nav {
    width: calc(100% - 385px);
  }
  footer .footer-nav .toggle-link {
    font-size: 18px;
    padding-right: 0;
    cursor: default;
  }
  footer .footer-nav .toggle-link:before,
  footer .footer-nav .toggle-link:after {
    display: none;
  }
  footer .footer-nav .toggle-main {
    display: block;
  }
  footer .footer-nav .footer-link1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer .footer-nav .toggle {
    margin-bottom: 50px;
  }
  footer .footer-nav .footer-nav-left {
    width: 66.6666666667%;
  }
  footer .footer-nav .footer-nav-left .toggle {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  footer {
    padding: 70px 30px 0;
  }
  footer .footer-nav {
    width: calc(100% - 325px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  footer > .df-pc {
    display: block;
  }
  footer .footer-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  footer .footer-nav {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  footer .footer-nav .footer-nav-left {
    width: calc(100% - 260px);
  }
  footer .footer-info {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .footer-info > div {
    width: 100%;
  }
  footer .footer-info dl {
    margin-right: 50px;
  }
}

.sp {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .df-pc {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .df-sp {
    display: flex;
    justify-content: space-between;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .row {
    flex-direction: column;
  }
  .fz42 {
    font-size: 7.1794871795vw;
  }
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  /*--------------------------------------
    btn-cus
  --------------------------------------*/
  .btn-submit {
    height: 70px;
    font-size: 18px;
  }
  .btn-submit:before {
    width: 6px;
    height: 9px;
    right: 9%;
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  .header-box {
    padding: 10px 20px 12px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 24px;
    padding: 10px;
    text-align: left;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }
  /*--------------------------------------
    nav-fixed
  --------------------------------------*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    height: 76px;
    left: auto;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.5s ease;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 74px;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 12px;
  }
  /*--------------------------------------
    keyvisual
  --------------------------------------*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #head-key .keyvisual {
    width: 100%;
    height: 100%;
  }
  #head-key .keyvisual li {
    height: 800px;
  }
  /*--------------------------------------
    pagetop
  --------------------------------------*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address span {
    display: block;
  }
}
/* Arrows */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  bottom: -10px;
}
.slick-arrow:hover {
  opacity: 0.7;
}

.slick-prev {
  background: url("../img/arrow_left_on.webp") no-repeat center/100% auto;
  right: 50px;
}
.slick-prev.slick-disabled {
  background: url("../img/arrow_left_off.webp") no-repeat center/100% auto;
}

.slick-next {
  background: url("../img/arrow_right_on.webp") no-repeat center/100% auto;
  right: 0;
}
.slick-next.slick-disabled {
  background: url("../img/arrow_right_off.webp") no-repeat center/100% auto;
}

/* Dots */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  padding: 0;
  cursor: pointer;
  transition: ease 0.3s;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #D0E6F6;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active {
  width: 30px;
}

.slick-dots li.slick-active button {
  background: var(--bluenav);
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 42px;
    height: 42px;
  }
  .slick-next {
    right: 12px;
  }
  .slick-prev {
    right: 101px;
  }
  .slick-dots li:hover,
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
  .slick-dots li.slick-active {
    width: 45px;
  }
}
/*--------------------------------------
  animation
--------------------------------------*/
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.animated {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@media (prefers-brownuced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
  padding: 60px 0;
}
.txt_thanks h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.txt_thanks p {
  margin-bottom: 30px;
  line-height: 2;
}
.txt_thanks .btn-global {
  margin: 0 auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover,
  a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
.df {
  display: flex;
  justify-content: space-between;
}

/*--------------------------------------
  link
--------------------------------------*/
.btn-global {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100px;
  background: #0A2E6F;
  background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
  transition: ease 0.3s;
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  will-change: color;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.btn-global:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  opacity: 0;
  transition: ease 0.3s;
  z-index: -1;
}
.btn-global:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.btn-global:hover:before {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .btn-global {
    font-size: 20px;
    height: 80px;
    max-width: 672px;
  }
}

.btn-global.btn-outline {
  color: #0A2E6F;
  border: 1px solid #0A2E6F;
  background: #fff;
}
.btn-global.btn-outline:hover {
  color: #fff;
  background: #0A2E6F;
  background: linear-gradient(90deg, rgb(10, 46, 111) 0%, rgb(74, 144, 226) 100%);
}
.btn-global.btn-outline:before {
  display: none;
}
.frm {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80vh;
  padding-right: 20px;
  padding-bottom: 20px;
}
.frm::-webkit-scrollbar {
  height: 8px;
}
.frm::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 999px;
}
.frm::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.frm .product-table.wide {
  width: 2000px;
  table-layout: auto;
}
.frm .product-table.wide th,
.frm .product-table.wide td {
  min-width: 200px;
}
.frm .product-table.wide thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.frm .product-table.wide th:first-child,
.frm .product-table.wide td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.frm .product-table.wide thead th:first-child {
  z-index: 3;
}
.frm .product-table.wide td:first-child {
  background: #fff;
}
.product-btns {
  padding-top: 75px;
  padding-bottom: 115px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product-btns .btn-global {
  max-width: 500px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .product-btns {
    flex-direction: column;
    align-items: center;
  }
  .product-btns .btn-global {
    width: 100%;
  }
}

.txt-link {
  color: red;
  display: block;
}

.mb_line {
  margin-bottom: 28px;
}

/*--------------------------------------
  topics
--------------------------------------*/
/* topic-item */
.topic-item {
  border: 1px solid #DEE5ED;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 25px 15px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.topic-item .topic-cate {
  margin: 0;
  font-size: 14px;
  width: auto;
  display: inline-flex;
  padding: 0 25px;
  height: 35px;
  font-weight: 500;
}
.topic-item .topic-ttl {
  line-height: 1.5;
  margin: 15px 0 10px;
  /* flex-grow: 1; */
}
.slick-scroll .topic-item .topic-ttl {
  min-height: 4.5em;
}
.topic-item .topic-date {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.topic-item .topic-img {
  display: block;
  width: 100%;
  height: 53vw;
  overflow: hidden;
}
.topic-item .topic-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}
.topic-item .topic-img:hover img {
  opacity: 0.7;
}
.topic-item .topic-desc {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 20px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.topic-item .topic-read {
  height: 40px;
  margin-top: auto;
  margin-bottom: 15px;
  font-weight: 400;
  width: 100%;
}
.topic-item .topic-read:hover {
  color: #fff;
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  .topic-item {
    padding: 19px 24px 12px;
    margin-bottom: 20px;
  }
  .topic-item .topic-cate {
    font-size: 13px;
    padding: 0 20px;
    height: 29px;
  }
  .topic-item .topic-ttl {
    line-height: 1.5;
    margin: 13px 0 9px;
  }
  .topic-item .topic-date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .topic-item .topic-img {
    max-height: 222px;
  }
  .topic-item .topic-desc {
    font-size: 14px;
    line-height: 21px;
    margin: 14px 0;
  }
  .topic-item .topic-read {
    height: 40px;
    margin-bottom: 14px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .list-topic.slick-scroll {
    margin: 0 -12px;
  }
  .list-topic.slick-scroll .slick-slide {
    margin: 0 12px;
    height: auto;
  }
  .list-topic.slick-scroll .slick-track {
    display: flex;
  }
  .list-topic.slick-scroll .slick-slide > div {
    height: 100%;
  }
  .list-topic.slick-scroll .slick-slide .topic-item {
    height: 100%;
  }
  .list-topic.slick-scroll .slick-dots {
    margin: 8px 0 0 12px;
  }
}
.list-topic.df-pc {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .list-topic {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .list-topic .topic-item {
    margin-left: 24px;
    width: calc((100% - 48px) / 3);
  }
  .list-topic .topic-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .list-topic {
    justify-content: space-between;
  }
  .list-topic .topic-item {
    width: calc(50% - 12px);
    margin-left: 0;
  }
}

/*--------------------------------------
  tag
--------------------------------------*/
.tag {
  display: flex;
  flex-wrap: Wrap;
}
.tag a {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--bluenav);
  border-radius: 100px;
  font-size: 10px;
  color: var(--bluenav);
  padding: 0 10px;
  line-height: 2.4;
  margin: 0 7px 10px 0;
  transition: ease 0.3s;
  letter-spacing: 1px;
}
.tag a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------------
  kv
--------------------------------------*/
#mainvisual {
  background: var(--bluelight);
  color: var(--bluenav);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}
#mainvisual .kv_img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  right: -50%;
}
#mainvisual .kv_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainvisual .inner {
  min-height: 55vw;
  display: flex;
  align-items: flex-end;
  padding: 10vw 5%;
  font-size: 26px;
  box-sizing: border-box;
}
#mainvisual .inner p {
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
}
#mainvisual .inner h1 {
  text-shadow: 0 0 12px var(--bluelight);
}
@media only screen and (max-width: 767px) {
  #mainvisual .inner {
    min-height: 40vw;
    font-size: 24px;
  }
  #mainvisual .kv_img img {
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and (min-width: 768px) {
  #mainvisual .kv_img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  #mainvisual .kv_img img {
    width: auto;
  }
  #mainvisual .inner {
    min-height: 400px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px;
    font-size: 36px;
    align-items: center;
  }
  #mainvisual .inner p {
    max-width: 775px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #mainvisual .kv_img {
    position: static;
  }
  #mainvisual .inner {
    position: absolute;
    z-index: 1;
    padding: 0;
    transform: translateY(-50%);
    top: 50%;
    left: 50px;
    width: 64%;
    min-height: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #mainvisual .inner {
    font-size: 3vw;
  }
}

/*=============================================
 * breadcrumb
 *=============================================*/
.breadcrumb {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  overflow-x: auto;
}

.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb ul li {
  display: flex;
  align-items: center;
}

.breadcrumb ul li:not(:last-child):after {
  content: ">";
  display: block;
  margin: 0 10px;
}

.breadcrumb a {
  color: var(--blue);
}

.breadcrumb a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 14px;
    padding: 26px 50px;
  }
}
.container {
  margin: 0 auto 15vw;
  max-width: 1200px;
  padding: 0 16px;
  min-height: 400px;
}
@media only screen and (min-width: 768px) {
  .container {
    margin-bottom: 120px;
    padding: 0 30px;
  }
}

/*--------------------------------------
  menu category
--------------------------------------*/
.menu-cate {
  background: var(--bluenav);
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 35px 50px;
  margin-bottom: 15px;
  position: relative;
}
.menu-cate .menu-cate-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.menu-cate > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-cate > ul > li {
  position: relative;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  margin-left: -1px;
  margin-bottom: 10px;
}
.menu-cate > ul > li > a {
  display: block;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease;
}
.menu-cate > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  display: none;
  background: #EFF8FF;
  border-top: 0;
  z-index: 20;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 100%;
  width: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.menu-cate > ul > li > ul li {
  flex: 0 0 auto;
  width: auto;
}
.menu-cate > ul > li > ul li a,
.menu-cate > ul > li > ul li span {
  display: block;
  padding: 10px 20px;
  color: var(--bluenav);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 100px;
  margin: 5px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.menu-cate > ul > li > ul li a:hover {
  opacity: 0.7;
}
.menu-cate > ul > li.is-reverse > ul {
  left: auto;
  right: -1px;
}
.menu-cate > ul > li.is-wrap > ul {
  flex-wrap: wrap;
  white-space: normal;
  min-width: 0;
}
.menu-cate > ul > li.is-wrap > ul > li {
  flex: 0 0 auto;
}
.menu-cate > ul > li.is-wrap > ul > li > a {
  white-space: nowrap;
}
.menu-cate .tag-list {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .menu-cate > ul > li:hover > a {
    background: #EFF8FF;
    color: var(--primary);
  }
  .menu-cate > ul > li > a {
    transition: opacity 0.3s ease;
  }
  .menu-cate > ul > li > a:hover {
    opacity: 0.7;
  }
  .menu-cate > ul > li:hover > ul {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .menu-cate {
    padding: 20px 15px;
  }
  .menu-cate > ul {
    display: block;
  }
  .menu-cate > ul > li {
    margin-left: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .menu-cate > ul > li:last-child {
    border-bottom: 1px solid var(--line);
  }
  .menu-cate > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 46px 14px 15px;
  }
  .menu-cate > ul > li.cate_parent > a::before, .menu-cate > ul > li.cate_parent > a::after {
    content: "";
    position: absolute;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    transition: 0.25s ease;
  }
  .menu-cate > ul > li.cate_parent > a::before {
    width: 12px;
    height: 2px;
    right: 15px;
  }
  .menu-cate > ul > li.cate_parent > a::after {
    width: 2px;
    height: 12px;
    right: 20px;
  }
  .menu-cate > ul > li > ul {
    position: static;
    left: auto;
    right: auto;
    min-width: 0;
    width: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    display: none;
    padding: 8px 0;
    margin: 0;
  }
  .menu-cate > ul > li.is-open > a {
    background: #0b3d91;
    color: #fff;
  }
  .menu-cate > ul > li.is-open > a::after {
    opacity: 0;
  }
  .menu-cate > ul > li.is-open > ul {
    display: block !important;
  }
  .menu-cate > ul > li > ul li {
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu-cate > ul > li > ul li:first-child {
    border-top: 0;
  }
  .menu-cate > ul > li > ul li a,
  .menu-cate > ul > li > ul li span {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-cate.topics_cate ul.df {
    display: flex !important;
  }
  .menu-cate.topics_cate ul.df li {
    border-top: none;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    margin-left: -1px;
  }
  .menu-cate.topics_cate ul.df li:last-child {
    border-bottom: none;
  }
  .menu-cate.topics_cate ul.df li a {
    padding: 0 15px;
  }
}

/*--------------------------------------
  detail
--------------------------------------*/
.row-ttl {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .row-ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.ttl30 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  color: var(--bluenav);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ttl30 {
    font-size: 30px;
  }
}

.ttl24 {
  font-size: 20px;
  color: var(--bluenav);
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ttl24 {
    font-size: 24px;
  }
}

.ttl18 {
  font-size: 18px;
  color: var(--bluenav);
  font-weight: 700;
}

.small14 {
  font-size: 14px;
  line-height: 1.8;
}

.row-news {
  margin-bottom: 70px;
}

.img-row {
  margin-bottom: 40px;
}
.img-row figure {
  width: 100%;
}
.img-row figure + figure {
  margin-top: 20px;
}
.img-row figure img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .img-row.df-pc {
    display: flex;
    gap: 20px;
  }
  .img-row.df-pc figure {
    flex: 1;
  }
  .img-row.df-pc figure + figure {
    margin-top: 0;
  }
}

.detail .row-tag {
  border-top: 1px solid #486284;
  border-bottom: 1px solid #486284;
  padding: 20px 0;
}
.detail .row-news {
  margin: 30px 0 50px;
}
.detail .content {
  padding-bottom: 65px;
}
.detail .content > p {
  margin-bottom: 28px;
  line-height: 2;
}
.detail .content .style1 {
  margin-bottom: 30px;
}
.detail .content .style1 h2 {
  border-bottom: 2px solid var(--oce);
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  margin: 40px 0 24px;
  padding-bottom: 15px;
}
.detail .content .style1 p {
  margin-bottom: 20px;
  line-height: 2;
}
.detail .content .style1 ul {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 28px;
}
.detail .content .style1 ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.detail .content .btn-global {
  max-width: 670px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .detail .row-tag {
    padding: 50px 0 23px;
    align-items: flex-start;
  }
  .detail .row-tag .row-ttl {
    width: 180px;
    line-height: 1;
  }
  .detail .row-tag .tag {
    width: calc(100% - 180px);
  }
  .detail .row-news {
    margin: 30px 0 50px;
  }
}

/*--------------------------------------
  table
--------------------------------------*/
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #E8E8E8;
  background: #fff;
}
@media screen and (max-width: 890px) {
  table {
    min-width: 890px;
  }
}
table th,
table td {
  border: 1px solid #E8E8E8;
  vertical-align: middle;
  box-sizing: border-box;
}
table th {
  background: var(--bluenav);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 28px 15px;
}
@media screen and (max-width: 890px) {
  table th {
    font-size: 16px;
    padding: 18px 12px;
  }
}
table td {
  color: #000;
  font-size: 16px;
  line-height: 2;
  padding: 34px 30px;
}
table td img {
  width: auto;
  max-width: 100%;
}
table td:nth-child(1) {
  text-align: center;
  margin: 0;
  color: var(--bluenav);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 890px) {
  table td {
    font-size: 14px;
    line-height: 1.8;
    padding: 14px 10px;
  }
  table td:nth-child(1) {
    font-size: 15px;
    line-height: 1.8;
  }
}
table .cell-image {
  text-align: center;
}
table .cell-image img {
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  table td {
    padding: 20px 15px;
  }
}

.style_table {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 890px) {
  .style_table {
    margin-bottom: 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .style_table::-webkit-scrollbar {
    height: 8px;
  }
  .style_table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 999px;
  }
  .style_table::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
}

/*--------------------------------------
  style global
--------------------------------------*/
.style1 .style1-ttl {
  border-bottom: 2px solid var(--oce);
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  margin: 40px 0 24px;
  padding-bottom: 15px;
}
.style1 > div {
  margin: 0 24px;
}
.style1 > div ul {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .style1 > div {
    margin: 0;
  }
}

.style2 {
  margin-bottom: 40px;
}
.style2 .style2-img {
  margin-bottom: 20px;
}
.style2 .style2-img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .style2 {
    display: flex;
    justify-content: space-between;
  }
  .style2 .style2-img {
    width: 394px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .style2 .style1 {
    width: calc(100% - 416px);
  }
  .style2.img-right {
    flex-direction: row-reverse;
  }
}

/*--------------------------------------
  service
--------------------------------------*/
.top-ttl {
  font-weight: 700;
  color: var(--bluenav);
  text-align: center;
  line-height: 1.25;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .top-ttl {
    font-size: 30px;
  }
}

#service {
  background: var(--white);
  position: relative;
  z-index: 0;
  padding: 20vw 0 10vw;
}
#service .service_txt {
  margin: 10px 0 40px;
  text-align: center;
}
#service .service-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#service .service-item .service-img {
  height: 39vw;
}
#service .service-item .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service-item .service-ttl {
  text-align: center;
  font-weight: 700;
  color: var(--bluenav);
  font-size: 20px;
  margin-top: 25px;
}
#service .service-item .service-txt2 {
  margin: 10px 30px 20px;
}
#service .service-item .btn-global {
  width: 200px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #service {
    padding: 97px 0 73px;
  }
  #service .service_txt {
    margin: 14px 0 34px;
  }
  #service .service-item {
    margin-bottom: 0;
    padding-bottom: 50px;
    width: calc((100% - 80px) / 3);
  }
  #service .service-item .service-img {
    height: 220px;
  }
  #service .service-item .service-ttl {
    font-size: 24px;
    margin-top: 25px;
  }
  #service .service-item .service-txt2 {
    margin: 7px 66px 20px;
  }
  #service .service-item .btn-global {
    width: 220px;
    height: 46px;
    font-size: 14px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  #service .df-pc {
    flex-wrap: wrap;
    justify-content: center;
  }
  #service .df-pc .service-item {
    width: calc(50% - 12px);
    margin: 0 0 20px 0;
  }
  #service .df-pc .service-item:nth-child(2) {
    margin-left: 20px;
  }
}

/*--------------------------------------
  style3
--------------------------------------*/
.style3 {
  margin: 40px 0;
}
.style3 .style3-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border: 1px solid #DDE0E4;
}
.style3 .style3-item .item-img {
  height: 52.5vw;
}
.style3 .style3-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style3 .style3-item dl {
  margin: 28px 20px 0;
}
.style3 .style3-item dl dt {
  text-align: center;
  font-weight: 700;
  color: var(--bluenav);
  font-size: 20px;
  line-height: 1.3;
}
.style3 .style3-item dl dd {
  margin-top: 10px;
}
.style3 .style3-item dl dd p + p {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .style3 {
    justify-content: flex-start;
    margin-bottom: 43px;
  }
  .style3 .style3-item {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .style3 .style3-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .style3 .style3-item .item-img {
    height: 52.5vw;
    max-height: 220px;
  }
  .style3 .style3-item dl {
    margin: 28px 20px 0;
  }
  .style3 .style3-item dl dt {
    font-size: 24px;
  }
  .style3 .style3-item dl dd {
    margin-top: 10px;
  }
  .style3 .style3-item dl dd p + p {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .style3 .style3-item {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
  }
  .style3 .style3-item dl {
    margin: 28px 10px 0;
  }
  .style3 .style3-item dl dt {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  .style3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .style3 .style3-item {
    width: calc(50% - 12px);
    margin: 0 0 20px 0;
  }
  .style3 .style3-item:nth-child(2) {
    margin-left: 20px;
  }
}

/*--------------------------------------
  style4
--------------------------------------*/
.style4 {
  margin: 0 24px 40px;
}
.style4 .style4-ttl {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}

/*--------------------------------------
  style5
--------------------------------------*/
.style5 {
  color: #000;
}
.style5 .style5-ttl {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 12px;
  text-align: center;
}
.style5 .style5-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
/*--------------------------------------
  style6
--------------------------------------*/
.style6 .style4 {
  margin: 20px 0 40px;
}
.style6 .style4 p + p {
  margin-top: 20px;
}
.style6 .style4 p:nth-child(2) {
  margin-top: 10px;
}
.style6 .style4 .style4-ttl {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .style6 {
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
  }
  .style6 .style6-img {
    width: 383px;
    flex-shrink: 0;
  }
  .style6 .style6-img.img-right {
    order: 2;
  }
  .style6 .style4 {
    width: calc(100% - 423px);
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
  }
  .style6 .style4 .style4-ttl {
    font-size: 24px;
  }
  .style6.img-small .style6-img, .style6.img-small .style4 {
    width: auto;
  }
  .style6.img-small .style6-img {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .style6 {
    align-items: flex-start;
  }
  .style6 .style6-img {
    width: 40%;
  }
  .style6 .style4 {
    width: calc(60% - 20px);
  }
}

/*--------------------------------------
  style6
--------------------------------------*/
.style7 {
  background: var(--white);
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px;
}
.style7 .style7-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--bluenav);
  position: relative;
}
.style7 .style7-ttl:before {
  content: "";
  position: absolute;
  background: #C7DDEE;
}
@media only screen and (max-width: 767px) {
  .style7 .style7-ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .style7 .style7-ttl:before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .style7 {
    margin-bottom: 86px;
    padding: 33px 55px 33px 0;
    align-items: center;
  }
  .style7 .style7-ttl {
    font-size: 22px;
    margin-right: 30px;
    position: relative;
    width: 296px;
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .style7 .style7-ttl:before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .style7 {
    padding: 33px 30px 33px 0;
  }
  .style7 .style7-ttl {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .style7 .style7-ttl {
    margin-right: 20px;
    width: 145px;
  }
}

/*--------------------------------------
  circle-list
--------------------------------------*/
.circle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.circle-list li {
  width: 130px;
  height: 130px;
  border: 1px solid #14387f;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.circle-list li:nth-child(even) {
  background: #14387f;
}
.circle-list li:nth-child(even) p {
  color: #fff;
}
.circle-list li p {
  color: #14387f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .circle-list {
    max-width: 270px;
    margin: 0 auto;
  }
  .circle-list li {
    margin-top: -19px;
    margin-left: -12px;
  }
  .circle-list li:nth-child(1), .circle-list li:nth-child(2) {
    margin-top: 0;
  }
  .circle-list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .circle-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: none;
  }
  .circle-list li {
    width: 202px;
    height: 202px;
    margin-top: 0;
    margin-left: -18px;
    left: auto;
  }
  .circle-list li:first-child {
    margin-left: 0;
  }
  .circle-list li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .circle-list li {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .circle-list li {
    width: 142px;
    height: 142px;
    margin-left: -10px;
  }
  .circle-list li p {
    font-size: 14px;
  }
}

/*--------------------------------------
  bg_bluelight
--------------------------------------*/
.bg_bluelight {
  background: var(--white);
  border-radius: 10px;
  padding: 55px 60px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.bg_bluelight.bg_white {
  background: #fff;
  padding: 25px 60px 0;
}
.bg_bluelight.bg_small {
  padding: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .bg_bluelight .style5 {
    width: calc(50% - 23px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .bg_bluelight {
    padding: 55px 30px;
  }
  .bg_bluelight .style5 {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .bg_bluelight {
    padding: 40px 20px;
  }
  .bg_bluelight .style5 + .style5 {
    margin-top: 30px;
  }
  .bg_bluelight.bg_small {
    padding: 20px;
    margin-bottom: 20px;
  }
  .bg_bluelight.bg_white {
    padding: 20px;
  }
}

.btn-txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .btn-txt {
    text-align: center;
    margin-bottom: 30px;
  }
}

.style_dl dd {
  margin-left: 20px;
}

.list_decimal {
  padding: 46px 24px 20px;
  list-style: decimal !important;
}

/*--------------------------------------
  style8
--------------------------------------*/
.style8 {
  border-top: 1px solid #A6AEBD;
}
.style8 dl {
  border-bottom: 1px solid #A6AEBD;
  padding: 10px 0;
}
.style8 dl dt {
  color: var(--bluenav);
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .style8 dl {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .style8 dl dt {
    width: 160px;
  }
  .style8 dl dd {
    width: calc(100% - 160px);
  }
}

/*--------------------------------------
  style9
--------------------------------------*/
.style9 dl dt {
  color: var(--blue);
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .style9 dl {
    display: flex;
    justify-content: space-between;
  }
  .style9 dl dt {
    width: 70px;
  }
  .style9 dl dd {
    width: calc(100% - 70px);
  }
}

/*--------------------------------------
  faq
--------------------------------------*/
.faqbox {
  list-style: none !important;
  padding: 25px !important;
  margin: 0 !important;
}
.faqbox > li {
  text-align: left;
}
.faqbox > li:nth-child(n+2) {
  margin-top: 20px;
}
.faqbox > li:last-child {
  padding-bottom: 0;
}
.faqbox > li .que .ini, .faqbox > li .ans .ini {
  margin-right: 20px;
  flex: 0 0 38px;
  text-align: center;
}
.faqbox > li .que {
  display: flex;
  align-items: center;
  padding: 17px 30px 17px 14px;
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  background-color: var(--bluenav);
}
.faqbox > li .ans {
  display: flex;
  padding: 25px 20px 0;
}
.faqbox {
  /* よくあるご質問 - プルダウン - */
}
.faqbox.pdown > li .que, .faqbox.pdown > li.open .que:before, .faqbox.pdown > li.open .que:after {
  transition: all 0.5s;
}
.faqbox.pdown > li .que {
  position: relative;
  cursor: pointer;
}
.faqbox.pdown > li .que:before, .faqbox.pdown > li .que:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.faqbox.pdown > li .que:before {
  background: url(../img/faq_plus.webp) no-repeat center center/100% 100%;
}
.faqbox.pdown > li .que:after {
  background: url(../img/faq_minus.webp) no-repeat center center/100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.faqbox.pdown > li.open .que:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.faqbox.pdown > li.open .que:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
@media only screen and (max-width: 767px) {
  .faqbox {
    padding: 0 !important;
  }
}

/*--------------------------------------
  line
--------------------------------------*/
.section-line {
  position: relative;
  padding-top: 60px;
}
.section-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  height: 1px;
  width: 200%;
  background: #E0E0E0;
}
@media only screen and (min-width: 768px) {
  .section-line {
    padding-top: 85px;
  }
}

.li_shrink {
  flex-shrink: 0;
}
.li_shrink li {
  display: flex;
}

/*--------------------------------------
  form
--------------------------------------*/
.form ::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form ::placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 13px 10px 14px;
  background-color: #fff;
}
.form textarea {
  height: 186px;
}
.form {
  margin-top: 30px;
}
.form .form-row {
  padding: 18px 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
.form .form-row dt span {
  color: #ff0000;
  margin-left: 5px;
}
.form .form-row dd {
  margin-top: 10px;
}
.form .form-ttl .ttl18 {
  border-bottom: 2px solid var(--oce);
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.form .policy {
  text-align: center;
  position: relative;
  display: table;
  margin: 30px auto;
}
.form .policy input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.form .policy input:checked + label span:before {
  background: var(--bluenav);
  border-color: var(--bluenav);
}
.form .policy input:checked + label span:after {
  opacity: 1;
}
.form .policy span {
  padding-left: 30px;
}
.form .policy span a {
  text-decoration: underline;
  color: #4a90e2;
}
.form .policy span:before {
  content: "";
  margin: auto;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  left: 0;
  top: 1px;
}
.form .policy span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.form .job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.form .job-list label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}
.form .job-list input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .job-list .box {
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  background: #fff;
  transition: all 0.2s ease;
}
.form .job-list input[type=checkbox]:checked + .box {
  background: var(--bluenav);
  border-color: var(--bluenav);
}
.form .job-list input[type=checkbox]:checked + .box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .job-list .txt {
  font-size: 14px;
  line-height: 1.4;
}
.form .file-upload {
  padding: 6px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.form .file-upload input[type=file] {
  display: none;
}
.form .file-upload__label {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 5px;
  background: var(--white);
  color: var(--blue);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s ease;
}
.form .file-upload__label:hover {
  background: #deedf9;
}
.form .file-upload__name {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: #999;
  vertical-align: middle;
}
.form select {
  width: 100%;
  height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  line-height: 40px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  background: #fff url("../img/icon_select.svg") no-repeat right 14px center/10px 6px;
  color: #bdbdbd;
}
.form select:valid {
  color: #000;
}
.form select option {
  color: #000;
}
.form input[type=date] {
  width: 100%;
  height: 46px;
  padding: 0 10px 0 14px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 40px;
  box-sizing: border-box;
  outline: none;
  color: #bdbdbd;
}
.form input[type=date]::-webkit-datetime-edit {
  color: #bdbdbd;
}
.form input[type=date]:focus {
  outline: none;
}
.form input[type=date]:valid {
  color: #000;
}
.form input[type=date]:valid::-webkit-datetime-edit {
  color: #000;
}
.form input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .form select {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form {
    width: 100%;
    max-width: 800px;
    margin: 36px auto 0;
  }
  .form .form-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
  }
  .form .form-row dt {
    min-width: 165px;
    margin-top: 7px;
  }
  .form .form-row dd {
    width: 40%;
    margin-top: 0;
  }
  .form .form-row dd:has(textarea), .form .form-row dd:has(.job-list) {
    width: 100%;
  }
  .form .form-row dd.w65 {
    width: 65%;
  }
  .form .policy {
    margin: 43px auto;
    cursor: pointer;
  }
  .form .policy input {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .form .policy span {
    padding-left: 35px;
  }
  .form .policy span a {
    position: relative;
    z-index: 2;
  }
  .form .policy span a:hover {
    text-decoration: none;
  }
  .form .policy span:before {
    width: 25px;
    height: 25px;
    top: 2px;
  }
  .form .policy span:after {
    width: 8px;
    height: 15px;
    left: 9px;
  }
  .form .job-list {
    gap: 20px 40px;
    margin-top: 10px;
  }
  .form .job-list .box {
    width: 25px;
    height: 25px;
  }
  .form .btn-global {
    max-width: 624px;
  }
  .form.recruit-apply .policy {
    text-align: left;
    margin-left: 0;
  }
  .form.recruit-apply .form-submit {
    max-width: 100%;
  }
}

/* 採用プロセス */
.recruit-process {
  margin-bottom: 50px;
  text-align: center;
}
.process-ttl {
  font-size: 22px;
  font-weight: 700;
  color: var(--bluenav);
  margin-bottom: 30px;
}
.process-steps {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}
.process-step {
  flex: 1;
  background: var(--bluelight);
  padding: 25px 15px 20px;
  position: relative;
  text-align: center;
  font-weight: 700;
  color: var(--bluenav);
  font-size: 15px;
  line-height: 1.4;
}
.process-step + .process-step {
  margin-left: 2px;
}
.process-step + .process-step:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent var(--bluenav);
}
.process-num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--oce);
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
.process-note {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .process-steps {
    flex-direction: column;
    gap: 2px;
  }
  .process-step {
    padding: 15px;
  }
  .process-step + .process-step:before {
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    border-width: 12px 12px 0 12px;
    border-color: var(--bluenav) transparent transparent transparent;
  }
}

/* チェックボックスグループ */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  gap: 6px;
}
.checkbox-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--bluenav);
  cursor: pointer;
}

/* フォーム full-width */
.form-row dd.full-width input {
  max-width: 100%;
}

/* 送信ボタン */
.form .form-submit {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border: none;
}
.form .form-submit:hover {
  opacity: 0.7;
  color: #fff;
  border: none;
}

.contact .txt-center {
  text-align: center;
}
.contact .txt-center span {
  color: #ff0000;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact.opinion .form-row {
    gap: 40px;
  }
  .contact.opinion .form-row dt {
    min-width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .contact .form-row dt {
    min-width: 135px;
  }
}

/*--------------------------------------
  step
--------------------------------------*/
.step {
  position: relative;
  border: 1px solid var(--bluenav);
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 30px 16px;
}
.step:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 25px 0px 25px;
  border-color: var(--blue) transparent transparent transparent;
  bottom: -28px;
  left: calc(50% - 25px);
}
.step .step-ttl {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.step .step-ttl:before {
  content: "";
  position: absolute;
  background: #E0E0E0;
}
.step .step-ttl .step-num {
  color: #fff;
  background: var(--bluenav);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 28px;
  line-height: 1;
  border-radius: 28px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
}
.step .step-info {
  line-height: 1.5;
}
.step.step-last {
  border-color: #E3378A;
  margin-bottom: 88px;
}
.step.step-last:after {
  display: none;
}
.step.step-last .step-ttl .step-num {
  background: #E3378A;
}
.step.step-last .step-ttl .ttl18 {
  color: #E3378A;
}
@media only screen and (max-width: 767px) {
  .step .step-ttl:before {
    height: 1px;
    width: 200px;
    bottom: 0;
    left: calc(50% - 100px);
  }
}
@media only screen and (min-width: 768px) {
  .step {
    padding: 20px 28px;
    align-items: center;
  }
  .step .step-ttl {
    width: 196px;
    box-sizing: border-box;
    padding: 16px 28px 16px 0;
    margin-bottom: 0;
  }
  .step .step-ttl:before {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
  }
  .step .step-info {
    width: calc(100% - 237px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .step .step-ttl {
    width: 160px;
  }
  .step .step-info {
    width: calc(100% - 195px);
  }
}

.txt-red {
  color: #ff0000;
}

.txt-center {
  text-align: center;
}/*# sourceMappingURL=shared.css.map */