@charset "UTF-8";
/*------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

/* IE10以降 游ゴシック文字ずれ対応 */
html.ie,
html.ie input,
html.ie textarea,
html.ie select,
html.ie button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  margin: 0;
  background: #fff;
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #4095c1;
  text-decoration: none;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  padding: 0 5px;
  border: 1px solid #707070;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
}

dl,
dt,
dd {
  margin: 0;
}

select {
  width: 100%;
  padding: 1px 5px 0;
  background-color: #fff;
  line-height: 1.5;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

main {
  display: block;
}

.outer-block {
  min-width: 940px;
}

.inner-block {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

#wrapper {
  position: relative;
  min-height: 100%;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url("../font/PTSansCaption-Bold.eot");
  src: url("../font/PTSansCaption-Bold.woff") format("woff"), url("../font/PTSansCaption-Bold.ttf") format("truetype");
  font-family: PTSansCaption;
  font-weight: bold;
}

@font-face {
  src: url("../font/PTSansCaption-Regular.eot");
  src: url("../font/PTSansCaption-Regular.woff") format("woff"), url("../font/PTSansCaption-Regular.ttf") format("truetype");
  font-family: PTSansCaption;
  font-weight: normal;
}

.sec-block-ttl .en,
.page-ttl-block .en-ttl,
#header .nav-btm .btn-recruit .txt-en,
.page-top .feature-block .txt-box .num,
.block-ttl .en,
.page-top .top-mv-block .txt-en,
.pts {
  font-family: PTSansCaption;
}

/*------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------*/
.bg-blue {
  background-color: #4095c1;
}

.bg-light-blue {
  background-color: #edf1f3;
}

.bg-light-gray {
  background-color: #f6f6f6;
}

.fadein {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/
main {
  padding-right: 270px;
}

.aco-head {
  display: block;
  cursor: pointer;
}

.aco-body {
  display: none;
}

.bold {
  font-weight: bold;
}

.c-btn01 > * {
  display: inline-block;
  position: relative;
  min-width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.c-btn01 > *::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 5px;
  margin: auto;
  content: "";
  transition: all 0.3s ease;
}

.btn-col-bl > * {
  background-color: #4095c1;
  color: #fff;
}

.btn-col-bl > *::after {
  background: url(../img/common/arrow02.svg) no-repeat;
}

.btn-col-wh > * {
  background-color: #fff;
  color: #4095c1;
}

.btn-col-wh > *::after {
  background: url(../img/common/arrow01.svg) no-repeat;
}

.pdf-btn > * {
  position: relative;
}

.pdf-btn > *::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 19px;
  margin: auto;
  background: url(../img/common/ico-pdf_wh.svg) no-repeat;
  background-size: contain;
  content: "";
}

.diag-bg {
  z-index: 0;
  position: relative;
}

.diag-bg::before, .diag-bg::after {
  z-index: -1;
  position: absolute;
  content: "";
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.diag-bg.diag-right::before {
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background: rgba(64, 149, 193, 0.05);
}

.diag-bg.diag-right::after {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  background: rgba(64, 149, 193, 0.1);
}

.diag-bg.diag-left::before {
  -webkit-transform-origin: left top;
  -webkit-transform: skew(-30deg);
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  transform: skew(-30deg);
  transform-origin: left top;
  background: rgba(64, 149, 193, 0.05);
}

.diag-bg.diag-left::after {
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  background: rgba(64, 149, 193, 0.1);
}

.diag-bg.diag-sqare::before {
  top: 140px;
  right: 0;
  width: 60%;
  height: calc(100% - 240px);
  background: #fff;
}

.diag-bg.diag-sqare::after {
  top: 100px;
  left: 0;
  width: 60%;
  height: calc(100% - 260px);
  background: #dbe8ee;
}

.diag-bg.diag-bl::before, .diag-bg.diag-bl::after {
  background: rgba(64, 149, 193, 0.05);
  background: rgba(64, 149, 193, 0.1);
}

.diag-bg.diag-bk::before, .diag-bg.diag-bk::after {
  background: rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.1);
}

.page-ttl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 320px;
  margin: 0;
  background-color: #4095c1;
  background-size: cover;
}

.page-ttl-block::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: '';
}

.page-ttl-block .inner-block {
  z-index: 1;
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
}

.page-ttl-block .inner-block .wrap {
  position: relative;
}

.page-ttl-block .inner-block .wrap .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.page-ttl-block .inner-block .wrap .txt-box .en-ttl {
  margin-bottom: 30px;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.page-ttl-block .inner-block .wrap .txt-box .jp-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.page-ttl-block .inner-block svg {
  width: 100%;
  height: 320px;
}

.bread-wrap {
  background: #e8e8e8;
}

.bread-list {
  width: 900px;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 0;
}

.bread-list li {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-size: 14px;
}

.bread-list li a {
  color: #4095c1;
}

.bread-list li + li {
  margin-left: 25px;
}

.bread-list li + li::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 4px;
  height: 8px;
  margin: auto;
  background: url(../img/common/arrow03.svg) no-repeat;
  content: "";
}

.sec-block {
  padding: 80px 0;
  overflow: hidden;
}

.sec-block-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.sec-block-ttl .en {
  display: inline-block;
  margin-bottom: 15px;
  color: #4095c1;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.sec-block-ttl .jp {
  display: inline-block;
  padding: 5px 10px;
  background-color: #4095c1;
  color: #fff;
}

.sec-block-ttl.ttl-wh .en {
  color: #fff;
}

.sec-block-ttl.ttl-wh .jp {
  background: #fff;
  color: #4095c1;
}

/*modal
----------------------------------------*/
.modal-wrap {
  display: inline-block;
}

.modal-wrap .modal-body {
  display: none;
}

.modal {
  display: block;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container {
  width: auto;
}

.modaal-close {
  position: absolute;
  top: -45px;
  right: -15px;
}

.modaal-close:focus, .modaal-close:hover {
  background: none;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #4095c1;
}

/*c-table01
----------------------------------------*/
.c-table01 th, .c-table01 td {
  padding: 20px;
  line-height: 1.6;
}

.c-table01 th {
  position: relative;
  border-bottom: 1px solid #4095c1;
  text-align: left;
  vertical-align: top;
}

.c-table01 th.required::after {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 5px;
  background-color: #4095c1;
  color: #fff;
  font-size: 13px;
  text-align: center;
  content: "必須";
}

.c-table01 td {
  border-bottom: 1px solid #eee;
}

input[type="text"],
textarea {
  display: block;
  width: 500px;
  padding: 11px 15px;
  border: none;
  border-radius: 0;
  background: #f9f9f9;
  font-size: 16px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

input[type="text"]:focus,
textarea:focus {
  background: #FFF8D8;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 500px;
  height: 150px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

/*c-table02
----------------------------------------*/
.c-table02 th, .c-table02 td {
  position: relative;
  line-height: 2;
}

.c-table02 th {
  padding: 20px;
  vertical-align: top;
}

.c-table02 th::before {
  position: absolute;
  top: 30px;
  right: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4095c1;
  content: "";
}

.c-table02 td {
  padding: 20px 40px;
}

.c-table02 td::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 101%;
  background: #4095c1;
  content: "";
}

.c-table02 td::after {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 94%;
  height: 1px;
  background: #eee;
  content: "";
}

.c-table02 tr:first-child td::before {
  top: 30px;
  height: 90%;
}

.c-table02 tr:last-child th::after {
  position: absolute;
  right: -2px;
  bottom: -25px;
  width: 0;
  height: 0;
  border-width: 0 10px 15px 0;
  border-style: solid;
  border-color: transparent #4095c1 transparent transparent;
  content: "";
}

.c-table02 tr:last-child td::before {
  height: 120%;
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
#header {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100vh;
  padding: 40px 0;
  background-color: #fff;
}

#header .logo {
  margin-bottom: 40px;
  padding: 0 20px;
}

#header .nav-list li a {
  display: block;
  position: relative;
  padding: 12.5px 0;
  color: #4095c1;
  font-size: 15px;
  font-weight: bold;
}

#header .nav-list li a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 5px;
  margin: auto;
  background: url(../img/common/arrow01.svg) no-repeat;
  content: "";
}

#header .nav-list li a.current {
  padding-left: 1em;
  color: #000;
}

#header .nav-list li a.current::after {
  right: -10px;
}

#header .nav-top {
  padding: 0 20px;
}

#header .nav-btm {
  position: relative;
  margin-top: 70px;
  padding: 60px 20px 30px;
  background-color: #4095c1;
}

#header .nav-btm .btn-recruit {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}

#header .nav-btm .btn-recruit a {
  display: block;
  width: 200px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/common/bnr_bg_recruit.jpg) no-repeat;
  background-size: cover;
}

#header .nav-btm .btn-recruit a .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}

