@charset "UTF-8";
/*
theme Name: sakagami_recruit
Author: sakagami_recruit
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
/*=========================
# font
=========================*/
@font-face {
  font-family: "Albert Sans";
  src: url("../font/AlbertSans-VariableFont_wght.ttf") format("truetype");
}

body {
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (max-width: 767px) {
  body {
    line-height: 1.94444;
  }
}

body.is-checked {
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

.inner {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1000px;
    box-sizing: content-box !important;
  }
}

@media (max-width: 767px) {
  .inner {
    padding: 0 27px;
  }
}

p {
  margin-bottom: 30px;
}

.en01 {
  font-family: "Arial", sans-serif;
}

.en02 {
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.main {
  overflow: hidden;
  flex: 1;
}

.main-page {
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .main-page {
    margin-top: 70px;
  }
}

.section-title01 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  color: #274bd9;
}

@media (max-width: 767px) {
  .section-title01 {
    font-size: 8.20513vw;
    margin-bottom: 40px;
  }
}

.section-title02 {
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  color: #274bd9;
}

@media (max-width: 767px) {
  .section-title02 {
    font-size: 7.69231vw;
    margin-bottom: 40px;
  }
}

.section-title03 {
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1.4375;
  margin-bottom: 100px;
  text-align: center;
  font-weight: bold;
  color: #274bd9;
  position: relative;
}

@media (max-width: 767px) {
  .section-title03 {
    font-size: 8.20513vw;
    letter-spacing: 0.04em;
    margin-bottom: 80px;
  }
}

.section-title03:after {
  position: absolute;
  content: "";
  background: #274bd9;
  width: 40px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.section-title04 {
  font-size: 26px;
  margin-bottom: 60px;
  font-weight: bold;
  padding: 0 13px 5px;
  position: relative;
}

@media (max-width: 767px) {
  .section-title04 {
    font-size: 5.64103vw;
    padding: 0 0 3.84615vw;
    line-height: 1.4;
    margin-bottom: 50px;
  }
}

.section-title04:before {
  position: absolute;
  content: "";
  background: #22BFD1;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-title04:after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #1260DB, #23C4D1);
  width: 204px;
  height: 6px;
  left: 0;
  bottom: -2px;
}

@media (max-width: 767px) {
  .section-title04:after {
    width: 29.23077vw;
  }
}

.section-title05 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  padding-left: 32px;
  color: #274bd9;
  position: relative;
}

@media (max-width: 767px) {
  .section-title05 {
    font-size: 18px;
    padding-left: 22px;
    margin-bottom: 23px;
  }
}

.section-title05::before {
  position: absolute;
  content: "";
  background: #274bd9;
  width: 12px;
  height: 100%;
  left: 0;
  top: 0;
}

.btn01 {
  font-size: 18px;
  font-weight: 500;
  color: #2d8ed5;
  border-bottom: 1px solid #2d8ed5;
  display: block;
  width: fit-content;
  padding-bottom: 5px;
  padding-right: 76px;
  position: relative;
}

.btn01::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_blue.svg) no-repeat center center/contain;
  width: 8px;
  height: 14px;
  top: 10px;
  right: 0;
}

.btn01-wh {
  color: #fff;
  border-color: #fff;
}

.btn01-wh::after {
  background-image: url(../img/arrow_r_wh.svg);
}

.fax {
  pointer-events: none;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #274bd9;
}

.table table tr td {
  border-bottom: 1px solid #274bd9;
  padding: 30px 5px;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .table table tr td {
    display: block;
    letter-spacing: 0.08em;
  }
}