#header .nav-btm .btn-recruit a .txt-jp {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#header .nav-btm .btn-recruit a .txt-en {
  margin-top: 10px;
  color: #4095c1;
  font-size: 14px;
  font-weight: bold;
}

#header .nav-btm .nav-list li a {
  color: #fff;
}

#header .nav-btm .nav-list li a::after {
  background: url(../img/common/arrow02.svg) no-repeat;
}

#header .sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 30px 20px 0;
}
#header .sns-wrap a {
  display: flex;
  width: 20%;
}


#header .btn-contact {
  margin-top: 30px;
  text-align: center;
}

#header .btn-contact a {
  width: 230px;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
#footer.outer-block {
  width: calc(100% - 270px);
  background-color: #4095c1;
}

#footer .inner-block {
  width: 100%;
  margin: 0;
}

#footer .copy-box {
  padding: 20px 40px;
}

#footer .copy-box .link {
  float: left;
}

#footer .copy-box .link a {
  color: #fff;
  font-size: 14px;
}

#footer .copy-box .txt {
  float: right;
  color: #fff;
  font-size: 14px;
}

/*pagetop
----------------------------------------*/
#pagetop {
  z-index: 98;
  position: fixed;
  right: 270px;
  bottom: 0;
}

#pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #4095c1;
}

#pagetop a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 28px;
  margin: auto;
  background: url(../img/common/arrow_pagetop.svg) no-repeat;
  background-size: contain;
  content: "";
}

/*------------------------------------------------------------------------------
page-top
------------------------------------------------------------------------------*/
.page-top {
  /* top-parts
  ----------------------------------------*/
  /* top-mv-block
  ----------------------------------------*/
  /* about-block
  ----------------------------------------*/
  /* feature-block
  ----------------------------------------*/
  /* base-block
  ----------------------------------------*/
  /* business-block
  ----------------------------------------*/
  /* recruit-block
  ----------------------------------------*/
}

.block-ttl {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #4095c1;
  font-weight: bold;
}

.block-ttl .en {
  display: block;
  margin-bottom: 20px;
  font-size: 54px;
  letter-spacing: 0.1em;
}

.block-ttl .jp {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}

.block-ttl .jp::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0;
  width: 20px;
  height: 1px;
  margin: auto;
  border: solid 1px #4095c1;
  content: "";
}

.page-top .block-ttl.over {
  z-index: 2;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-top .block-ttl.ttl-wh {
  color: #fff;
}

.page-top .block-ttl.ttl-wh .jp::before {
  border-color: #fff;
}

.page-top .top-mv-block .inner-block {
  width: auto;
  padding: 0;
}

.page-top .top-mv-block .inner-block #slider {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: #000;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .slide-bg-inner {
  position: relative;
  height: 100vh;
  background: no-repeat;
  background-size: cover;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .slide-bg-inner.slide_item1 {
  background-image: url(../img/top/kv_img01.jpg);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .slide-bg-inner.slide_item2 {
  background-image: url(../img/top/kv_img02.jpg);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .slide-bg-inner.slide_item3 {
  background-image: url(../img/top/kv_img03.jpg);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .ttl .txt-main {
  display: block;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .ttl .txt-en {
  display: block;
  font-size: 84px;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .ttl .txt-jp {
  display: block;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.6;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .copy {
  display: inline-block;
  position: relative;
  margin-top: 45px;
  padding: 10px 20px;
  background-color: rgba(64, 149, 193, 0.8);
}

.page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .copy::after {
  display: block;
  position: absolute;
  top: 0;
  right: -34px;
  border-top: 34px solid transparent;
  border-left: 34px solid rgba(64, 149, 193, 0.8);
  content: "";
}

.page-top .about-block {
  padding: 80px 0 50px;
  color: #fff;
}

.page-top .about-block .inner-block {
  padding: 0;
}

.page-top .about-block .wrap .txt-box {
  width: 450px;
}

.page-top .about-block .wrap .txt-box .ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}

.page-top .about-block .wrap .txt-box .txt {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.page-top .about-block .wrap .txt-box .c-btn01 {
  margin-top: 40px;
}

.page-top .about-block .wrap .txt-box .c-btn01 a {
  width: 260px;
}

.page-top .about-block .wrap .photo-box {
  position: absolute;
  top: 0;
  right: 20px;
  width: 380px;
}

.page-top .about-block .wrap .photo-box .img {
  z-index: 0;
  position: relative;
}

.page-top .about-block .wrap .photo-box .img::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 420px;
  background-color: #fff;
  content: "";
}

.page-top .about-block .wrap .photo-box .img img {
  width: 380px;
  height: 420px;
}

.page-top .about-block .wrap .video-box {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 380px;
  height: 214px;
  margin: auto;
}

.page-top .about-block .wrap .video-box video {
  width: 380px;
  height: 214px;
}

.page-top .about-block .wrap .video-box .popup-youtube {
  display: block;
  position: relative;
  overflow: hidden;
}

.page-top .about-block .wrap .video-box .popup-youtube::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/ico_movie.svg) no-repeat center center;
  content: "";
}

.page-top .topics-block {
  padding: 120px 0 0;
}
.page-top .topics-block .bnr-wrap {
  margin-top: 80px;
}
.page-top .topics-block .bnr-wrap .bnr {
  border: 2px solid #4095c1;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
}
.page-top .topics-block .bnr-wrap .bnr::before {
  background: url(../img/common/arrow02.svg) no-repeat center center / contain;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 7px;
  margin: auto;
  z-index: 3;
}
.page-top .topics-block .bnr-wrap .inn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
  height: fit-content;
  text-shadow: 0 0 8px rgba(38,89,165,0.6);
}
.page-top .topics-block .bnr-wrap .en {
  font-family: PTSansCaption;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}
.page-top .topics-block .bnr-wrap .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 20px;
}
.page-top .topics-block .bnr-wrap .en.small {
  font-size: 30px;
}
.page-top .topics-block .bnr-wrap .img {
  width: 100%;
  height: 0;
  padding-top: 45%;
  position: relative;
}
.page-top .topics-block .bnr-wrap .img::before {
  background: #4095c1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.page-top .topics-block .bnr-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 641px) {
  .page-top .topics-block .bnr-wrap {
    display: flex;
    justify-content: space-between;
  }
  .page-top .topics-block .bnr-wrap .bnr {
    width: calc((100% - 60px)/2);
  }
  .page-top .topics-block .bnr-wrap .bnr:hover {
    opacity: 1;
  }
  .page-top .topics-block .bnr-wrap .bnr:hover .img::before {
    opacity: 0.5;
  }
}

/* c-topics-list */
.c-topics-list {
  max-height: 150px;
  overflow-y: auto;
}
.c-topics-list::-webkit-scrollbar {
  width: 10px;
}
.c-topics-list::-webkit-scrollbar-track {
  background-color: #e7e7e7;
}
.c-topics-list::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 4px solid #e7e7e7;
  border-right-width: 2px;
  border-left-width: 2px;
}
.c-topics-list li + li {
  margin-top: 22px;
}
.c-topics-list .inn {
  color: #333;
}
.c-topics-list a .ttl {
  color: #4095c1;
  text-decoration: underline;
  padding-right: 45px;
  position: relative;
}
.c-topics-list a .ttl::before {
  background: url(../img/common/arrow01.svg) no-repeat center center / contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 7px;
  margin: auto;
}
.c-topics-list .ttl-area {
  display: flex;
  align-items: center;
}
.c-topics-list .ttl-area .ttl {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
}
.c-topics-list .ttl-area .tag {
  background: #4095c1;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin-right: 30px;
  padding: 3px 5px;
  text-align: center;
  width: 65px;
}
.c-topics-list .ttl-area .tag + .ttl {
  max-width: calc(100% - 95px);
}
.c-topics-list .date {
  font-size: 14px;
  font-weight: bold;
  width: 130px;
}

@media only screen and (min-width: 641px) {
  .c-topics-list .inn {
    align-items: center;
    display: flex;
  }
  .c-topics-list .ttl-area {
    width: calc(100% - 130px);
  }
  .c-topics-list a:hover {
    opacity: 1;
  }
  .c-topics-list a:hover .ttl {
    text-decoration: none;
  }
}


.page-top .feature-block {
  position: relative;
  margin-top: 120px;
}

.page-top .feature-block .wrap {
  padding: 100px 0;
  overflow: hidden;
}

.page-top .feature-block .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.page-top .feature-block .box-list li {
  width: 286px;
}

.page-top .feature-block .box-list li + li {
  margin-left: 21px;
}

.page-top .feature-block .box-list li a .txt-box {
  position: relative;
  position: relative;
  padding: 40px 20px 50px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-top .feature-block .box-list li a .txt-box::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 25px;
  height: 5px;
  margin: auto;
  background: url(../img/common/arrow01.svg) no-repeat;
  content: "";
  transition: all 0.3s ease;
}

.page-top .feature-block .box-list li a .txt-box .num {
  position: absolute;
  top: -25px;
  left: 20px;
  color: #4095c1;
  font-size: 50px;
  font-weight: bold;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-top .feature-block .box-list li a .txt-box .txt {
  line-height: 1.6;
}

.page-top .base-block {
  position: relative;
  padding: 60px 0;
  background: url(../img/top/bg_base-map.png) no-repeat;
  background-color: #4095c1;
  background-size: auto 100%;
  color: #fff;
}

.page-top .base-block .txt-box {
  width: 50%;
}

.page-top .base-block .txt-box .box-ttl {
  font-size: 18px;
  font-weight: bold;
}

.page-top .base-block .txt-box .txt {
  margin-top: 20px;
  line-height: 1.6;
}

.page-top .base-block .txt-box .c-btn01 {
  margin-top: 40px;
}

.page-top .base-block .txt-box .c-btn01 a {
  width: 260px;
}

.page-top .business-block {
  position: relative;
  margin-top: 120px;
  padding: 180px 0 270px;
}

.page-top .business-block .box-list {
  text-align: center;
}

.page-top .business-block .box-list li {
  display: inline-block;
  width: 700px;
}

.page-top .business-block .box-list li a {
  display: block;
}

.page-top .business-block .box-list li a .photo-box {
  z-index: 0;
  position: relative;
  text-align: center;
}

.page-top .business-block .box-list li a .photo-box .name {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 520px;
  padding: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4095c1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.page-top .business-block .box-list li a .photo-box .name > p {
  position: relative;
}

.page-top .business-block .box-list li a .photo-box .name > p::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 5px;
  margin: auto;
  background: url(../img/common/arrow02.svg) no-repeat;
  content: "";
  transition: all 0.3s ease;
}

.page-top .business-block .box-list li + li {
  margin-top: 60px;
}

.page-top .business-block .box-list li a:hover {
  opacity: 1;
}

.page-top .recruit-block {
  position: relative;
  padding: 80px 0;
}

.page-top .recruit-block::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../img/common/bg_diag_half.svg) no-repeat 100% 0;
  background-size: cover;
  content: '';
}

.page-top .recruit-block .inner-block {
  width: 100%;
}

.page-top .recruit-block .inner-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-top .recruit-block .inner-block .wrap .photo-box {
  width: 50%;
  height: 400px;
  background: url(../img/top/recruit_img01.jpg) no-repeat;
  background-position: right;
  background-size: cover;
}

.page-top .recruit-block .inner-block .wrap .txt-box {
  width: 50%;
  padding-left: 25px;
}

.page-top .recruit-block .inner-block .wrap .txt-box .box-ttl {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}

.page-top .recruit-block .inner-block .wrap .txt-box .txt {
  font-size: 16px;
  line-height: 1.6;
}

.page-top .recruit-block .inner-block .wrap .txt-box .c-btn01 {
  margin-top: 40px;
}

.page-top .recruit-block .inner-block .wrap .txt-box .c-btn01 a {
  width: 260px;
}

/*page-top*/
/*------------------------------------------------------------------------------
page-about
------------------------------------------------------------------------------*/
.page-about .philosophy-block {
  background: url(../img/about/bg.jpg) no-repeat center;
  background-size: cover;
}

.page-about .philosophy-block .ttl {
  margin-bottom: 26px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.page-about .philosophy-block .cont {
  color: #fff;
  line-height: 1.6;
}

.page-about .philosophy-block .cont .head {
  font-size: 22px;
  font-weight: bold;
}

.page-about .access-block {
  background: #4095c1;
}

.page-about .access-block .cont .map {
  width: 490px;
  height: 300px;
}

.page-about .access-block .cont .map iframe {
  width: 100%;
  height: 100%;
}

.page-about .access-block .cont .img {
  position: relative;
  width: 380px;
  height: 400px;
}

.page-about .access-block .address {
  color: #fff;
}

.page-about .access-block .address .txt {
  font-weight: bold;
}

.page-about .access-block .address .info {
  line-height: 1.6;
}

.page-about .phi-list li {
  font-weight: bold;
}

.page-about .phi-list li + li {
  margin-top: 10px;
}

.page-about .pdf-btn {
  margin-top: 40px;
  text-align: center;
}

.page-about .pdf-btn a {
  width: 300px;
}

.page-about .pdf-btn a::before {
  left: 45px;
}

/*------------------------------------------------------------------------------
page-feature
------------------------------------------------------------------------------*/
.page-feature .point-block .item {
  position: relative;
}

.page-feature .point-block .item .num-area {
  font-family: PTSansCaption;
}

.page-feature .point-block .item .num-area .square {
  margin-right: 6px;
  padding: 0px 5px 2px;
  background: #4095c1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.page-feature .point-block .item .num-area .num {
  color: #4095c1;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: sub;
}

.page-feature .point-block .item .cont {
  position: relative;
}

.page-feature .point-block .item .cont .img {
  position: relative;
}

.page-feature .point-block .item .cont .info {
  position: relative;
  text-align: justify;
}

.page-feature .point-block .item .cont .info::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
}

.page-feature .point-block .item .cont .info .ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

.page-feature .point-block .item .cont .info .txt {
  line-height: 1.6;
}

.page-feature .point-block .item01 .cont .info {
  background: #4095c1;
  color: #fff;
}

.page-feature .point-block .item01 .cont .info::before {
  background: #4095c1;
}

.page-feature .point-block .item02 .num-area {
  left: 420px;
}

.page-feature .point-block .item02 .cont .info::before {
  bottom: -146%;
  left: -64%;
  width: 210%;
  height: 100px;
  background: #e3eff6;
}

.page-feature .point-block .item03 .num-area {
  top: 60px;
}

.page-feature .point-block .item03 .cont .info {
  background: #f6f6f6;
}

.page-feature .point-block .item03 .cont .info::before {
  background: #f6f6f6;
}

/*------------------------------------------------------------------------------
page-base
------------------------------------------------------------------------------*/
.page-base {
  /* map-block
  ----------------------------------------*/
  /* link-block
  ----------------------------------------*/
  /* info-block
  ----------------------------------------*/
}

.page-base .map-block {
  position: relative;
  height: 470px;
  padding: 0;
  background: url(../img/base/bg_base-map-name.png) no-repeat center #d9eaf3;
  background-size: 1273px 470px;
}

.page-base .link-block {
  padding: 60px 0;
}

.page-base .link-block .link-list {
  font-size: 0;
}

.page-base .link-block .link-list li {
  display: inline-block;
  margin-right: 20px;
}

.page-base .link-block .link-list li a {
  display: block;
  position: relative;
  width: 164px;
  height: 60px;
  border-radius: 30px;
  background-color: #4095c1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.page-base .link-block .link-list li a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url(../img/common/arrow04.svg) no-repeat;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-base .link-block .link-list li.color-rev a {
  border: solid 1px #4095c1;
  background-color: #fff;
  color: #4095c1;
}

.page-base .link-block .link-list li.color-rev a::after {
  background-image: url(../img/common/arrow05.svg);
}

.page-base .info-block {
  padding: 0;
}

.page-base .info-block .inner-block {
  width: 100%;
}

.page-base .info-block .item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}

.page-base .info-block .item .wrap .txt-box {
  width: 370px;
}

.page-base .info-block .item .wrap .txt-box .box-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
}

.page-base .info-block .item .wrap .txt-box .box-ttl::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #4095c1;
  content: "";
}

.page-base .info-block .item .wrap .txt-box .box-ttl .sub-txt {
  margin-left: 15px;
  color: #4095c1;
}

.page-base .info-block .item .wrap .txt-box .info-list {
  line-height: 1.6;
}

.page-base .info-block .item .wrap .txt-box .info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.page-base .info-block .item .wrap .txt-box .info-list li .ttl {
  width: 85px;
  font-size: 16px;
  font-weight: bold;
}

.page-base .info-block .item .wrap .txt-box .info-list li .txt {
  padding-left: 20px;
  border-left: solid 1px #ccc;
  font-size: 16px;
}

.page-base .info-block .item .wrap .txt-box .tag-list {
  font-size: 0;
}

.page-base .info-block .item .wrap .txt-box .tag-list li {
  display: inline-block;
  padding: 8px 15px;
  border: solid 1px #4095c1;
  color: #4095c1;
  font-size: 14px;
  font-weight: bold;
}

.page-base .info-block .item .wrap .txt-box .tag-list li + li {
  margin-left: 10px;
}

.page-base .info-block .item .wrap .map-box iframe {
  width: 490px;
  height: 300px;
}

/*page-base*/
/*------------------------------------------------------------------------------
page-business
------------------------------------------------------------------------------*/
.page-business .anker-block .inner-block {
  padding: 60px 0;
}