.table table tr td:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .table table tr td:nth-child(1) {
    text-align: center;
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table table tr td:nth-child(1) {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .table table tr td:nth-child(1) {
    border-bottom: none;
    padding: 15px 5px 0 5px;
    font-size: 18px;
  }
}

.table table tr td:nth-child(2) {
  font-size: 18px;
}

@media (min-width: 768px) {
  .table table tr td:nth-child(2) {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table table tr td:nth-child(2) {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .table table tr td:nth-child(2) {
    font-size: 16px;
    padding: 0 5px 15px 5px;
    line-height: 1.375;
  }
}

.table a {
  text-decoration: underline;
  color: #FF9D00;
  letter-spacing: 0.08em;
  text-underline-offset: 2px;
}

/* page
-------------------------*/
.page {
  margin-bottom: 23.71889vw;
}

@media (max-width: 767px) {
  .page {
    margin-bottom: 76.92308vw;
  }
}

/* eyecatch
---------------------*/
.eyecatch {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 21.5959vw;
  object-fit: cover;
  width: auto;
}

@media (max-width: 767px) {
  .eyecatch {
    height: 39.23077vw;
  }
}

.eyecatch.eyecatch-page {
  background-position: bottom center;
}

@media (max-width: 767px) {
  .eyecatch.eyecatch-page::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.eyecatch.eyecatch-page .page-title {
  position: absolute;
  font-weight: bold;
  font-size: 2.63543vw;
  line-height: 1.47222;
  text-align: center;
}

@media (min-width: 768px) {
  .eyecatch.eyecatch-page .page-title {
    width: 31.8448vw !important;
    left: 5.49048vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .eyecatch.eyecatch-page .page-title {
    color: #fff;
    font-size: 6.66667vw;
    line-height: 1.46154;
    width: 100%;
    padding: 0 27px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
  }
}

.eyecatch.eyecatch-work {
  background-position: center center;
  height: 17.78917vw;
}

@media (max-width: 767px) {
  .eyecatch.eyecatch-work {
    height: 39.23077vw;
  }
}

.eyecatch.eyecatch-work .inner {
  max-width: 1100px;
}

.eyecatch.eyecatch-work .page-title {
  position: absolute;
  font-weight: 500;
  font-size: 2.34261vw;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

@media (min-width: 768px) {
  .eyecatch.eyecatch-work .page-title {
    left: 12.81113vw;
  }
}

@media (max-width: 767px) {
  .eyecatch.eyecatch-work .page-title {
    font-size: 7.17949vw;
    width: 100%;
    padding: 0 34px;
    left: 0;
  }
}

.eyecatch .inner {
  max-width: 1366px;
}

@media (min-width: 768px) {
  .eyecatch .inner {
    padding: 0;
  }
}

.eyecatch-wh {
  position: absolute;
  background: transparent url(../img/circle_wh.png) no-repeat center center/contain;
  width: 31.8448vw;
  height: 21.5959vw;
  bottom: 0;
  left: 5.49048vw;
}

.eyecatch-interview {
  background: linear-gradient(to bottom, transparent 30%, #3652C1 30%);
  padding: 0 0 100px;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .eyecatch-interview {
    background: linear-gradient(to bottom, transparent 17%, #3652C1 17%);
    padding: 0 0 70px;
    margin-top: 50px;
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
  }
}

.eyecatch-interview .inner {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .eyecatch-interview-img {
    max-width: 1100px;
    margin: 0 auto 130px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .eyecatch-interview-img img {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .eyecatch-interview-info {
    position: absolute;
    left: -50px;
    bottom: -40px;
    font-size: 18px;
    line-height: 1.4;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.9);
    width: fit-content;
    padding: 20px;
  }
}

@media (max-width: 1240px) {
  .eyecatch-interview-info {
    left: -30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .eyecatch-interview-info {
    bottom: -80px;
  }
}

@media (max-width: 767px) {
  .eyecatch-interview-info {
    margin-bottom: 10.25641vw;
    font-size: 4.61538vw;
    line-height: 1.33333;
  }
}

.eyecatch-interview-info-head {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .eyecatch-interview-info-head {
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .eyecatch-interview-info-head {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .eyecatch-interview-info-head span {
    display: block;
  }
}

.eyecatch-interview-department {
  font-size: 14px;
}

@media (max-width: 767px) {
  .eyecatch-interview-department {
    font-size: 3.58974vw;
    margin-right: 5px;
  }
}

.eyecatch-interview-date {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .eyecatch-interview-date {
    margin-bottom: 10px;
  }
}

.eyecatch-interview-name {
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .eyecatch-interview-name {
    font-size: 20px;
  }
}

.eyecatch-interview-name span {
  font-size: 26px;
  font-weight: 500;
  display: inline;
}

@media (max-width: 767px) {
  .eyecatch-interview-name span {
    font-size: 6.66667vw;
    margin-right: 1.28205vw;
  }
}

.eyecatch-interview .page-title {
  width: 100% !important;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .eyecatch-interview .page-title {
    font-size: 8.20513vw;
    line-height: 1.375;
  }
}

.eyecatch-talk {
  background: linear-gradient(to bottom, transparent 30%, #3652C1 30%);
  padding: 0 0 100px;
  margin-top: 90px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .eyecatch-talk {
    background: linear-gradient(to bottom, transparent 37%, #3652C1 37%);
    padding: 0 0 60px;
    margin-top: 70px;
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
  }
}

.eyecatch-talk .inner {
  max-width: 1200px;
}

.eyecatch-talk .page-title {
  max-width: 377px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .eyecatch-talk .page-title {
    max-width: 61.53846vw;
    margin-bottom: 28px;
  }
}

.eyecatch-talk .page-subtitle {
  color: #274BD9;
  font-size: 31px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .eyecatch-talk .page-subtitle {
    font-size: 4.87179vw;
    margin-bottom: 60px;
  }
}

.eyecatch-talk .page-subtitle img {
  width: 70px;
  margin: 0 40px;
}

@media (max-width: 767px) {
  .eyecatch-talk .page-subtitle img {
    width: 11.53846vw;
    margin: 0 5.12821vw;
  }
}

.eyecatch-talk-img {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .eyecatch-talk-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.eyecatch-talk-info {
  color: #fff;
}

@media (min-width: 768px) {
  .eyecatch-talk-info:nth-child(2) {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .eyecatch-talk-info:nth-child(2) {
    margin-top: 20.51282vw;
    position: relative;
  }
}

@media (max-width: 767px) {
  .eyecatch-talk-info:nth-child(2):before {
    position: absolute;
    content: "";
    background: transparent url(../img/kakeru_wh.svg) no-repeat center center/contain;
    width: 11.53846vw;
    height: 11.79487vw;
    left: 50%;
    transform: translateX(-50%);
    top: -15.38462vw;
    z-index: 1;
  }
}

.eyecatch-talk-info-head {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .eyecatch-talk-info-head {
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .eyecatch-talk-info-head {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .eyecatch-talk-info-head span {
    display: block;
  }
}

.eyecatch-talk-department {
  font-size: 14px;
}

@media (max-width: 767px) {
  .eyecatch-talk-department {
    font-size: 3.58974vw;
  }
}

.eyecatch-talk-date {
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .eyecatch-talk-date {
    margin-bottom: 10px;
  }
}

.eyecatch-talk-name {
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .eyecatch-talk-name {
    font-size: 20px;
  }
}

.eyecatch-talk-name span {
  font-size: 26px;
  font-weight: 500;
  display: inline;
}

@media (max-width: 767px) {
  .eyecatch-talk-name span {
    font-size: 6.66667vw;
    margin-right: 1.28205vw;
  }
}

.eyecatch-talk .page-title {
  width: 100% !important;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .eyecatch-talk .page-title {
    font-size: 8.20513vw;
    line-height: 1.375;
  }
}

.eyecatch-interview-ceo {
  background: linear-gradient(to bottom, transparent 30%, #3652C1 30%);
  padding: 0 0 100px;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .eyecatch-interview-ceo {
    background: linear-gradient(to bottom, transparent 13%, #3652C1 13%);
    padding: 0 0 70px;
    margin-top: 50px;
    margin-bottom: 60px;
    color: #fff;
  }
}

.eyecatch-interview-ceo .inner {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .eyecatch-interview-ceo .inner {
    padding: 0 6.92308vw;
  }
}

@media (min-width: 768px) {
  .eyecatch-interview-ceo-img {
    max-width: 1100px;
    margin: 0 auto 50px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .eyecatch-interview-ceo-img {
    margin-bottom: 30px;
  }
}

.eyecatch-interview-ceo .page-title {
  font-size: 38px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .eyecatch-interview-ceo .page-title {
    font-size: 6.66667vw;
    margin-bottom: 30px;
  }
}

.eyecatch-interview-ceo .page-title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .eyecatch-interview-ceo .page-title span {
    font-size: 4.61538vw;
  }
}

/*breadcrumb
--------------------*/
.breadcrumb {
  letter-spacing: 0.02em;
  background: #fff;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.breadcrumb-work {
  padding: 0;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .breadcrumb-work {
    margin: 10px 0;
  }
}

.breadcrumb-interview {
  padding: 0;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}

.breadcrumb .inner {
  max-width: 1200px;
}

/* header
--------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  height: 80px;
}

@media (max-width: 1024px) {
  .header {
    height: 70px;
  }
}

.header.fixed {
  background: #274bd9;
}

.header.header-page {
  background: #274bd9;
}

.header.fixed .header-nav .has-child::before, .header.header-page .header-nav .has-child::before {
  background: transparent url(../img/triangle_blue.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  width: 75px;
  height: 27px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transition: all 0.3s;
}

.header.fixed .header-nav .has-child:hover::before, .header.header-page .header-nav .has-child:hover::before {
  visibility: visible;
  opacity: 1;
}

.header.fixed .header-nav .child, .header.header-page .header-nav .child {
  background: transparent url(../img/child_bg_white.png) no-repeat center center/contain !important;
}

.header.fixed .header-nav .child a, .header.header-page .header-nav .child a {
  color: #274bd9 !important;
}

.header .inner {
  max-width: 100%;
  padding: 0 18px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

@media (min-width: 1025px) and (max-width: 1340px) {
  .header .inner {
    padding: 0 1.31772vw 0 2.19619vw;
  }
}

@media (max-width: 767px) {
  .header .inner {
    padding: 0 21px 0 14px;
  }
}

.header-left {
  position: relative;
  z-index: 700;
}

.header-left .header-title {
  display: flex;
  align-items: center;
}

.header-left .header-title img {
  width: 171px;
  margin-right: 15px;
  vertical-align: middle;
}

@media (min-width: 1025px) and (max-width: 1340px) {
  .header-left .header-title img {
    width: 12.5183vw;
    margin-right: 0.73206vw;
  }
}

@media (max-width: 767px) {
  .header-left .header-title img {
    width: 182px;
    margin-right: 0;
  }
}

.header-left .header-title span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

@media (min-width: 1025px) and (max-width: 1340px) {
  .header-left .header-title span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .header-left .header-title span {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .header-left .header-title span {
    font-size: 3.58974vw;
  }
}

.header-right {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.header-right .header-nav {
  height: 100%;
}

@media (max-width: 1024px) {
  .header-right .header-nav {
    display: none;
  }
}

.header-right .header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.header-right .header-nav-list li {
  margin-right: 25px;
  height: 100%;
}

@media (min-width: 1025px) and (max-width: 1340px) {
  .header-right .header-nav-list li {
    margin-right: 1.46413vw;
  }
}

.header-right .header-nav-list li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (min-width: 1025px) and (max-width: 1340px) {
  .header-right .header-nav-list li a {
    font-size: 12px;
  }
}

.header-right .header-nav-list li.has-child {
  position: relative;
}

.header-right .header-nav-list li.has-child:hover::before {
  opacity: 1;
  visibility: visible;
}

.header-right .header-nav-list li.has-child:hover .child {
  opacity: 1;
  visibility: visible;
}

.header-right .header-nav-list li.has-child .child {
  position: absolute;
  background: transparent url(../img/child_bg.png) no-repeat center center/contain;
  width: 582px;
  height: 130px;
  width: 650px;
  height: 150px;
  left: -155px;
  padding: 30px 30px 0;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .header-right .header-nav-list li.has-child .child {
    top: 74px;
  }
}

.header-right .header-nav-list li.has-child .child ul {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}

.header-right .header-nav-list li.has-child .child ul li {
  width: calc(50% - 45px / 2);
  margin-right: 45px;
  margin-bottom: 8px;
}

.header-right .header-nav-list li.has-child .child ul li:nth-child(2n) {
  margin-right: 0;
}

.header-right .header-nav-list li.has-child .child ul li a {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 0.8em;
  word-break: keep-all;
  position: relative;
}

.header-right .header-nav-list li.has-child .child ul li a:hover {
  color: #FF9D00;
}

.header-right .header-nav-list li.has-child .child ul li a span {
  font-size: 13px;
  font-weight: 400;
}

.header-right .header-nav-list li.has-child .child ul li a:before {
  position: absolute;
  content: "- ";
  left: 0;
}

.header-message {
  background: #fff;
  border-radius: 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 10px 17px;
  margin-right: 172px;
}

@media (min-width: 1025px) and (max-width: 1340px) {
  .header-message {
    font-size: 12px;
    padding: 10px 1.24451vw;
    margin-right: 10.39531vw;
  }
}

@media (max-width: 1024px) {
  .header-message {
    display: none;
  }
}

.header-entry {
  width: 152px;
  height: 152px;
  line-height: 1.4;
  background: #fd9d00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -20px;
  right: 0;
}

@media (min-width: 1025px) and (max-width: 1340px) {
  .header-entry {
    width: 9.66325vw;
    height: 9.66325vw;
  }
}

@media (max-width: 1024px) {
  .header-entry {
    display: none;
  }
}

.header-entry .en01 {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 900;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .header-entry .en01 {
    font-size: 1.61054vw;
  }
}

.header-entry .jp {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .header-entry .jp {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .drawer-bars {
    cursor: pointer;
    position: relative;
    z-index: 700;
    right: 0;
    width: 28px;
    height: 100%;
  }
  .drawer-bars .drawer-bars-inner {
    width: 28px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .drawer-bars .drawer-bars-inner .drawer-bar {
    background-color: #fff;
    width: 28px;
    height: 1px;
    position: absolute;
    transition: all 0.3s ease 0s;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(2) {
    top: 12.5px;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(3) {
    top: 25px;
  }
}

.drawer-bars.is-checked .drawer-bars-inner {
  width: 26px;
  height: 26px;
}

.drawer-bars.is-checked .drawer-bars-inner .drawer-bar {
  width: 36.4px;
}

.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-nav {
  position: absolute;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  height: 100vh;
  padding: 40px 5.12821vw 110px;
  margin-top: 70px;
  background: #274bd9;
  color: #fff;
  transition: all 0.3s ease 0s;
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav {
    padding: 110px 40px;
  }
}

.drawer-nav.is-checked {
  display: block;
}

.drawer-nav-inner {
  position: relative;
  z-index: 2;
  overflow-y: auto;
}

.drawer-nav .drawer-menu {
  width: fit-content;
  margin: 0 auto 25.64103vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu {
    margin-bottom: 100px;
  }
}

.drawer-nav .drawer-menu li {
  margin-bottom: 5.12821vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li {
    margin-bottom: 20px;
  }
}

.drawer-nav .drawer-menu li:last-child {
  margin-bottom: 0;
}

.drawer-nav .drawer-menu li a {
  color: #fff;
  font-size: 5.64103vw;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li a {
    font-size: 22px;
  }
}

.drawer-nav .drawer-menu li .child {
  padding-top: 5.12821vw;
  padding-left: 5.12821vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child {
    padding-top: 20px;
    padding-left: 20px;
  }
}

.drawer-nav .drawer-menu li .child li {
  margin-bottom: 3.84615vw;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child li {
    margin-bottom: 15px;
  }
}

.drawer-nav .drawer-menu li .child li::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 2.05128vw;
  height: 1px;
  left: 0;
  top: 2.5641vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child li::before {
    width: 8px;
    top: 10px;
  }
}

.drawer-nav .drawer-menu li .child li a {
  font-size: 4.61538vw;
  padding-left: 5.12821vw;
  display: block;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child li a {
    font-size: 18px;
    padding-left: 20px;
  }
}

.drawer-nav .drawer-menu li .child li a span {
  font-size: 3.33333vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child li a span {
    font-size: 13px;
  }
}

.drawer-nav .drawer-company {
  max-width: 70.25641vw;
  margin: 0 auto 5.12821vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-company {
    max-width: 274px;
    margin-bottom: 20px;
  }
}

.drawer-nav .drawer-address {
  font-size: 4.10256vw;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.5641vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-address {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.drawer-nav .drawer-tel {
  font-size: 7.69231vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-tel {
    font-size: 30px;
  }
}

.drawer-nav .drawer-time {
  font-size: 4.10256vw;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5.12821vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-time {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.drawer-nav .drawer-corporate {
  font-size: 4.10256vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  width: fit-content;
  margin: 0 auto 5.12821vw;
  color: #fff;
  padding-right: 6.66667vw;
  position: relative;
  line-height: 1.75;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-corporate {
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 26px;
  }
}

.drawer-nav .drawer-corporate::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 2.82051vw;
  height: 2.82051vw;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-corporate::after {
    width: 11px;
    height: 11px;
  }
}

.drawer-nav .drawer-copyright {
  font-size: 3.07692vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .drawer-nav .drawer-copyright {
    font-size: 12px;
  }
}

/* util
---------------------------*/
a {
  color: #000;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.9;
}

/* mv
-----------------------*/
.mv {
  position: relative;
}

.mv::after {
  position: absolute;
  content: "";
  background: linear-gradient(transparent 0%, #393939 100%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.mv-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 2s ease;
  z-index: -1;
  position: fixed;
}

.mv-bg.active {
  opacity: 1;
}

.mv .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .mv-inner {
    padding-top: 21.08346vw;
    max-width: 452px;
    margin-bottom: 28.4041vw;
  }
}

@media (max-width: 767px) {
  .mv-inner {
    padding-top: 40vh;
    margin-bottom: 112.82051vw;
    line-height: 1.4;
  }
}

.mv-title svg path {
  fill: #fff;
}

.mv-title #line1,
.mv-title #line2 {
  clip-path: inset(0 100% 0 0);
  /* 初期状態：全体が右に隠れてる */
  animation: reveal 1s ease forwards;
}

.mv-title #line1 {
  animation-delay: 1s;
}

.mv-title #line2 {
  animation-delay: 2.2s;
  /* 1行目が終わってから表示 */
}

@media (max-width: 767px) {
  .mv-title svg {
    display: block;
    max-width: 74.35897vw;
    height: auto;
    margin: 0 auto;
  }
}

.mv-title img {
  display: block;
}

@keyframes revealLeftToRight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.mv-subtitle {
  max-width: 311px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mv-subtitle {
    max-width: 48.46154vw;
  }
}

.mv-txt-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30.45388vw;
}

@media (max-width: 767px) {
  .mv-txt-wrapper {
    padding-bottom: 79.74359vw;
  }
}

.mv-txt01 {
  max-width: 430px;
  margin-left: auto;
  margin-bottom: 28.18448vw;
}

@media (max-width: 767px) {
  .mv-txt01 {
    max-width: 61.28205vw;
    margin-right: auto;
    margin-bottom: 83.84615vw;
  }
}

.mv-txt02 {
  max-width: 408px;
  margin-bottom: 36.01757vw;
}

@media (max-width: 767px) {
  .mv-txt02 {
    max-width: 67.69231vw;
    margin: 0 auto 95.38462vw;
  }
}

.mv-txt03 {
  max-width: 368px;
  margin-left: auto;
  margin-bottom: 30.16105vw;
}

@media (max-width: 767px) {
  .mv-txt03 {
    max-width: 71.53846vw;
    margin-right: auto;
    margin-bottom: 72.05128vw;
  }
}

.mv-txt04 {
  max-width: 748px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mv-txt04 {
    max-width: 65.12821vw;
  }
}

/*top-recruit
-------------------------*/
.top-recruit {
  background: #3652c1;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 24.74378vw;
  position: relative;
}

@media (max-width: 767px) {
  .top-recruit {
    padding-top: 28.20513vw;
    padding-bottom: 41.53846vw;
  }
}

.top-recruit::before {
  border-color: transparent #3652c1 transparent transparent;
  border-style: solid;
  border-width: 10.83455vw 100vw 0 0;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .top-recruit::before {
    border-width: 10.76923vw 100vw 0 0;
  }
}

.top-recruit:after {
  position: absolute;
  content: "";
  background: transparent url(../img/logo_blue.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .top-recruit:after {
    width: 624px;
    height: 624px;
    top: 287px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .top-recruit:after {
    width: 296px;
    height: 296px;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top-recruit .inner {
  position: relative;
  z-index: 1;
}

.top-recruit-title {
  max-width: 599px;
  margin: 0 auto 130px;
}

@media (max-width: 767px) {
  .top-recruit-title {
    max-width: 297px;
    margin: 0 auto 80px;
  }
}

.top-recruit-subtitle {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.47727;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top-recruit-subtitle {
    font-size: 8.97436vw;
    line-height: 1.57576;
    margin-bottom: 80px;
  }
}

.top-recruit-txt {
  max-width: 643px;
  margin: 0 auto;
  font-size: 18px;
}

/* top-job
-------------------------*/
.top-job {
  background: #fff;
  padding-bottom: 298px;
  position: relative;
}

@media (max-width: 767px) {
  .top-job {
    padding-top: 15.38462vw;
    padding-bottom: 34.10256vw;
  }
}

.top-job::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10.83455vw 100vw 0 0;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .top-job::before {
    border-width: 10.76923vw 100vw 0 0;
  }
}

.top-job-en {
  position: absolute;
  content: "";
  width: 83.23572vw;
  height: auto;
  top: -8.41874vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top-job-en {
    width: 87.69231vw;
    top: -16.92308vw;
  }
}

.top-job .inner {
  max-width: 1200px;
}

.top-job-wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-job-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .top-job-wrapper {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .top-job-left {
    width: calc(608% / 1200 * 100);
  }
}

@media (min-width: 768px) {
  .top-job-right {
    width: calc(491% / 1200 * 100);
    padding-right: 100px;
  }
}

@media (max-width: 1200px) {
  .top-job-right {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .top-job-img {
    margin-bottom: 35px;
  }
}

.top-job-img img {
  height: auto;
}

.top-job-title {
  font-size: 80px;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #3652c1;
  line-height: 1.3;
  letter-spacing: 0.2em;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top-job-title {
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}

.top-job-subtitle {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.58824;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top-job-subtitle {
    text-align: center;
  }
}

.top-job-txt {
  font-size: 18px;
}

.top-job-btn {
  background: #3752c1;
  border-radius: 8px;
  display: block;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 40px 100px 40px 40px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .top-job-btn {
    padding: 20px;
  }
}

.top-job-btn:hover {
  background: #ff9d00;
  opacity: 1;
}

.top-job-btn:hover .top-job-btn-title {
  color: #fff;
}

.top-job-btn-title {
  color: #ebd8ca;
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .top-job-btn-title {
    font-size: 7.17949vw;
    line-height: 1.42857;
    margin-bottom: 10px;
    font-feature-settings: "palt";
  }
}

.top-job-btn-txt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .top-job-btn-txt {
    font-size: 14px;
    line-height: 1.71429;
  }
}

@media (min-width: 768px) {
  .top-job-btn:after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow_circle_r_wh.svg) no-repeat center center/contain;
    width: 45px;
    height: 45px;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* blue-bg
--------------------------*/
.blue-bg {
  background: #3652c1;
  padding-top: 9.51684vw;
  padding-bottom: 21.5959vw;
  position: relative;
}

@media (max-width: 767px) {
  .blue-bg {
    padding-top: 12.82051vw;
    padding-bottom: 36.41026vw;
  }
}

.blue-bg::before {
  border-color: transparent #3652c1 transparent transparent;
  border-style: solid;
  border-width: 10.83455vw 100vw 0 0;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .blue-bg::before {
    border-width: 10.76923vw 100vw 0 0;
  }
}

/* top-environment
-------------------------*/
.top-environment {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top-environment {
    margin-bottom: 40px;
  }
}

.top-environment-en {
  position: absolute;
  content: "";
  width: 87.84773vw;
  top: -16.83748vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top-environment-en {
    width: 90.25641vw;
    top: -26.92308vw;
  }
}

.top-environment .inner {
  max-width: 1200px;
}

.top-environment-wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-environment-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .top-environment-left {
    width: calc(514% / 1200 * 100);
    padding-left: 100px;
  }
}

@media (max-width: 1200px) {
  .top-environment-left {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .top-environment-right {
    width: calc(608% / 1200 * 100);
  }
}

.top-environment-title {
  writing-mode: vertical-rl;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 190px;
  line-height: 1.3;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .top-environment-title {
    font-size: 63px;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

.top-environment-subtitle {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.58824;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top-environment-subtitle {
    text-align: center;
  }
}

.top-environment-txt {
  font-size: 18px;
}

@media (max-width: 767px) {
  .top-environment-img {
    margin-bottom: 70px;
  }
}

.top-environment-img img {
  height: auto;
}

.top-environment-btn {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: fit-content;
  padding-left: 67px;
  position: relative;
  margin-bottom: 30px;
}

.top-environment-btn:last-child {
  margin-bottom: 0;
}

.top-environment-btn:hover {
  color: #ffb43c;
  opacity: 1;
}

.top-environment-btn:hover::before {
  background-image: url(../img/arrow_circle_r_orange.svg);
}

.top-environment-btn::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_circle_r_wh.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.top-environment-btn-wrapper {
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-environment-btn-wrapper {
    margin-right: auto;
  }
}

/* torikumi
-------------------------*/
.torikumi {
  position: relative;
  z-index: 1;
}

.torikumi-wrapper {
  background: #fffdf0;
  padding: 55px 61px 58px;
  margin-bottom: 100px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .torikumi-wrapper {
    padding: 40px 24px 30px;
    margin-bottom: 90px;
  }
}

.torikumi-title {
  color: #3652c1;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-top: 1px solid #3652c1;
  border-bottom: 1px solid #3652c1;
  margin-bottom: 45px;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .torikumi-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .torikumi-list {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .torikumi-list li {
    width: calc(50% - 46px / 2);
    margin-right: 46px;
  }
}

@media (max-width: 767px) {
  .torikumi-list li {
    margin-bottom: 30px;
  }
}

.torikumi-list li:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 0;
}

.torikumi-list-title {
  background: #3652c1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.torikumi-list-txt {
  margin-bottom: 0;
}

.torikumi .btn01-wh {
  margin: 0 auto;
}

/* gray-bg
--------------------------*/
.gray-bg {
  background: #e3e3e3;
  padding-top: 3.66032vw;
  padding-bottom: 14.20205vw;
  position: relative;
}

@media (max-width: 767px) {
  .gray-bg {
    padding-top: 12.82051vw;
    padding-bottom: 31.28205vw;
  }
}

.gray-bg::before {
  border-color: transparent #e3e3e3 transparent transparent;
  border-style: solid;
  border-width: 10.83455vw 100vw 0 0;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .gray-bg::before {
    border-width: 10.76923vw 100vw 0 0;
  }
}

.gray-bg .top-member-en {
  position: absolute;
  content: "";
  width: 96.26647vw;
  top: -8.12592vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .gray-bg .top-member-en {
    width: 92.82051vw;
    top: -14.10256vw;
  }
}

/* top-member 
--------------------------*/
.top-member {
  position: relative;
  z-index: 1;
  margin-bottom: 145px;
}

@media (max-width: 767px) {
  .top-member {
    margin-bottom: 80px;
  }
}

.top-member .inner {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .top-member-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .top-member-left {
    width: calc(608% / 1200 * 100);
  }
}

@media (min-width: 768px) {
  .top-member-right {
    width: calc(491% / 1200 * 100);
    padding-right: 100px;
  }
}

@media (max-width: 1200px) {
  .top-member-right {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .top-member-img {
    margin-bottom: 45px;
  }
}

.top-member-img img {
  height: auto;
}

.top-member-title {
  font-size: 80px;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #3752c1;
  line-height: 1.3;
  letter-spacing: 0.2em;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .top-member-title {
    font-size: 63px;
    line-height: 1.2;
    margin-bottom: 45px;
  }
}

.top-member-subtitle {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.58824;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top-member-subtitle {
    text-align: center;
  }
}

.top-member-txt {
  font-size: 18px;
}

/* top-voice 
--------------------------*/
.top-voice {
  position: relative;
  z-index: 1;
  margin-bottom: 145px;
}

@media (max-width: 767px) {
  .top-voice {
    margin-bottom: 70px;
  }
}

.top-voice.page-voice {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .top-voice.page-voice {
    margin-bottom: 50px;
  }
}

.top-voice.page-voice .top-voice-title {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top-voice.page-voice .top-voice-title {
    margin-bottom: 60px;
  }
}

.top-voice.page-voice .top-voice-title .jp01 {
  font-size: 50px;
  font-weight: bold;
  color: #274bd9;
  display: block;
}

@media (max-width: 767px) {
  .top-voice.page-voice .top-voice-title .jp01 {
    font-size: 7.69231vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.top-voice.page-voice .top-voice-title .jp02 {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #6A6A6A;
}

@media (max-width: 767px) {
  .top-voice.page-voice .top-voice-title .jp02 {
    font-size: 5.12821vw;
  }
}

.top-voice-title {
  text-align: center;
  color: #2d8ed5;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top-voice-title {
    margin-bottom: 50px;
  }
}

.top-voice-title .en {
  display: block;
}

@media (max-width: 767px) {
  .top-voice-title .en img {
    width: 274px;
    height: auto;
  }
}

.top-voice-title .jp {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .top-voice-title .jp {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .top-voice-list {
    display: flex;
  }
}

@media (min-width: 768px) {
  .top-voice-list li {
    width: calc(33.333% - 40px * 2 / 3);
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .top-voice-list li {
    margin-bottom: 30px;
  }
}

.top-voice-list li:nth-child(3n) {
  margin-right: 0;
}

.top-voice-list-img {
  margin-bottom: 10px;
  position: relative;
  display: block;
}

.top-voice-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  top: 0;
  border-radius: 8px;
}

.top-voice-list-img::before {
  content: "";
  display: block;
  padding-top: calc(384 / 308 * 100%);
}

@media (max-width: 767px) {
  .top-voice-list-img::before {
    padding-top: calc(197 / 336 * 100%);
  }
}

.top-voice-list-img:after {
  position: absolute;
  content: "";
  background: transparent url(../img/read.svg) no-repeat center center/contain;
  width: 82px;
  height: 82px;
  bottom: 21px;
  right: 22px;
}

.top-voice-list-title {
  color: #2d8ed5;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66667;
  margin-bottom: 10px;
}

.top-voice-list-name {
  font-size: 14px;
  margin-bottom: 0;
}

/* top-talk
--------------------------*/
.top-talk {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .top-talk {
    margin-bottom: 80px;
  }
}

.top-talk.page-talk {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .top-talk.page-talk {
    margin-bottom: 50px;
  }
}

.top-talk .inner {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .top-talk .inner {
    padding: 0 8.97436vw;
  }
}

.top-talk a {
  display: block;
}

.top-talk a img {
  height: auto;
}

/* top-kengaku
--------------------------*/
.top-kengaku {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-kengaku .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .top-kengaku-left {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .top-kengaku-right {
    width: 45%;
  }
}

.top-kengaku-title {
  font-size: 64px;
  font-weight: 500;
  writing-mode: vertical-rl;
  color: #2d8ed5;
  line-height: 1.4;
  letter-spacing: 0.2em;
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-kengaku-title {
    font-size: 35px;
    margin-right: auto;
    margin-bottom: 70px;
  }
}

.top-kengaku-title span {
  display: block;
  background: linear-gradient(to right, transparent 65%, #fff01c 65%, #fff01c 90%, transparent 90%);
  height: fit-content;
}

.top-kengaku-subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top-kengaku-subtitle {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .top-kengaku-txt {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .top-kengaku .btn01 {
    margin: 0 auto;
  }
}

/* top-company
-------------------------*/
.top-company {
  background: #3652c1;
  color: #fff;
  padding-top: 4.39239vw;
  padding-bottom: 193px;
  position: relative;
}

@media (max-width: 767px) {
  .top-company {
    padding-top: 15.38462vw;
    padding-bottom: 101px;
  }
}

.top-company::before {
  border-color: transparent #3652c1 transparent transparent;
  border-style: solid;
  border-width: 10.83455vw 100vw 0 0;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .top-company::before {
    border-width: 10.76923vw 100vw 0 0;
  }
}

.top-company-en {
  position: absolute;
  content: "";
  width: 91.94729vw;
  top: -8.05271vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top-company-en {
    width: 88.20513vw;
    top: -14.35897vw;
  }
}

.top-company-wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top-company-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .top-company-left {
    width: calc(414% / 1000 * 100);
  }
}

@media (min-width: 768px) {
  .top-company-right {
    width: calc(507% / 1000 * 100);
    padding-top: 160px;
  }
}

.top-company-title {
  writing-mode: vertical-rl;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 70px;
  line-height: 1.3;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .top-company-title {
    font-size: 62px;
    margin-left: auto;
    margin-bottom: 50px;
  }
}

.top-company-subtitle {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.58824;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top-company-subtitle {
    text-align: center;
  }
}

.top-company-txt {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top-company-txt {
    margin-bottom: 60px;
  }
}

.top-company-img {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .top-company-img {
    margin-bottom: 70px;
  }
}

.top-company-img img {
  height: auto;
}

.top-company-btn {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: fit-content;
  padding-left: 67px;
  position: relative;
  margin-bottom: 30px;
}

.top-company-btn:last-child {
  margin-bottom: 0;
}

.top-company-btn:hover {
  color: #ffb43c;
  opacity: 1;
}

.top-company-btn:hover::before {
  background-image: url(../img/arrow_circle_r_orange.svg);
}

.top-company-btn::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_circle_r_wh.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.top-company-btn-wrapper {
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-company-btn-wrapper {
    margin-right: auto;
  }
}

/* pride
-------------------------*/
.pride {
  background: linear-gradient(to right bottom, #d5ebff 0%, #d3dfff 100%);
  padding-top: 90px;
  padding-bottom: 126px;
  position: relative;
}

@media (max-width: 767px) {
  .pride {
    padding-top: 97px;
    padding-bottom: 40px;
  }
}

.pride:before {
  position: absolute;
  content: "";
  background: transparent url(../img/logo_l-blue.svg) no-repeat center center/contain;
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .pride:before {
    width: 426px;
    height: 426px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .pride:before {
    width: 275px;
    height: 275px;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pride .inner {
  display: flex;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .pride .inner {
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .pride .inner {
    flex-direction: column-reverse;
  }
}

.pride-title {
  font-size: 61px;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #274bd9;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .pride-title {
    font-size: 34px;
    width: fit-content;
    margin: 0 auto 75px;
  }
}

@media (min-width: 768px) {
  .pride-inner {
    width: calc(639% / 1000 * 100);
  }
}

.pride-subtitle {
  font-size: 34px;
  letter-spacing: 0.16em;
  color: #274bd9;
  margin-bottom: 30px;
}

.pride-txt {
  color: #3752c1;
  font-size: 18px;
  margin-bottom: 0;
}

/* top-news
-------------------------*/
.top-news {
  background: #fff;
  padding-top: 145px;
  padding-bottom: 151px;
}

@media (max-width: 767px) {
  .top-news {
    padding-top: 73px;
    padding-bottom: 90px;
  }
}

.top-news .inner {
  max-width: 1200px;
}

.top-news-title {
  position: relative;
  margin-bottom: 88px;
}

@media (max-width: 767px) {
  .top-news-title {
    margin-bottom: 100px;
  }
}

.top-news-title .jp {
  font-size: 80px;
  font-weight: bold;
  color: #3652c1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .top-news-title .jp {
    font-size: 32px;
  }
}

.top-news-title .en {
  display: block;
  text-align: center;
}

.top-news-title .en img {
  width: 430px;
}

@media (max-width: 767px) {
  .top-news-title .en img {
    width: 209px;
  }
}

.top-news .news-list {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .top-news .news-list {
    margin-bottom: 60px;
  }
}

.top-news-btn {
  margin-left: auto;
}

@media (max-width: 767px) {
  .top-news-btn {
    margin-right: auto;
  }
}

/* news-list
----------------------------*/
.news-list {
  border-top: 1px solid #2d8ed5;
}

.news-list li {
  border-bottom: 1px solid #2d8ed5;
}

.news-list li a {
  font-size: 18px;
  line-height: 1.875;
}

@media (min-width: 768px) {
  .news-list li a {
    padding: 27px 0;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .news-list li a {
    font-size: 16px;
    display: block;
    padding: 20px 10px 15px;
  }
}

.news-list-date {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .news-list-title {
    margin-left: 100px;
  }
}

@media (max-width: 767px) {
  .news-list-title {
    font-size: 16px;
  }
}

/* greeting
----------------------*/
.greeting {
  margin-bottom: 170px;
}

@media (max-width: 767px) {
  .greeting {
    margin-bottom: 60px;
  }
}

.greeting .inner {
  max-width: 850px;
}

.greeting-txt {
  font-size: 20px;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .greeting-txt {
    font-size: 4.61538vw;
    line-height: 2.44444;
  }
}

/* safety
----------------------*/
.safety {
  background: #3652c1;
  padding: 98px 0 110px;
}

@media (max-width: 767px) {
  .safety {
    padding: 30px 0;
  }
}

.safety .inner {
  max-width: 1100px;
}

.safety-title {
  background: #fff;
  color: #274bd9;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 70px;
  padding: 7px 15px;
}

@media (max-width: 767px) {
  .safety-title {
    font-size: 5.12821vw;
    line-height: 1.65;
    padding: 10px;
    margin: 0 -27px 40px;
  }
}

.safety-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
  color: #fff;
}

@media (max-width: 767px) {
  .safety-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .safety-inner {
    width: calc(506% / 1100 * 100);
  }
}

.safety-subtitle {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.68182;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .safety-subtitle {
    font-size: 7.69231vw;
    line-height: 1.46667;
    margin: 0 -5px 15px;
    text-align: center;
  }
}

.safety-txt {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .safety-txt {
    font-size: 4.61538vw;
  }
}

@media (min-width: 768px) {
  .safety-img {
    width: calc(513% / 1100 * 100);
  }
}

@media (max-width: 767px) {
  .safety-img {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .safety-list {
    display: flex;
  }
}

.safety-list li {
  background: #EDEDED;
  border-radius: 10px;
  padding: 35px 24px 40px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .safety-list li {
    width: calc(33.3333% - 28px * 2 / 3);
    margin-right: 28px;
  }
}

@media (max-width: 767px) {
  .safety-list li {
    margin-bottom: 30px;
  }
}

.safety-list li:nth-child(3n) {
  margin-right: 0;
}

.safety-list-img {
  margin-bottom: 15px;
}

.safety-list-img img {
  border-radius: 10px;
}

.safety-list-title {
  margin-bottom: 10px;
  color: #3752c1;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .safety-list-title {
    font-size: 7.17949vw;
  }
}

.safety-list-title span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .safety-list-title span {
    font-size: 5.12821vw;
  }
}

.safety-list-txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .safety-list-txt {
    font-size: 4.10256vw;
  }
}

/* reason
----------------------*/
.gray-bg02 {
  background: #F0F0F0;
  padding: 140px 0 191px;
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .gray-bg02 {
    padding: 60px 0 98px;
    margin-bottom: 80px;
  }
}

.reason {
  padding: 0 0 250px;
}

@media (max-width: 767px) {
  .reason {
    padding: 0 0 100px;
  }
}

.reason .inner {
  max-width: 1100px;
}

.reason-title {
  font-weight: bold;
  color: #646464;
  width: fit-content;
  margin: 0 auto 120px;
  position: relative;
}

@media (min-width: 768px) {
  .reason-title {
    display: flex;
    align-items: end;
    padding: 0 15px 15px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .reason-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
  }
}

.reason-title:after {
  position: absolute;
  content: "";
  background: #ffeb00;
  width: 100%;
  height: 9px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .reason-title:after {
    width: 95%;
    height: 10px;
    bottom: 12px;
    z-index: 1;
  }
}

.reason-title-inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .reason-title-inner {
    top: -10px;
  }
}

.reason-title .small {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .reason-title .small {
    margin-right: 8px;
    font-size: 34px;
    line-height: 1.35294;
  }
}

@media (max-width: 767px) {
  .reason-title .small {
    font-size: 6.15385vw;
  }
}

.reason-title .number {
  color: #274bd9;
  font-size: 120px;
}

@media (min-width: 768px) {
  .reason-title .number {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .reason-title .number {
    font-size: 31.28205vw;
    line-height: 1;
  }
}

.reason-title .medium {
  font-size: 59px;
}

@media (max-width: 767px) {
  .reason-title .medium {
    font-size: 12.5641vw;
  }
}

.reason-title .large {
  font-size: 59px;
}

@media (max-width: 767px) {
  .reason-title .large {
    font-size: 17.94872vw;
  }
}

.reason-list {
  margin-bottom: 136px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .reason-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .reason-list {
    margin-bottom: 70px;
  }
}

.reason-list li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .reason-list li {
    display: flex;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .reason-list li {
    flex-direction: column;
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .reason-list li {
    margin-bottom: 40px;
  }
}

.reason-list li:nth-child(2n) {
  margin-right: 0;
}

.reason-list li:last-child {
  margin-bottom: 0;
}

.reason-list-img {
  overflow: hidden;
}

@media (min-width: 768px) {
  .reason-list-img {
    width: calc(424% / 1100 * 100);
    margin-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .reason-list-img {
    width: 100%;
  }
}

.reason-list-img img {
  object-fit: cover;
}

@media (min-width: 768px) {
  .reason-list-img img {
    border-radius: 10px 0 0 10px;
    height: 335px;
  }
}

@media (max-width: 1024px) {
  .reason-list-img img {
    border-radius: 10px 10px 0 0;
    height: auto;
  }
}

@media (max-width: 767px) {
  .reason-list-img img {
    height: 42.94872vw;
  }
}

@media (min-width: 768px) {
  .reason-list-inner {
    width: calc(600% / 1100 * 100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
  }
}

@media (max-width: 1024px) {
  .reason-list-inner {
    width: 100%;
    padding: 28px 24px 30px;
  }
}

.reason-list-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .reason-list-title {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.reason-list-title .number {
  color: #274bd9;
  font-size: 48px;
  font-weight: 600;
  padding: 0 30px;
  margin-right: 30px;
  border-left: 2px solid #274bd9;
  border-right: 2px solid #274bd9;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .reason-list-title .number {
    font-size: 29px;
    padding: 4px 22px;
    margin-right: 0;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .reason-list-title .number {
    font-size: 7.4359vw;
  }
}

.reason-list-title-inner {
  color: #274bd9;
  font-size: 28px;
  line-height: 1.35714;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .reason-list-title-inner {
    font-size: 26px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .reason-list-title-inner {
    font-size: 6.66667vw;
  }
}

.reason-list-subtitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .reason-list-subtitle {
    text-align: center;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .reason-list-subtitle {
    font-size: 5.12821vw;
  }
}

.reason-list-txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .reason-list-txt {
    font-size: 4.10256vw;
  }
}

@media (min-width: 768px) {
  .reason-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .reason-btn-wrapper {
    width: fit-content;
    margin: 0 auto;
  }
}

.reason-btn {
  color: #274bd9;
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: fit-content;
  padding-left: 67px;
  position: relative;
}

@media (min-width: 768px) {
  .reason-btn {
    margin-right: 100px;
  }
}

@media (max-width: 767px) {
  .reason-btn {
    font-size: 4.61538vw;
    padding-left: 14.87179vw;
    margin-bottom: 30px;
  }
}

.reason-btn:nth-child(2) {
  margin-right: 0;
  margin: 0;
}

.reason-btn span {
  position: relative;
}

.reason-btn span::after {
  position: absolute;
  content: "";
  background: #ffb43c;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
  opacity: 0;
  transition: all 0.3s ease 0;
}

.reason-btn:hover {
  color: #ffb43c;
  opacity: 1;
}

.reason-btn:hover::before {
  background-image: url(../img/arrow_circle_r_orange.svg);
}

.reason-btn:hover span::after {
  opacity: 1;
}

.reason-btn::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_circle_r_blue.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .reason-btn::before {
    width: 9.74359vw;
    height: 9.74359vw;
  }
}

/* message-faq
----------------------*/
.message-faq {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .message-faq {
    margin-bottom: 80px;
  }
}

.message-faq .inner {
  max-width: 1200px;
}

.message-faq-title {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .message-faq-title {
    margin-bottom: 50px;
  }
}

.message-faq-list .qa-item {
  border-bottom: 1px solid #838383;
  padding: 36px 15px 40px;
}

@media (max-width: 767px) {
  .message-faq-list .qa-item {
    padding: 3.84615vw 0;
  }
}

.message-faq-list .qa-item:first-child {
  border-top: 1px solid #838383;
}

.message-faq-list .qa-item .accordion-head {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.038em;
  padding-left: 75px;
  padding-right: 40px;
  line-height: 1.55556;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .message-faq-list .qa-item .accordion-head {
    font-size: 4.61538vw;
    padding-left: 12.82051vw;
    padding-right: 14.87179vw;
  }
}

.message-faq-list .qa-item .accordion-head::before {
  position: absolute;
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  color: #274bd9;
  font-size: 57px;
  line-height: 1;
  font-weight: bold;
  top: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .message-faq-list .qa-item .accordion-head::before {
    font-size: 8.46154vw;
    top: -1.28205vw;
  }
}

.message-faq-list .qa-item .accordion-body {
  display: none;
}

.message-faq-list .qa-item .accordion-body-in {
  padding: 15px 15px 0 75px;
  font-size: 20px;
  line-height: 1.9;
  position: relative;
}

@media (max-width: 767px) {
  .message-faq-list .qa-item .accordion-body-in {
    font-size: 4.61538vw;
    line-height: 1.72222;
    padding: 3.84615vw 0 0 12.82051vw;
  }
}

.message-faq-list .qa-item .accordion-body-in::before {
  position: absolute;
  content: "A.";
  font-family: "Montserrat", sans-serif;
  color: orange;
  font-size: 57px;
  line-height: 1;
  font-weight: bold;
  left: 0;
}

@media (min-width: 768px) {
  .message-faq-list .qa-item .accordion-body-in::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .message-faq-list .qa-item .accordion-body-in::before {
    font-size: 8.46154vw;
    top: 3.07692vw;
  }
}

.message-faq-list .qa-item .accordion-icon {
  position: absolute;
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 29px;
}

@media (max-width: 767px) {
  .message-faq-list .qa-item .accordion-icon {
    width: 7.69231vw;
    height: 7.4359vw;
  }
}

.message-faq-list .qa-item .accordion-icon.is-open {
  background-image: url(../img/minus.svg);
}

/* work-about
----------------------*/
.work-about {
  margin-bottom: 115px;
}

@media (max-width: 767px) {
  .work-about {
    margin-bottom: 60px;
  }
}

.work-about-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .work-about-title {
    margin-bottom: 30px;
    line-height: 1.53125;
  }
}

.work-about-txt {
  text-align: center;
  font-size: 22px;
  line-height: 2.72727;
  font-weight: bold;
}

@media (max-width: 767px) {
  .work-about-txt {
    font-size: 4.61538vw;
    line-height: 2.22222;
    font-weight: 500;
  }
}

/* work-tag
------------------------*/
.work-tag {
  margin-bottom: 100px;
  margin-top: -120px;
  padding-top: 120px;
}

@media (max-width: 767px) {
  .work-tag {
    margin-bottom: 60px;
    margin-top: -100px;
    padding-top: 100px;
  }
}

.work-tag .inner {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .work-tag .inner {
    padding: 0 4.10256vw;
  }
}

.work-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .work-tag-list li {
    width: calc(25% - 16px * 3 / 4);
    margin-right: 16px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-tag-list li {
    width: calc(33.3333% - 16px * 2 / 3);
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  .work-tag-list li {
    width: calc(50% - 3.07692vw / 2);
    margin-right: 3.07692vw;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .work-tag-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-tag-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .work-tag-list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-tag-list li:nth-child(4n) {
    margin-right: 16px;
  }
}

.work-tag-list li a {
  display: block;
  color: #2d8ed5;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  border: 2px solid #2d8ed5;
  text-align: center;
  padding: 14px 10px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .work-tag-list li a {
    font-size: 3.33333vw;
    padding: 10.5px 1.28205vw;
  }
}

.work-tag-list li a:hover {
  background: #2d8ed5;
  color: #fff;
}

.work-tag-list li a span {
  position: relative;
}

.work-tag-list li a span::before {
  position: relative;
  content: "#";
}

/* archive-work
----------------------*/
.archive-work {
  background: #3752c1;
  padding: 134px 0 60px;
}

@media (max-width: 767px) {
  .archive-work {
    padding: 70px 0 81px;
  }
}

.archive-work .inner {
  max-width: 1150px;
}

@media (min-width: 768px) {
  .archive-work .work-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.archive-work .work-list li {
  background: #fff;
  border-radius: 8px;
  position: relative;
}

@media (min-width: 768px) {
  .archive-work .work-list li {
    width: calc(33.333% - 30px * 2 / 3);
    margin-right: 30px;
    margin-bottom: 90px;
    padding: 60px 20px 50px;
  }
}

@media (min-width: 1170px) {
  .archive-work .work-list li {
    width: calc(33.333% - 60px * 2 / 3);
    margin-right: 60px;
    margin-bottom: 90px;
    padding: 81px 30px 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive-work .work-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .archive-work .work-list li {
    margin-bottom: 60px;
    padding: 80px 8.46154vw 55px;
  }
}

@media (min-width: 768px) {
  .archive-work .work-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive-work .work-list li:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .archive-work .work-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .archive-work .work-list li:last-child {
    margin-bottom: 0;
  }
}

.archive-work .work-list-category {
  background: #67B3EA;
  color: #fff;
  border-radius: 8px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  padding: 6px 14px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.archive-work .work-list-thumbnail {
  margin-bottom: 15px;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .archive-work .work-list-thumbnail {
    margin-bottom: 20px;
  }
}

.archive-work .work-list-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  top: 0;
  border-radius: 6px;
}

.archive-work .work-list-thumbnail::before {
  content: "";
  display: block;
  padding-top: calc(189 / 283 * 100%);
}

@media (max-width: 767px) {
  .archive-work .work-list-thumbnail::before {
    padding-top: calc(189 / 276 * 100%);
  }
}

.archive-work .work-list-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

.archive-work .work-list-txt {
  line-height: 1.75;
  margin-bottom: 10px;
}

.archive-work .work-list-tag {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

.archive-work .work-list-tag li {
  width: auto;
  margin: 3px;
  padding: 0;
}

.archive-work .work-list-tag li a {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
  background: #2C8ED5;
  color: #fff;
  border-radius: 4px;
  padding: 3px 6px;
}

.archive-work .work-list-tag li a span {
  position: relative;
}

.archive-work .work-list-tag li a span:before {
  position: relative;
  content: "#";
}

.archive-work .work-list-btn {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.16);
  background: #FF9D00;
  padding: 8px 15px;
  top: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  text-align: center;
}

@media (min-width: 1170px) {
  .archive-work .work-list-btn {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .archive-work .work-list-btn {
    font-size: 5.64103vw;
    width: calc(100% - 17vw);
  }
}

.archive-work .work-list-btn span {
  width: fit-content;
  margin: 0 auto;
  padding-right: 40px;
  position: relative;
}

@media (min-width: 1170px) {
  .archive-work .work-list-btn span {
    padding-right: 56px;
  }
}

@media (max-width: 767px) {
  .archive-work .work-list-btn span {
    padding-right: 12.5641vw;
  }
}

.archive-work .work-list-btn span::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_r_wh02.svg) no-repeat center center/contain;
  width: 38px;
  height: 9px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .archive-work .work-list-btn span::after {
    width: 9.74359vw;
    height: 2.30769vw;
  }
}

/* work-bg
----------------------*/
.work-bg {
  border: 30px solid #F1F0F0;
  padding: 120px 0 110px;
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  .work-bg {
    border: 20px solid #F1F0F0;
    padding: 17.94872vw 0 3.84615vw;
    margin-bottom: 110px;
  }
}

.work-bg.machinery .work-flow-img {
  width: 232px;
  bottom: 35px;
}

@media (max-width: 1200px) {
  .work-bg.machinery .work-flow-img {
    width: 16.54466vw;
    right: -1.0981vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-bg.machinery .work-flow-img {
    width: 203px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -66px;
  }
}

@media (max-width: 767px) {
  .work-bg.machinery .work-flow-img {
    width: 35.89744vw;
    bottom: -17.94872vw;
    left: 25.38462vw;
  }
}

.work-bg.processing .work-flow-img {
  width: 186px;
  right: 127px;
  bottom: 104px;
}

@media (max-width: 1200px) {
  .work-bg.processing .work-flow-img {
    width: 13.6164vw;
    right: 2.19619vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-bg.processing .work-flow-img {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .work-bg.processing .work-flow-img {
    width: 33.33333vw;
    bottom: 0;
    left: 25.38462vw;
  }
}

.work-bg.press .work-flow-img {
  width: 252px;
  right: 50px;
  bottom: 87px;
}

@media (max-width: 1300px) {
  .work-bg.press .work-flow-img {
    width: 18.44802vw;
    bottom: -18.30161vw;
    right: -0.36603vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-bg.press .work-flow-img {
    width: 203px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -66px;
  }
}

@media (max-width: 767px) {
  .work-bg.press .work-flow-img {
    width: 35.89744vw;
    bottom: -17.94872vw;
    left: 25.38462vw;
  }
}

.work-bg.engineering .work-flow-img {
  width: 390px;
  right: 14px;
  bottom: 60px;
}

@media (max-width: 1200px) {
  .work-bg.engineering .work-flow-img {
    width: 28.55051vw;
    right: 1.02489vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-bg.engineering .work-flow-img {
    width: 350px;
    left: 50%;
    transform: translateX(-40%);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .work-bg.engineering .work-flow-img {
    width: 51.28205vw;
    bottom: 0;
    left: 23.07692vw;
  }
}

.work-bg.safety-management .work-flow-img {
  width: 337px;
  right: 99px;
  bottom: 60px;
}

@media (max-width: 1200px) {
  .work-bg.safety-management .work-flow-img {
    width: 24.67057vw;
    right: 7.24744vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-bg.safety-management .work-flow-img {
    width: 300px;
    left: 50%;
    transform: translateX(-40%);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .work-bg.safety-management .work-flow-img {
    width: 46.15385vw;
    bottom: 0;
    left: 23.07692vw;
  }
}

.work-bg.affairs .work-flow-img {
  width: 202px;
  right: 150px;
  bottom: 105px;
}

@media (max-width: 1200px) {
  .work-bg.affairs .work-flow-img {
    width: 14.7877vw;
    right: 7.32064vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-bg.affairs .work-flow-img {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .work-bg.affairs .work-flow-img {
    width: 41.02564vw;
    bottom: 0;
    left: 23.07692vw;
  }
}

.work-bg .inner {
  max-width: 1200px;
}

/* work-info 
----------------------*/
.work-info {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .work-info {
    margin-bottom: 50px;
  }
}

.work-info .inner {
  max-width: 850px;
}

@media (max-width: 767px) {
  .work-info .inner {
    padding: 0 34px;
  }
}

.work-info-txt {
  font-size: 20px;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .work-info-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.22222;
  }
}

/* work-details 
----------------------*/
.work-details {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .work-details {
    margin-bottom: 59px;
  }
}

@media (max-width: 767px) {
  .work-details .inner {
    padding: 0 14px;
  }
}

.work-details p {
  display: none;
}

.work-details-bg {
  background: #F3F2EB;
  padding: 37px 30px 58px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .work-details-bg {
    padding: 22px 4.10256vw 42px;
  }
}

.work-details-title {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  margin-bottom: 40px;
  background: #3652c1;
}

@media (max-width: 1024px) {
  .work-details-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .work-details-title {
    font-size: 5.64103vw;
    letter-spacing: 0;
    padding: 5px 15px;
  }
}

@media (min-width: 768px) {
  .work-details-wrapper {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .work-details-wrapper {
    display: block;
  }
}

@media (min-width: 768px) {
  .work-details-wrapper2 .work-details-col {
    width: calc(50% - 60px / 2);
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .work-details-wrapper2 .work-details-col:after {
    position: absolute;
    content: "";
    background: #3752c1;
    width: 1px;
    height: 100%;
    right: -30px;
    top: 0;
  }
}

.work-details-wrapper2 .work-details-col:nth-child(2n) {
  margin-right: 0;
}

.work-details-wrapper2 .work-details-col:nth-child(2):after {
  display: none;
}

.work-details-wrapper2_2 {
  max-width: 990px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .work-details-wrapper2_2 .work-details-col {
    width: auto;
    margin-right: 40px;
  }
}

.work-details-wrapper2_2 .work-details-col:after {
  display: none;
}

@media (min-width: 768px) {
  .work-details-wrapper3 .work-details-col {
    width: calc(33.3333% - 39px * 2 / 3);
    margin-right: 39px;
  }
}

@media (min-width: 768px) {
  .work-details-wrapper3 .work-details-col:after {
    position: absolute;
    content: "";
    background: #3752c1;
    width: 1px;
    height: 100%;
    right: -20px;
    top: 0;
  }
}

.work-details-wrapper3 .work-details-col:nth-child(3n) {
  margin-right: 0;
}

.work-details-wrapper3 .work-details-col:nth-child(3):after {
  display: none;
}

.work-details-wrapper p {
  display: none;
}

.work-details-col {
  position: relative;
}

@media (max-width: 1024px) {
  .work-details-col {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .work-details-col:last-child {
    margin-bottom: 0;
  }
}

.work-details-col:last-child::after {
  display: none !important;
}

@media (max-width: 1024px) {
  .work-details-col:after {
    display: none;
  }
}

.work-details-subtitle {
  text-align: center;
  background: #788AD0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 30px;
  padding: 10px 15px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .work-details-subtitle {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .work-details-subtitle {
    font-size: 5.12821vw;
    border-radius: 23px;
    padding: 4px 15px;
  }
}

.work-details-list {
  margin-left: 20px;
}

.work-details-list li {
  position: relative;
  font-size: 20px;
  padding-left: 50px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .work-details-list li {
    font-size: 4.10256vw;
    padding-left: 11.53846vw;
    margin-bottom: 5.12821vw;
  }
}

.work-details-list li:last-child {
  margin-bottom: 0;
}

.work-details-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check-square-offset.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0;
}

@media (max-width: 767px) {
  .work-details-list li::before {
    width: 6.41026vw;
    height: 6.41026vw;
    top: -0.51282vw;
  }
}

.work-details .work-common {
  margin-top: 43.5px;
}

@media (min-width: 768px) {
  .work-details .work-common {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .work-details .work-common {
    display: block;
  }
}

.work-details .work-common .work-details-subtitle {
  padding: 10px 40px;
}

@media (min-width: 768px) {
  .work-details .work-common .work-details-subtitle {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .work-details .work-common .work-details-subtitle {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .work-details .work-common .work-details-list {
    display: flex;
  }
}

@media (min-width: 768px) {
  .work-details .work-common .work-details-list li {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.work-details .work-common .work-details-list li:last-child {
  margin-right: 0;
}

/* work-feature
--------------------------*/
.work-feature {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .work-feature {
    margin-bottom: 50px;
  }
}

.work-feature .inner {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .work-feature .inner {
    padding: 0 13px;
  }
}

.work-feature-wrapper {
  display: flex;
}

@media (min-width: 768px) {
  .work-feature-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 50px;
  }
}

@media (max-width: 1024px) {
  .work-feature-wrapper {
    margin-left: 0;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .work-feature-inner {
    width: calc(540% / 1150 * 100);
  }
}

@media (max-width: 1024px) {
  .work-feature-inner {
    width: 100%;
  }
}

.work-feature-img {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .work-feature-img {
    width: calc(570% / 1150 * 100);
  }
}

@media (max-width: 1024px) {
  .work-feature-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.work-feature-img div {
  width: calc(50% - 19px / 2);
  margin-right: 19px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .work-feature-img div {
    width: calc(50% - 11px / 2);
    margin-right: 11px;
    margin-bottom: 13px;
  }
}

.work-feature-img div:nth-child(2n) {
  margin-right: 0;
}

.work-feature-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.46667;
  color: #274bd9;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .work-feature-title {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .work-feature-title {
    font-size: 5.64103vw;
    line-height: 1.63636;
    margin: 0 -10px 20px;
  }
}

.work-feature-subtitle {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #274bd9;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .work-feature-subtitle {
    max-width: 525px;
  }
}

@media (max-width: 1024px) {
  .work-feature-subtitle {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .work-feature-subtitle {
    font-size: 5.12821vw;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .work-feature-list {
    max-width: 531px;
  }
}

@media (max-width: 1024px) {
  .work-feature-list {
    max-width: 100%;
  }
}

.work-feature-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 41px;
  font-size: 20px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .work-feature-list li {
    padding-left: 8.46154vw;
    font-size: 4.10256vw;
  }
}

.work-feature-list li span {
  font-weight: bold;
}

.work-feature-list li:last-child {
  margin-bottom: 0;
}

.work-feature-list li::before {
  position: absolute;
  content: "";
  background: #274bd9;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}

@media (max-width: 767px) {
  .work-feature-list li::before {
    width: 5.89744vw;
    height: 5.89744vw;
    top: 0.76923vw;
  }
}

/* work-flow
------------------*/
.work-flow .inner {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .work-flow .inner {
    padding: 0 14px;
  }
}

.work-flow-bg {
  position: relative;
  background: #F3F2EB;
  border-radius: 20px;
  padding: 50px 30px 120px;
}

@media (max-width: 1024px) {
  .work-flow-bg {
    padding-bottom: 420px;
  }
}

@media (max-width: 767px) {
  .work-flow-bg {
    border-radius: 10px;
    padding: 10.25641vw 5.12821vw 67.69231vw;
  }
}

.work-flow-title {
  font-size: 27px;
  font-weight: bold;
  color: #274bd9;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .work-flow-title {
    font-size: 5.12821vw;
  }
}

.work-flow ul {
  position: relative;
}

.work-flow ul::after {
  position: absolute;
  content: "";
  background: #274bd9;
  width: 2px;
  height: 100%;
  left: 67px;
  top: 0;
}

@media (max-width: 767px) {
  .work-flow ul::after {
    left: 6.41026vw;
  }
}

.work-flow ul li {
  position: relative;
  margin-bottom: 17px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  margin-left: 18px;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .work-flow ul li {
    align-items: flex-start;
    padding-top: 0;
    margin-left: 0;
    min-height: 49px;
    margin-bottom: 3.58974vw;
  }
}

@media (min-width: 768px) {
  .work-flow ul li:first-child {
    padding-top: 0;
  }
}

.work-flow ul li:last-child {
  margin-bottom: 0;
}

.work-flow-time {
  position: relative;
  color: #fff;
  top: 10px;
  min-width: 98px;
  text-align: center;
  font-size: 27px;
  z-index: 1;
}

@media (max-width: 767px) {
  .work-flow-time {
    min-width: 12.82051vw;
    min-height: 12.82051vw;
    line-height: 12.82051vw;
    font-size: 3.58974vw;
    top: 0;
  }
}

.work-flow-time span {
  line-height: 1.45455;
  position: relative;
  z-index: 1;
}

.work-flow-time:after {
  position: absolute;
  content: "";
  background: #0B2CAF;
  min-width: 98px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .work-flow-time:after {
    min-width: 12.82051vw;
    height: 12.82051vw;
    line-height: 12.82051vw;
  }
}

.work-flow-inner {
  width: 100%;
  padding-left: 33px;
  font-size: 22px;
  line-height: 1.45455;
  position: relative;
}

@media (max-width: 767px) {
  .work-flow-inner {
    padding-left: 5.12821vw;
    font-size: 3.58974vw;
    line-height: 1.71429;
    min-height: 12.5641vw;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .work-flow-inner::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #626262, #626262 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: left top;
    width: calc(100% + 49px);
    height: 1px;
    bottom: -15px;
    right: 0;
    z-index: 3;
  }
}

@media (max-width: 1024px) {
  .work-flow-inner::after {
    display: none;
  }
}

.work-flow-table {
  max-width: 1000px;
  margin: 0 auto;
}

.work-flow-img {
  position: absolute;
  width: 226px;
  right: 99px;
  bottom: 25px;
  z-index: 3;
}

@media (max-width: 1100px) {
  .work-flow-img {
    width: 16.54466vw;
    right: 7.24744vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .work-flow-img {
    width: 203px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -66px;
  }
}

@media (max-width: 767px) {
  .work-flow-img {
    width: 52.05128vw;
    bottom: -16.92308vw;
    left: 25.38462vw;
  }
}

.work-flow p {
  display: none;
}

/* work-recruit
------------------*/
.work-recruit {
  margin-bottom: 155px;
}

@media (max-width: 767px) {
  .work-recruit {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .work-recruit .inner {
    padding: 0 8.97436vw;
  }
}

.work-recruit a {
  display: block;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
}

/* interview-faq
----------------------*/
@media (max-width: 767px) {
  .interview-faq {
    margin-bottom: 50px;
  }
}

.interview-faq .inner {
  max-width: 1100px;
}

.interview-faq-title {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .interview-faq-title {
    margin-bottom: 50px;
  }
}

.interview-faq-list .qa-item {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .interview-faq-list .qa-item {
    margin-bottom: 7.69231vw;
  }
}

@media (min-width: 768px) {
  .interview-faq-list .qa-item-df {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .interview-faq-list .qa-item-df .qa-item-inner {
    width: calc(635% / 1100 * 100);
  }
}

@media (min-width: 768px) {
  .interview-faq-list .qa-item-df .qa-item-inner .accordion-head {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .interview-faq-list .qa-item-df .qa-item-inner .accordion-body-in {
    padding-right: 12%;
  }
}

@media (min-width: 768px) {
  .interview-faq-list .qa-item-df .interview-faq-img {
    width: calc(465% / 1100 * 100);
  }
}

.interview-faq-list .qa-item .accordion-head {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.038em;
  padding-left: 96px;
  padding-bottom: 15px;
  line-height: 1.55556;
  border-bottom: 1px solid #274BD9;
  position: relative;
}

@media (max-width: 767px) {
  .interview-faq-list .qa-item .accordion-head {
    font-size: 5.12821vw;
    line-height: 1.5;
    padding-left: 15.38462vw;
  }
}

.interview-faq-list .qa-item .accordion-head::before {
  position: absolute;
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  color: #274bd9;
  font-size: 57px;
  line-height: 1;
  font-weight: bold;
  top: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .interview-faq-list .qa-item .accordion-head::before {
    font-size: 10.25641vw;
    top: -1.28205vw;
  }
}

.interview-faq-list .qa-item .accordion-body-in {
  padding: 15px 0 0 96px;
  font-size: 20px;
  line-height: 1.9;
  position: relative;
}

@media (max-width: 767px) {
  .interview-faq-list .qa-item .accordion-body-in {
    font-size: 4.10256vw;
    line-height: 1.75;
    padding: 3.84615vw 0 0 15.38462vw;
  }
}

.interview-faq-list .qa-item .accordion-body-in::before {
  position: absolute;
  content: "A.";
  font-family: "Montserrat", sans-serif;
  color: orange;
  font-size: 57px;
  line-height: 1;
  font-weight: bold;
  left: 0;
}

@media (min-width: 768px) {
  .interview-faq-list .qa-item .accordion-body-in::before {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .interview-faq-list .qa-item .accordion-body-in::before {
    font-size: 10.25641vw;
    top: 3.07692vw;
  }
}

@media (min-width: 768px) {
  .interview-faq-img-df {
    margin-top: 80px;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .interview-faq-img-df {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .interview-faq-img-df {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .interview-faq-img-df div {
    width: calc(50% - 58px / 2);
    margin-right: 58px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-faq-img-df div {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .interview-faq-img-df div {
    margin-bottom: 20px;
  }
}

.interview-faq-img-df div:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .interview-faq-img {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

/* interview-comment
--------------------------*/
.interview-comment .inner {
  max-width: 1100px;
}

@media (min-width: 768px) {
  .interview-comment-wrapper {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .interview-comment-wrapper {
    position: relative;
    padding-bottom: 32.05128vw;
    max-width: 74.87179vw;
    margin: 0 auto;
  }
}

.interview-comment-img {
  max-width: 243px;
}

@media (max-width: 767px) {
  .interview-comment-img {
    position: absolute;
    max-width: 38.46154vw;
    left: -9.48718vw;
    bottom: -10.76923vw;
  }
}

.interview-comment-inner {
  position: relative;
}

@media (min-width: 768px) {
  .interview-comment-inner {
    width: calc(907% / 1100 * 100);
  }
}

@media (min-width: 768px) {
  .interview-comment-title {
    position: absolute;
    top: -17px;
    left: 40px;
    max-width: 242px;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .interview-comment-title {
    max-width: 81.79487vw;
    margin-bottom: 37px;
  }
}

.interview-comment-fukidashi {
  position: relative;
  background: #F3F2EB;
  border-radius: 84px;
  font-size: 18px;
  line-height: 1.88889;
  letter-spacing: 0.038em;
  padding: 30px 58px;
}

@media (max-width: 1024px) {
  .interview-comment-fukidashi {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .interview-comment-fukidashi {
    border-radius: 20px;
    padding: 20px 28px;
  }
}

.interview-comment-fukidashi::after {
  position: absolute;
  content: "";
  background: transparent url(../img/interview_fukidashi.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .interview-comment-fukidashi::after {
    width: 53px;
    height: 46px;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .interview-comment-fukidashi::after {
    background: transparent url(../img/interview_fukidashi_sp.svg) no-repeat center center/contain;
    width: 75px;
    height: 65px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
  }
}

/*  gray-bg03
----------------------*/
.gray-bg03 {
  position: relative;
  background: #F0F0F0;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .gray-bg03 {
    padding: 60px 0;
  }
}

.interview-nav {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .interview-nav {
    margin-bottom: 20px;
  }
}

.interview-nav .inner {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .interview-nav ul {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .interview-nav ul li {
    width: calc(50% - 40px / 2);
    margin-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-nav ul li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .interview-nav ul li {
    margin-bottom: 20px;
  }
}

.interview-nav ul li:nth-child(2n) {
  margin-right: 0;
}

.interview-nav ul li a {
  display: block;
  text-align: center;
  height: 230px;
  position: relative;
  border-radius: 8px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1280px) {
  .interview-nav ul li a {
    height: 16.83748vw;
  }
}

@media (max-width: 767px) {
  .interview-nav ul li a {
    height: 34.10256vw;
  }
}

.interview-nav ul li a::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: rgba(39, 75, 217, 0.7);
  border-radius: 8px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

@media (max-width: 1024px) {
  .interview-nav ul li a::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .interview-nav ul li a::after {
    width: calc(100% - 6vw);
    height: calc(100% - 6vw);
  }
}

.interview-nav ul li a div {
  position: relative;
  z-index: 2;
  max-width: 222px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .interview-nav ul li a div {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .interview-nav ul li a div {
    max-width: 52.82051vw;
  }
}

/* talk
--------------------*/
.talk {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .talk {
    margin-bottom: 40px;
  }
}

.talk .inner {
  max-width: 1100px;
}

.talk-title {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #274bd9;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .talk-title {
    font-size: 5.64103vw;
    line-height: 1.45455;
    letter-spacing: 0.038em;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}

.talk-list {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .talk-list {
    margin-bottom: 40px;
  }
}

.talk-list li {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
}

.talk-list li:last-child {
  margin-bottom: 0;
}

.talk-icon {
  width: 66px;
}

@media (max-width: 767px) {
  .talk-icon {
    width: 12.05128vw;
  }
}

.talk-inner {
  width: calc(100% - 96px);
  min-height: 66px;
  display: flex;
  align-items: center;
  line-height: 1.875;
  letter-spacing: 0.038em;
}

@media (max-width: 767px) {
  .talk-inner {
    width: calc(100% - 67px);
    min-height: 12.05128vw;
  }
}

.talk-img {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .talk-img {
    margin: 0 -27px 40px;
  }
}

/* culture-about
--------------------*/
.culture-about {
  margin-bottom: 120px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.76471;
  color: #274BD9;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .culture-about {
    margin-bottom: 80px;
    font-size: 8.20513vw;
    letter-spacing: 0.04em;
    line-height: 1.53125;
  }
}

@media (max-width: 767px) {
  .culture-about .inner {
    padding: 0 5.12821vw;
  }
}

/* culture-data
--------------*/
.culture-data {
  background: #3652c1;
  padding: 114px 0 122px;
}

@media (max-width: 767px) {
  .culture-data {
    padding: 32px 0 80px;
  }
}

.culture-data .inner {
  max-width: 1200px;
}

.culture-data-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 60px 50px;
}

@media (max-width: 1024px) {
  .culture-data-wrapper {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .culture-data-wrapper {
    padding: 40px 5.89744vw;
  }
}

.culture-data-title {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .culture-data-title {
    margin-bottom: 60px;
  }
}

.culture-data-title .en {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.01em;
  display: block;
  color: #274BD9;
}

@media (max-width: 767px) {
  .culture-data-title .en {
    font-size: 6.41026vw;
    margin-bottom: 5px;
  }
}

.culture-data-title .jp {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .culture-data-title .jp {
    font-size: 7.69231vw;
    line-height: 1.33333;
  }
}

@media (min-width: 768px) {
  .culture-data-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.culture-data-list li {
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .culture-data-list li {
    width: calc(33.333% - 34px * 2 / 3);
    margin-right: 34px;
  }
}

@media (max-width: 767px) {
  .culture-data-list li {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .culture-data-list li::after {
    position: absolute;
    content: "";
    background: #2d8ed5;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
  }
}

.culture-data-list li:nth-child(3n) {
  margin-right: 0;
}

.culture-data-list li:nth-child(3n)::after {
  display: none;
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(2) .culture-data-list-inner {
    margin-top: 6px;
  }
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(2) .culture-data-list-inner img {
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(3) .culture-data-list-inner {
    margin-top: 41px;
  }
}

@media (max-width: 767px) {
  .culture-data-list li:nth-child(3) .culture-data-list-inner {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(3) .culture-data-list-inner img {
    width: calc(100% -7px);
    margin-left: 7px;
  }
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(4) .culture-data-list-inner {
    margin-top: 64px;
  }
}

.culture-data-list li:nth-child(5) .culture-data-list-inner {
  text-align: center;
}

@media (max-width: 767px) {
  .culture-data-list li:nth-child(5) .culture-data-list-inner {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(5) .culture-data-list-inner img {
    width: 78%;
  }
}

@media (max-width: 767px) {
  .culture-data-list li:nth-child(5) .culture-data-list-inner img {
    width: 90%;
  }
}

.culture-data-list li:nth-child(6) .culture-data-list-inner {
  text-align: center;
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(6) .culture-data-list-inner {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .culture-data-list li:nth-child(6) .culture-data-list-inner img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .culture-data-list li:nth-child(6) .culture-data-list-inner img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .culture-data-list li:last-child {
    margin-bottom: 0;
  }
}

.culture-data-list-title {
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #2d8ed5;
  width: 100%;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .culture-data-list-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .culture-data-list-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .culture-data-list-title {
    font-size: 5.64103vw;
  }
}

/* voice
------------------------*/
.culture-voice {
  background: #67B3EA;
  padding: 130px 0 69px;
}

@media (max-width: 767px) {
  .culture-voice {
    padding: 17.94872vw 0 44.10256vw;
  }
}

.culture-voice .inner {
  max-width: 1130px;
}

.culture-voice-title {
  margin-bottom: 110px;
  color: #fff;
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.66667;
  position: relative;
}

@media (max-width: 767px) {
  .culture-voice-title {
    font-size: 7.69231vw;
    line-height: 1.33333;
    margin-bottom: 20.51282vw;
  }
}

@media (max-width: 767px) {
  .culture-voice-title::before {
    position: absolute;
    content: "";
    background: transparent url(../img/リアルな声_wh.png) no-repeat center center/contain;
    width: 41.79487vw;
    height: 11.02564vw;
    bottom: -10.25641vw;
    right: 1.28205vw;
  }
}

.culture-voice-title .jp {
  position: relative;
  z-index: 2;
}

.culture-voice-title .en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -160px;
  width: 932px;
}

@media (max-width: 767px) {
  .culture-voice-title .en {
    width: 93.33333vw;
    top: -30.76923vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.culture-voice-list li {
  position: relative;
}

@media (min-width: 768px) {
  .culture-voice-list li:nth-child(2n) .culture-voice-fukidashi {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .culture-voice-list li:nth-child(2n) .culture-voice-fukidashi:after {
    left: -23px;
    transform: translateY(-40%) rotateY(-180deg);
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(2n) .culture-voice-fukidashi:after {
    bottom: -6.41026vw;
    right: 26.41026vw;
    background-image: url(../img/fukidashi_right.svg);
  }
}

.culture-voice-list li:nth-child(2n) .culture-voice-fukidashi {
  left: 0;
}

@media (min-width: 768px) {
  .culture-voice-list li:nth-child(2n+1) .culture-voice-fukidashi:after {
    right: -23px;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(2n+1) .culture-voice-fukidashi:after {
    bottom: -6.41026vw;
    left: 26.41026vw;
    background-image: url(../img/fukidashi_right.svg);
    transform: rotateY(180deg);
  }
}

.culture-voice-list li:nth-child(2n+1) .culture-voice-img {
  right: 0;
}

.culture-voice-list li:nth-child(1) {
  margin-bottom: 93px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(1) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(1) {
    margin-bottom: 63.33333vw;
  }
}

.culture-voice-list li:nth-child(1) .culture-voice-img {
  width: calc(245% / 1130 * 100);
  bottom: -21px;
  right: -30px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(1) .culture-voice-img {
    bottom: -5%;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(1) .culture-voice-img {
    width: 62.82051vw;
    bottom: -55.64103vw;
    right: -1.53846vw;
  }
}

.culture-voice-list li:nth-child(2) {
  margin-bottom: 79px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(2) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(2) {
    margin-bottom: 65.12821vw;
  }
}

.culture-voice-list li:nth-child(2) .culture-voice-img {
  width: calc(243% / 1130 * 100);
  bottom: -20px;
  left: -30px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(2) .culture-voice-img {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(2) .culture-voice-img {
    width: 62.5641vw;
    bottom: -53.84615vw;
    left: 1.79487vw;
  }
}

.culture-voice-list li:nth-child(3) {
  margin-bottom: 91px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(3) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(3) {
    margin-bottom: 64.10256vw;
  }
}

.culture-voice-list li:nth-child(3) .culture-voice-img {
  width: calc(245% / 1130 * 100);
  bottom: -29px;
  right: -8px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(3) .culture-voice-img {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(3) .culture-voice-img {
    width: 62.82051vw;
    bottom: -57.4359vw;
    right: -1.53846vw;
  }
}

.culture-voice-list li:nth-child(4) {
  margin-bottom: 79px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(4) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(4) {
    margin-bottom: 62.05128vw;
  }
}

.culture-voice-list li:nth-child(4) .culture-voice-img {
  width: calc(226% / 1130 * 100);
  bottom: -30px;
  left: -30px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(4) .culture-voice-img {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(4) .culture-voice-img {
    width: 57.94872vw;
    bottom: -58.46154vw;
    left: 0;
  }
}

.culture-voice-list li:nth-child(5) {
  margin-bottom: 91px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(5) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(5) {
    margin-bottom: 54.87179vw;
  }
}

.culture-voice-list li:nth-child(5) .culture-voice-img {
  width: calc(204% / 1130 * 100);
  bottom: -42px;
  right: 25px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(5) .culture-voice-img {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(5) .culture-voice-img {
    width: 52.30769vw;
    bottom: -46.92308vw;
    right: -2.05128vw;
  }
}

.culture-voice-list li:nth-child(6) .culture-voice-img {
  width: calc(238% / 1130 * 100);
  bottom: -43px;
  left: -30px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-list li:nth-child(6) .culture-voice-img {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .culture-voice-list li:nth-child(6) .culture-voice-img {
    width: 61.02564vw;
    bottom: -62.05128vw;
    left: 2.82051vw;
  }
}

.culture-voice-fukidashi {
  border-radius: 84px;
  background: #F3F2EB;
  position: relative;
}

@media (min-width: 768px) {
  .culture-voice-fukidashi {
    width: calc(907% / 1130 * 100);
    padding: 20px 55px 25px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-fukidashi {
    padding: 20px 40px 25px;
  }
}

@media (max-width: 767px) {
  .culture-voice-fukidashi {
    border-radius: 20px;
    padding: 7.69231vw;
  }
}

@media (min-width: 768px) {
  .culture-voice-fukidashi::before {
    position: absolute;
    content: "";
    background: transparent url(../img/リアルな声.png) no-repeat center center/contain;
    width: 163px;
    height: 43px;
    top: 15px;
    right: 60px;
  }
}

@media (max-width: 1024px) {
  .culture-voice-fukidashi::before {
    display: none;
  }
}

.culture-voice-fukidashi::after {
  position: absolute;
  content: "";
  background: transparent url(../img/fukidashi.svg) no-repeat center center/contain;
  width: 53px;
  height: 46px;
}

@media (min-width: 768px) {
  .culture-voice-fukidashi::after {
    top: 50%;
    transform: translateY(-40%);
  }
}

.culture-voice-img {
  position: absolute;
}

.culture-voice-subtitle {
  font-size: 26px;
  font-weight: bold;
  color: #274BD9;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .culture-voice-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .culture-voice-subtitle {
    font-size: 5.64103vw;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.45455;
  }
}

.culture-voice-txt {
  font-size: 18px;
  line-height: 1.88889;
  letter-spacing: 0.038em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .culture-voice-txt {
    font-size: 4.10256vw;
    line-height: 1.875;
  }
}

/* bg04 
----------------------------*/
.gray-bg04 {
  background: #fff;
  border: 30px solid #F1F0F0;
  padding: 98px 0 100px;
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .gray-bg04 {
    border-width: 5.12821vw;
    padding: 13.33333vw 0 11.79487vw;
    margin-bottom: 30px;
  }
}

/* culture-initiative
--------------------------*/
.culture-initiative {
  margin-bottom: 60px;
}

.culture-initiative .inner {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .culture-initiative .inner {
    padding: 0 3.58974vw;
  }
}

.culture-initiative-inner {
  background: #F3F2EB;
  border-radius: 20px;
  padding: 50px 50px 60px;
}

@media (max-width: 767px) {
  .culture-initiative-inner {
    border-radius: 10px;
    padding: 10.25641vw 4.61538vw 8.71795vw;
  }
}

.culture-initiative-title {
  text-align: center;
  color: #274BD9;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .culture-initiative-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .culture-initiative-title {
    font-size: 30px;
    line-height: 1.33333;
    letter-spacing: 0;
    margin-bottom: 10.25641vw;
  }
}

.culture-initiative-title span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1024px) {
  .culture-initiative-title span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .culture-initiative-title span {
    font-size: 3.84615vw;
    letter-spacing: 0.04em;
  }
}

.culture-initiative-title span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/culture-initiative_accent.svg) no-repeat center center/contain;
  width: 11px;
  height: 28px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .culture-initiative-title span::before {
    width: 1.53846vw;
    height: 3.58974vw;
    left: -2.5641vw;
  }
}

.culture-initiative-title span::after {
  position: absolute;
  content: "";
  background: transparent url(../img/culture-initiative_accent.svg) no-repeat center center/contain;
  width: 11px;
  height: 28px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}

@media (max-width: 767px) {
  .culture-initiative-title span::after {
    width: 1.53846vw;
    height: 3.58974vw;
    right: -2.05128vw;
  }
}

.culture-initiative-list li {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .culture-initiative-list li {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .culture-initiative-list li {
    margin-bottom: 12.82051vw;
  }
}

.culture-initiative-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .culture-initiative-list-inner {
    width: calc(747% / 1100 * 100);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .culture-initiative-list-inner {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .culture-initiative-list-img {
    width: calc(300% / 1100 * 100);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .culture-initiative-list-img {
    width: 45%;
  }
}

.culture-initiative-list-title {
  color: #3652c1;
  font-weight: 500;
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3652c1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .culture-initiative-list-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .culture-initiative-list-title {
    font-size: 6.15385vw;
    padding-bottom: 2.5641vw;
    margin-bottom: 5.12821vw;
    text-align: center;
    line-height: 1.375;
  }
}

.culture-initiative-list-txt {
  font-size: 18px;
  line-height: 1.77778;
  letter-spacing: 0.038em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .culture-initiative-list-txt {
    font-size: 4.61538vw;
    margin-bottom: 7.69231vw;
  }
}

/* culture-support
--------------------------*/
.culture-support {
  margin-bottom: 60px;
}

.culture-support .inner {
  max-width: 1200px;
}

.culture-support-inner {
  background: #F3F2EB;
  border-radius: 20px;
  padding: 70px 100px 188px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .culture-support-inner {
    padding: 70px 30px 100px;
  }
}

@media (max-width: 767px) {
  .culture-support-inner {
    border-radius: 10px;
    padding: 10.25641vw 4.61538vw 8.71795vw;
  }
}

.culture-support-title {
  font-size: 50px;
  font-weight: bold;
  color: #274bd9;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .culture-support-title {
    font-size: 7.17949vw;
    margin-bottom: 7.69231vw;
  }
}

.culture-support-txt {
  max-width: 850px;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .culture-support-txt {
    font-size: 4.10256vw;
    margin-bottom: 7.69231vw;
  }
}

@media (min-width: 768px) {
  .culture-support-list {
    display: flex;
  }
}

.culture-support-list-txt {
  line-height: 1.75;
  letter-spacing: 0.038em;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .culture-support-col {
    width: calc(33.333% - 39px * 2 / 3);
    margin-right: 39px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .culture-support-col {
    width: calc(33.333% - 15px * 2 / 3);
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .culture-support-col {
    margin-bottom: 45px;
  }
}

.culture-support-col:nth-child(3n) {
  margin-right: 0;
}

.culture-support-col:last-child {
  margin-bottom: 0;
}

.culture-support-img {
  margin-bottom: 15px;
}

.culture-support-img img {
  border-radius: 8px;
}

.culture-support-subtitle {
  color: #2d8ed5;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .culture-support-subtitle {
    font-size: 4.61538vw;
  }
}

.culture-support-info li {
  background: #FDFFF5;
  border: 1px solid #2d8ed5;
  border-radius: 20px;
  color: #2d8ed5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px 5px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .culture-support-info li {
    font-size: 3.58974vw;
  }
}

/* career
--------------------------*/
.career .inner {
  max-width: 1200px;
}

.career-inner {
  background: #F3F2EB;
  border-radius: 20px;
  padding: 70px 100px 100px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .career-inner {
    padding: 70px 30px 100px;
  }
}

@media (max-width: 767px) {
  .career-inner {
    border-radius: 10px;
    padding: 10.25641vw 4.61538vw 8.71795vw;
  }
}

.career-title {
  font-size: 50px;
  font-weight: bold;
  color: #274bd9;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .career-title {
    font-size: 7.17949vw;
    margin-bottom: 7.69231vw;
  }
}

.career-txt {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .career-txt {
    font-size: 4.61538vw;
    line-height: 2;
  }
}

.career-img {
  margin-bottom: 101px;
}

@media (max-width: 767px) {
  .career-img {
    margin-bottom: 15.38462vw;
  }
}

.career .expert {
  background: #fff;
  border-radius: 8px;
  padding: 25px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .career .expert {
    padding: 12.82051vw 3.84615vw 5.38462vw;
  }
}

.career .expert:after {
  position: absolute;
  content: "";
  background: transparent url(../img/先輩の声.png) no-repeat center center/contain;
  width: 145px;
  height: 44px;
  top: -31px;
  left: 0;
}

@media (max-width: 767px) {
  .career .expert:after {
    width: 28.71795vw;
    height: 8.97436vw;
    top: -5.12821vw;
  }
}

@media (min-width: 768px) {
  .career .expert-inner {
    width: 78%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .career .expert-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .career .expert-img {
    width: 20%;
    position: absolute;
    top: -25%;
    right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .career .expert-img {
    top: -5%;
  }
}

@media (max-width: 1024px) {
  .career .expert-img {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
}

.career .expert-title {
  font-size: 36px;
  font-weight: bold;
  color: #274bd9;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .career .expert-title {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .career .expert-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .career .expert-title {
    font-size: 7.69231vw;
    margin-bottom: 20px;
  }
}

.career .expert-title span {
  background: linear-gradient(transparent 75%, #FEEE26 75%, #FEEE26 95%, transparent 95%);
  display: inline;
}

.career .expert-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #2d8ed5;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .career .expert-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .career .expert-subtitle {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .career .expert-subtitle {
    font-size: 5.38462vw;
    line-height: 1.36364;
    text-align: center;
    margin: 0 -10px 10px;
  }
}

.career .expert-txt {
  line-height: 1.75;
  letter-spacing: 0.038em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .career .expert-txt {
    margin-bottom: 20px;
  }
}

/* welfare
--------------------------*/
.welfare {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .welfare {
    margin-bottom: 80px;
  }
}

.welfare .inner {
  max-width: 1000px;
}

.welfare-title {
  font-size: 50px;
  font-weight: bold;
  color: #274bd9;
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .welfare-title {
    font-size: 7.69231vw;
    margin-bottom: 10.25641vw;
  }
}

.welfare-table {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .welfare-table {
    margin-bottom: 40px;
  }
}

/* company-about
----------------------*/
.company-about {
  background: #fff;
  padding-bottom: 115px;
}

@media (max-width: 767px) {
  .company-about {
    padding-bottom: 60px;
  }
}

.company-about-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .company-about-title {
    margin-bottom: 30px;
    line-height: 1.53125;
  }
}

.company-about-txt {
  text-align: center;
  font-size: 22px;
  line-height: 2.72727;
  font-weight: bold;
}

@media (min-width: 768px) {
  .company-about-txt {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .company-about-txt {
    font-size: 4.61538vw;
    line-height: 2.22222;
    font-weight: 500;
  }
}

/* company-ceo
----------------------*/
.company-ceo {
  background: #3652c1;
  color: #fff;
  padding: 50px 0 58px;
}

@media (max-width: 767px) {
  .company-ceo {
    padding: 20px 0 56px;
  }
}

.company-ceo .inner {
  position: relative;
  max-width: 960px;
}

@media (min-width: 768px) {
  .company-ceo .inner {
    padding-left: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-ceo .inner {
    padding-left: 30px;
  }
}

.company-ceo-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .company-ceo-title {
    font-size: 5.64103vw;
    margin-bottom: 31.79487vw;
  }
}

.company-ceo-inner {
  position: absolute;
  bottom: -58px;
  right: 0;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .company-ceo-inner {
    right: -1.28205vw;
    bottom: auto;
    top: -5.64103vw;
  }
}

.company-ceo-img {
  max-width: 311px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-ceo-img {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .company-ceo-img {
    max-width: 47.94872vw;
  }
}

.company-ceo-name {
  font-size: 14px;
  text-align: right;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .company-ceo-name {
    margin-bottom: 0;
  }
}

.company-ceo-name span {
  font-size: 16px;
  display: block;
}

.company-ceo-btn {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: fit-content;
  padding-left: 67px;
  position: relative;
  margin-bottom: 22px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-ceo-btn {
    font-size: 20px;
    padding-left: 45px;
  }
}

@media (max-width: 767px) {
  .company-ceo-btn {
    font-size: 4.61538vw;
    padding-left: 15.12821vw;
  }
}

.company-ceo-btn span {
  font-size: 16px;
}

@media (max-width: 767px) {
  .company-ceo-btn span {
    font-size: 3.33333vw;
    margin-left: 2.5641vw;
  }
}

.company-ceo-btn:last-child {
  margin-bottom: 0;
}

.company-ceo-btn:hover {
  color: #ffb43c;
  opacity: 1;
}

.company-ceo-btn:hover::before {
  background-image: url(../img/arrow_circle_r_orange.svg);
}

.company-ceo-btn::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_circle_r_wh.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-ceo-btn::before {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .company-ceo-btn::before {
    width: 9.74359vw;
    height: 9.74359vw;
  }
}

@media (max-width: 767px) {
  .company-ceo-btn-wrapper {
    margin-right: auto;
  }
}

/* gray-bg05
-----------------------*/
.gray-bg05 {
  border: 30px solid #F1F0F0;
}

@media (max-width: 767px) {
  .gray-bg05 {
    border-width: 5.12821vw;
  }
}

/* company-pride
----------------------*/
.company-logo {
  position: absolute;
  background-size: 617px 617px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .company-logo {
    background-size: 77.17949vw 77.17949vw;
  }
}

.company-pride {
  position: relative;
  padding: 0 0 215px;
}

@media (max-width: 767px) {
  .company-pride {
    padding-bottom: 16.66667vw;
  }
}

.company-pride-title {
  padding-top: 192px;
  max-width: 452px;
  margin: 0 auto 90px;
}

@media (max-width: 767px) {
  .company-pride-title {
    padding-top: 30vw;
    max-width: 58.97436vw;
    margin-bottom: 12.82051vw;
  }
}

.company-pride-txt {
  font-size: 20px;
  line-height: 2.2;
  max-width: 648px;
  margin: 0 auto 220px;
}

@media (max-width: 767px) {
  .company-pride-txt {
    font-size: 4.61538vw;
    line-height: 1.88889;
    margin-bottom: 30.25641vw;
  }
}

.company-pride-txt01 {
  max-width: 448px;
  margin-bottom: 169px;
}

@media (max-width: 767px) {
  .company-pride-txt01 {
    max-width: 61.28205vw;
    margin-bottom: 83.84615vw;
  }
}

.company-pride-txt02 {
  max-width: 368px;
  margin-left: auto;
  margin-bottom: 286px;
}

@media (max-width: 767px) {
  .company-pride-txt02 {
    max-width: 67.94872vw;
    margin-bottom: 95.38462vw;
  }
}

.company-pride-txt03 {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .company-pride-txt03 {
    left: 10%;
    margin-bottom: 176px;
  }
}

@media (max-width: 767px) {
  .company-pride-txt03 {
    max-width: 279px;
    margin-bottom: 75.38462vw;
  }
}

.company-pride-txt04 {
  max-width: 748px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .company-pride-txt04 {
    max-width: 71.53846vw;
  }
}

/* company-activity
---------------------------*/
.company-activity {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .company-activity {
    padding-top: 12.82051vw;
    padding-bottom: 12.82051vw;
  }
}

.company-activity .inner {
  max-width: 1100px;
}

@media (max-width: 767px) {
  .company-activity .inner {
    padding: 0 3.58974vw;
  }
}

.company-activity-wrapper {
  background: linear-gradient(to bottom, transparent 72px, #F3F2EB 72px);
  max-width: 1000px;
  margin: 0 auto 50px;
}

@media (min-width: 768px) {
  .company-activity-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 57px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-activity-wrapper {
    padding-right: 30px;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, transparent 50px, #F3F2EB 50px);
  }
}

@media (max-width: 767px) {
  .company-activity-wrapper {
    margin-bottom: 10.25641vw;
    padding-bottom: 7.69231vw;
    background: linear-gradient(to bottom, transparent 35%, #F3F2EB 35%);
  }
}

.company-activity-subtitle01 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-activity-subtitle01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .company-activity-subtitle01 {
    font-size: 5.12821vw;
    text-align: center;
    margin-bottom: 5.12821vw;
  }
}

.company-activity-subtitle02 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-activity-subtitle02 {
    font-size: 18px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .company-activity-subtitle02 {
    font-size: 5.12821vw;
    margin-left: 6.41026vw;
    margin-bottom: 2.5641vw;
  }
}

.company-activity-list li {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 26px;
  margin-left: 40px;
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-activity-list li {
    margin-left: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .company-activity-list li {
    font-size: 4.10256vw;
    padding-left: 5.38462vw;
    margin-left: 6.15385vw;
    margin-bottom: 2.5641vw;
  }
}

.company-activity-list li:last-child {
  margin-bottom: 0;
}

.company-activity-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/dia.svg) no-repeat center center/contain;
  width: 13px;
  height: 13px;
  left: 0;
  top: 7px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-activity-list li::before {
    top: 6px;
  }
}

@media (max-width: 767px) {
  .company-activity-list li::before {
    width: 3.33333vw;
    height: 3.33333vw;
    top: 1.53846vw;
  }
}

.company-activity-img {
  max-width: 444px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-activity-img {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .company-activity-img {
    max-width: 68.97436vw;
    margin: 0 auto 2.5641vw;
  }
}

.company-activity-txt {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .company-activity-txt {
    font-size: 4.61538vw;
    line-height: 1.88889;
  }
}

/* company-omoi
---------------------------*/
.company-omoi {
  background: #fff;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .company-omoi {
    padding-bottom: 15.38462vw;
  }
}

.company-omoi .inner {
  max-width: 1100px;
}

@media (max-width: 767px) {
  .company-omoi .inner {
    padding: 0 3.58974vw;
  }
}

.company-omoi-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .company-omoi-title {
    margin-bottom: 2.5641vw;
  }
}

.company-omoi-title span {
  position: relative;
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .company-omoi-title span::after {
    position: absolute;
    content: "";
    background: transparent url(../img/company_omoi_sp.png) no-repeat center center/contain;
    width: 151px;
    height: 123px;
    right: -15px;
    bottom: -5px;
  }
}

@media (max-width: 767px) {
  .company-omoi-title span::after {
    width: 38.71795vw;
    height: 31.53846vw;
    bottom: -3.84615vw;
  }
}

@media (min-width: 768px) {
  .company-omoi-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (max-width: 1024px) {
  .company-omoi-inner {
    width: 100%;
  }
}

.company-omoi-list li {
  letter-spacing: 0.038em;
  background: #F3F2EB;
  border-radius: 84px;
  position: relative;
  padding: 27.5px 36px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .company-omoi-list li {
    font-size: 4.10256vw;
    line-height: 1.75;
    letter-spacing: 0.038em;
    border-radius: 10px;
    padding: 5.12821vw;
    margin-bottom: 4.10256vw;
  }
}

.company-omoi-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .company-omoi-list li::after {
    position: absolute;
    content: "";
    background: transparent url(../img/fukidashi.svg) no-repeat center center/contain;
    width: 30px;
    height: 26px;
    right: -10px;
    bottom: 10px;
    transform: rotate(20deg);
  }
}

@media (max-width: 1024px) {
  .company-omoi-list li::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .company-omoi-img {
    width: calc(208% / 1000 * 100);
  }
}

@media (max-width: 1024px) {
  .company-omoi-img {
    display: none;
  }
}

/* company-region
---------------------------*/
.company-region {
  background: #fff;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .company-region {
    padding-bottom: 15.38462vw;
  }
}

.company-region .inner {
  max-width: 1100px;
}

@media (max-width: 767px) {
  .company-region .inner {
    padding: 0 3.58974vw;
  }
}

.company-region-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .company-region-title {
    margin-bottom: 5.12821vw;
  }
}

.company-region-txt {
  max-width: 1000px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.88889;
}

@media (max-width: 767px) {
  .company-region-txt {
    margin-bottom: 12.82051vw;
    font-size: 4.61538vw;
  }
}

.company-region-list {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .company-region-list {
    display: flex;
  }
}

@media (min-width: 768px) {
  .company-region-list li {
    width: calc(33.333% - 39px * 2 / 3);
    margin-right: 39px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-region-list li {
    width: calc(33.333% - 15px * 2 / 3);
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .company-region-list li {
    margin-bottom: 10.25641vw;
  }
}

.company-region-list li:nth-child(3n) {
  margin-right: 0;
}

.company-region-list li:last-child {
  margin-bottom: 0;
}

.company-region-list-img {
  margin-bottom: 15px;
}

.company-region-list-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #2D8ED5;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .company-region-list-title {
    font-size: 4.61538vw;
  }
}

.company-region-list-txt {
  line-height: 1.75;
  margin-bottom: 0;
  letter-spacing: 0.038em;
}

@media (max-width: 767px) {
  .company-region-list-txt {
    font-size: 4.10256vw;
  }
}

/* company
---------------------------*/
.company {
  background: #fff;
  padding-top: 137px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .company {
    padding-top: 20.51282vw;
    padding-bottom: 20.51282vw;
  }
}

/* interview-ceo-nav
--------------------------*/
.interview-ceo-nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 38px;
  background: #F3F2EB;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .interview-ceo-nav {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-ceo-nav {
    display: block;
    padding: 24px 22px 30px;
  }
}

@media (max-width: 767px) {
  .interview-ceo-nav {
    padding: 6.15385vw 5.64103vw 7.69231vw;
  }
}

.interview-ceo-nav-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: #2d8ed5;
  text-align: center;
}

@media (min-width: 768px) {
  .interview-ceo-nav-title {
    margin-right: 35px;
    width: 134px;
    height: 134px;
    line-height: 134px;
    border-radius: 50%;
  }
}

@media (max-width: 1024px) {
  .interview-ceo-nav-title {
    margin: 0 auto 30px;
    font-size: 18px;
    border-radius: 20px;
    padding: 15px 30px;
    width: 100%;
    height: auto;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .interview-ceo-nav-title {
    font-size: 4.61538vw;
    padding: 2.5641vw 3.84615vw;
    margin-bottom: 5.12821vw;
  }
}

@media (min-width: 768px) {
  .interview-ceo-nav ul {
    display: flex;
    gap: 55px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .interview-ceo-nav ul {
    justify-content: center;
  }
}

.interview-ceo-nav ul li a {
  font-size: 22px;
  color: #2d8ed5;
  font-weight: 500;
}

@media (max-width: 767px) {
  .interview-ceo-nav ul li a {
    font-size: 5.12821vw;
  }
}

/* interview-ceo
--------------------------*/
.interview-ceo {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .interview-ceo {
    margin-bottom: 48px;
  }
}

.interview-ceo .inner {
  max-width: 1100px;
}

@media (max-width: 767px) {
  .interview-ceo .inner {
    padding: 0 7.69231vw;
  }
}

.interview-ceo-list li {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .interview-ceo-list li {
    margin-bottom: 10.25641vw;
  }
}

.interview-ceo-list li:last-child {
  margin-bottom: 0;
}

.interview-ceo-list-title {
  padding-bottom: 15px;
  margin-bottom: 43px;
  display: flex;
}

@media (max-width: 767px) {
  .interview-ceo-list-title {
    padding-bottom: 2.5641vw;
    margin-bottom: 20px;
  }
}

.interview-ceo-list-title .en02 {
  font-size: 50px;
  font-weight: bold;
  color: #1361DA;
  margin-right: 18px;
  line-height: 1;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .interview-ceo-list-title .en02 {
    font-size: 10.25641vw;
    margin-right: 2.5641vw;
    top: -0.51282vw;
  }
}

@media (max-width: 767px) {
  .interview-ceo-list-title-inner {
    font-size: 5.64103vw;
    line-height: 1.54545;
  }
}

@media (min-width: 768px) {
  .interview-ceo-list-inner {
    display: flex;
    justify-content: space-between;
  }
}

.interview-ceo-list-txt {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.038em;
}

@media (min-width: 768px) {
  .interview-ceo-list-txt {
    width: calc(583% / 1100 * 100);
  }
}

@media (max-width: 767px) {
  .interview-ceo-list-txt {
    font-size: 4.61538vw;
    line-height: 1.88889;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .interview-ceo-list-img {
    width: calc(480% / 1100 * 100);
  }
}

/* ceo-history
----------------------*/
.ceo-history {
  background: #3652c1;
  padding: 94px 0 98px;
}

@media (max-width: 767px) {
  .ceo-history {
    padding: 30px 0;
  }
}

.ceo-history .inner {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .ceo-history .inner {
    padding: 0 7.69231vw;
  }
}

.ceo-history-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 100px 30px 120px;
}

@media (max-width: 767px) {
  .ceo-history-wrapper {
    padding: 30px 5.12821vw 20px;
  }
}

.ceo-history-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #274bd9;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .ceo-history-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.ceo-history-title span {
  font-size: 50px;
  font-weight: bold;
  display: block;
}

@media (max-width: 767px) {
  .ceo-history-title span {
    font-size: 8.20513vw;
  }
}

.ceo-history-txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.72727;
  letter-spacing: 0.038em;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .ceo-history-txt {
    font-size: 4.61538vw;
    line-height: 2;
    margin: 0 auto 50px;
  }
}

.ceo-history-table {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .ceo-history-table {
    padding-right: 3.07692vw;
  }
}

@media (min-width: 768px) {
  .ceo-history-table:after {
    position: absolute;
    content: "";
    background: #274bd9;
    width: 1px;
    height: 100%;
    top: 0;
    left: 48px;
  }
}

.ceo-history-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .ceo-history-row {
    margin-bottom: 3.84615vw;
  }
}

.ceo-history-row:first-child .ceo-history-img {
  position: relative;
}

@media (max-width: 767px) {
  .ceo-history-row:first-child .ceo-history-img {
    width: 11.28205vw;
  }
}

.ceo-history-row:first-child .ceo-history-img:after {
  position: absolute;
  content: "";
  background: transparent url(../img/1961-2.png) no-repeat center center/contain;
  width: 65px;
  height: 65px;
  left: 49px;
  top: 64px;
}

@media (max-width: 767px) {
  .ceo-history-row:first-child .ceo-history-img:after {
    width: 7.4359vw;
    height: 7.4359vw;
    left: 5.64103vw;
    top: 7.17949vw;
  }
}

@media (min-width: 768px) {
  .ceo-history-head {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .ceo-history-head {
    margin-right: 5.12821vw;
    display: flex;
    flex-direction: column-reverse;
  }
}

.ceo-history-img {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ceo-history-img {
    width: 98px;
    height: 98px;
    margin-right: 32px;
  }
}

@media (max-width: 767px) {
  .ceo-history-img {
    width: 12.30769vw;
  }
}

.ceo-history-year {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #274bd9;
}

@media (max-width: 767px) {
  .ceo-history-year {
    font-size: 4.61538vw;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

.ceo-history-inner {
  position: relative;
}

@media (min-width: 768px) {
  .ceo-history-inner {
    top: 33px;
  }
}

.ceo-history-txt02 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.038em;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ceo-history-txt02 {
    font-size: 4.10256vw;
    line-height: 1.625;
    margin-bottom: 2.5641vw;
  }
}

.ceo-history-bg {
  background: #FFFBE6;
  border-radius: 8px;
  padding: 20px 36px;
  margin-bottom: 15px;
  width: fit-content;
}

@media (max-width: 767px) {
  .ceo-history-bg {
    padding: 2.5641vw;
    font-size: 3.58974vw;
    line-height: 1.57143;
    margin-bottom: 2.5641vw;
  }
}

.ceo-history-list {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ceo-history-list {
    margin-bottom: 2.5641vw;
  }
}

.ceo-history-list li {
  position: relative;
  line-height: 2.25;
  letter-spacing: 0.038em;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .ceo-history-list li {
    font-size: 3.58974vw;
    line-height: 1.57143;
    padding-left: 5.12821vw;
  }
}

.ceo-history-list li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid #67B3EA;
  border-right: 0;
  left: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .ceo-history-list li::before {
    border-top: 2.05128vw solid transparent;
    border-bottom: 2.05128vw solid transparent;
    border-left: 2.30769vw solid #67B3EA;
    top: 1.28205vw;
  }
}

/* recruit
------------------------*/
.recruit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .recruit {
    margin-bottom: 60px;
  }
}

.recruit-title {
  font-size: 34px;
  line-height: 1.76471;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .recruit-title {
    font-size: 8.20513vw;
    line-height: 1.53125;
    margin-bottom: 30px;
  }
}

.recruit-txt01 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 2.09091;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .recruit-txt01 {
    font-size: 4.61538vw;
    line-height: 2.22222;
  }
}

.recruit-txt02 {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.64286;
}

@media (max-width: 767px) {
  .recruit-txt02 {
    font-size: 5.12821vw;
  }
}

@media (min-width: 768px) {
  .recruit-list {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

.recruit-list li {
  width: 320px;
  height: 320px;
  background: #67B3EA;
  color: #fff;
  border-radius: 50%;
  font-size: 31px;
  line-height: 1.45161;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .recruit-list li {
    width: 220px;
    height: 220px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .recruit-list li {
    margin: 0 auto 70px;
  }
}

.recruit-list li:nth-child(2) {
  background: #86C6F4;
}

/* recruit-message
--------------------*/
.recruit-message {
  padding: 100px 0 120px;
  color: #fff;
  background: #67B3EA;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .recruit-message {
    padding: 80px 0 20px;
    margin-bottom: 60px;
  }
}

.recruit-message .inner {
  max-width: 1100px;
}

.recruit-message-title {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .recruit-message-title {
    font-size: 7.17949vw;
    line-height: 1.42857;
    margin-bottom: 8.97436vw;
  }
}

.recruit-message-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/message.png) no-repeat center center/contain;
  width: 476px;
  height: 97px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

@media (max-width: 767px) {
  .recruit-message-title::after {
    width: 81.53846vw;
    height: 16.66667vw;
    top: -8.20513vw;
  }
}

.recruit-message-title span {
  position: relative;
  z-index: 2;
}

.recruit-message-wrapper {
  display: flex;
}

@media (min-width: 768px) {
  .recruit-message-wrapper {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .recruit-message-wrapper {
    flex-direction: column-reverse;
  }
}

.recruit-message-inner {
  font-weight: 500;
}

@media (min-width: 768px) {
  .recruit-message-inner {
    font-size: 18px;
    letter-spacing: 0.038em;
    width: calc(583% / 1100 * 100);
  }
}

@media (max-width: 767px) {
  .recruit-message-inner {
    font-size: 4.61538vw;
    line-height: 1.88889;
    letter-spacing: 0.03em;
  }
}

@media (min-width: 768px) {
  .recruit-message-img {
    width: calc(480% / 1100 * 100);
  }
}

@media (max-width: 767px) {
  .recruit-message-img {
    margin-bottom: 8.97436vw;
  }
}

/* requirements
------------------*/
.requirements {
  margin-bottom: 120px;
  /* タブ全体を囲むコンテナの設定 */
  /* 各タブボタンの設定 */
  /* タブボタンのホバーおよび選択状態のスタイル */
  /* ラジオボタン自体は非表示 */
  /* タブコンテンツのスタイル */
  /* 選択されたタブのコンテンツを表示 */
}

@media (max-width: 767px) {
  .requirements {
    margin-bottom: 80px;
  }
}

.requirements-list li {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .requirements-list li {
    margin-bottom: 7.69231vw;
  }
}

.requirements-list li:last-child {
  margin-bottom: 0;
}

.requirements-list li a {
  display: block;
  border: 1px solid #274bd9;
  border-radius: 15px;
  padding: 15px 30px;
}

@media (max-width: 767px) {
  .requirements-list li a {
    padding: 5.12821vw;
  }
}

.requirements-list-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .requirements-list-title {
    font-size: 20px;
  }
}

.requirements-list div {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .requirements-list div {
    margin-bottom: 5.12821vw;
  }
}

.requirements-list div:last-child {
  margin-bottom: 0;
}

.requirements-list-subtitle {
  font-weight: 500;
}

@media (max-width: 767px) {
  .requirements-list-subtitle {
    font-size: 16px;
  }
}

.requirements-list-txt {
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .requirements-list-txt {
    font-size: 16px;
  }
}

.requirements .tab-switch {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 0 5px;
  position: relative;
}

@media (max-width: 767px) {
  .requirements .tab-switch {
    gap: 0 1px;
  }
}

.requirements .tab-switch:after {
  position: absolute;
  content: "";
  background: #274bd9;
  width: 100%;
  height: 2px;
  top: 49px;
  left: 0;
}

@media (max-width: 767px) {
  .requirements .tab-switch:after {
    top: 10.25641vw;
  }
}

.requirements .tab-switch > label {
  order: -1;
  position: relative;
  padding: 7.5px 42px;
  background-color: #fff;
  color: #274bd9;
  border: 1px solid #274bd9;
  text-align: center;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: 0.3s all;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .requirements .tab-switch > label {
    font-size: 3.58974vw;
    padding: 1.28205vw 5.12821vw;
  }
}

.requirements .tab-switch > label:hover,
.requirements .tab-switch label:has(:checked) {
  background-color: #274bd9;
  /* ホバー/選択時の背景色 */
  color: #fff;
  /* ホバー/選択時の文字色 */
}

.requirements .tab-switch input {
  display: none;
  /* 見た目に表示されないようにする */
}

.requirements .tab-switch > div {
  display: none;
  width: 100%;
  padding-top: 43px;
}

@media (max-width: 767px) {
  .requirements .tab-switch > div {
    padding-top: 0;
  }
}

.requirements .tab-switch label:has(:checked) + div {
  display: block;
}

@media (max-width: 767px) {
  .requirements-table table {
    border-top: none;
  }
}

/* news
--------------------*/
.news {
  margin-top: 26px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .news {
    margin-top: 40px;
  }
}

.news .inner {
  max-width: 1200px;
}

.news-title {
  color: #3652c1;
  position: relative;
  text-align: center;
  font-size: 53px;
  font-weight: bold;
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .news-title {
    font-size: 7.17949vw;
    line-height: 1.42857;
    margin-bottom: 12.82051vw;
  }
}

.news-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/news.png) no-repeat center center/contain;
  width: 430px;
  height: 146px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

@media (max-width: 767px) {
  .news-title::after {
    width: 55.12821vw;
    height: 18.71795vw;
    top: -3.84615vw;
  }
}

.news-title span {
  position: relative;
  z-index: 2;
}

.news .news-list {
  margin-bottom: 87px;
}

@media (max-width: 767px) {
  .news .news-list {
    margin-bottom: 45px;
  }
}

/* single,page
---------------------------*/
.article,
.page {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .article,
  .page {
    margin-bottom: 100px;
  }
}

.article-head,
.page-head {
  margin-bottom: 80px;
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .article-head,
  .page-head {
    margin-bottom: 50px;
  }
}

.article-date,
.page-date {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
}

.article-title,
.page-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.article-thumbnail,
.page-thumbnail {
  max-width: 820px;
  margin: 0 auto 70px;
}

.article-thumbnail img,
.page-thumbnail img {
  height: auto;
}

.article-inner,
.page-inner {
  word-break: break-all;
  margin-bottom: 60px;
}

.article-inner img,
.page-inner img {
  height: auto;
  margin-bottom: 50px;
}

.article-inner p,
.page-inner p {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .article-inner p,
  .page-inner p {
    margin-bottom: 30px;
  }
}

.article-inner h1,
.page-inner h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.article-inner h2,
.page-inner h2 {
  font-weight: 500;
  font-size: 24px;
  border-bottom: 1px solid #274bd9;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.article-inner h3,
.page-inner h3 {
  font-weight: 500;
  font-size: 22px;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.article-inner h4,
.page-inner h4 {
  font-size: 22px;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding: 10px 0;
  line-height: 1.4;
}

.article-inner h5,
.page-inner h5 {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.article-inner h6,
.page-inner h6 {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.article-inner a,
.page-inner a {
  text-decoration: underline;
}

.article-inner ol,
.page-inner ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

.article-inner ol li,
.page-inner ol li {
  list-style-type: decimal !important;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.article-inner blockquote,
.page-inner blockquote {
  background: #fff;
  margin-bottom: 30px;
  padding: 1em;
}

@media (max-width: 767px) {
  .article-inner blockquote,
  .page-inner blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

.article-inner blockquote > :first-child,
.page-inner blockquote > :first-child {
  margin-top: 0;
}

.article-inner blockquote > :last-child,
.page-inner blockquote > :last-child {
  margin-bottom: 0;
}

.article-inner ul,
.page-inner ul {
  margin-bottom: 30px;
}

.article-inner ul li,
.page-inner ul li {
  position: relative;
  padding-left: 20px;
}

.article-inner ul li::before,
.page-inner ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.article-inner figure,
.page-inner figure {
  text-align: center;
  margin-bottom: 30px;
}

.article-inner h1 + p,
.article-inner h2 + p,
.article-inner h3 + p,
.article-inner h4 + p,
.article-inner h5 + p,
.article-inner h6 + p,
.page-inner h1 + p,
.page-inner h2 + p,
.page-inner h3 + p,
.page-inner h4 + p,
.page-inner h5 + p,
.page-inner h6 + p {
  margin-top: 0;
}

.news-btn {
  color: #274bd9;
  font-weight: 500;
  letter-spacing: 0.08em;
  border: 1px solid #274bd9;
  border-radius: 24px;
  display: block;
  width: fit-content;
  padding: 6.5px 71px 6.5px 73px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news-btn {
    padding: 6.5px 51px 6.5px 53px;
  }
}

.prevnext-box {
  position: relative;
  height: 47px;
}

.prevnext-box .prevnext {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_blue.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.prevnext-box .prevnext a {
  display: block;
  width: 16px;
  height: 16px;
}

.prevnext-box .prevnext.prev {
  left: 0;
}

.prevnext-box .prevnext.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

/* page-nav
---------------------------*/
.page-nav {
  text-align: center;
}

.page-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.page-nav .wp-pagenavi div {
  width: fit-content;
  margin: 0 auto;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  font-weight: 500;
  border: none;
  text-align: center;
  display: inline-block;
  color: #AFAFAF;
  line-height: 1;
  position: relative;
}

@media (min-width: 768px) {
  .page-nav .wp-pagenavi a,
  .page-nav .wp-pagenavi span {
    font-size: 18px;
    margin: 0 0.75em;
  }
}

@media (max-width: 767px) {
  .page-nav .wp-pagenavi a,
  .page-nav .wp-pagenavi span {
    margin: 0 15px;
  }
}

.page-nav .wp-pagenavi a:last-child::after,
.page-nav .wp-pagenavi span:last-child::after {
  position: absolute;
  content: "｜";
  right: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}

.page-nav .wp-pagenavi a::before,
.page-nav .wp-pagenavi span::before {
  position: absolute;
  content: "｜";
  left: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}

.page-nav .wp-pagenavi .current {
  color: #000;
}

.page-nav .wp-pagenavi .current::after {
  color: #000;
}

.page-nav .wp-pagenavi .current + .larger:before {
  color: #000;
}

/* contact
--------------------*/
.entry {
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .entry {
    margin-bottom: 80px;
  }
}

.entry .inner {
  max-width: 850px;
}

.entry-title {
  color: #3652c1;
  position: relative;
  text-align: center;
  font-size: 53px;
  font-weight: bold;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .entry-title {
    font-size: 7.4359vw;
    line-height: 1.42857;
    margin-bottom: 10.25641vw;
  }
}

.entry-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/entry.png) no-repeat center center/contain;
  width: 474px;
  height: 146px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

@media (max-width: 767px) {
  .entry-title::after {
    width: 67.4359vw;
    height: 20.76923vw;
    top: -5.12821vw;
  }
}

.entry-title span {
  position: relative;
  z-index: 2;
}

.entry-txt {
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .entry-txt {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767px) {
  .entry-txt {
    font-size: 4.61538vw;
    margin-bottom: 50px;
  }
}

.entry-subtitle {
  color: #3652c1;
  font-size: 28px;
  font-weight: bold;
  border-top: 1px solid #3652c1;
  border-bottom: 1px solid #3652c1;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
  .entry-subtitle {
    font-size: 6.15385vw;
    padding: 2.5641vw;
    margin-bottom: 3.84615vw;
  }
}

.entry-tel {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .entry-tel {
    margin-bottom: 10.25641vw;
  }
}

.entry-tel p {
  margin-bottom: 0;
}

.entry-tel-number {
  font-size: 58px;
  font-weight: 500;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .entry-tel-number {
    font-size: 12.30769vw;
  }
}

.entry-tel-txt {
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  .entry-tel-txt {
    font-size: 4.10256vw;
  }
}

.entry-table {
  padding-bottom: 70px;
  border-bottom: 1px solid #274bd9;
  margin-top: 60px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .entry-table {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}

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

.entry-table table tr td {
  text-align: left;
  word-break: break-all;
  display: block;
  width: 100%;
}

.entry-table table tr td p {
  margin-bottom: 0;
}

.entry-table table tr td:nth-child(1) {
  font-weight: 500;
  padding-bottom: 15px;
  letter-spacing: 0.08em;
  font-size: 18px;
}

.entry-table table tr td:nth-child(1) .label {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .entry-table table tr td:nth-child(1) .label {
    display: block;
  }
}

@media (max-width: 767px) {
  .entry-table table tr td:nth-child(1) .label-inner {
    display: flex;
    align-items: center;
  }
}

.entry-table table tr td:nth-child(1) .required {
  font-size: 14px;
  background: #C30D23;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 3px 15px;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
}

@media (max-width: 767px) {
  .entry-table table tr td:nth-child(1) .required {
    font-size: 12px;
    margin-right: 10px;
    padding: 2px 15px;
  }
}

.entry-table table tr td:nth-child(1) .ninni {
  font-size: 14px;
  background: #969696;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 3px 15px;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
}

@media (max-width: 767px) {
  .entry-table table tr td:nth-child(1) .ninni {
    font-size: 12px;
    margin-right: 10px;
    padding: 2px 15px;
  }
}

.entry-table table tr td:nth-child(2) {
  padding-bottom: 30px;
}

.entry .desc {
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .entry .desc {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .entry .desc {
    display: block;
    margin-top: 5px;
  }
}

.entry input[type="text"],
.entry input[type="email"],
.entry input[type="tel"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
  height: 70px;
  font-size: 18px;
  padding: 0 36px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media (max-width: 767px) {
  .entry input[type="text"],
  .entry input[type="email"],
  .entry input[type="tel"] {
    height: 60px;
    padding: 0 15px;
  }
}

.entry input[type="text"]:hover,
.entry input[type="email"]:hover,
.entry input[type="tel"]:hover {
  border: 1px solid #000;
  cursor: pointer;
}

.entry input[type="text"]:focus,
.entry input[type="email"]:focus,
.entry input[type="tel"]:focus {
  outline: none;
  border: 1px solid #000;
}

.entry input[type="text"]::placeholder,
.entry input[type="email"]::placeholder,
.entry input[type="tel"]::placeholder {
  color: #BEBEBE;
}

.entry textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
  font-size: 18px;
  padding: 15px 36px;
  min-height: 181px;
}

@media (max-width: 767px) {
  .entry textarea {
    padding: 15px;
  }
}

.entry textarea:hover {
  border: 1px solid #000;
  cursor: pointer;
}

.entry textarea:focus {
  outline: none;
  border: 1px solid #000;
}

.entry textarea::placeholder {
  color: #BEBEBE;
}

.entry .wpcf7-checkbox,
.entry .wpcf7-radio {
  display: flex;
}

@media (min-width: 768px) {
  .entry .wpcf7-checkbox,
  .entry .wpcf7-radio {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .entry .wpcf7-checkbox,
  .entry .wpcf7-radio {
    flex-direction: column;
  }
}

.entry .wpcf7-checkbox .wpcf7-list-item,
.entry .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #D9D9D9;
}

@media (min-width: 768px) {
  .entry .wpcf7-checkbox .wpcf7-list-item,
  .entry .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 18px / 2);
    margin-right: 18px;
    margin-bottom: 17px;
  }
}

.entry .wpcf7-checkbox .wpcf7-list-item:nth-child(2n),
.entry .wpcf7-radio .wpcf7-list-item:nth-child(2n) {
  margin-right: 0;
}

.entry .wpcf7-checkbox label,
.entry .wpcf7-radio label {
  display: block;
}

.entry input[type="checkbox"] {
  display: none;
  appearance: none;
}

.entry input[type="radio"] {
  display: none;
  appearance: none;
}

.entry input[type="checkbox"] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .entry input[type="checkbox"] ~ span {
    padding: 10px 15px 10px 67px;
  }
}

.entry input[type="radio"] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .entry input[type="radio"] ~ span {
    padding: 18.5px 15px 18.5px 67px;
  }
}

.entry input[type="checkbox"] ~ span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}

.entry input[type="radio"] ~ span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C9C9C9;
}

.entry input[type="checkbox"] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DB9B0B;
}

.entry input[type="radio"] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #274bd9;
}

.entry input[type="checkbox"]:checked ~ span::after {
  opacity: 1;
}

.entry input[type="radio"]:checked ~ span::after {
  opacity: 1;
}

.entry .form-btn {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}

.entry .form-btn input[type="submit"],
.entry .form-btn input[type="button"] {
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  position: relative;
  background: #274bd9;
  color: #fff;
  border-radius: 35px;
  font-weight: bold;
  width: fit-content;
  padding: 22px 116px;
  margin: 0 auto;
  border: 1px solid #274bd9;
}

@media (max-width: 767px) {
  .entry .form-btn input[type="submit"],
  .entry .form-btn input[type="button"] {
    font-size: 18px;
    padding: 20px 26.15385vw;
  }
}

.entry .form-btn input[type="submit"].back_button,
.entry .form-btn input[type="button"].back_button {
  background: #fff;
  color: #274bd9;
}

.entry .form-btn input[type="submit"]:disabled,
.entry .form-btn input[type="button"]:disabled {
  background: transparent;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  cursor: disabled;
}

.entry .form-privacy {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 93px;
}

@media (min-width: 768px) {
  .entry .form-privacy {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .entry .form-privacy {
    font-feature-settings: "palt";
    width: fit-content;
    margin: 0 auto 80px;
  }
}

.entry .form-privacy a {
  text-decoration: underline;
  color: #DB9B0B;
}

.entry .form-privacy .wpcf7-list-item {
  margin: 0;
}

.entry .form-privacy .wpcf7-list-item-label {
  padding-left: 72px;
}

@media (max-width: 767px) {
  .entry .form-privacy .wpcf7-list-item-label {
    padding-left: 46px;
  }
}

@media (max-width: 767px) {
  .entry .form-privacy input[type="checkbox"] ~ span::before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .entry .form-privacy input[type="checkbox"] ~ span::after {
    left: 8px;
  }
}

.thanks {
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .thanks {
    margin-bottom: 80px;
  }
}

.thanks-txt {
  font-weight: 500;
}

@media (min-width: 768px) {
  .thanks-txt {
    font-size: 18px;
    line-height: 1.94444;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .thanks-txt {
    font-size: 4.61538vw;
    line-height: 2.22222;
    margin-bottom: 70px;
  }
}

.thanks-btn {
  color: #274bd9;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-radius: 35px;
  border: 1px solid #274bd9;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 106px;
}

@media (max-width: 767px) {
  .thanks-btn {
    font-size: 4.61538vw;
    padding: 18px 23.07692vw;
  }
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* footer-entry
----------------------------*/
.footer-entry {
  padding-top: 200px;
  padding-bottom: 240px;
}

@media (max-width: 767px) {
  .footer-entry {
    padding-top: 76px;
    padding-bottom: 91px;
  }
}

.footer-entry.page-footer-entry {
  background: #67B3EA;
  position: relative;
}

@media (max-width: 767px) {
  .footer-entry.page-footer-entry {
    padding-top: 80px;
    padding-bottom: 136px;
  }
}

.footer-entry.page-footer-entry:before {
  position: absolute;
  content: "";
  background: transparent url(../img/logo_l-blue.svg) no-repeat center center/contain;
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .footer-entry.page-footer-entry:before {
    width: 616px;
    height: 616px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .footer-entry.page-footer-entry:before {
    width: 499px;
    height: 499px;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer-entry.page-footer-entry .inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-entry.page-footer-entry .footer-entry-title {
    margin-bottom: 50px;
  }
}

.footer-entry.page-footer-entry a {
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  display: block;
  color: #274bd9;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 45px 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-entry.page-footer-entry a {
    font-size: 7.17949vw;
    padding: 24px 15px;
  }
}

.footer-entry .inner {
  max-width: 908px;
}

.footer-entry-title {
  max-width: 448px;
  margin: 0 auto 123px;
}

@media (max-width: 767px) {
  .footer-entry-title {
    max-width: 249px;
    margin-bottom: 69px;
  }
}

@media (min-width: 768px) {
  .footer-entry-list {
    display: flex;
  }
}

@media (min-width: 768px) {
  .footer-entry-list li {
    width: calc(50% - 58px / 2);
    margin-right: 58px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-entry-list li {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .footer-entry-list li {
    margin-bottom: 29px;
  }
}

.footer-entry-list li:nth-child(2n) {
  margin-right: 0;
}

.footer-entry-list li:last-child {
  margin-bottom: 0;
}

.footer-entry-list li a {
  background: #fff;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.16);
  display: block;
  color: #274bd9;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 45px 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-entry-list li a {
    font-size: 19px;
    padding: 37px 15px;
  }
}

/* fixed-entry
-------------------------*/
.fixed-entry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.35);
  padding: 12px 15px 11px;
}

@media (min-width: 768px) {
  .fixed-entry {
    display: none;
  }
}

.fixed-entry a {
  background: #ff9d00;
  color: #fff;
  border-radius: 30px;
  display: block;
  max-width: 311px;
  margin: 0 auto;
  padding: 8.5px 15px;
  line-height: 1.1;
  text-align: center;
}

.fixed-entry a .en01 {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 900;
}

.fixed-entry a .jp {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* footer
----------------------------*/
.footer {
  background: #274bd9;
  color: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 111px;
  }
}

.footer .inner {
  max-width: 1240px;
}

@media (min-width: 768px) {
  .footer .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .footer-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .footer-right {
    width: 55%;
  }
}

.footer-title {
  max-width: 274px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .footer-title {
    max-width: 275px;
    margin: 0 auto 20px;
  }
}

.footer-address {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-address {
    line-height: 1.6875;
    text-align: center;
  }
}

.footer-tel {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
}

@media (max-width: 767px) {
  .footer-tel {
    font-size: 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}

.footer-time {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .footer-time {
    margin-bottom: 30px;
    text-align: center;
  }
}

.footer-corporate {
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  width: fit-content;
  color: #fff;
  padding-right: 26px;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .footer-corporate {
    display: block;
    width: fit-content;
    margin: 0 auto 30px;
  }
}

.footer-corporate::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.footer-nav {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .footer-nav {
    display: flex;
    justify-content: flex-end;
  }
}

.footer-nav-col {
  padding: 0 30px;
  border-right: 1px solid #5d77e2;
}

.footer-nav-col:first-child {
  padding-left: 0;
}

.footer-nav-col:last-child {
  padding-right: 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-nav-col li {
  margin-bottom: 5px;
}

.footer-nav-col li:last-child {
  margin-bottom: 0;
}

.footer-nav-col li a {
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
}

.footer-nav-col li .child {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .footer-nav-col li .child {
    margin-top: 15px;
  }
}

.footer-nav-col li .child ul {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-nav-col li .child ul {
    position: relative;
  }
}

.footer-nav-col li .child ul li {
  padding: 0 1em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-nav-col li .child ul li {
    margin-bottom: 2.5641vw;
    padding: 0 0.75em;
  }
}

.footer-nav-col li .child ul li::before {
  display: none;
}

.footer-nav-col li .child ul li::after {
  position: absolute;
  content: "｜";
  left: -0.5em;
  color: #3d3732;
  top: 50%;
  transform: translateY(-50%);
}

.footer-nav-col li .child ul li:last-child::before {
  display: block;
  position: absolute;
  content: "｜";
  right: -0.5em;
  left: auto;
  color: #3d3732;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  width: unset;
  height: unset;
  border-radius: unset;
}

.footer-nav-col li .child ul li a span {
  font-weight: 400;
  letter-spacing: 0;
}

.footer-nav-col .child {
  padding-top: 5px;
  padding-left: 15px;
}

.footer-nav-col .child li {
  margin-bottom: 10px;
  position: relative;
}

.footer-nav-col .child li::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 1px;
  left: 0;
  top: 10px;
}

.footer-nav-col .child li a {
  padding-left: 15px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.footer-nav-col .child li a span {
  font-size: 13px;
}

.footer-privacy {
  display: block;
  text-align: right;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

.footer-copyright {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-copyright {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
}

/* 404 */
.entry-404 {
  margin-top: 150px;
  text-align: center;
}

@media (max-width: 767px) {
  .entry-404 {
    margin-top: 100px;
  }
}

.entry-404-head {
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .entry-404-head {
    font-size: 30px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.eael-posted-on:before {
  display: none;
}

/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform-origin: center center;
}

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

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0);
    /* 全体表示 */
  }
}

@keyframes topFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes topHeader {
  from {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  to {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
}

body.home::before {
  content: "";
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: topFadeOut 1s linear forwards;
  animation-delay: 0.5s;
}

body.home header.header {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  animation: topHeader 1s linear forwards;
  animation-delay: 4.5s;
}