.page-business .anker-block ul .c-btn01 a {
  width: 280px;
}

.page-business .anker-block ul .c-btn01 a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url(../img/common/arrow04.svg) no-repeat;
  content: "";
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-business .item-block + .item-block {
  padding-top: 50px;
}

.page-business .item-block .ttl-area .ttl {
  padding: 20px 0;
  color: #4095c1;
  font-size: 36px;
  font-weight: bold;
}

.page-business .item-block {
  padding: 0 0 50px;
}

.page-business .item-block .cont-area .inner-block {
  padding: 0 0 50px;
}

.page-business .item-block .cont-area .main-photo-area {
  position: relative;
  width: 470px;
  height: 350px;
}

.page-business .item-block .cont-area .main-photo-area .top {
  position: absolute;
  top: -70px;
  left: 0px;
}

.page-business .item-block .cont-area .main-photo-area .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-business .item-block .cont-area .txt-area {
  width: 400px;
  padding-top: 50px;
  text-align: justify;
}

.page-business .item-block .cont-area .txt-area .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.page-business .item-block .cont-area .txt-area .ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #4095c1;
  content: "";
}

.page-business .item-block .cont-area .txt-area .txt {
  line-height: 1.6;
}

.page-business .item-block .cont-area .txt-area .txt + .txt {
  margin-top: 2em;
}

.page-business .item-block .sub-photo-area ul {
  margin-top: 60px;
}

.page-business .item-block .sub-photo-area ul + ul {
  margin-top: 20px;
}

.page-business .item-block .sub-photo-area .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-business .item-block .sub-photo-area .column .modal-wrap + .modal-wrap {
  margin-top: 20px;
}

.page-business .item-block .tag-area {
  margin-top: 50px;
  padding: 30px;
  background: #fff;
}

.page-business .item-block .tag-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-business .item-block .tag-area ul li {
  width: 152px;
  padding: 22px 0;
  border-radius: 10px;
  background: #d9eaf3;
  color: #4095c1;
  font-weight: bold;
  text-align: center;
}

.page-business .item-block .tag-area ul li + li {
  margin-left: 20px;
}

/*------------------------------------------------------------------------------
page-recruit
------------------------------------------------------------------------------*/
.page-recruit .type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-recruit .type-list a {
  display: block;
  position: relative;
}

.page-recruit .type-list a .btn {
  position: relative;
  padding: 20px;
  background: #f6f6f6;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-recruit .type-list a .btn::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 25px;
  height: 5px;
  margin: auto;
  background: url(../img/common/arrow01.svg) no-repeat;
  content: "";
  transition: all 0.3s ease;
}

.page-recruit .btn-apply {
  position: relative;
}

.page-recruit .btn-apply::before, .page-recruit .btn-apply::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
}

.page-recruit .btn-apply::before {
  z-index: 1;
  top: 50px;
  left: 60px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

.page-recruit .btn-apply::after {
  right: 60px;
  bottom: 50px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.page-recruit .btn-apply .box {
  position: relative;
}

.page-recruit .btn-apply .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 149, 193, 0.7);
  content: "";
}

.page-recruit .btn-apply .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 180px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.page-recruit .btn-apply .txt::before, .page-recruit .btn-apply .txt::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-recruit .btn-apply .txt::before {
  top: -10px;
  right: -10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.page-recruit .btn-apply .txt::after {
  bottom: -10px;
  left: -10px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}

.page-recruit .btn-apply .txt img {
  display: inline-block;
  margin-left: 10px;
}

.page-recruit .btn-apply .box {
  position: relative;
  background: url(../img/recruit/img04.jpg) no-repeat;
  background-size: cover;
}

.page-recruit .message-block {
  position: relative;
  background: repeating-linear-gradient(-26deg, #66aacd 0, #66aacd 690px, #5c99b8 690px, #5c99b8 2240px);
}

.page-recruit .message-block .ceo {
  position: relative;
}

.page-recruit .message-block .ceo .message {
  padding: 30px;
  background: #fff;
}

.page-recruit .message-block .ceo .message .ttl {
  margin-bottom: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-size: 32px;
  font-weight: bold;
}

.page-recruit .message-block .ceo .message .txt {
  line-height: 1.6;
}

.page-recruit .message-block .ceo .message .name {
  margin-top: 10px;
  color: #4095c1;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-size: 18px;
  text-align: right;
}

.page-recruit .message-block .ceo .message .name .t-small {
  color: #2e6b8a;
  font-size: 16px;
}

.page-recruit .message-block .point-txt {
  font-weight: bold;
}

.page-recruit .message-block .company-txt {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.page-recruit .flow-block {
  background: #f6f6f6;
}

.page-recruit .flow-block .flow-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #fff;
}

.page-recruit .flow-block .flow-list li::before {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 26px 15px 0 15px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  content: "";
}

.page-recruit .flow-block .flow-list li + li {
  margin-top: 80px;
}

.page-recruit .flow-block .flow-list li:last-child:before {
  content: none;
}

.page-recruit .flow-block .flow-list li .num {
  width: 100px;
  font-family: PTSansCaption;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.page-recruit .flow-block .flow-list li .txt {
  width: 800px;
  padding-right: 100px;
  border-left: 1px solid #fff;
  font-weight: bold;
  text-align: center;
}

.page-recruit .flow-block .flow-list li:nth-child(odd) {
  background: #2e6b8a;
}

.page-recruit .flow-block .flow-list li:nth-child(even) {
  background: #4095c1;
}

.page-recruit .banner-block {
  padding: 20px 0;
}

.page-recruit .banner-block .banner {
  position: relative;
  width: 100%;
}

.page-recruit .banner-block .banner + .banner {
  margin-top: 20px;
}

.page-recruit .banner-block .banner .en {
  z-index: 1;
  position: absolute;
  bottom: -16px;
  left: -16px;
  color: #fff;
  font-family: PTSansCaption;
  font-size: 120px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
  opacity: 0.2;
}

.page-recruit .banner-block .banner:nth-child(2) .en {
  right: 0;
  left: auto;
}

.page-recruit .banner-block .bnr {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-recruit .banner-block .bnr:hover .ttl {
  letter-spacing: 0.1em;
}

.page-recruit .banner-block .ttl {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-recruit .banner-block .comment {
  position: relative;
  font-size: 0;
}

.page-recruit .banner-block .comment .t-white, .page-recruit .banner-block .comment .t-blue {
  padding: 8px 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3.1;
}

.page-recruit .banner-block .comment .t-white {
  background: #4095c1;
  color: #fff;
}

.page-recruit .banner-block .comment .t-blue {
  background: #fff;
  color: #4095c1;
}

.page-recruit .banner-block .bnr01 {
  background: url(../img/recruit/bnr01.jpg) no-repeat center;
  background-size: cover;
}

.page-recruit .banner-block .bnr02 {
  background: url(../img/recruit/bnr02.jpg) no-repeat center;
  background-size: cover;
}

.page-recruit .banner-block .bnr03 {
  background: url(../img/recruit/bnr03.jpg) no-repeat center;
  background-size: cover;
}

/*------------------------------------------------------------------------------
page-recruit/voice
------------------------------------------------------------------------------*/
.page-voice .pagenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.page-voice .pagenav .info {
  margin-top: 20px;
  text-align: center;
}

.page-voice .pagenav .info .name {
  color: #4095c1;
  font-weight: bold;
}

.page-voice .pagenav a .img {
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
}

.page-voice .pagenav a .img img {
  -webkit-transition: .2s;
  transition: .2s;
}

.page-voice .pagenav a:hover .img {
  background: #4095c1;
}

.page-voice .pagenav a:hover .img img {
  opacity: 0.5;
}

.page-voice .member-block {
  padding: 0 0 80px;
}

.page-voice .member-block .catch-area {
  height: 420px;
}

.page-voice .member-block .catch-area .inner-block {
  padding: 138px 390px 138px 0;
}

.page-voice .member-block .catch-area .inner-block .txt {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding: 20px 30px;
  background: #4095c1;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.page-voice .member-block .catch-area .inner-block .txt + .txt {
  margin-top: 20px;
}

.page-voice .member-block .catch-area .inner-block .txt::before, .page-voice .member-block .catch-area .inner-block .txt::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.page-voice .member-block .catch-area .inner-block .txt::before {
  left: -20px;
  border-width: 0 0 62px 20px;
  border-color: transparent transparent #4095c1 transparent;
}

.page-voice .member-block .catch-area .inner-block .txt::after {
  right: -20px;
  border-width: 62px 20px 0 0;
  border-color: #4095c1 transparent transparent transparent;
}

.page-voice .member-block .name-area {
  padding: 40px 0;
  background: #4095c1;
  color: #fff;
}

.page-voice .member-block .name-area .group {
  margin-bottom: 20px;
}

.page-voice .member-block .name-area .name {
  font-size: 20px;
  font-weight: bold;
}

.page-voice .member-block .name-area .year {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  font-size: 20px;
}

.page-voice .member01 .catch-area {
  background: url(../img/recruit/voice/member01-01.jpg) no-repeat center;
  background-size: cover;
}

.page-voice .member02 .catch-area {
  background: url(../img/recruit/voice/member02-01.jpg) no-repeat center;
  background-size: cover;
}

.page-voice .member03 .catch-area {
  background: url(../img/recruit/voice/member03-01.jpg) no-repeat center;
  background-size: cover;
}

.page-voice .member-block .column {
  position: relative;
}

.page-voice .member-block .column:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-voice .member-block .column .txt-area {
  position: relative;
}

.page-voice .member-block .column .txt-area .ttl {
  position: relative;
  margin-bottom: 16px;
  padding: 46px 0 30px;
  color: #4095c1;
  font-size: 20px;
  font-weight: bold;
}

.page-voice .member-block .column .txt-area .ttl::before {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #4095c1;
  content: "";
}

.page-voice .member-block .column .txt-area .txt {
  line-height: 1.6;
}

.page-voice .message-box {
  width: 700px;
  margin: 0 auto;
  padding: 30px;
  background: #f6f6f6;
  -webkit-box-shadow: 10px 10px #4095c1;
          box-shadow: 10px 10px #4095c1;
  text-align: center;
}

.page-voice .message-box .ttl {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #4095c1;
  font-weight: bold;
}

.page-voice .message-box .ttl::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #4095c1;
  content: "";
}

.page-voice .message-box .txt {
  line-height: 1.6;
}

/*------------------------------------------------------------------------------
page-recruit/flow
------------------------------------------------------------------------------*/
.page-flow {
  /* link-block
  ----------------------------------------*/
  /* date-block
  ----------------------------------------*/
}

.page-flow .link-block .link-list {
  font-size: 0;
  text-align: center;
}

.page-flow .link-block .link-list li {
  display: inline-block;
}

.page-flow .link-block .link-list li a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  background-color: #4095c1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.page-flow .link-block .link-list li a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url(../img/common/arrow04.svg) no-repeat;
  content: "";
}

.page-flow .link-block .link-list li + li {
  margin-left: 20px;
}

.page-flow .date-block {
  padding: 0;
}

.page-flow .date-block#info-ware .ttl-box {
  background-image: url(../img/recruit/flow/bg_date_ware.jpg);
}

.page-flow .date-block#info-drive .ttl-box {
  background-image: url(../img/recruit/flow/bg_date_drive.jpg);
}

.page-flow .date-block#info-drive .item:nth-child(even) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-flow .date-block#info-drive .item:nth-child(odd) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-flow .date-block .ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-flow .date-block .ttl-box .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.page-flow .date-block .time-ttl {
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
  color: #4095c1;
  font-family: PTSansCaption;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.page-flow .date-block .item {
  position: relative;
  padding: 80px 0;
}

.page-flow .date-block .item::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d9eaf3;
  content: "";
}

.page-flow .date-block .item:nth-child(odd) {
  background-color: #f6f6f6;
}

.page-flow .date-block .item:nth-child(even) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-flow .date-block .item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.6;
}

.page-flow .date-block .item .wrap .txt-box .box-ttl {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #4095c1;
  color: #4095c1;
  font-size: 20px;
  font-weight: bold;
}

.page-flow .date-block .item .wrap .txt-box .txt {
  font-size: 16px;
}

.page-flow .date-block .point-area {
  background-color: #d9eaf3;
}

.page-flow .date-block .point-area .wrap {
  position: relative;
  width: 900px;
  margin: auto;
  padding: 130px 0 80px;
}

.page-flow .date-block .point-area .wrap .sec-block-ttl {
  position: absolute;
  top: -30px;
}

.page-flow .date-block .point-area .box-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-flow .date-block .point-area .desc-box {
  position: relative;
  width: 435px;
}

.page-flow .date-block .point-area .desc-box .box-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4095c1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.page-flow .date-block .point-area .desc-box .txt {
  padding: 50px 20px 20px 20px;
  border: solid 1px #4095c1;
  line-height: 1.6;
}

/*page-flow*/
/*------------------------------------------------------------------------------
page-recruit/system
------------------------------------------------------------------------------*/
.page-system .head-block {
  padding: 80px 0 0;
}

.page-system .intro-block {
  padding: 40px 0;
  background: #d9eaf3;
  line-height: 1.6;
}

.page-system .sec-block .sub-box .sub {
  line-height: 1.6;
}

.page-system .coaching-block .gray-box {
  position: relative;
  padding: 50px 80px 30px 25px;
  background: #f6f6f6;
}

.page-system .coaching-block .gray-box .ttl {
  margin-bottom: 16px;
  color: #4095c1;
  font-size: 20px;
  font-weight: bold;
}

.page-system .coaching-block .gray-box .txt {
  line-height: 1.6;
  text-align: justify;
}

.page-system .coaching-block .gray-box.opposite {
  margin: 0 0 0 auto;
  background: #fff;
}

.page-system .coaching-block .sub-box {
  margin: 100px auto 0;
}

.page-system .coaching-block .sub-box .sub {
  padding: 10px;
  background: #e8e8e8;
  text-align: center;
}

.page-system .coaching-block .sub-box + .sub-box {
  margin-top: 40px;
}

.page-system .coaching-block.diag-left {
  background: #f6f6f6;
}

.page-system .training-block {
  background: #66aacd;
}

.page-system .training-block .txt-area {
  color: #fff;
  line-height: 1.6;
}

.page-system .training-block .txt-area .ttl {
  font-size: 20px;
  font-weight: bold;
}

.page-system .slider-block {
  background: #4095c1;
}

.page-system .slider-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-list01 li {
  position: relative;
  padding: 35px 0;
  background: #66aacd;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-list01 li::before, .c-list01 li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.05;
}

.c-list01 li::before {
  width: 0;
  height: 0;
  border-width: 90px 0 0 66px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

.c-list01 li::after {
  width: 0;
  height: 0;
  border-width: 90px 66px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/*------------------------------------------------------------------------------
page-faq
------------------------------------------------------------------------------*/
.page-faq {
  /* qa-block
  ----------------------------------------*/
}

.page-faq .qa-block .q-list li {
  border-bottom: solid 1px #eee;
  line-height: 1.6;
}

.page-faq .qa-block .q-list li .q-txt {
  position: relative;
  padding: 25px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-faq .qa-block .q-list li .q-txt::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4095c1;
  font-family: PTSansCaption;
  font-size: 30px;
  content: "Q";
}

.page-faq .qa-block .q-list li .a-txt {
  position: relative;
  padding: 25px;
  padding-left: 60px;
  font-size: 16px;
}

.page-faq .qa-block .q-list li .a-txt::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  font-family: PTSansCaption;
  font-size: 30px;
  content: "A";
}

.page-faq .qa-block .q-list li .aco-head {
  position: relative;
}

.page-faq .qa-block .q-list li .aco-head.is-open .q-txt {
  background-color: #4095c1;
  color: #fff;
}

.page-faq .qa-block .q-list li .aco-head.is-open .q-txt::before {
  color: #fff;
}

.page-faq .qa-block .q-list li .aco-head.is-open::before, .page-faq .qa-block .q-list li .aco-head.is-open::after {
  background-color: #fff;
}

.page-faq .qa-block .q-list li .aco-head.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.page-faq .qa-block .q-list li .aco-head::before, .page-faq .qa-block .q-list li .aco-head::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background: #4095c1;
  content: "";
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-faq .qa-block .q-list li .aco-head::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*page-faq*/
/*------------------------------------------------------------------------------
page-contact
------------------------------------------------------------------------------*/
.page-contact .contact-ttl {
  color: #4095c1;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.page-contact.confirm .head-block, .page-contact.thanks .head-block {
  padding: 40px 0 40px;
}

.page-contact.confirm .form-block .c-btn01 {
  margin-top: 30px;
  text-align: center;
}

.page-contact.confirm .form-block .c-btn01 > a + a {
  margin-left: 20px;
}

.page-contact.confirm .form-block .c-btn01 .back {
  background-color: #fff;
  color: #4095c1;
}

.page-contact.confirm .form-block .c-btn01 .back::after {
  right: auto;
  left: 20px;
  background-image: url(../img/common/arrow_back01.svg);
}

.page-contact.thanks .contact-txt {
  line-height: 1.6;
  text-align: center;
}

.page-contact .head-block .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.page-contact .mail-btn {
  margin-top: 30px;
  text-align: center;
}

.page-contact .mail-btn a {
  position: relative;
  width: 360px;
}

.page-contact .mail-btn a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 30px;
  height: 22px;
  margin: auto;
  background: url(../img/common/ico_mail_wh.svg) no-repeat;
  background-size: contain;
  content: "";
}

.page-contact .form-block {
  background: #d9eaf3;
}

.page-contact .form-block .c-table01 th {
  padding: 20px 10px;
  vertical-align: middle;
}

.page-contact .form-block .c-table01 tr:last-child th {
  vertical-align: top;
}

.page-contact .form-block .btn-contact {
  margin-top: 40px;
  text-align: center;
}

/*------------------------------------------------------------------------------
page-privacy
------------------------------------------------------------------------------*/
.page-privacy {
  /* rule-block
  ----------------------------------------*/
}

.page-privacy .rule-block .rule-txt {
  margin: 40px 0;
}

.page-privacy .rule-block .rule-txt p {
  line-height: 1.6;
}

.page-privacy .rule-block .item .ttl {
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.page-privacy .rule-block .item .ttl::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #4095c1;
  content: "";
}

.page-privacy .rule-block .item .sub-ttl {
  margin-bottom: 20px;
  padding-left: 2em;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -2em;
}

.page-privacy .rule-block .item .rule-list li {
  margin-bottom: 10px;
  padding-left: 3em;
  line-height: 1.6;
  text-indent: -3em;
}

.page-privacy .rule-block .item .rule-list li:last-child {
  margin-bottom: 0;
}

.page-privacy .rule-block .item .txt {
  font-size: 16px;
  line-height: 1.6;
}

.page-privacy .rule-block .item + .item {
  margin-top: 40px;
}

.page-privacy .rule-block.type-policy {
  background-color: #f6f6f6;
}

.page-privacy .rule-block .rule-list + .sub-ttl {
  margin-top: 20px;
}


/*page-sustainability*/
/*------------------------------------------------------------------------------
page-sustainability
------------------------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
  .block-ttl .en {
    margin-bottom: 10px;
  }
}

.page-sustainability .sustainability-block {
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.page-sustainability .message-area .txt {
  line-height: 2;
  text-indent: -1em;
}

.page-sustainability .representative {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.page-sustainability  .representative .name{
margin-left: auto;
margin-top: auto;
font-weight: bold;
}
.page-sustainability  .representative .img{
  padding-left: 20px;
}
.page-sustainability  .representative .img img {
  height: auto;
}

.page-sustainability .management-area {
  margin-top: 80px;
}

.page-sustainability .point-box + .point-box {
  margin-top: 80px;
}

@media only screen and (min-width: 641px) {
  .page-sustainability .point-box {
    display: flex;
  }
  .page-sustainability .point-box .cont-area {
    width: 54%;
  }
  .page-sustainability .point-box .img-area {
    padding-left: 34px;
    width: 46%;
  }
}

.page-sustainability .point-box .ttl-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-sustainability .point-box .ttl-wrap .ttl {
  color: #4095c1;
  font-weight: bold;
  font-size: 24px;
  padding-left: 10px;
}
.page-sustainability .point-box .num-area {
  font-family: PTSansCaption;
}
.page-sustainability .point-box .num-area .square {
  margin-right: 6px;
  padding: 0px 5px 2px;
  background: #4095c1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page-sustainability .point-box .num-area .num {
  color: #4095c1;
  font-size: 50px;
  font-weight: bold;
  vertical-align: sub;
}

.page-sustainability .point-box .info {
  padding-right: 35px;
}
.page-sustainability .point-box .info .txt {
  line-height: 2;
  text-align: justify;
}
.page-sustainability .point-box .info .txt + .txt {
  margin-top: 20px;
}
.page-sustainability .point-box .info.bg-blue {
  color: #fff;
  padding: 35px 35px 35px 0;
  position: relative;
}
.page-sustainability .point-box .info.bg-blue::before {
  background: #4095c1;
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  margin: auto;
}
.page-sustainability .point-box .banner-area {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.page-sustainability .point-box .banner-area .banner {
  width: 84%;
}
.page-sustainability .point-box .banner-area .qr {
  width: 16%;
}

.page-sustainability .point-box .img-area .img {
  margin-bottom: 20px;
}
.page-sustainability .point-box .img-area img {
  height: auto;
}
.page-sustainability .point-box .img-area.align-center {
  align-self: center;
}
.page-sustainability .point-box .img-area .icon-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-sustainability .point-box .img-area .icon-wrap .icon {
  margin: 0 10px;
}
@media only screen and (min-width: 641px) {
  .page-sustainability .point-box .img-area .icon-wrap .icon:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 641px) {
  .page-sustainability .pirika-block .point-box {
    gap: 115px;
  }
  .page-sustainability .pirika-block .point-box .cont-area {
    width: 45%;
  }
  .page-sustainability .pirika-block .point-box .img-area {
    width: 55.5%;
    flex-shrink: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1350px){
  .page-sustainability .pirika-block .point-box {
    gap: 80px;
    margin-bottom: 30px;
  }
  .page-sustainability .pirika-block .point-box .img-area {
    width: 50%;
  }
}
.page-sustainability .pirika-block .phrase {
  font-weight: bold;
  font-size: 24px;
  color: #4095c1;
  margin-top: 57px;
}
.page-sustainability .pirika-block .desc {
  font-size: 20px;
  font-weight: 500;
  margin-top: 21px;
  line-height: 2;
}
.page-sustainability .pirika-block .install {
  font-weight: 500;
  font-size: 14px;
  margin-top: 47px;
}
.page-sustainability .pirika-block .install > a {
  color: #333;
  margin-top: 13px;
  display: inline-block;
  text-decoration: underline;
}
.page-sustainability .pirika-block .sub-ttl {
  color: #4095c1;
  margin-top: 47px;
}
.page-sustainability .pirika-block .txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}

.page-sustainability .ems-block.sec-block {
  padding-bottom: 40px;
}
@media (min-width:641px) {
  .page-sustainability .ems-block.sec-block {
    padding-top: 9px;
  }
}
.page-sustainability .ems-block .block-ttl .en .small {
  font-size: 24px;
  vertical-align: bottom;
  letter-spacing: 0.1em;
}
.page-sustainability .ems-block .txt {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
.page-sustainability .compliance-block {
    padding-top: 0;
}
.page-sustainability .compliance-block .cont-area {
    width: 100%;
}
.page-sustainability .compliance-block .desc {
  font-size: 20px;
  font-weight: 500;
  margin-top: 21px;
  line-height: 2;
  width: 100%;
}
.page-sustainability .compliance-block .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-top: 21px;
  margin-bottom: 20px;
  line-height: 2;
}
.page-sustainability .compliance-block .txt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 21px;
  margin-bottom: 20px;
  line-height: 2;
}

.page-sustainability .ems-block .blue-box {
  background: #E3EFF6;
  margin-top: 36px;
  padding: 30px
}
.page-sustainability .ems-block .blue-box .ttl {
  color: #4095c1;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
  line-height: 2;
}
.page-sustainability .ems-block .blue-box .dot-txt {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.page-sustainability .ems-block .blue-box .dot-txt:not(:last-child) {
  margin-bottom: 15px;
}
.page-sustainability .ems-block .effect-box {
  background: #fff;
  border: 1px solid #4095c1;
  display: flex;
}
.page-sustainability .ems-block .effect-box .effect {
  width: 65px;
  font-weight: bold;
  color: #4095c1;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #4095c1;
  padding: 10px 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-sustainability .ems-block .effect-box .effect-txt {
  line-height: 2;
  font-size: 13px;
  padding: 8px 22px 6px;
  letter-spacing: 0.1em;
}
.page-sustainability .ems-block .effect-box .effect-txt:not(:last-child) {
  margin-bottom: 5px;
}
.page-sustainability .ems-block .blue-box .sub-txt-area {
  padding-left: 35px;
  gap: 4px;
  display: grid;
  grid-template-columns: 4.3fr 5.7fr;
  margin-bottom: 16px;
}
.page-sustainability .ems-block .blue-box .sub-txt {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.page-sustainability .ems-block .illust {
  margin-top: 37px;
}


.page-sustainability .promotion-block {
  padding: 87px 0 150px;
  position: relative;
  z-index: 1;
}
.page-sustainability .promotion-block .txt {
  line-height: 2;
}
.page-sustainability .promotion-block .box {
  background: #e3eff6;
  margin-top: 50px;
  padding: 30px;
}
.page-sustainability .promotion-block .ttl {
  color: #4095c1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.page-sustainability .promotion-block .list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}
.page-sustainability .promotion-block .list li + li {
  margin-top: 10px;
}
.page-sustainability .promotion-block .list li::before {
  background: #4095c1;
  border-radius: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
}
.page-sustainability .promotion-block .img {
  text-align: center;
}
.page-sustainability .promotion-block .img img {
  height: auto;
}
@media only screen and (min-width: 641px) {
  .page-sustainability .promotion-block .box {
    display: flex;
  }
  .page-sustainability .promotion-block .img {
    width: 34%;
  }
  .page-sustainability .promotion-block .txt-area {
    width: 66%;
    padding-left: 20px;
  }
}


/*page-2024-logistics*/
/*------------------------------------------------------------------------------
page-2024-logistics
------------------------------------------------------------------------------*/
.block-ttl02 {
  margin: 0 0 25px;
  color: #4095c1;
  font-weight: bold;
}
.block-ttl02 .jp,
.block-ttl02 .en {
  display: block;
}
.block-ttl02 .jp {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.block-ttl02 .en {
  font-size: 18px;
  font-family: PTSansCaption;
  position: relative;
  padding-left: 30px;
}
.block-ttl02 .en::before {
  border: solid 1px #4095c1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
}

.page-2024 .page-ttl-block .inner-block .wrap .txt-box .jp-ttl {
  font-size: 54px;
}

.page-2024 .about-block .txt {
  line-height: 2;
}
.page-2024 .about-block .txt + .txt {
  margin-top: calc(1em * 2);
}

.page-2024 .logistics-block {
  padding-top: 140px;
  position: relative;
  z-index: 1;
}
.page-2024 .logistics-block::before,
.page-2024 .logistics-block::after {
  border-style: solid;
  content: "";
  display: block;
  width: 370px;
  height: 450px;
  position: absolute;
  z-index: -1;
}
.page-2024 .logistics-block::before {
  border-width: 370px 450px 0 0;
  border-color: rgba(64, 149, 193, 0.1) transparent transparent transparent;
  top: 0;
  left: 0;
}
.page-2024 .logistics-block::after {
  border-width: 0 0 370px 450px;
  border-color: transparent transparent rgba(64, 149, 193, 0.1) transparent;
  bottom: 0;
  right: 0;
}


.page-2024 .logistics-block .box {
  display: flex;
}
.page-2024 .logistics-block .box + .box {
  margin-top: 50px;
}

.page-2024 .logistics-block .img {
  background: #4095c1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}
.page-2024 .logistics-block .txt-area {
  width: calc(100% - 120px);
  padding-left: 30px;
}
.page-2024 .logistics-block .txt-area .txt {
  line-height: 2;
}

.page-2024 .logistics-block .ttl-wrap {
  margin-bottom: 20px;
}
.page-2024 .logistics-block .ttl-wrap .num-area {
  font-family: PTSansCaption;
}
.page-2024 .logistics-block .ttl-wrap .num-area .square {
  margin-right: 6px;
  padding: 0px 5px 2px;
  background: #4095c1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page-2024 .logistics-block .ttl-wrap .num-area .num {
  color: #4095c1;
  font-size: 50px;
  font-weight: bold;
  vertical-align: sub;
}
.page-2024 .logistics-block .ttl-wrap .ttl {
  color: #4095c1;
  font-weight: bold;
  font-size: 24px;
}

@media only screen and (min-width: 641px) {
  .page-2024 .logistics-block .ttl-wrap {
    display: flex;
    align-items: center;
  }
  .page-2024 .logistics-block .ttl-wrap .ttl {
    padding-left: 20px;
  }
}


/*page-warehouse*/
/*------------------------------------------------------------------------------
page-warehouse
------------------------------------------------------------------------------*/
.page-warehouse .page-ttl-block .inner-block .wrap .txt-box .jp-ttl {
  font-size: 54px;
  line-height: 1.2;
}
.page-warehouse .mv-swiper-block.sec-block {
  padding: 0;
}
.page-warehouse .mv-swiper-block .inner-block {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1480px;
  padding: 0 40px 170px;
}
.page-warehouse .mv-swiper-block img {
  width: 100%;
}
@media (min-width:641px) and (max-width: 1400px) {
  .page-warehouse .mv-swiper-block {
    max-height: 770px;
  }
  .page-warehouse .mv-swiper-block .inner-block {
    padding: 0 40px 10.41vw;
  }
}
@media (min-width:641px) and (max-width: 1860px) {
  .page-warehouse .mv-swiper-block img {
    object-fit: scale-down;
    height: fit-content;
  }
}
.page-warehouse .mv-swiper-block .mv-ttl {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
}
.page-warehouse .mv-swiper-block .mv-txt {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
}

.page-warehouse .warehouse-block {
  position: relative;
  z-index: 1;
}
.page-warehouse .warehouse-block.sec-block {
  padding: 0;
  padding-bottom: 40px;
}
.page-warehouse .warehouse-block::before,
.page-warehouse .warehouse-block::after {
  border-style: solid;
  content: "";
  display: block;
  width: 375px;
  height: 930px;
  position: absolute;
  z-index: -1;
  left: 0;
}
.page-warehouse .warehouse-block::before {
  border-width: 930px 375px 0 0;
  border-color: rgba(64, 149, 193, 0.05) transparent transparent transparent;
  top: 0;
}
.page-warehouse .warehouse-block::after {
  border-width: 930px 0 0 375px;
  border-color: transparent transparent transparent rgba(64, 149, 193, 0.1);
  bottom: 0;
}
.page-warehouse .column-box:not(:first-child) {
  margin-top: 70px;
}
.page-warehouse .column-box .txt {
  line-height: 2;
}
.page-warehouse .column-box .cont-wrap .img {
  text-align: right;
}
@media only screen and (min-width: 641px) {
  .page-warehouse .column-box {
    display: flex;
  }
  .page-warehouse .column-box .ttl-wrap,
  .page-warehouse .column-box .cont-wrap {
    width: 50%;
  }
}

.page-warehouse .point-list {
  margin: 50px 0 100px;
}
.page-warehouse .point-list li + li {
  margin-top: 20px;
}
.page-warehouse .point-list .point {
  background: #4095c1;
  color: #fff;
  display: inline-block;
  font-family: PTSansCaption;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 3px 8px 5px;
  width: 70px;
}
.page-warehouse .point-list .txt {
  line-height: 1.8;
}

.page-warehouse .c-btn01 {
  margin-top: 38px;
  text-align: center;
}

.page-warehouse .bpa-block .point-ttl {
  margin-top: 47px;
  position: relative;
  color: #4095C1;
  font-weight: bold;
  font-size: 24px;
  padding-left: 80px;
}
.page-warehouse .bpa-block .point-ttl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 70px;
  height: 70px;
}
.page-warehouse .bpa-block .point-ttl.ttl01::before {
  background: url(../img/warehouse/ttl-icon01.svg);
}
.page-warehouse .bpa-block .point-ttl.ttl02::before {
  background: url(../img/warehouse/ttl-icon02.svg);
}
.page-warehouse .bpa-block .point-ttl .point {
  color: #fff;
  text-align: center;
  width: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #4095C1;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 15px;
  padding-top: 2px;
}
.page-warehouse .bpa-block .point-ttl .num {
  font-size: 50px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: sub;
}
.page-warehouse .bpa-block .column-box {
  margin-top: 27px;
}
.page-warehouse .bpa-block .column-box .txt {
  letter-spacing: 0.1em;
}
.page-warehouse .bpa-block .column-box .txt + .txt {
  margin-top: 64px;
}
@media only screen and (min-width: 641px) {
  .page-warehouse .bpa-block .column-box {
    gap: 20px;
  }
  .page-warehouse .bpa-block .column-box .ttl-wrap {
    width: 43%;
  }
  .page-warehouse .bpa-block .column-box .cont-wrap {
    width: 55%
  }
  .page-warehouse .bpa-block .column-box .txt.mt-30 {
    margin-top: 30px;
  }
}


@media only screen and (min-width: 641px) {
  .page-warehouse .point-list li {
    display: flex;
    align-items: center;
  }
  .page-warehouse .point-list .txt {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .page-warehouse .c-btn01 a {
    max-width: 340px;
    width: 100%;
  }
}


/*------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
  font-size: 0;
  content: "";
}

/*------------------------------------------------------------------------------
@media
------------------------------------------------------------------------------*/

@media only screen and (min-width: 641px) {
  a:hover {
    opacity: 0.7;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal {
    position: relative;
  }
  .modal ::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal:hover ::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .c-table01 th {
    width: 200px;
  }
  .c-table01 td {
    width: 700px;
  }
  .c-table02 th {
    width: 150px;
    border-bottom: 1px solid #eee;
  }
  .c-table02 td {
    width: 750px;
    border-bottom: 1px solid #eee;
  }
  .page-about .access-block .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-about .access-block .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-about .access-block .address .txt {
    padding-right: 20px;
  }
  .page-about .access-block .address .info {
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
  .page-feature .point-block .item .num-area {
    position: absolute;
    top: 50px;
  }
  .page-feature .point-block .item .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-feature .point-block .item .cont .info {
    width: 515px;
    margin-top: 60px;
    padding: 40px 35px 40px 0;
  }
  .page-feature .point-block .item02 {
    margin-top: 60px;
  }
  .page-feature .point-block .item02 .cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-feature .point-block .item02 .cont .info {
    padding: 40px 0 40px 35px;
  }
  .page-feature .point-block .item03 {
    margin-top: 120px;
  }
  .page-base .link-list {
    font-size: 0;
  }
  .page-base .link-list li a:hover::after {
    top: 5px;
  }
  .page-base .link-block .link-list li:nth-child(5n) {
    margin-right: 0;
  }
  .page-base .link-block .link-list li:nth-child(n+6) {
    margin-top: 20px;
  }
  .page-business .anker-block ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-business .anker-block .c-btn01 a:hover:after {
    top: 4px;
  }
  .page-business .item-block .main-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-business .item-block .sub-photo-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-business .item-block .sub-photo-area .alot li:nth-child(n+4) {
    margin-top: 20px;
  }
  .page-business .item-block:nth-child(even) .ttl-area .ttl {
    margin-left: 420px;
  }
  .page-business .item-block:nth-child(odd) .main-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-business .item-block:nth-child(odd) .main-photo-area .top {
    right: 0;
    left: auto;
  }
  .page-business .item-block:nth-child(odd) .main-photo-area .bottom {
    right: auto;
    left: 0;
  }
  .page-business .tag-area li:nth-child(n+6) {
    margin-top: 20px;
  }
  .page-business #area01 .sub-photo-area ul:first-child li img {
    width: 480px;
  }
  .page-business #area01 .sub-photo-area ul:first-child li.column img {
    width: 400px;
  }
  .page-business #area01 .sub-photo-area ul.alot li img {
    width: 440px;
  }
  .page-business #area01 .sub-photo-area ul.alot li:nth-child(-n+3) img {
    width: 286px;
  }
  .page-business #area03 .sub-photo-area ul li img,
  .page-business #area02 .sub-photo-area ul li img {
    width: 440px;
  }
  .page-recruit .btn-apply:hover .txt::before {
    top: 0;
    right: 0;
  }
  .page-recruit .btn-apply:hover::after {
    right: 70px;
    bottom: 60px;
  }
  .page-recruit .btn-apply:hover .txt::after {
    bottom: 0px;
    left: 0px;
  }
  .page-recruit .btn-apply:hover::before {
    top: 60px;
    left: 70px;
  }
  .page-recruit .btn-apply .box {
    width: 420px;
    height: 300px;
  }
  .page-recruit .btn-apply .box::before {
    border: 5px solid #4095c1;
  }
  .page-recruit .type-list li:nth-child(n+3) {
    margin-top: 50px;
  }
  .page-recruit .type-list a {
    width: 420px;
    height: 300px;
  }
  .page-recruit .type-list a .btn {
    position: absolute;
    right: -20px;
    bottom: -30px;
    width: 320px;
  }
  .page-recruit .type-list a:hover .btn::before {
    right: 10px;
  }
  .page-recruit .message-block {
    padding: 80px 0 160px;
  }
  .page-recruit .banner-block .banner {
    height: 320px;
  }
  .page-recruit .banner-block .banner .bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .page-recruit .banner-block .banner .bnr01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-recruit .banner-block .banner .bnr02 .comment {
    text-align: right;
  }
  .page-recruit .banner-block .banner .bnr03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-voice .pagenav .year {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
  }
  .page-voice .member-block .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-voice .member-block .column .txt-area {
    width: 400px;
  }
  .page-voice .member-block .col01 .img {
    position: absolute;
    top: -90px;
    right: 0;
  }
  .page-voice .member-block .col02 {
    margin-top: 100px;
  }
  .page-voice .member-block .col02 .img {
    position: absolute;
    top: -70px;
    left: 0;
  }
  .page-voice .member-block .col02 .txt-area {
    width: 450px;
  }
  .page-voice .member-block .col03 {
    margin-bottom: 170px;
  }
  .page-voice .member-block .col03 .img {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .page-voice .member02 .col02 .txt-area .ttl {
    padding: 65px 0 30px;
  }
  .page-voice .member03 .col02 .txt-area .ttl {
    padding: 95px 0 30px;
  }
  .page-flow .link-block .link-list li a:hover {
    border: solid 1px #4095c1;
    background-color: #fff;
    color: #4095c1;
  }
  .page-flow .link-block .link-list li a:hover::after {
    background-image: url(../img/common/arrow05.svg);
  }
  .page-flow .date-block .inner-block {
    width: 100%;
  }
  .page-flow .date-block .item .in {
    width: 900px;
    margin: auto;
  }
  .page-flow .date-block .item .txt-box {
    width: 400px;
  }
  .page-flow .date-block .item .photo-box img {
    width: 400px;
  }
  .page-system .intro-block {
    text-align: center;
  }
  .page-system .coaching-block .gray-box {
    width: 560px;
  }
  .page-system .coaching-block .gray-box .img01 {
    position: absolute;
    top: -50px;
    right: -350px;
  }
  .page-system .coaching-block .gray-box .img02 {
    position: absolute;
    right: -210px;
    bottom: -70px;
  }
  .page-system .coaching-block .gray-box .img03 {
    position: absolute;
    bottom: -20px;
    left: -360px;
  }
  .page-system .coaching-block .gray-box .img04 {
    position: absolute;
    right: -360px;
    bottom: 0;
  }
  .page-system .coaching-block .gray-box.opposite {
    padding: 50px 25px 30px 80px;
  }
  .page-system .coaching-block .gray-box.opposite + .sub-box {
    margin-top: 80px;
  }
  .page-system .coaching-block .sub-box {
    width: 700px;
  }
  .page-system .training-block .system-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-system .training-block .txt-area {
    width: 400px;
  }
  .c-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-list01 li {
    width: 435px;
  }
  .c-list01 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .page-faq .qa-block .q-list li .aco-head:hover::before, .page-faq .qa-block .q-list li .aco-head:hover::after {
    background-color: #fff;
  }
  .page-faq .qa-block .q-list li .aco-head:hover .q-txt {
    background-color: #4095c1;
    color: #fff;
  }
  .page-faq .qa-block .q-list li .aco-head:hover .q-txt::before {
    color: #fff;
  }
  .page-contact.confirm .form-block .c-btn01 .back:hover::after {
    left: 10px;
  }
  .page-contact + footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  main {
    min-width: 1200px;
  }
  .c-btn01 > *:hover {
    opacity: 1;
  }
  .c-btn01 > *:hover::after {
    right: 10px;
  }
  #header .nav-list li a:hover::after {
    right: -10px;
  }
  #header {
    overflow-y: auto;
  }
  .page-top .top-mv-block .inner-block #slider .slide-bg .mv-txt .ttl .txt-jp {
    width: 600px;
  }
  .page-top .about-block .wrap .video-box .popup-youtube:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .page-top .feature-block .box-list li a:hover .txt-box {
    background-color: #4095c1;
  }
  .page-top .feature-block .box-list li a:hover .txt-box .num {
    color: #fff;
  }
  .page-top .feature-block .box-list li a:hover .txt-box .txt {
    color: #fff;
  }
  .page-top .feature-block .box-list li a:hover .txt-box::after {
    right: 10px;
    background-image: url(../img/common/arrow02.svg);
  }
  .page-top .business-block .box-list li a:hover .name > p::after {
    right: 10px;
  }
  .page-top .recruit-block .inner-block .wrap .photo-box {
    min-width: 450px;
  }
  .page-top .recruit-block .inner-block .wrap .txt-box {
    min-width: 450px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 641px) {
  #header {
    right: -250px;
    background-color: #4095c1;
    -webkit-transition: .6s;
    transition: .6s;
  }
  #header::before {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 10px;
    height: 6px;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background: url(../img/common/arrow04.svg) no-repeat;
    content: "";
    -webkit-transition: .6s;
    transition: .6s;
  }
  #header.is-open {
    right: 0;
    background-color: #fff;
  }
  #header.is-open::before {
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
  }
  main {
    min-width: 900px;
    padding-right: 0;
  }
  #header:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  #header.is-open:hover {
    cursor: auto;
    opacity: 1;
  }
  #footer.outer-block {
    width: calc(100% - 20px);
  }
  #pagetop {
    right: 20px;
  }
  .page-base .map-block {
    background: url(../img/base/bg_base-map-name.png?20231010) no-repeat center right 4vw #d9eaf3;
    background-size: 1273px 470px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1201px) {
  .page-base .map-block {
    background: url(../img/base/bg_base-map-name.png?20231010) no-repeat center right 6vw #d9eaf3;
    background-size: 1273px 470px;
  }
}
