@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
:root {
  --white: #fff;
  --blue: #2069b3;
  --darkblue: #001d39;
  --black: #1d1d1d;
  --orange: #e59f38;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.modaal-content-container {
  padding: 0;
}

.scroll-hint-icon {
  left: 32vw !important;
}

/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  margin-top: 60px;
}

.outer-block {
  position: relative;
  min-width: 1366px;
}

.inner-block, .inner-block-narrow {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.inner-block02 {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
}

.inner-max-block {
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.inner-block-narrow {
  max-width: 900px;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/Montserrat-Bold.ttf) format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  c-header
------------------------------------------------------------------------------*/
.c-header {
  background-color: var(--darkblue);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  z-index: 10;
  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;
}
.c-header .title {
  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;
}
.c-header .title .logo {
  display: block;
  width: 90px;
}
.c-header .title .logo-txt {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.c-header .title .ja {
  display: block;
  font-family: "Montserrat";
  font-size: 12px;
  letter-spacing: 0.06em;
  border-left: 1px solid #bcbcbc;
  line-height: 1.4;
  color: var(--white);
}
.c-header .parent-text {
  display: block;
  cursor: pointer;
}
.c-header .has-child {
  position: relative;
}
.c-header .has-child:hover:before {
  visibility: visible;
  opacity: 1;
}
.c-header .has-child:hover .child-wrap {
  visibility: visible;
  opacity: 1;
}
.c-header .has-child::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #2069b3 transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.c-header .button-wrap {
  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;
  gap: 10px;
}
.c-header .button-wrap .button {
  width: 100px;
  height: 40px;
  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;
  color: var(--white);
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.c-header .button-wrap .button.orange {
  background-image: linear-gradient(282deg, #e67612, #e6a512);
}
.c-header .button-wrap .button.blue {
  background-image: linear-gradient(102deg, #5295cf, #0054a8);
}
.c-header .button-wrap .button.lightblue {
  background-image: linear-gradient(102deg, #52bccf, #007ba8);
}
.c-header .button-wrap .button.black {
  background: var(--black);
  padding-right: 18px;
  font-size: 12px;
}
.c-header .button-wrap .button.black::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 15px;
  background: url("../img/common/icon_pdf.png") no-repeat center/contain;
}
.c-header .content.is-active {
  opacity: 1;
  visibility: visible;
}
.c-header .content a {
  display: block;
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header .content .head {
  font-size: 14px;
  position: relative;
}
.c-header .content .child a {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
}
.c-header .content .other {
  margin-top: auto;
}
.toggle-button .bar {
  width: 100%;
  height: 3px;
  background-color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-button.is-active .bar:nth-child(1) {
  -webkit-transform: rotate(-20deg) translate(-2px, 10px);
          transform: rotate(-20deg) translate(-2px, 10px);
}
.toggle-button.is-active .bar:nth-child(2) {
  opacity: 0;
}
.toggle-button.is-active .bar:nth-child(3) {
  -webkit-transform: rotate(20deg) translate(-2px, -10px);
          transform: rotate(20deg) translate(-2px, -10px);
}

.c-header-pdf-line-box {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.c-header-pdf-line-box > a.pdf {
  width: calc(100% - 145px - 13px) !important;
  height: 38px !important;
  font-size: 11px !important;
}

.c-header-pdf-line-box > a.line {
  display: block;
  width: 145px !important;
}
/*------------------------------------------------------------------------------
  c-footer
------------------------------------------------------------------------------*/
.c-footer .contact-block {
  padding: 70px 0;
  background-color: var(--black);
  color: var(--white);
}
.c-footer .contact-block .title {
  margin-bottom: 20px;
}
.c-footer .contact-block .title .en {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: bold;
}
.c-footer .contact-block .title .ja {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.c-footer .contact-block .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.c-footer .contact-block .button {
  font-size: 20px;
  font-weight: bold;
  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;
  width: 500px;
  height: 88px;
  background-image: linear-gradient(100deg, #5899db, #2069b3 100%);
  color: var(--white);
  letter-spacing: 0.08em;
  border-radius: 6px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-footer .nav-block {
  padding: 70px 0 100px;
  background-color: #2d3033;
}
.c-footer .nav-block .wrap {
  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-footer .nav-block a {
  display: block;
  color: var(--white);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-footer .nav-block .head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--white);
}
.c-footer .nav-block .child {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
}
.c-footer .nav-block .child + .head {
  margin-top: 50px;
}
.c-footer .nav-block .button {
  width: 159px;
  height: 35px;
  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;
  color: var(--white);
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}
.c-footer .nav-block .button + .button {
  margin-top: 10px;
}
.c-footer .nav-block .button + .child {
  margin-top: 80px;
}
.c-footer .nav-block .button.orange {
  background-image: linear-gradient(282deg, #e67612, #e6a512);
}
.c-footer .nav-block .button.blue {
  background-image: linear-gradient(102deg, #5295cf, #0054a8);
}
.c-footer .nav-block .button.lightblue {
  background-image: linear-gradient(102deg, #52bccf, #007ba8);
}
.c-footer .nav-block .button.black {
  background: var(--black);
  padding-right: 18px;
  font-size: 12px;
}
.c-footer .nav-block .button.black::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 15px;
  background: url("../img/common/icon_pdf.png") no-repeat center/contain;
}
.c-footer .logo-block {
  padding: 40px 0;
  background-color: var(--white);
}
.c-footer .logo-block .copyright {
  font-family: "Montserrat";
  font-size: 12px;
  color: #41484e;
  font-weight: 500;
}

.c-footer-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10px;
}

.c-footer-links-wrap__box01 {
  width: calc(100% - 137px - 10px);
}

.c-footer-links-wrap__box02 {
  width: 137px;
}

.c-footer-links-wrap__qr {
  margin-top: 18px;
  text-align: center;
}

.c-footer-links-wrap__qr > img {
  width: 103px;
  display: inline-block;
}

.c-footer-links-wrap__qr + .mt62 {
  margin-top: 62px;
}

/*------------------------------------------------------------------------------
  l-subpage 下層
------------------------------------------------------------------------------*/
.l-intro {
  padding: 40px 0 70px;
}
.l-intro .text {
  text-align: justify;
  line-height: 1.87;
  font-weight: 500;
}

.l-subpage {
  padding: 90px 0 130px;
}
.l-subpage .intro {
  line-height: 2.13;
}
.l-subpage .content + .content {
  margin-top: 150px;
}

.l-content + .l-content {
  margin-top: 120px;
}

/*------------------------------------------------------------------------------
  l-popup 中身が少し飛び出すデザイン
------------------------------------------------------------------------------*/
.l-popup {
  padding-bottom: 100px;
  background-color: #f7f7f7;
}
.l-popup .white-box {
  width: calc(100% - 120px);
  max-width: 1246px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background-color: var(--white);
}
.l-popup .white-box + .white-box {
  margin-top: 50px;
}
.l-popup .white-box:nth-child(1) {
  margin-top: -50px;
}
.l-popup .white-box .ttlbox .en {
  position: relative;
}
.l-popup .white-box .ttlbox .en::before {
  display: block;
  counter-increment: num 1;
  content: "THEME" counter(num, decimal-leading-zero) ".";
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  color: #E59F38;
  text-align: center;
}
.l-popup .white-box .ttlbox .ttl {
  margin-top: 17px;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
.l-popup .white-box .txt {
  margin-top: 74px;
  font-size: 20px;
  color: var(--blue);
  text-align: center;
  position: relative;
}
.l-popup .white-box .txt::after {
  display: block;
  content: "";
  max-width: 578px;
  height: 4px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2069b3), to(#e6a512));
  background: linear-gradient(to right, #2069b3 0%, #e6a512 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-popup .white-box .talkbox {
  margin-top: 47px;
}
.l-popup .white-box .talk {
  position: relative;
  min-height: 106px;
}
.l-popup .white-box .talk + .talk {
  margin-top: 36px;
}
.l-popup .white-box .talk .talk-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
}
.l-popup .white-box .talk .icon .name {
  text-align: center;
}
.l-popup .white-box .talk .icon img + .name {
  margin-top: 7px;
}
.l-popup .white-box .talk .talk-wrap {
  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;
}
.l-popup .white-box .c-under {
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
}
.l-popup .white-box .c-under + .c-cont01 {
  margin-top: 101px;
}
.l-popup .white-box .c-cont01 + .c-sub {
  margin-top: 87px;
}
.l-popup .white-box .c-cont01__txtarea {
  padding: 50px 0 50px 50px;
  background: #F0F4F8;
  border-radius: 8px 0 0 8px;
  width: calc(100% - 370px - 5px);
}
.l-popup .white-box .c-cont01__ttl + .c-cont01__txt {
  margin-top: 27px;
}
.l-popup .white-box .c-cont01__ttl {
  font-size: 22px;
  font-weight: 800;
  color: #2069B3;
  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-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
.l-popup .white-box .c-cont01__ttl::after {
  display: inline-block;
  content: "";
  width: 408px;
  height: 1px;
  background: var(--blue);
}
.l-popup .white-box .c-cont01__txt {
  font-size: 15px;
  line-height: 2.1;
  color: #1D1D1D;
}
.l-popup .white-box .c-cont01__img {
  position: relative;
  width: 390px;
}
.l-popup .white-box .c-cont01__img img {
  aspect-ratio: 37/34;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 8px 8px 0;
}
.l-popup .white-box .c-cont01__img::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f0f4f8), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #f0f4f8 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.l-popup .white-box .c-sub + .c-three-wrap {
  margin-top: 52px;
}
.l-popup .white-box .c-sub {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
.l-popup.ptn01 {
  padding-top: 1px;
}
.l-popup.ptn01 .white-box + .c-center01 + .white-box {
  margin-top: 200px;
}
.l-popup.ptn01 .white-box + .white-box01 {
  margin: 89px auto;
}
.l-popup.ptn01 .white-box01 {
  padding: 49px 20px;
  max-width: 806px;
  height: auto;
  background: var(--white);
  position: relative;
  z-index: 2;
  text-align: center;
}
.l-popup.ptn01 .white-box01 + .c-center01 {
  -webkit-transform: translateY(-195px);
          transform: translateY(-195px);
}
.l-popup.ptn01 .white-box01 + .c-center01 .c-arrow {
  width: 416px;
}
.l-popup.ptn01 .white-box01 .ttl + .txt {
  margin-top: 24px;
}
.l-popup.ptn01 .white-box01 .ttl {
  font-size: 32px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
}
.l-popup.ptn01 .white-box01 .txt {
  font-size: 14px;
}

.c-area-ttl {
  background: linear-gradient(-45deg, #054687, #67B8FF);
  padding: 62px 0 126px;
}
.c-area-ttl__ttl {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

/*------------------------------------------------------------------------------
  c-button
------------------------------------------------------------------------------*/
.c-buttom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.c-button {
  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;
  color: var(--white);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  width: 240px;
  height: 60px;
  border-radius: 3px;
  letter-spacing: 0.18em;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: var(--black);
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-button.ja {
  font-family: "Noto Sans JP";
}
.c-button.arrow::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 24px;
  height: 7px;
  background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
}
.c-button.arrow02 {
  padding-right: 20px;
  width: 270px;
}
.c-button.arrow02::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 21px;
  height: 21px;
  background: url("../img/common/icon_arrow02.svg") no-repeat center/contain;
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
.c-btn {
  padding: 20px 16px 16px 88px;
  background: -webkit-gradient(linear, left top, right top, from(#52bccf), to(#007ba8));
  background: linear-gradient(to right, #52bccf 0%, #007ba8 100%);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.c-btn::after {
  margin: 0 0 5px 48px;
  display: inline-block;
  content: "";
  width: 23px;
  height: 6px;
  border-bottom: solid var(--white) 1px;
  border-right: solid var(--white) 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.c-btn02 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#5295cf), to(#0054a8));
  background: linear-gradient(#5295cf 0%, #0054a8 100%);
}
.c-btn02:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.c-btn02__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-btn02__main {
  margin-top: auto;
  padding: 12px 13px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-btn02__main::after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/common/icon_arrow02.svg) no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn02.ptn01 .c-btn02__main {
  letter-spacing: 0;
}

.c-btn-document {
  background: #001D39;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  padding: 20px 14px;
  letter-spacing: 0.08em;
}
.c-btn-document:after {
  width: 20px;
  height: 22px;
  display: block;
  content: "";
  background: url("../img/common/icon_pdf.png") no-repeat center;
  background-size: contain;
  margin-left: 14px;
}

/*------------------------------------------------------------------------------
  c-bg
------------------------------------------------------------------------------*/
.c-bg-gray {
  background-color: #f7f7f7;
}

.c-bg-white {
  background: var(--white);
}

/*------------------------------------------------------------------------------
  c-side-wrap
------------------------------------------------------------------------------*/
.c-side-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-side-wrap + .c-side-wrap {
  margin-top: 100px;
}
.c-side-wrap .title .orange {
  font-family: "Montserrat";
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  color: var(--orange);
  letter-spacing: 0.04em;
}
.c-side-wrap .title .ja {
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.56;
  letter-spacing: 0.1em;
}
.c-side-wrap .profile {
  margin-bottom: 20px;
}
.c-side-wrap .profile .position {
  font-size: 15px;
  color: var(--blue);
  letter-spacing: 0.08em;
}
.c-side-wrap .profile .name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.c-side-wrap .text {
  text-align: justify;
}

/*------------------------------------------------------------------------------
  c-three-wrap
------------------------------------------------------------------------------*/
.c-three-wrap {
  display: grid;
  gap: 50px;
  justify-items: center;
}
.c-three-wrap .image {
  margin-bottom: 16px;
}
.c-three-wrap .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-three-wrap .box02 {
  display: block;
  max-width: 350px;
}
.c-three-wrap .box02 .title {
  text-align: center;
}
.c-three-wrap .box02 .text {
  text-align: left;
}
.c-three-wrap .title {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--blue);
  margin-bottom: 10px;
}
.c-three-wrap .text {
  font-size: 14px;
}
.c-three-wrap.ptn01 {
  margin-top: -50px;
  justify-items: center;
}

/*------------------------------------------------------------------------------
  c-four-wrap
------------------------------------------------------------------------------*/
.c-four-wrap {
  display: grid;
  -webkit-column-gap: 67px;
     -moz-column-gap: 67px;
          column-gap: 67px;
}
.c-four-wrap .img {
  width: 100%;
}
.c-four-wrap .img img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-four-wrap .txtarea {
  margin-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-four-wrap .job {
  font-size: 12px;
  color: var(--blue);
  background: #dce5ef;
  padding: 5px 20px;
  border-radius: 25px;
  display: inline-block;
}
.c-four-wrap .job + .namebox {
  margin-top: 16px;
}
.c-four-wrap .namebox .name {
  font-size: 20px;
}
.c-four-wrap .namebox .rubi {
  font-size: 13px;
  color: #9bb8d5;
}
.c-four-wrap .entry {
  padding-bottom: 18px;
  border-bottom: solid #ccd6e0 1px;
  height: calc(4.8em + 18px);
  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;
}
.c-four-wrap .txt {
  margin-top: 18px;
}
.c-four-wrap.ptn01 {
  margin-top: -50px;
}

/*------------------------------------------------------------------------------
  c-table
------------------------------------------------------------------------------*/
.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  line-height: 1.67;
}
.c-table th {
  color: var(--blue);
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.1em;
  border-top: solid 2px #b2cae2;
}
.c-table td {
  letter-spacing: 0.02em;
  border-top: solid 1px #ccd6e0;
}

/*------------------------------------------------------------------------------
  c-table02
------------------------------------------------------------------------------*/
.c-table02 table {
  width: 100%;
}
.c-table02 th,
.c-table02 td {
  padding: 16px 0;
}
.c-table02 th {
  border-right: solid var(--white) 3px;
  color: var(--white);
  text-align: center;
}
.c-table02 td {
  text-align: center;
  background: #f4f4f4;
  border-right: solid var(--white) 3px;
}
.c-table02 tr th:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#e67612), to(#e6a512));
  background: linear-gradient(#e67612 0%, #e6a512 100%);
}
.c-table02 tr th:nth-child(2) {
  background: #868686;
}
.c-table02 tr th:nth-child(3) {
  background: #9d9d9d;
}
.c-table02 tr th:nth-child(4) {
  background: #b2b2b2;
}
.c-table02 tr th:last-child {
  background: #bfbfbf;
}
.c-table02 tr td:first-child {
  background: #f0e8dc;
}

/*------------------------------------------------------------------------------
  c-list
------------------------------------------------------------------------------*/
.c-list li {
  width: calc((100% - 74px) / 2);
}
.c-list figure {
  margin: 0;
}
.c-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list .ttl {
  margin-top: 19px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--blue);
  text-align: center;
}
.c-list .txt {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

/*------------------------------------------------------------------------------
  c-list02
------------------------------------------------------------------------------*/
.c-list02 figure {
  margin: 0;
}
.c-list02 li {
  width: calc((100% - 100px) / 3);
}
.c-list02 .ttl {
  margin-top: 19px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--blue);
  text-align: center;
}
.c-list02 .txt {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

/*------------------------------------------------------------------------------
  c-padding-box
------------------------------------------------------------------------------*/
.c-padding-box {
  padding: 60px;
}

/*------------------------------------------------------------------------------
  c-padding-box
------------------------------------------------------------------------------*/
.c-padding-top {
  padding-top: 60px;
}

/*------------------------------------------------------------------------------
  c-box
------------------------------------------------------------------------------*/
.c-box {
  margin-top: 140px;
}

/*------------------------------------------------------------------------------
  c-box02
------------------------------------------------------------------------------*/
.c-box02 {
  margin-top: 104px;
}

/*------------------------------------------------------------------------------
  c-box03
------------------------------------------------------------------------------*/
.c-box03 {
  padding: 120px 0;
}

/*------------------------------------------------------------------------------
  c-box04
------------------------------------------------------------------------------*/
.c-box04 {
  margin-top: 40px;
}

/*------------------------------------------------------------------------------
  c-box-shadow
------------------------------------------------------------------------------*/
.c-box-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(32, 105, 179, 0.3);
          box-shadow: 0px 0px 10px rgba(32, 105, 179, 0.3);
}

/*------------------------------------------------------------------------------
  c-cont
------------------------------------------------------------------------------*/
.c-cont-box {
  padding: 0 32px;
  counter-reset: num 0;
}

/*------------------------------------------------------------------------------
  c-cont02
------------------------------------------------------------------------------*/
.c-cont02-body {
  overflow: hidden;
}
.c-cont02-body + .c-cont02-body {
  margin-top: 151px;
}
.c-cont02-body__inner .ttlbox {
  position: relative;
}
.c-cont02-body__inner .ttl {
  font-family: "Montserrat";
  font-size: 150px;
  font-weight: 700;
  color: #edf3f8;
  white-space: nowrap;
}
.c-cont02-body__inner .num {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  color: #e59f38;
  border-bottom: solid #e59f38 1px;
  position: absolute;
  bottom: 24px;
  left: 0;
}
.c-cont02-body__inner .txtbox .ttl02 {
  font-size: 40px;
  font-weight: 800;
}
.c-cont02-body__inner .txtbox .ttl02 + .sub {
  margin-top: 11px;
}
.c-cont02-body__inner .txtbox .sub {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
}
.c-cont02-body__inner .txtbox .sub + .txt {
  margin-top: 34px;
}
.c-cont02-body__inner .txtbox .txt {
  font-size: 15px;
  letter-spacing: 0.04em;
}
.c-cont02-body__inner .img img {
  width: 100%;
}
.c-cont02-body__inner + .c-cont02-body__inner02 {
  margin-top: 40px;
}
.c-cont02-body__inner02 .box {
  padding: 50px;
  background: #f7f7f7;
  border-radius: 8px;
}
.c-cont02-body__inner02 .box .ttl03 {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}
.c-cont02-body__inner02 .box .ttl03::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background: var(--blue);
}
.c-cont02-body__inner02 .box .ttl03 + .txt {
  margin-top: 15px;
}
.c-cont02-body__inner02 + .c-cont02-body__inner03 {
  margin-top: 60px;
}
.c-cont02-body__inner03 .unity {
  padding: 50px 40px;
  background: #f0f4f8;
  border-radius: 8px;
  position: relative;
}
.c-cont02-body__inner03 .unity .triangle {
  width: 40px;
  height: 30px;
  background: var(--white);
}
.c-cont02-body__inner03 .unity .triangle:first-child {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0%);
          clip-path: polygon(0 0, 0% 100%, 100% 0%);
  border-bottom: solid var(--blue) 1px;
  position: absolute;
  top: 0;
  left: -1px;
}
.c-cont02-body__inner03 .unity .triangle:first-child::before {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: var(--blue);
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  position: absolute;
  top: 10px;
  left: -1px;
  z-index: 2;
}
.c-cont02-body__inner03 .unity .triangle:last-of-type {
  position: absolute;
  bottom: 0;
  right: -1px;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.c-cont02-body__inner03 .unity .triangle:last-of-type::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--blue);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  bottom: 12px;
  right: -1px;
  z-index: 2;
}
.c-cont02-body__inner03 .unity .img img {
  width: 100%;
}
.c-cont02-body__inner03 .unity .ttl {
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
}
.c-cont02-body__inner03 .unity .ttl + .txt {
  margin-top: 30px;
}
.c-cont02-body__inner03 .unity .txt {
  font-size: 15px;
}
.c-cont02-body__inner03 + .c-cont02-body__inner04 {
  margin-top: 80px;
}
.c-cont02-body__inner04 .ttlbox {
  text-align: center;
}
.c-cont02-body__inner04 .ttlbox + .c-three-wrap {
  margin-top: 50px;
}
.c-cont02-body__inner04 .img {
  width: 181px;
}
.c-cont02-body__inner04 .ttl {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
}
.c-cont02-body__inner04 .ttl .line {
  background: -webkit-gradient(linear, left top, left bottom, from(#5295cf), to(#0054a8)) no-repeat;
  background: linear-gradient(#5295cf 0%, #0054a8 100%) no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
}

/*------------------------------------------------------------------------------
  c-color
------------------------------------------------------------------------------*/
.c-white {
  max-width: 1246px;
  margin: 0 auto;
  padding: 83px 0 120px;
  background: #fff;
}

/*------------------------------------------------------------------------------
  .c-bunner
------------------------------------------------------------------------------*/
.c-bunner {
  max-width: 536px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.c-bunner__link {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-bunner__link:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.c-bunner__link:hover .main,
.c-bunner__link:hover .sub {
  letter-spacing: 0.12em !important;
}
.c-bunner img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-bunner .txtarea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 180px;
}
.c-bunner .txtarea .main {
  font-family: "Montserrat";
  font-size: 53px;
  font-weight: 700;
  color: var(--white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.c-bunner .txtarea .sub {
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.1em;
}
.c-bunner .dec {
  width: 59px;
  height: 59px;
  background: #1d1d1d;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-bunner .dec::before {
  display: block;
  content: "";
  width: 23px;
  height: 6px;
  border-bottom: solid var(--white) 1px;
  border-right: solid var(--white) 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*------------------------------------------------------------------------------
  arrow
------------------------------------------------------------------------------*/
.c-center01 {
  text-align: center;
}

.c-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-arrow::after {
  content: "";
  width: 397px;
  height: 19px;
  border-bottom: solid var(--blue) 1px;
  border-right: solid var(--blue) 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

/*------------------------------------------------------------------------------
  c-tab
------------------------------------------------------------------------------*/
.c-tab .tab-head {
  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;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  border-bottom: solid #2069b3 3px;
}
.c-tab .item {
  padding: 21px 73px;
  background: #a8bdd3;
  border-radius: 5px 5px 0 0;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-tab .item:hover {
  background: #2069b3;
}
.c-tab .item.active {
  background: #2069b3;
}

.tab-cont__ttl {
  margin-top: 43px;
}
.tab-cont__table table {
  width: 100%;
}
.tab-cont__table th,
.tab-cont__table td {
  padding: 27px 0;
}
.tab-cont__table th {
  padding-left: 15px;
  border-top: solid #b2cae2 2px;
  border-bottom: solid #b2cae2 2px;
  letter-spacing: 0.01em;
  color: #2069b3;
  text-align: left;
  vertical-align: top;
}
.tab-cont__table td {
  padding-left: 27px;
  border-top: solid #ccd6e0 1px;
  border-bottom: solid #ccd6e0 1px;
}
.tab-cont__table .c-recruit-link {
  color: var(--blue);
  border-bottom: solid var(--blue) 1px;
}
.tab-cont .heading th,
.tab-cont .heading td {
  border: none;
  position: relative;
}
.tab-cont .heading:nth-of-type(n + 2) th,
.tab-cont .heading:nth-of-type(n + 2) td {
  padding-top: 60px;
}
.tab-cont .heading .link-button {
  border: 1px solid var(--blue);
  border-radius: 30px;
  width: 160px;
  height: 40px;
  color: var(--blue);
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tab-cont .no-border {
  padding: 0 0 27px;
  border-top: none;
}

/*------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------*/
.c-modal {
  padding-top: 113px;
}
.c-modal .c-modal__ttl + .c-modal__txt {
  margin-top: 103px;
}
.c-modal__ttl {
  padding: 0 74px;
}
.c-modal__txt {
  padding: 0 124px;
  font-size: 15px;
}
.c-modal__txt + .c-modal__img {
  margin-top: 79px;
}
.c-modal__txt .txt01 + .txt02 {
  margin-top: 18px;
}
.c-modal__txt .txt02 + .txt03 {
  margin-top: 20px;
}
.c-modal__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-komeText {
  font-size: 0.8rem;
  line-height: 1.4166666667;
  font-weight: 400;
}
.c-komeText p:not(:first-child) {
  margin-top: 0.3rem;
}

.c-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------------------------------------------------------
  scroll-area
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
  c-internship-entry
------------------------------------------------------------------------------*/
.c-internship-entry {
  border-radius: 3px;
  background-image: linear-gradient(122deg, #4e91d4, #5193d6, #2069b3);
  margin: 90px auto 0;
  text-align: center;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-internship-entry::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 7px solid var(--white);
  opacity: 0.2;
}
.c-internship-entry .ja {
  color: var(--white);
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 4px solid var(--white);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  line-height: 1.3;
}
.c-internship-entry .en {
  font-family: "Montserrat";
  font-size: 83px;
  font-weight: bold;
  opacity: 0.5;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--white);
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: -12px;
  mix-blend-mode: soft-light;
}
.c-internship-entry .button {
  height: 46px;
  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;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 3px;
  border: solid 1px #f7f7f7;
  background-image: linear-gradient(98deg, #e6a512, #dc9f14 42%, #e67612 100%);
  color: var(--white);
  letter-spacing: 0.06em;
  position: relative;
  padding-right: 10px;
}
.c-internship-entry .button::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/common/icon_tab.svg") no-repeat center/contain;
}

/*------------------------------------------------------------------------------
  c-crosstalk-button
------------------------------------------------------------------------------*/
.c-crosstalk-button {
  border-radius: 3px;
  background: url("../img/common/link02_bg_crosstalk.jpg") no-repeat center/cover;
  margin: 70px auto 0;
  text-align: center;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-crosstalk-button::before, .c-crosstalk-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.c-crosstalk-button::before {
  top: 0;
  border: 7px solid var(--white);
  opacity: 0.2;
  z-index: 1;
}
.c-crosstalk-button::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(82, 149, 207, 0)), to(#0054a8));
  background-image: linear-gradient(to bottom, rgba(82, 149, 207, 0) 50%, #0054a8);
  border-radius: 3px;
}
.c-crosstalk-button .ja {
  color: var(--white);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 16px;
  z-index: 2;
}
.c-crosstalk-button .ja::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  vertical-align: super;
  margin-left: 10px;
}
.c-crosstalk-button .en {
  font-family: "Montserrat";
  font-size: 70px;
  font-weight: bold;
  opacity: 0.5;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--white);
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: -10px;
  mix-blend-mode: soft-light;
  z-index: 2;
}
.c-crosstalk-button .button {
  height: 46px;
  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;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 3px;
  border: solid 1px #f7f7f7;
  background-image: linear-gradient(98deg, #e6a512, #dc9f14 42%, #e67612 100%);
  color: var(--white);
  letter-spacing: 0.06em;
  position: relative;
  padding-right: 10px;
}
.c-crosstalk-button .button::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/common/icon_tab.svg") no-repeat center/contain;
}
.c-crosstalk-button.bg_internship {
  background: url("../img/common/link02_bg_internship.jpg") no-repeat center/cover;
}

/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.c-title {
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 40px;
  line-height: 1.3;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
.c-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 74px;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2069b3), to(#e6a512));
  background-image: linear-gradient(to right, #2069b3, #e6a512);
}
.c-title .en {
  text-transform: uppercase;
  opacity: 0.55;
  font-family: "Montserrat";
  font-size: 150px;
  font-weight: bold;
  color: #edf3f8;
  display: block;
  line-height: 0.5;
}
.c-title .ja {
  position: relative;
}
.c-title.small {
  font-size: 32px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

/*------------------------------------------------------------------------------
  c-title02
------------------------------------------------------------------------------*/
.c-ttl .c-num {
  display: inline-block;
  border-bottom: solid var(--orange) 1px;
  height: 24px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--orange);
}
.c-ttl .ja {
  margin-top: 13px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.c-ttl02 {
  padding-bottom: 34px;
  font-size: 36px;
  display: inline-block;
  position: relative;
}
.c-ttl02::after {
  display: block;
  content: "";
  max-width: 74px;
  height: 4px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2069b3), to(#e6a512));
  background: linear-gradient(to right, #2069b3 0%, #e6a512 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*------------------------------------------------------------------------------
  c-title03
------------------------------------------------------------------------------*/
.c-title03 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.c-title03 .ja {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  color: #2069b3;
  line-height: 1.3;
}
.c-title03 .ja::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2069b3), to(#e6a512));
  background-image: linear-gradient(to right, #2069b3, #e6a512);
}

/*------------------------------------------------------------------------------
  c-title04
------------------------------------------------------------------------------*/
.c-title04 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.c-title04::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--blue);
  border-radius: 10px;
}

/*------------------------------------------------------------------------------
  c-ttl-box
------------------------------------------------------------------------------*/
.c-ttl-box {
  position: relative;
  min-height: 317px;
}
.c-ttl-box .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-ttl-box .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-ttl-box .ttlarea {
  text-align: center;
}
.c-ttl-box .ttl {
  display: inline-block;
  padding-top: 89px;
  font-size: 40px;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#5295cf), to(#0054a8));
  background: linear-gradient(to right, #5295cf 0%, #0054a8 100%);
  background-size: 100% 10%;
  background-repeat: no-repeat;
  background-position: bottom;
}

/*------------------------------------------------------------------------------
  c-cont-case
------------------------------------------------------------------------------*/
.c-cont-case__ttlbox {
  position: relative;
  min-height: 584px;
}
.c-cont-case__ttlbox::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(131deg, #67b8ff, #004181 63%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
.c-cont-case__ttlbox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-cont-case__ttlbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cont-case__txtarea {
  position: relative;
  top: 183px;
  z-index: 2;
}
.c-cont-case__txtarea .ttl {
  font-size: 40px;
  text-align: center;
  color: var(--white);
}
.c-cont-case__txtarea .txt {
  margin-top: 48px;
  font-size: 15px;
  line-height: 2.1;
  color: var(--white);
}

/*------------------------------------------------------------------------------
  c-big-ttl
------------------------------------------------------------------------------*/
.c-big-ttl .en {
  font-family: "Montserrat";
  font-size: 150px;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--white);
  text-align: center;
}

/*------------------------------------------------------------------------------
  c-kv
------------------------------------------------------------------------------*/
.c-kv {
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0;
  position: relative;
}
.c-kv::before, .c-kv::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c-kv::before {
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(300deg, #e6a311, rgba(255, 255, 255, 0) 30%);
}
.c-kv::after {
  height: 50%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(190deg, rgba(82, 149, 207, 0) 50%, rgba(23, 88, 179, 0.73) 80%, #0041a8);
}
.c-kv .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.c-kv .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-kv .title {
  color: var(--white);
  z-index: 2;
  position: relative;
}
.c-kv .title .ja {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.c-kv .title .ja02 {
  font-size: 60px;
  font-weight: 700;
}
.c-kv .title .en {
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat";
  display: block;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.c-kv .title .dec {
  display: inline-block;
  margin-right: 19px;
  padding: 5px 22px 5px 9px;
  border: solid #fff;
  border-radius: 3px;
}
.c-kv.ptn01 {
  height: 768px;
}
.c-kv.ptn01 .image {
  height: 768px;
}

/*------------------------------------------------------------------------------
  c-kv-movies
------------------------------------------------------------------------------*/
.c-kv-movies {
  -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;
}
.c-kv-movies .title {
  text-align: center;
}
.c-kv-movies .title .sub {
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  display: block;
}

/*------------------------------------------------------------------------------
  c-kv-voice
------------------------------------------------------------------------------*/
.c-kv-voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0 50px;
  height: 600px;
  position: relative;
}
.c-kv-voice::before, .c-kv-voice::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c-kv-voice::before {
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(42deg, #e6a311, rgba(255, 255, 255, 0) 42%);
}
.c-kv-voice::after {
  height: 50%;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-190deg, rgba(82, 149, 207, 0) 50%, rgba(23, 88, 179, 0.73) 80%, #0041a8);
}
.c-kv-voice .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.c-kv-voice .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-kv-voice .info {
  position: relative;
  z-index: 2;
}
.c-kv-voice .title {
  margin-bottom: 12px;
}
.c-kv-voice .title .tag {
  min-width: 170px;
  height: 40px;
  font-size: 16px;
  background-image: linear-gradient(103deg, #5295cf, #0054a8 100%);
  font-weight: 500;
  color: var(--white);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.c-kv-voice .title .ja {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.7;
  color: var(--blue);
  display: inline;
  background-color: var(--white);
  letter-spacing: 0.1em;
}
.c-kv-voice .position {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 21px;
  background-color: #dce5ef;
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.c-kv-voice .profile {
  color: var(--white);
  text-shadow: 0 0 10px rgba(32, 105, 179, 0.4);
}
.c-kv-voice .profile .name {
  font-size: 22px;
  letter-spacing: 0.08em;
}
.c-kv-voice .profile .en {
  letter-spacing: 0.04em;
  margin-left: 14px;
}
.c-kv-voice .profile .text {
  letter-spacing: 0.08em;
}
.c-kv-voice .big-en {
  opacity: 0.4;
  font-family: Montserrat;
  font-weight: bold;
  color: #edf3f8;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: soft-light;
}

/*------------------------------------------------------------------------------
  c-kv-internship
------------------------------------------------------------------------------*/
.c-kv-internship {
  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;
  position: relative;
  z-index: 1;
}
.c-kv-internship::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  background-image: linear-gradient(131deg, #67b8ff, #004181 63%);
}
.c-kv-internship .inner-block {
  max-width: 720px;
}
.c-kv-internship .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-kv-internship .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-kv-internship .title {
  color: var(--white);
  z-index: 2;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.c-kv-internship .title .day {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px;
  border: solid 1px #f7f7f7;
  background-color: rgba(32, 105, 179, 0.3);
  line-height: 1.3;
}
.c-kv-internship .title .ja {
  display: block;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.c-kv-internship .text {
  font-size: 15px;
  position: relative;
  z-index: 2;
  color: var(--white);
}

/*------------------------------------------------------------------------------
  c-voice 一覧
------------------------------------------------------------------------------*/
.c-voice {
  display: grid;
}
.c-voice a {
  display: block;
}
.c-voice a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-voice .image {
  position: relative;
  overflow: hidden;
}
.c-voice .image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-voice .image .tag {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  padding: 0 10px;
  min-width: 170px;
  height: 40px;
  background-image: linear-gradient(103deg, #5295cf, #0054a8 100%);
  letter-spacing: 0.08em;
}
.c-voice .image .tag.ptn02 {
  z-index: 3;
}
.c-voice .info {
  padding-top: 20px;
}
.c-voice .position {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 95px;
  height: 28px;
  border-radius: 21px;
  background-color: #dce5ef;
  font-size: 13px;
  color: var(--blue);
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 1;
}
.c-voice .name .ja {
  font-size: 22px;
  letter-spacing: 0.08em;
  margin-right: 10px;
}
.c-voice .name .en {
  color: #9bb8d5;
  letter-spacing: 0.04em;
  display: inline-block;
}
.c-voice .profile {
  font-size: 15px;
  line-height: 1.53;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  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;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
.anm-list > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
  original
------------------------------------------------------------------------------*/
.c-selectbox {
  position: relative;
}
.c-selectbox:before {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background: url("../img/common/icon-arrow-blue-bt.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.c-input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 2px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 12px 10px;
  position: relative;
}

.c-textarea {
  width: 100%;
  height: 200px;
  background: #fff;
  border: 2px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 12px 10px;
}

.c-select-input {
  width: 100%;
  position: relative;
}
.c-select-input:before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background: url("../img/common/ico-arrow-blue.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}

.tag {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border: 0;
  width: 40px;
  height: 20px;
  background: #D15A5A;
  border-radius: 2.4px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tag.any {
  background-color: #CCD6E0;
  color: #333;
}

.c-form-table, .c-form-table-small {
  width: 100%;
}
.c-form-table .open-area, .c-form-table-small .open-area {
  display: table-row;
}
.c-form-table .open-area.hide, .c-form-table-small .open-area.hide {
  display: none !important;
}
.c-form-table tr, .c-form-table-small tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-table th, .c-form-table-small th {
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.c-form-table th .kome, .c-form-table-small th .kome {
  font-size: 14px;
  font-weight: 400;
}
.c-form-table th.top, .c-form-table-small th.top {
  margin-top: 33px;
}
.c-form-table td.kibou, .c-form-table-small td.kibou {
  padding: 0;
  margin-top: 12px;
}
.c-form-table td.two-input, .c-form-table-small td.two-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-form-table td.two-input .c-input, .c-form-table-small td.two-input .c-input {
  width: 170px;
}
.c-form-table td.three-input, .c-form-table-small td.three-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-form-table td.three-input .line, .c-form-table-small td.three-input .line {
  display: inline-block;
  margin-top: 8px;
}
.c-form-table td.select, .c-form-table-small td.select {
  position: relative;
}
.c-form-table td.select::after, .c-form-table-small td.select::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}
.c-form-table td .note, .c-form-table-small td .note {
  display: block;
  margin-top: 18px;
  font-size: 14px;
}
.c-form-table .inner, .c-form-table-small .inner {
  position: relative;
  display: block;
  width: 100%;
}
.c-form-table .inner span.val, .c-form-table-small .inner span.val {
  display: inline-block;
  margin-left: 14px;
  text-align: center;
  border: 0;
  width: 28px;
  height: 20px;
  background: #D15A5A;
  border-radius: 2.4px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-form-table .inner span.val.any, .c-form-table-small .inner span.val.any {
  background-color: #CCD6E0;
  color: #333;
}
.c-form-table .inner span.coment, .c-form-table-small .inner span.coment {
  display: inline-block;
}
.c-form-table .check-box, .c-form-table-small .check-box {
  width: auto;
}
.c-form-table .check-btn, .c-form-table-small .check-btn {
  display: none;
}
.c-form-table .mwform-checkbox-field, .c-form-table-small .mwform-checkbox-field {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.c-form-table .radio-box, .c-form-table-small .radio-box {
  margin-left: -10px;
  margin-top: -10px;
}
.c-form-table .mwform-radio-field, .c-form-table-small .mwform-radio-field {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.c-form-table .kibou-ttl, .c-form-table-small .kibou-ttl {
  width: 100px;
  border-radius: 5px;
  background-color: #394148;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
  text-align: center;
}

.label-file > input {
  display: none;
}

.label-file {
  color: #767676; /* ラベルテキストの色を指定する */
  background-color: #EFEFEF; /* ラベルの背景色を指定する */
  padding: 5px 10px; /* ラベルとテキスト間の余白を指定する */
  border: 1px solid #A1A1A1; /* ラベルのボーダーを指定する */
  font-style: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 5px;
  margin-right: 20px;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  opacity: 1;
}

span.mwform-checkbox-field-text {
  padding-left: 34px;
}
span.mwform-checkbox-field-text::before {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 20px;
  background-image: url("../img/common/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
span.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fcfcfc;
  border: 1px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-right: 20px;
}

.mwform-checkbox-field-text {
  position: relative;
  line-height: 1.4;
  display: inline-block;
}

.p_contact-table .c-form-table .mwform-radio-field, .p_contact-table .c-form-table-small .mwform-radio-field {
  margin-top: 0;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.p_contact-table .mw_wp_form_input .open-area {
  display: none;
}

.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
}

input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 44px;
  line-height: 1.4;
  display: inline-block;
}
.wpcf7-list-item-label::before {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 20px;
  background-image: url("../img/common/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fcfcfc;
  border: 1px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-right: 20px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  display: inline-block;
}
.mwform-radio-field-text::before {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  margin-right: 10px;
  border-radius: 50%;
  background-color: #133A59;
  background-repeat: no-repeat;
  background-position: center center;
}
.mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fcfcfc;
  border: 1px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}

.privacy-link {
  color: #133a59;
  text-decoration: underline;
}

.mw_wp_form .error {
  margin-top: 8px !important;
}

.mw_wp_form_confirm-only {
  display: none;
}

.mw_wp_form_confirm .mw_wp_form_confirm-none {
  display: none;
}
.mw_wp_form_confirm .mw_wp_form_confirm-only {
  display: block;
}
.mw_wp_form_confirm .c-select-input {
  width: auto;
}
.mw_wp_form_confirm .c-select-input:before {
  display: none;
}
.mw_wp_form_confirm .c-time-input__year-input {
  width: auto;
}
.mw_wp_form_confirm .c-time-input__month-input {
  width: auto;
}
.mw_wp_form_confirm .c-time-input__date-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__year01-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__month01-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__year02-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__month02-input {
  width: auto;
}
.mw_wp_form_confirm .c-form-table .radio-box, .mw_wp_form_confirm .c-form-table-small .radio-box {
  margin-top: 0;
  margin-left: 0;
}

.c-form-box01 + .c-form-box01 {
  margin-top: 50px;
}
.c-form-box01__ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #133A59;
}

.c-form-message01 {
  text-align: center;
  margin-bottom: 40px;
}

.c-time-input {
  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;
}
.c-time-input__year {
  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;
}
.c-time-input__year-input {
  width: 170px;
}
.c-time-input__year-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-time-input__month {
  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;
}
.c-time-input__month-input {
  width: 112px;
}
.c-time-input__month-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-time-input__date {
  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;
}
.c-time-input__date-input {
  width: 112px;
}
.c-time-input__date-txt {
  margin-left: 10px;
}

.c-address-input__postcode {
  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;
}
.c-address-input__postcode-input {
  width: 200px;
}
.c-address-input__postcode-txt {
  cursor: pointer;
  margin-left: 20px;
  color: #133A59;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.c-address-input__address01 {
  margin-top: 10px;
}
.c-address-input__address02 {
  margin-top: 10px;
}

.c-between-input {
  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;
}
.c-between-input__before {
  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;
}
.c-between-input__while {
  font-weight: bold;
  margin-right: 20px;
}
.c-between-input__after {
  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;
}
.c-between-input__year01 {
  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;
}
.c-between-input__year01-input {
  width: 120px;
}
.c-between-input__year01-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-between-input__month01 {
  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;
}
.c-between-input__month01-input {
  width: 90px;
}
.c-between-input__month01-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-between-input__year02 {
  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;
}
.c-between-input__year02-input {
  width: 120px;
}
.c-between-input__year02-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-between-input__month02 {
  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;
}
.c-between-input__month02-input {
  width: 90px;
}
.c-between-input__month02-txt {
  margin-left: 10px;
  margin-right: 20px;
}

.c-form-caption01 {
  margin-top: 10px;
  font-size: 12px;
  color: #949494;
}

.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

.c-input-box01 {
  width: 170px;
}

.c-form-salary__select {
  width: 170px;
}
.c-form-salary__input {
  margin-top: 10px;
}

.mw_wp_form_confirm .c-form-table td.select::after, .mw_wp_form_confirm .c-form-table-small td.select::after {
  display: none;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* home ページ用
-------------------------------------------------- */
.home-title {
  margin-bottom: 30px;
}
.home-title .en {
  font-family: Montserrat;
  font-size: 80px;
  font-weight: bold;
  color: var(--blue);
  display: block;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-title .ja {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.home .l-mv-image {
  position: fixed;
  left: 0;
  width: 100%;
}
.home .l-mv-image .background {
  pointer-events: none;
  background-color: #194674;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home .l-mv-image .background img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  display: none;
  object-fit: cover;
}
.home .l-mv-image .background img:first-child {
  display: inline;
}
.home .l-mv {
  height: calc(100vh - 60px);
}
.home .l-mv .inner-block {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .l-mv .text {
  position: relative;
  z-index: 2;
}
.home .l-mv .scroll {
  color: var(--white);
  position: absolute;
  margin: auto;
  display: inline-block;
  font-family: "Montserrat";
  letter-spacing: 0.1em;
  height: 1em;
  padding-right: 50px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .l-mv .scroll::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 1px;
  background-color: var(--white);
  -webkit-animation: scroll 4s infinite;
          animation: scroll 4s infinite;
}
@-webkit-keyframes scroll {
  0% {
    width: 32px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 32px;
  }
}
@keyframes scroll {
  0% {
    width: 32px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 32px;
  }
}
.home .l-mv .button-internship {
  width: 170px;
  height: 170px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 20px 0 rgba(6, 75, 145, 0.3);
          box-shadow: 0 0 20px 0 rgba(6, 75, 145, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(128deg, #5295cf 42%, #0054a8 85%);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  gap: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.home .l-mv .button-internship .ja {
  line-height: 1.38;
}
.home .l-mv .button-internship .en {
  font-family: "Montserrat";
  font-size: 10px;
  letter-spacing: 0.18em;
  position: relative;
  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;
  gap: 6px;
}
.home .l-mv .button-internship .en::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("../img/common/icon_arrow02.svg") no-repeat center/contain;
}
.home .l-message {
  padding: 600px 0 0;
  text-align: center;
}
.home .l-message::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(transparent, #fff);
}
.home .l-message .bg-white {
  background-color: var(--white);
  padding-bottom: 200px;
}
.home .l-message .text {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.8;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#5295cf), to(#0054a8));
  background: linear-gradient(to bottom, #5295cf, #0054a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .l-message .c-button {
  margin: 80px auto 0;
}
.home .l-introduction {
  background-color: var(--white);
  padding: 30px 0 130px;
}
.home .l-introduction::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/home/introduction_bg.jpg") no-repeat center/cover #3C91C2;
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
}
.home .l-introduction .intro {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.home .l-introduction .links-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.home .l-introduction .links-wrap a {
  display: block;
}
.home .l-introduction .links-wrap a .image {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.home .l-introduction .links-wrap a .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 190px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 92, 92, 0)), to(#2080b3));
  background-image: linear-gradient(to bottom, rgba(92, 92, 92, 0), #2080b3);
  z-index: 1;
}
.home .l-introduction .links-wrap a .image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: url("../img/common/icon_arrow.svg") no-repeat center/contain #1d1d1d;
  background-size: 24px 7px;
}
.home .l-introduction .links-wrap a .image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.home .l-introduction .links-wrap a .number {
  line-height: 1;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: bold;
  color: var(--white);
  margin-top: -0.5em;
  position: relative;
  padding-left: 10px;
  z-index: 2;
}
.home .l-introduction .links-wrap a .text {
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(59, 59, 59, 0.3);
  padding-left: 16px;
}
.home .l-work {
  display: grid;
}
.home .l-work a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.home .l-work a:hover:before, .home .l-work a:hover:after {
  opacity: 0.8;
}
.home .l-work a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home .l-work a::before, .home .l-work a::after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.home .l-work a::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5295cf), to(#0054a8));
  background-image: linear-gradient(0deg, #5295cf, #0054a8 100%);
}
.home .l-work a::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid var(--white);
}
.home .l-work .title {
  position: relative;
  text-align: center;
  color: var(--white);
  margin-bottom: 50px;
  z-index: 2;
}
.home .l-work .title .en {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-family: "Montserrat";
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.home .l-work .title .ja {
  margin-top: 16px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .l-work .image {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .l-work .image img {
  opacity: 0.85;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.home .l-work .c-button {
  z-index: 2;
}
.home .l-movie {
  height: 625px;
  position: relative;
  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;
}
.home .l-movie .movie-button {
  display: block;
}
.home .l-movie .movie-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--black);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(0, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, transparent));
  background-image: linear-gradient(90deg, #fff 50%, transparent 0), linear-gradient(#fff 50%, transparent 0);
  background-size: 2px 2px;
  opacity: 0.4;
  z-index: 2;
  mix-blend-mode: overlay;
}
.home .l-movie .movie-button:hover .movie::before, .home .l-movie .movie-button:hover .movie::after {
  height: 50px;
}
.home .l-movie .movie-button:hover .movie img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.35;
}
.home .l-movie .movie {
  background-color: #414141;
  height: 625px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.home .l-movie .movie::before, .home .l-movie .movie::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--black);
  z-index: 1;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.home .l-movie .movie::before {
  top: 0;
}
.home .l-movie .movie::after {
  bottom: 0;
}
.home .l-movie .movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.home .l-movie .title {
  text-align: center;
  margin-bottom: 70px;
}
.home .l-movie .title .sub {
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  display: block;
}
.home .l-movie .c-button {
  margin: 0 auto;
}
.home .l-crosstalk {
  padding: 400px 0 100px;
  background-color: var(--white);
}
.home .l-crosstalk::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 43.9238653001vw;
  max-height: 600px;
  background: url("../img/home/crosstalk_bg.jpg") no-repeat center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}
.home .l-crosstalk .text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

/* -----------------------------------------------
* internship Module
* internship ページ用
-------------------------------------------------- */
.c-internship {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 40px;
}
.c-internship a {
  display: block;
  position: relative;
}
.c-internship a .title {
  position: absolute;
  left: 20px;
  bottom: 16px;
  color: var(--white);
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
.c-internship .icon-list {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.c-internship .icon {
  width: 52px;
  height: 52px;
}
.c-internship .icon + .icon {
  margin-left: 6px;
}
.c-internship .image {
  position: relative;
  overflow: hidden;
}
.c-internship .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#0054a8));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0054a8);
  z-index: 1;
}
.c-internship .image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-internship .text {
  font-size: 14px;
  margin-top: 16px;
  letter-spacing: 0.04em;
}

/* -----------------------------------------------
* system Module
* system ページ用
-------------------------------------------------- */
.p_system-body {
  padding-bottom: 131px;
}

.p_system-body-box + .p_system-body-box {
  margin-top: 84px;
}

.p_system-body-box__ttl {
  text-align: center;
}
.p_system-body-box__item {
  margin-top: 43px;
  position: relative;
  overflow: hidden;
}
.p_system-body-box__item img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_system-body-box__item .dec {
  padding: 0 15px 15px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  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;
}
.p_system-body-box__item .dec::after {
  display: block;
  content: "";
  width: 23px;
  height: 6px;
  border-bottom: solid #fff 1px;
  border-right: solid #fff 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.p_system-body-box__link:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.p_system-body-box__link:hover .dec {
  opacity: 0.7;
}

/* -----------------------------------------------
* movies Module
* movies ページ用
-------------------------------------------------- */
.c-movie {
  position: relative;
  z-index: 1;
}
.c-movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.c-movie + .text {
  text-align: justify;
}

.p_movies-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p_movies-bottom .c-movie + .text {
  margin-top: 10px;
}

/* -----------------------------------------------
* climate Module
* climate ページ用
-------------------------------------------------- */
.p_climate-cont {
  padding-bottom: 176px;
}
.p_climate-cont figure {
  margin: 0;
}
.p_climate-cont__ttl {
  text-align: center;
}
.p_climate-cont__txt {
  margin-top: 50px;
  line-height: 2.13;
}
.p_climate-cont__item {
  width: calc((100% - 100px) / 3);
}
.p_climate-cont__item img {
  width: 100%;
}
.p_climate-cont__item .ttl {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--blue);
  text-align: center;
}
.p_climate-cont__item .txt {
  margin-top: 18px;
}

/* -----------------------------------------------
* about Module
* about ページ用
-------------------------------------------------- */
.l-about-obbli .title {
  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;
  margin-bottom: -1.5em;
  position: relative;
  z-index: 10;
}
.l-about-obbli .title .ja {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}

.l-about-value .value-wrap {
  display: grid;
}
.l-about-value .value-wrap .image {
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0 0 40px rgba(60, 122, 154, 0.25));
          filter: drop-shadow(0 0 40px rgba(60, 122, 154, 0.25));
}
.l-about-value .value-wrap .title {
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: var(--blue);
}
.l-about-value .text {
  line-height: 2.13;
}

.l-about-philosophy .philosophy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-about-philosophy .text {
  line-height: 2.13;
}
.l-about-future .c-title {
  text-align: left;
}
.l-about-future .c-title::before {
  right: auto;
}
.l-about-future .text {
  text-align: justify;
}
.l-about-future .background {
  position: absolute;
  right: 0;
  top: 50px;
}
.l-about-future .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-about-future .bg {
  position: absolute;
  -webkit-box-shadow: 0 0 40px 0 rgba(60, 122, 154, 0.25);
          box-shadow: 0 0 40px 0 rgba(60, 122, 154, 0.25);
}
.l-about-future .bg01 {
  right: 92px;
  top: 0;
  width: 232px;
}
.l-about-future .bg02 {
  position: absolute;
  left: 0px;
  bottom: 80px;
  width: 122px;
}
.l-about-future .bg03 {
  position: absolute;
  right: 268px;
  bottom: 0px;
  width: 281px;
}
.l-about-obbliism .blue-box {
  margin-top: 70px;
  border-radius: 8px;
  background-color: #f0f4f8;
  display: grid;
  overflow: hidden;
}
.l-about-obbliism .blue-box .info {
  padding: 20px 30px 20px 50px;
}
.l-about-obbliism .blue-box .info .title {
  font-size: 22px;
  font-weight: 900;
  color: var(--blue);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  position: relative;
}
.l-about-obbliism .blue-box .info .title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #2069b3;
}
.l-about-obbliism .blue-box .info .title .ja {
  position: relative;
  padding-right: 15px;
  background-color: #f0f4f8;
}
.l-about-obbliism .blue-box .image {
  position: relative;
}
.l-about-obbliism .blue-box .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f4f8), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #f0f4f8, rgba(255, 255, 255, 0));
}
.l-about-obbliism .blue-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_ism-box__img img {
  aspect-ratio: 151/62;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_ism-box__img + .p_ism-box__txt {
  margin-top: 20px;
}
.p_ism-box__txt {
  padding: 0 80px;
  font-size: 15px;
  text-align: justify;
  line-height: 2.13;
}

.l-about-background {
  padding-bottom: 600px;
  background: url("../img/about/about_bg.jpg") no-repeat center bottom/cover;
  background-size: auto 54.9048316252vw;
}

/* -----------------------------------------------
* voice Module
* voice ページ用
-------------------------------------------------- */
.title-voice {
  text-align: center;
}
.title-voice .en {
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: bold;
  line-height: 1.21;
  color: #e1eaf7;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  margin-bottom: -0.5em;
  letter-spacing: 0.04em;
}
.title-voice .ja {
  display: block;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.l-voice-career {
  padding-bottom: 0;
}
.l-voice-career .career-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
.l-voice-career .career-wrap .career {
  text-align: center;
  position: relative;
}
.l-voice-career .career-wrap .career + .career:before {
  content: "";
  position: absolute;
  margin: auto;
  border: dashed 1px #cad6e6;
}
.l-voice-career .career-wrap .joing {
  font-size: 32px;
  font-weight: bold;
  color: var(--blue);
}
.l-voice-career .career-wrap .year {
  font-weight: bold;
  color: var(--blue);
}
.l-voice-career .career-wrap .year .number {
  font-family: "Montserrat";
  font-size: 32px;
}
.l-voice-career .career-wrap .text {
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.08em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-voice-career .career-wrap .text.small {
  font-size: 14px;
}
.l-voice-career .c-movie {
  margin-bottom: -100px;
}

.schedule-wrap {
  display: grid;
  position: relative;
}
.schedule-wrap::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 8px;
  left: 0;
  margin: auto;
  background-color: #bccee0;
}
.schedule-wrap .schedule {
  position: relative;
}
.schedule-wrap .schedule::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: var(--white);
  border-radius: 50%;
}
.schedule-wrap .schedule:nth-child(1)::after {
  display: none;
}
.schedule-wrap .schedule:last-child::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: var(--white);
  left: -72px;
  bottom: -10px;
}
.schedule-wrap .title {
  margin-bottom: 10px;
}
.schedule-wrap .title .time {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: bold;
  color: var(--blue);
  line-height: 1;
  position: relative;
}
.schedule-wrap .title .time::before, .schedule-wrap .title .time::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.schedule-wrap .title .time::before {
  height: 1px;
  border: dashed 1px #cad6e6;
}
.schedule-wrap .title .ja {
  display: block;
  font-size: 18px;
  margin-top: 6px;
  letter-spacing: 0.08em;
}
.schedule-wrap .text {
  font-size: 14px;
}
.schedule-wrap .image {
  margin-top: 20px;
}
.schedule-wrap .image img {
  width: 100%;
  height: 174px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-voice-private {
  background-image: linear-gradient(130deg, #5295cf, #0054a8);
}
.l-voice-private .info {
  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;
}
.l-voice-private .content {
  margin-left: auto;
  color: var(--white);
}
.l-voice-private .title {
  margin-bottom: 20px;
  position: relative;
}
.l-voice-private .title .en {
  position: absolute;
  left: -120px;
  bottom: -10px;
}
.l-voice-private .title .ja {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.l-voice-private .text {
  text-align: justify;
}
.l-voice-private .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pager-voice {
  padding: 90px 0;
  background-color: #f0f4f8;
}
.c-pager-voice .pager-wrap {
  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;
  gap: 20px;
}
.c-pager-voice .pager {
  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;
  gap: 20px;
  position: relative;
}
.c-pager-voice .pager::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-left: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
}
.c-pager-voice .pager:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-pager-voice .pager .image {
  overflow: hidden;
}
.c-pager-voice .pager .image img {
  width: 103px;
  height: 107px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-pager-voice .prev {
  padding-right: 50px;
}
.c-pager-voice .prev:before {
  right: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-pager-voice .next::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-pager-voice .position {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 79px;
  height: 18px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 21px;
  background-color: #dce5ef;
  color: var(--blue);
  margin-bottom: 4px;
}
.c-pager-voice .group {
  font-size: 13px;
  font-weight: bold;
  color: var(--blue);
}
.c-pager-voice .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}
.c-pager-voice .text {
  font-size: 13px;
  line-height: 1.54;
}
.c-pager-voice .index {
  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;
  gap: 5px;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-pager-voice .index .en {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: bold;
  color: var(--blue);
}

/* -----------------------------------------------
* message Module
* message ページ用
-------------------------------------------------- */
.image-background {
  position: relative;
  z-index: 1;
}
.image-background img {
  width: 100%;
  height: 476px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-background.gradation-blue::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2069b3), color-stop(61%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #2069b3, rgba(255, 255, 255, 0) 61%);
  left: 0;
  top: 0;
}

.p_message-mv {
  padding: 20px 120px 85px;
}
.p_message-mv__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
.p_message-mv__txtarea {
  text-align: center;
  border-top: solid #e0e8f4 4px;
  border-bottom: solid #e0e8f4 4px;
}
.p_message-mv__txtarea .post {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.04em;
}
.p_message-mv__txtarea .name {
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #000;
}
.p_message-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-message-ceo {
  padding-bottom: 120px;
}
.l-message-ceo .c-white .text {
  line-height: 2.13;
}
.l-message-ceo .profile {
  text-align: center;
  margin-bottom: 70px;
}
.l-message-ceo .profile .position {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.l-message-ceo .profile .name {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

/* -----------------------------------------------
* sustainability Module
* sustainability ページ用
-------------------------------------------------- */
.p_sustaina-cont__box + .p_sustaina-cont__box {
  margin-top: 50px;
}
.p_sustaina-cont__box {
  padding: 83px 0 120px;
}
.p_sustaina-cont__bunner {
  margin-top: 78px;
}
.p_sustaina-cont__bunner .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_sustaina-cont__link {
  display: block;
  width: 536px;
  height: 138px;
  background: url(../img/system/sustaina/sustaina-bunner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_sustaina-cont__link > .ja {
  position: absolute;
  bottom: 25px;
  right: 28px;
}
.p_sustaina-cont__link > .ja .small {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.p_sustaina-cont__link > .ja .big {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  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-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
}
.p_sustaina-cont__link > .ja .big::after {
  display: block;
  content: "";
  width: 23px;
  height: 6px;
  border-bottom: solid var(--white) 1px;
  border-right: solid var(--white) 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.p_sustaina-cont__link .en {
  font-family: "Montserrat";
  font-size: 70px;
  font-weight: 700;
  color: var(--white);
  mix-blend-mode: soft-light;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.p_sustaina-cont__link:hover {
  opacity: 0.8;
}

/* -----------------------------------------------
* welfare Module
* welfare ページ用
-------------------------------------------------- */
.p_welfare-cont__box + .p_welfare-cont__box {
  margin-top: 50px;
}
.p_welfare-cont__body {
  margin-top: 104px;
}

/* -----------------------------------------------
* teaching Module
* teaching ページ用
-------------------------------------------------- */
.p_teaching-cont01__ttl02 {
  text-align: center;
}
.p_teaching-cont01__ttl02 .c-black-ttl {
  font-size: 36px;
  font-weight: 800;
}
.p_teaching-cont01__ttl02 .c-black-ttl + .c-ttl {
  margin-top: 13px;
}
.p_teaching-cont01__ttl02 + .c-under {
  margin-top: 52px;
}
.p_teaching-cont01 .l-popup.ptn01 {
  padding-bottom: 188px;
}
.p_teaching-cont01 .l-popup.ptn01 .c-center01:last-child {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.p_teaching-cont01 .l-popup.ptn01 .c-center01:last-child .c-arrow::after {
  width: 221px;
}
.p_teaching-cont01 .c-three-wrap {
  gap: 25px;
}

.p_teaching-cont02 {
  padding: 66px 0 137px;
}
.p_teaching-cont02 .txt {
  text-align: center;
}
.p_teaching-cont02 .img {
  margin-top: 64px;
}
.p_teaching-cont02 .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p_teaching-cont03 {
  padding: 70px 0 163px;
}

.p_teaching-cont04__box {
  padding: 103px 0 108px;
}
.p_teaching-cont04 .txt {
  font-size: 27px;
  font-weight: 800;
  text-align: center;
  color: var(--blue);
}
.txt + .p_teaching-cont04__item {
  margin-top: 43px;
}
.p_teaching-cont04__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_teaching-cont04__img + .p_teaching-cont04__imgbox {
  margin-left: 46px;
}
.p_teaching-cont04__img {
  width: 477px;
}
.p_teaching-cont04__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_teaching-cont04__imgbox {
  width: 477px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 13px;
}
.p_teaching-cont04__imgbox img {
  width: calc((100% - 13px) / 2);
  -o-object-fit: cover;
     object-fit: cover;
}
.p_teaching-cont04 .sub {
  margin-top: 51px;
  text-align: center;
}

/* -----------------------------------------------
* symposium Module
* symposium ページ用
-------------------------------------------------- */
.p_simpo-mv {
  padding-top: 70px;
}

.p_simpo-video {
  display: block;
}
.p_simpo-video .video iframe {
  aspect-ratio: 500/281;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -----------------------------------------------
* graduate Module
* graduate ページ用
-------------------------------------------------- */
.p_graduate-performance-ttl {
  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;
}
.p_graduate-performance-ttl .ttl {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.p_graduate-mypage .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_graduate-body.js-cont {
  display: none;
}

.p_graduate-body.js-cont.active {
  display: block;
}

.p_graduate-document-section {
  background: #F7F7F7;
  padding: 70px 0;
}
.p_graduate-document-item__ttl {
  font-weight: bold;
  color: #2069B3;
  font-size: 22px;
}
.p_graduate-document-item__desc {
  margin-top: 10px;
  font-size: 14px;
}
.p_graduate-document-item__btn {
  margin-top: 30px;
}

/* -----------------------------------------------
* business Module
* business ページ用
-------------------------------------------------- */
.p_business-link .inner-block {
  display: grid;
  gap: 22px;
}

.p_business-body {
  padding-bottom: 140px;
}

.p_business-cont {
  margin-top: 100px;
}
.p_business-cont .c-cont02-body:first-child .c-cont02-body__inner04 {
  background: url(../img/business/business-ttl01.jpg) no-repeat;
}
.p_business-cont .c-cont02-body:nth-child(2) .c-cont02-body__inner04 {
  background: url(../img/business/business-ttl02.jpg) no-repeat;
}
.p_business-cont .c-cont02-body:nth-child(3) .c-cont02-body__inner04 {
  background: url(../img/business/business-ttl03.jpg) no-repeat;
}
.p_business-cont .c-cont02-body:nth-child(4) .c-cont02-body__inner04 {
  background: url(../img/business/business-ttl04.jpg) no-repeat;
}
.p_business-cont .c-cont02-body:nth-child(5) .c-cont02-body__inner04 {
  background: url(../img/business/business-ttl05.jpg) no-repeat;
}
.p_business-cont .c-cont02-body:last-child .c-cont02-body__inner04 {
  background: url(../img/business/business-ttl06.jpg) no-repeat;
}

/* -----------------------------------------------
* number Module
* number ページ用
-------------------------------------------------- */
.p_number-body {
  padding-bottom: 136px;
  background: #f7f7f7;
}
.p_number-body__box:first-child {
  padding-top: 73px;
}
.p_number-body__box + .p_number-body__box {
  margin-top: 123px;
}
.p_number-body__ttl {
  text-align: center;
}
.p_number-body__ttl + .p_number-body__cont {
  margin-top: 50px;
}

/*-----------------------------------------------------------------------
.c-date-list
----------------------------------------------------------------------*/
.c-date-list figure {
  margin: 0;
}
.c-date-list li {
  padding: 41px 10px 14px;
  background: #fff;
  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;
}
.c-date-list + .c-date-list {
  margin-top: 23px;
}
.c-date-list__item {
  text-align: center;
  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;
}
.c-date-list__ttl {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.c-date-list__txt {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-date-list__txt02 {
  letter-spacing: 0.1em;
}
.c-date-list__txt03 {
  font-weight: bold;
}
.c-date-list__img {
  margin-top: 15px;
}
.c-date-list__img.ptn01 {
  max-width: 300px;
  margin: 0 auto;
}
.c-date-list__img.ptn02 {
  max-width: 250px;
  margin: 0 auto;
}
.c-date-list__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-date-list__box__sub {
  margin-left: 22px;
}
.c-date-list__box.ptn01 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-date-list__box-item + .c-date-list__box-item {
  padding-left: 36px;
}
.c-date-list__color02 + .c-date-list__sub {
  padding-left: 22px;
}
.c-date-list__blue {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--blue);
}
.c-date-list__blue.position {
  text-align: left;
}
.c-date-list__blue + .c-date-list__blue {
  padding-left: 22px;
}
.c-date-list__blue-big {
  font-family: "Montserrat";
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--blue);
}
.c-date-list__blue-small {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.9;
  color: var(--blue);
}
.c-date-list__blue02 {
  font-size: 26px;
  font-weight: 700;
  color: var(--blue);
}
.c-date-list__black {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.c-date-list__black02 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: var(--black);
}
.c-date-list__sub {
  margin-top: auto;
  text-align: right;
  font-size: 13px;
  line-height: 1.35;
}
.c-date-list.ptn01 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-date-list .txt-blue {
  color: var(--blue);
  font-size: 24px;
}

/* -----------------------------------------------
* privacy Module
* privacy ページ用
-------------------------------------------------- */
.p_privacy__txtarea {
  text-align: right;
  margin-top: 51px;
}
.p_privacy__box01 {
  margin-bottom: 60px;
}
.p_privacy__ttl01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  text-align: left;
}
.p_privacy__mail a {
  color: #1b94e0;
  display: inline;
  text-decoration: underline !important;
}
.p_privacy__mail {
  margin-top: 10px;
  text-align: center;
  color: #1b94e0;
  text-decoration: underline !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p_privacy__mail:hover {
  opacity: 0.7;
}
.p_privacy__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.p_privacy .button {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  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;
  width: 500px;
  height: 88px;
  background-image: linear-gradient(100deg, #5899db, #2069b3 100%);
  color: var(--white);
  letter-spacing: 0.08em;
  border-radius: 6px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p_privacy .button::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 33px;
  background: url("../img/common/icon_pdf.png") no-repeat center/contain;
}

.p_privacy-list {
  counter-reset: num 0;
  margin-top: 53px;
}
.p_privacy-list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 15px;
  letter-spacing: 0.02em;
  border-top: solid #CCD6E0 1px;
  border-bottom: solid #CCD6E0 1px;
  padding: 27px 0 36px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p_privacy-list__item::before {
  width: 1.5rem;
  min-width: 1.5rem;
  display: block;
  content: counter(num) ".";
  counter-increment: num 1;
  color: #2069B3;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: left;
}

.p_contact-top-txt {
  padding-bottom: 60px;
  border-bottom: 1px solid #CCD6E0;
}

.p_contact-ttl__ttl {
  font-family: "Montserrat";
  font-size: 60px;
  text-align: center;
}
.p_contact-ttl__txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}

.p_contact-table {
  margin-top: 60px;
}

.p_contact-main-block {
  margin-top: 120px;
}
.p_contact-privacy__ttl {
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.p_contact-privacy__txt {
  margin-top: 16px;
}
.p_contact-privacy__txt a.link {
  color: #2069B3;
  text-decoration: underline;
}

.p_contact-privacy-list__item {
  font-size: 15px;
  font-weight: 400;
  margin-top: 16px;
  padding-left: 1.2em;
  text-indent: -1.4em;
}
.p_contact-privacy-list__item .num {
  font-size: 15px;
  font-weight: bold;
  color: #2069B3;
  letter-spacing: 0.02em;
}

.p_contact-privacy-check {
  display: block;
  text-align: center;
  margin-top: 64px;
}

.p_contact-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 50px;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-btn {
  width: 500px;
  padding: 20px;
  background-color: #006DB8;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta-btn.back {
  background-color: #919191;
}
.cta-btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 50px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block, .inner-block-narrow {
    padding: 0 20px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding: 10px 15px;
    height: 50px;
  }
  .c-header .title .logo {
    max-width: 70px;
    width: 16vw;
  }
  .c-header .title .ja {
    line-height: 1.2;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 10px;
  }
  .c-header > .button-wrap .button {
    display: none;
  }
  .c-header .parent-links {
    display: none;
  }
  .c-header .child-wrap {
    display: none;
  }
  .c-header .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-header .content {
    position: fixed;
    right: 0px;
    z-index: 9;
    height: 100%;
    background-color: #001d39;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    top: 50px;
    overflow: scroll;
    width: 100%;
    padding: 40px 0;
    height: calc(100% - 50px);
  }
  .c-header .content .head {
    border-top: 2px solid #3c4e60;
    font-size: 17px;
    padding: 22px 30px;
  }
  .c-header .content .head .button {
    width: 74px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .c-header .content .head .button.is-active::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .c-header .content .head .button::before, .c-header .content .head .button::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--white);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-header .content .head .button::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-header .content .child {
    border-top: 1px solid #3c4e60;
    display: none;
    padding: 22px 30px;
  }
  .c-header .content .child a {
    font-size: 15px;
    line-height: 2.6;
  }
  .c-header .content .other {
    border-top: 2px solid #3c4e60;
    display: block;
  }
  .c-header .content .button-wrap {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .c-header .content .button-wrap .button {
    width: 100%;
    height: 50px;
  }
  .toggle-button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10;
    width: 24px;
    height: 14px;
  }
  .toggle-button .bar {
    height: 2px;
  }
  .toggle-button.is-active .bar:nth-child(1) {
    -webkit-transform: rotate(-20deg) translate(-3px, 5px);
            transform: rotate(-20deg) translate(-3px, 5px);
  }
  .toggle-button.is-active .bar:nth-child(3) {
    -webkit-transform: rotate(20deg) translate(-3px, -5px);
            transform: rotate(20deg) translate(-3px, -5px);
  }
  .c-footer .contact-block {
    padding: 70px 0 80px;
  }
  .c-footer .contact-block .info {
    margin-bottom: 40px;
  }
  .c-footer .contact-block .title {
    margin-bottom: 30px;
  }
  .c-footer .contact-block .title .ja {
    font-size: 18px;
  }
  .c-footer .contact-block .button {
    width: 100%;
  }
  .c-footer .nav-block {
    display: none;
  }
  .c-footer .logo-block {
    padding: 50px 0 20px;
  }
  .c-footer .logo-block .inner-block {
    text-align: center;
  }
  .c-footer .logo-block .logo {
    margin-bottom: 40px;
  }
  .l-intro {
    padding: 40px 0;
  }
  .l-subpage {
    padding: 40px 0 80px;
  }
  .l-subpage .content + .content {
    margin-top: 80px;
  }
  .l-popup .white-box {
    padding: 40px 0;
    width: calc(100% - 40px);
  }
  .l-popup .white-box:nth-child(1) {
    margin-top: -30px;
  }
  .l-popup .white-box .ttlbox .en::before {
    font-size: 16px;
  }
  .l-popup .white-box .ttlbox .ttl {
    font-size: 28px;
  }
  .l-popup .white-box .txt {
    margin-top: 37px;
  }
  .l-popup .white-box .talkbox + .ttlbox {
    margin-top: 37px;
  }
  .l-popup .white-box .talk .talk-item {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .l-popup .white-box .talk .talk-wrap {
    width: 100%;
  }
  .l-popup .white-box .c-under {
    font-size: 14px;
  }
  .l-popup .white-box .c-under + .c-cont01 {
    margin-top: 50px;
  }
  .l-popup .white-box .c-cont01 + .c-sub {
    margin-top: 43px;
  }
  .l-popup .white-box .c-cont01__txtarea {
    padding: 15px;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .l-popup .white-box .c-cont01__ttl + .c-cont01__txt {
    margin-top: 13px;
  }
  .l-popup .white-box .c-cont01__ttl {
    font-size: 18px;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    word-break: keep-all;
  }
  .l-popup .white-box .c-cont01__ttl::after {
    width: 100%;
  }
  .l-popup .white-box .c-cont01__txt {
    font-size: 14px;
  }
  .l-popup .white-box .c-cont01__img {
    width: 100%;
  }
  .l-popup .white-box .c-cont01__img img {
    border-radius: 0 0 8px 8px;
  }
  .l-popup .white-box .c-cont01__img::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f4f8), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #f0f4f8 0%, rgba(255, 255, 255, 0) 100%);
  }
  .l-popup .white-box .c-sub + .c-three-wrap {
    margin-top: 26px;
  }
  .l-popup .white-box .c-sub {
    font-size: 20px;
  }
  .l-popup.ptn01 .white-box01 {
    padding: 25px;
    width: calc(100% - 30px);
  }
  .l-popup.ptn01 .white-box01 .ttl {
    font-size: 26px;
  }
  .c-area-ttl {
    padding: 33px 0 63px;
  }
  .c-area-ttl__ttl {
    font-size: 20px;
  }
  .c-buttom-wrap {
    margin-top: 25px;
  }
  .c-btn02__img img {
    min-height: 146px;
  }
  .c-side-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .c-side-wrap + .c-side-wrap {
    margin-top: 80px;
  }
  .c-side-wrap .title {
    margin-bottom: 20px;
  }
  .c-side-wrap .title .orange {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .c-side-wrap .title .ja {
    font-size: 20px;
  }
  .c-side-wrap .profile {
    margin-bottom: 10px;
  }
  .c-side-wrap .profile .position {
    font-size: 13px;
  }
  .c-side-wrap .profile .name {
    font-size: 18px;
  }
  .c-three-wrap {
    grid-template-columns: 1fr;
  }
  .c-three-wrap .image img {
    height: 51.2820512821vw;
  }
  .c-three-wrap .title {
    font-size: 18px;
  }
  .c-three-wrap .text {
    line-height: 1.67;
  }
  .c-three-wrap.ptn01 {
    margin-top: -20px;
  }
  .c-four-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .c-four-wrap .txtarea {
    margin-top: 8px;
  }
  .c-four-wrap .job {
    font-size: 12px;
  }
  .c-four-wrap .job + .namebox {
    margin-top: 8px;
  }
  .c-four-wrap .namebox .name {
    font-size: 16px;
  }
  .c-four-wrap .entry {
    padding-bottom: 9px;
  }
  .c-four-wrap .txt {
    margin-top: 9px;
  }
  .c-four-wrap.ptn01 {
    margin-top: -20px;
  }
  .c-table th,
  .c-table td {
    padding: 8px 0;
    font-size: 14px;
    display: block;
  }
  .c-table tr:last-child td {
    border-bottom: solid 2px #b2cae2;
  }
  .c-list li + li {
    margin-top: 16px;
  }
  .c-list li {
    width: 100%;
  }
  .c-list figure .img {
    height: 40.8vw;
  }
  .c-list02 li + li {
    margin-top: 16px;
  }
  .c-list02 li {
    width: 100%;
  }
  .c-list02 img {
    width: 100%;
  }
  .c-list02 .ttl {
    margin-top: 10px;
  }
  .c-list02 .txt {
    margin-top: 9px;
  }
  .c-padding-box {
    padding: 30px;
  }
  .c-padding-top {
    padding-top: 30px;
  }
  .c-box {
    margin-top: 70px;
  }
  .c-box02 {
    margin-top: 52px;
  }
  .c-box03 {
    padding: 60px 0;
  }
  .c-box04 {
    margin-top: 20px;
  }
  .c-cont-box {
    padding: 0 16px;
  }
  .c-cont02-body + .c-cont02-body {
    margin-top: 75px;
  }
  .c-cont02-body__inner .ttl {
    font-size: 95px;
  }
  .c-cont02-body__inner .ttl.is-small {
    font-size: 50px;
  }
  .c-cont02-body__inner .num {
    font-size: 18px;
  }
  .c-cont02-body__inner .img {
    margin-top: 20px;
  }
  .c-cont02-body__inner02 .box {
    padding: 25px;
  }
  .c-cont02-body__inner02 .box + .box {
    margin-top: 20px;
  }
  .c-cont02-body__inner02 .box .icon {
    text-align: center;
    margin-top: 16px;
  }
  .c-cont02-body__inner03 .unity {
    padding: 25px;
  }
  .c-cont02-body__inner03 .unity .txtarea + .img {
    margin-top: 20px;
  }
  .c-cont02-body__inner03 + .c-cont02-body__inner04 {
    margin-top: 40px;
  }
  .c-cont02-body__inner04 .ttlbox + .c-three-wrap {
    margin-top: 25px;
  }
  .c-cont02-body__inner04 .ttl {
    font-size: 28px;
  }
  .c-bunner .txtarea {
    height: 100px;
  }
  .c-bunner .txtarea .main {
    margin-bottom: 10px;
    font-size: 7.4666666667vw;
  }
  .c-bunner .txtarea .sub {
    font-size: 3.2vw;
  }
  .c-bunner .dec {
    width: 40px;
    height: 40px;
  }
  .c-bunner .dec::before {
    width: 20px;
    height: 5px;
  }
  .c-tab .tab-head {
    padding: 0 5px;
    row-gap: 2px;
    border-bottom: none;
  }
  .c-tab .item {
    padding: 10px 30px;
    width: calc((100% - 4px) / 2);
    border-radius: 5px;
    text-align: center;
  }
  .tab-cont__ttl {
    margin-top: 21px;
  }
  .tab-cont__table th,
  .tab-cont__table td {
    padding: 10px 0;
  }
  .tab-cont__table th {
    width: 30%;
    padding-left: 0;
  }
  .tab-cont__table td {
    width: 70%;
    padding-left: 10px;
  }
  .tab-cont .heading .link-button {
    margin-top: 10px;
    margin-left: auto;
    width: 120px;
    height: 30px;
  }
  .tab-cont .no-border {
    padding: 0 0 10px;
  }
  .c-modal .c-modal__ttl + .c-modal__txt {
    margin-top: 50px;
  }
  .c-modal__ttl {
    padding: 0 37px;
  }
  .c-modal__txt {
    padding: 0 62px;
  }
  .c-modal__txt + .c-modal__img {
    margin-top: 40px;
  }
  .scroll-area {
    overflow-x: scroll;
  }
  .scroll-area > * {
    min-width: 600px;
  }
  .c-internship-entry {
    width: 100%;
    height: 240px;
    padding: 0 20px 20px;
  }
  .c-internship-entry .ja {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 10px 16px;
  }
  .c-internship-entry .en {
    font-size: 52px;
    bottom: -6px;
  }
  .c-internship-entry .button {
    width: calc(100% - 60px);
    max-width: 280px;
    font-size: 16px;
  }
  .c-crosstalk-button {
    width: 100%;
    height: 120px;
  }
  .c-crosstalk-button .ja {
    right: 20px;
    bottom: 12px;
    font-size: 12px;
  }
  .c-crosstalk-button .ja::after {
    margin-left: 4px;
  }
  .c-crosstalk-button .en {
    font-size: 50px;
    bottom: -6px;
  }
  .c-crosstalk-button .button {
    width: calc(100% - 60px);
    max-width: 280px;
    font-size: 16px;
  }
  .c-title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .c-title::before {
    width: 60px;
    height: 3px;
  }
  .c-title .en {
    font-size: 50px;
  }
  .c-title.small {
    font-size: 22px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  .c-ttl .c-num {
    font-size: 16px;
    height: 20px;
  }
  .c-ttl02 {
    padding-bottom: 17px;
    font-size: 28px;
  }
  .c-title03 {
    margin-bottom: 20px;
  }
  .c-title03 .ja {
    font-size: 18px;
  }
  .c-title03 .ja::before {
    height: 3px;
  }
  .c-title04 {
    font-size: 18px;
    line-height: 1.35;
    padding-left: 15px;
  }
  .c-title04::before {
    width: 3px;
    left: 0;
  }
  .c-ttl-box {
    min-height: 114px;
  }
  .c-ttl-box .img {
    height: auto;
  }
  .c-ttl-box .ttl {
    padding-top: 20px;
    font-size: 26px;
  }
  .c-cont-case__txtarea {
    top: 91px;
  }
  .c-cont-case__txtarea .ttl {
    font-size: 30px;
  }
  .c-big-ttl .en {
    font-size: 60px;
  }
  .c-kv {
    padding: 20px 0;
    height: 260px;
  }
  .c-kv .image {
    height: 260px;
  }
  .c-kv .title .ja {
    font-size: 16px;
  }
  .c-kv .title .ja02 {
    font-size: 40px;
  }
  .c-kv .title .en {
    font-size: 9.2vw;
  }
  .c-kv .title .en.small {
    font-size: 8vw;
  }
  .c-kv .title .dec {
    margin-right: 10px;
    padding: 3px 10px 3px 5px;
    font-size: 14px;
  }
  .c-kv-movies .title .sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c-kv-voice {
    padding: 20px 0;
    height: 260px;
  }
  .c-kv-voice .image {
    height: 260px;
  }
  .c-kv-voice .title {
    margin-bottom: 4px;
    max-width: 200px;
  }
  .c-kv-voice .title .tag {
    min-width: 115px;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .c-kv-voice .title .ja {
    font-size: 15px;
  }
  .c-kv-voice .position {
    min-width: 80px;
    height: 20px;
    margin-bottom: 10px;
  }
  .c-kv-voice .profile .name {
    font-size: 16px;
  }
  .c-kv-voice .profile .en {
    font-size: 13px;
  }
  .c-kv-voice .profile .text {
    font-size: 13px;
  }
  .c-kv-voice .big-en {
    font-size: 50px;
    bottom: -12px;
  }
  .c-kv-internship {
    padding: 30px 0 60px;
    min-height: 260px;
  }
  .c-kv-internship .title {
    margin-bottom: 10px;
  }
  .c-kv-internship .title .day {
    margin-bottom: 10px;
  }
  .c-kv-internship .title .ja {
    font-size: 19px;
  }
  .c-kv-internship .text {
    line-height: 1.67;
    font-size: 14px;
  }
  .c-voice {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .c-voice .image .tag {
    font-size: 12px;
    min-width: 100px;
  }
  .c-voice .info {
    padding-top: 10px;
  }
  .c-voice .position {
    min-width: 70px;
    height: 24px;
    margin-bottom: 4px;
  }
  .c-voice .name {
    margin-bottom: 6px;
  }
  .c-voice .name .ja {
    margin-right: 4px;
    font-size: 16px;
  }
  .c-voice .name .en {
    font-size: 12px;
  }
  .c-voice .profile {
    font-size: 12px;
  }
  .tag {
    position: relative;
    margin-left: 14px;
  }
  .c-form-table, .c-form-table-small {
    display: block;
  }
  .c-form-table tbody, .c-form-table-small tbody {
    display: block;
  }
  .c-form-table .open-area, .c-form-table-small .open-area {
    display: block;
  }
  .c-form-table tr, .c-form-table-small tr {
    display: block;
  }
  .c-form-table th, .c-form-table-small th {
    display: block;
    width: auto;
    padding-top: 20px;
  }
  .c-form-table td, .c-form-table-small td {
    display: block;
    padding: 10px 0 20px;
  }
  .c-form-table td span.kome, .c-form-table-small td span.kome {
    display: block;
    padding-top: 5px;
  }
  .c-form-table td.kibou > span.kibou-ttl, .c-form-table-small td.kibou > span.kibou-ttl {
    display: block;
    margin-bottom: 10px;
  }
  .c-form-table td.kibou + .kibou, .c-form-table-small td.kibou + .kibou {
    margin-top: 20px;
  }
  .c-form-table td.two-input, .c-form-table-small td.two-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-form-table td.two-input .c-input, .c-form-table-small td.two-input .c-input {
    width: 100%;
  }
  .c-form-table td.three-input, .c-form-table-small td.three-input {
    gap: 5px;
  }
  .c-form-table td.select::after, .c-form-table-small td.select::after {
    width: 10px;
    height: 10px;
    top: 43%;
  }
  .c-form-table td.kibou label, .c-form-table-small td.kibou label {
    width: 49%;
    display: inline-block;
    padding: 10px 0;
  }
  .c-form-table .inner span.val, .c-form-table-small .inner span.val {
    position: relative;
    margin-left: 14px;
  }
  .c-form-table .inner span.coment, .c-form-table-small .inner span.coment {
    padding-top: 5px;
    display: block;
  }
  .c-form-table .mwform-checkbox-field-text, .c-form-table-small .mwform-checkbox-field-text {
    font-size: 12px;
  }
  .c-form-table .mwform-radio-field-text, .c-form-table-small .mwform-radio-field-text {
    font-size: 12px;
  }
  .p_contact-table .c-form-table .mwform-radio-field-text, .p_contact-table .c-form-table-small .mwform-radio-field-text {
    font-size: 12px;
  }
  .c-form-box01__ttl {
    font-size: 20px;
  }
  .c-time-input__year-input {
    width: 90px;
  }
  .c-time-input__month-input {
    width: 60px;
  }
  .c-time-input__date-input {
    width: 60px;
  }
  .c-address-input__postcode-input {
    width: 132px;
  }
  .c-between-input {
    display: block;
  }
  .c-between-input__while {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .c-input-box01 {
    width: 100%;
  }
  .c-form-salary__select {
    width: 100%;
  }
  .home-title .en {
    white-space: nowrap;
    font-size: 40px;
  }
  .home .l-mv-image {
    height: calc(100vh - 50px);
    top: 50px;
  }
  .home .l-mv {
    height: calc(100vh - 50px);
  }
  .home .l-mv .inner-block {
    -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;
    padding-bottom: 10px;
  }
  .home .l-mv .text {
    width: 89.7435897436vw;
  }
  .home .l-mv .scroll {
    font-size: 15px;
    left: -30px;
    bottom: 80px;
  }
  .home .l-mv .scroll::before {
    width: 45px;
  }
  .home .l-mv .button-internship {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .home .l-message {
    padding: 300px 0 0;
  }
  .home .l-message::before {
    height: 300px;
  }
  .home .l-message .text {
    line-height: 2.2;
    font-size: 19px;
  }
  .home .l-message .c-button {
    margin: 50px auto 0;
  }
  .home .l-introduction::before {
    background: url("../img/home/introduction_bg_sp.png") no-repeat center bottom/contain #3C91C2;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    height: 80%;
  }
  .home .l-introduction .intro {
    margin-bottom: 50px;
  }
  .home .l-introduction .links-wrap {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .home .l-work {
    grid-template-columns: 1fr;
  }
  .home .l-work a {
    height: 500px;
  }
  .home .l-work .title .en {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .home .l-movie {
    height: 500px;
  }
  .home .l-movie .movie {
    height: 500px;
  }
  .home .l-movie .title {
    margin-bottom: 30px;
  }
  .home .l-movie .title .sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home .l-crosstalk {
    padding: 240px 0 100px;
  }
  .home .l-crosstalk::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
    height: 69.2307692308vw;
    max-height: 270px;
  }
  .c-internship {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .c-internship a .title {
    left: 16px;
    bottom: 16px;
    font-size: 16px;
  }
  .c-internship .icon {
    width: 46px;
    height: 46px;
  }
  .c-internship .image::before {
    height: 38.4615384615vw;
  }
  .c-internship .image img {
    height: 51.2820512821vw;
  }
  .c-internship .text {
    line-height: 1.87;
  }
  .p_system-body {
    padding-bottom: 65px;
  }
  .p_system-body-box + .p_system-body-box {
    margin-top: 42px;
  }
  .c-movie + .text {
    line-height: 1.67;
    margin-top: 20px;
  }
  .p_movies-bottom {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .p_movies-bottom .box + .box {
    margin-top: 30px;
  }
  .p_climate-cont {
    padding-bottom: 88px;
  }
  .p_climate-cont__txt {
    margin-top: 25px;
  }
  .p_climate-cont__item {
    width: 100%;
  }
  .p_climate-cont__item .ttl {
    margin-top: 9px;
  }
  .p_climate-cont__item .txt {
    margin-top: 9px;
  }
  .p_climate-cont__item + .p_climate-cont__item {
    margin-top: 30px;
  }
  .l-about-obbli {
    padding: 40px 0;
  }
  .l-about-obbli .title {
    margin-bottom: -0.5em;
  }
  .l-about-obbli .title .ja {
    font-size: 22px;
  }
  .l-about-obbli .title .logo img {
    height: 30px;
  }
  .l-about-obbli .image img {
    min-width: 1200px;
  }
  .l-about-value .value-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
  .l-about-value .value-wrap .title {
    font-size: 16px;
  }
  .l-about-value .text {
    margin: 30px auto 0;
  }
  .l-about-philosophy .philosophy-wrap .image {
    margin-left: -20px;
  }
  .l-about-philosophy .philosophy-wrap .brush {
    margin-left: -120px;
    padding-bottom: 10px;
  }
  .l-about-philosophy .text {
    margin: 30px auto 0;
  }
  .l-about-future {
    padding: 180px 0 200px;
  }
  .l-about-future .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
  }
  .l-about-future .background {
    width: calc(100% - 60px);
    height: calc(100% - 100px);
  }
  .l-about-future .bg01 {
    right: 20px;
    width: 116px;
  }
  .l-about-future .bg02 {
    bottom: 40px;
    width: 61px;
  }
  .l-about-future .bg03 {
    right: 20px;
    width: 140px;
  }
  .l-about-obbliism .blue-box {
    grid-template-columns: 1fr;
  }
  .l-about-obbliism .blue-box .info {
    padding: 30px 20px 0;
  }
  .l-about-obbliism .blue-box .info .title {
    margin-bottom: 10px;
  }
  .l-about-obbliism .blue-box .image {
    height: 180px;
  }
  .l-about-obbliism .blue-box .image::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f4f8), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, #f0f4f8, rgba(255, 255, 255, 0));
  }
  .p_ism-box__txt {
    padding: 0;
    font-size: 14px;
  }
  .l-about-background {
    padding-bottom: 300px;
    background-size: auto 115.3846153846vw;
  }
  .title-voice .en {
    font-size: 32px;
  }
  .title-voice .ja {
    font-size: 20px;
  }
  .l-voice-career {
    padding-bottom: 0;
  }
  .l-voice-career .career-wrap {
    gap: 20px;
    margin-bottom: 80px;
  }
  .l-voice-career .career-wrap .career {
    border: solid 3px #e0e8f4;
    padding: 10px;
    width: 100%;
  }
  .l-voice-career .career-wrap .career + .career:before {
    width: 1px;
    height: 20px;
    top: -23px;
    left: 0;
    right: 0;
  }
  .l-voice-career .career-wrap .joing {
    font-size: 26px;
  }
  .l-voice-career .career-wrap .year .number {
    font-size: 26px;
  }
  .l-voice-career .c-movie {
    margin-bottom: -50px;
  }
  .l-voice-info {
    padding-top: 100px;
  }
  .schedule-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 30px;
  }
  .schedule-wrap .schedule {
    padding-left: 30px;
  }
  .schedule-wrap .schedule::after {
    border: solid 3px var(--blue);
    left: 2px;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .schedule-wrap .schedule:nth-child(1) {
    display: none;
  }
  .schedule-wrap .schedule:last-child::before {
    left: -2px;
  }
  .schedule-wrap .title .time {
    font-size: 20px;
  }
  .schedule-wrap .title .time::before {
    left: -30px;
    width: 26px;
  }
  .schedule-wrap .title .ja {
    font-size: 16px;
  }
  .schedule-wrap .image img {
    height: 41.0256410256vw;
  }
  .l-voice-private {
    padding: 70px 20px 40px;
  }
  .l-voice-private .title .en {
    width: 150px;
    height: 70px;
    left: -16px;
    bottom: 10px;
  }
  .l-voice-private .title .ja {
    font-size: 24px;
  }
  .l-voice-private .text {
    line-height: 1.67;
  }
  .l-voice-private .image {
    margin-top: 16px;
    height: 52vw;
  }
  .c-pager-voice {
    padding: 40px 0;
  }
  .c-pager-voice .pager-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-pager-voice .pager {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-pager-voice .pager::before {
    width: 12px;
    height: 12px;
    border-left: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
  }
  .c-pager-voice .prev {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 22px;
  }
  .c-pager-voice .prev .info {
    max-width: 145px;
    text-align: right;
  }
  .c-pager-voice .next {
    padding-right: 20px;
    padding-left: 22px;
  }
  .c-pager-voice .next .info {
    max-width: 145px;
  }
  .c-pager-voice .index {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .image-background img {
    height: 51.2820512821vw;
  }
  .p_message-mv {
    margin-top: 60px;
    padding: 60px 0 40px;
  }
  .p_message-mv__flex {
    padding: 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p_message-mv__txtarea {
    width: 30%;
    padding: 100px 0;
  }
  .p_message-mv__txtarea .post {
    font-size: 16px;
  }
  .p_message-mv__txtarea .name {
    font-size: 20px;
    margin-top: 4px;
  }
  .p_message-mv__img {
    width: 70%;
  }
  .l-message-ceo {
    padding-bottom: 60px;
  }
  .l-message-ceo .c-white {
    padding-top: 0;
  }
  .l-message-ceo .c-white .text + .c-title03 {
    margin-top: 40px;
  }
  .l-message-ceo .profile {
    margin-bottom: 30px;
  }
  .l-message-ceo .profile .position {
    font-size: 16px;
  }
  .l-message-ceo .profile .name {
    font-size: 24px;
  }
  .p_sustaina-cont__box + .p_sustaina-cont__box {
    margin-top: 25px;
  }
  .p_sustaina-cont__box {
    padding: 42px 0 60px;
  }
  .p_sustaina-cont__bunner {
    margin-top: 40px;
  }
  .p_sustaina-cont__link > .ja {
    bottom: 5px;
    right: 20px;
  }
  .p_sustaina-cont__link > .ja .small {
    display: block;
  }
  .p_sustaina-cont__link .en {
    font-size: 50px;
  }
  .p_welfare-cont__box + .p_welfare-cont__box {
    margin-top: 25px;
  }
  .p_welfare-cont__body {
    margin-top: 52px;
  }
  .p_teaching-cont01__ttl02 .c-black-ttl {
    font-size: 28px;
  }
  .p_teaching-cont01__ttl02 .c-black-ttl + .c-ttl {
    margin-top: 6px;
  }
  .p_teaching-cont01__ttl02 + .c-under {
    margin-top: 26px;
  }
  .p_teaching-cont02 .img {
    margin-top: 32px;
  }
  .p_teaching-cont04 .txt {
    font-size: 20px;
  }
  .txt + .p_teaching-cont04__item {
    margin-top: 21px;
  }
  .p_teaching-cont04__img + .p_teaching-cont04__imgbox {
    margin-left: 23px;
  }
  .p_teaching-cont04 .sub {
    margin-top: 25px;
  }
  .p_simpo-mv {
    padding-top: 35px;
  }
  .p_graduate-document-section {
    padding: 40px 0;
  }
  .p_graduate-document-item__img {
    margin-top: 30px;
    text-align: center;
  }
  .p_graduate-document-item__img img {
    height: 160px;
  }
  .p_graduate-document-item__ttl {
    font-size: 18px;
  }
  .p_business-link .inner-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .p_business-body {
    padding-bottom: 70px;
  }
  .p_business-cont {
    margin-top: 50px;
  }
  .p_number-body {
    padding-bottom: 68px;
  }
  .p_number-body__box:first-child {
    padding-top: 36px;
  }
  .p_number-body__box + .p_number-body__box {
    margin-top: 61px;
  }
  .p_number-body__ttl + .p_number-body__cont {
    margin-top: 25px;
  }
  .c-date-list li {
    padding: 20px;
  }
  .c-date-list li + li {
    margin-top: 20px;
  }
  .c-date-list + .c-date-list {
    margin-top: 11px;
  }
  .c-date-list__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-date-list__ttl + .c-date-list__img {
    margin-top: 15px;
  }
  .c-date-list__box.ptn01 {
    display: block;
  }
  .c-date-list__box-item + .c-date-list__box-item {
    padding-left: 14px;
  }
  .c-date-list__color02 + .c-date-list__sub {
    padding-left: 10px;
  }
  .c-date-list__color02 {
    text-align: center;
  }
  .c-date-list__blue {
    font-size: 16px;
  }
  .c-date-list__blue + .c-date-list__blue {
    padding-left: 10px;
  }
  .c-date-list__blue-big {
    font-size: 50px;
  }
  .c-date-list__blue-small {
    font-size: 24px;
  }
  .c-date-list__sub {
    font-size: 13px;
    margin-top: 15px;
  }
  .p_privacy__txtarea {
    margin-top: 25px;
  }
  .p_privacy__box01 {
    margin-bottom: 30px;
  }
  .p_privacy__ttl01 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p_privacy__btn {
    margin-top: 30px;
  }
  .p_privacy .button {
    width: 100%;
    height: 60px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .p_privacy .button::before {
    right: 16px;
    width: 20px;
    height: 22px;
  }
  .p_privacy-list {
    margin-top: 26px;
  }
  .p_contact-top-txt {
    padding-bottom: 30px;
  }
  .p_contact-ttl__ttl {
    font-size: 40px;
  }
  .p_contact-ttl__txt {
    font-size: 15px;
  }
  .p_contact-table {
    margin-top: 30px;
  }
  .p_contact-main-block {
    margin-top: 60px;
  }
  .p_contact-privacy {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p_contact-privacy__ttl {
    display: block;
    width: auto;
    padding-top: 20px;
  }
  .p_contact-privacy-check {
    margin-top: 32px;
  }
  .p_contact-btn-area {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta-btn {
    width: 280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .inner-block, .inner-block-narrow {
    margin: 0 auto;
  }
  .inner-block02 {
    margin: 0 auto;
  }
  .inner-max-block {
    padding: 0;
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-header {
    padding: 10px 20px;
    height: 60px;
  }
  .c-header .title .ja {
    margin-top: 6px;
    padding-left: 26px;
    margin-left: 26px;
  }
  .c-header .parent-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .c-header .parent-links a,
  .c-header .parent-links .has-child {
    font-weight: bold;
    color: var(--white);
    font-size: 13px;
  }
  .c-header .child-wrap {
    visibility: hidden;
    opacity: 0;
    padding: 40px 20px;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #2069b3;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .c-header .child-wrap .inner-block {
    max-width: 1100px;
    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;
  }
  .c-header .child-wrap .inner-block.is-maxwidth {
    max-width: 1300px;
  }
  .c-header .child-wrap a.child-title {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-header .child-wrap a.child-title:hover {
    opacity: 0.7;
  }
  .c-header .child-wrap .child-title {
    font-weight: bold;
    width: 240px;
  }
  .c-header .child-wrap .child-title .en {
    display: block;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .c-header .child-wrap .child-title .ja {
    display: block;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .c-header .child-wrap .child-title .index {
    display: block;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-top: 20px;
    position: relative;
  }
  .c-header .child-wrap .child-title .index::after {
    content: "";
    background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
    width: 24px;
    height: 7px;
    margin-left: 14px;
    display: inline-block;
  }
  .c-header .image-links {
    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;
    gap: 20px;
  }
  .c-header .image-links a {
    position: relative;
    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;
    width: 200px;
    height: 115px;
  }
  .c-header .image-links a:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-header .image-links .image {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #001d39;
  }
  .c-header .image-links .image img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-header .image-links .text {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .c-header .button-wrap .button:hover {
    opacity: 0.7;
  }
  .c-header .content {
    display: none;
  }
  .c-header .content .head {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .c-header .content .head .button {
    display: none;
  }
  .c-header .content .child {
    display: block !important;
  }
  .c-header .content .child + .head {
    margin-top: 50px;
  }
  .c-header .content .button-wrap {
    margin-top: 80px;
  }
  .c-header .content .button-wrap .button {
    width: 200px;
    height: 44px;
  }
  .toggle-button {
    display: none;
  }
  .c-footer .contact-block .inner-block {
    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;
  }
  .c-footer .contact-block .button:hover {
    opacity: 0.7;
  }
  .c-footer .nav-block a:hover {
    opacity: 0.7;
  }
  .c-footer .logo-block .inner-block {
    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;
  }
  .l-intro .text {
    font-size: 15px;
  }
  .l-popup .white-box {
    padding: 90px 120px;
  }
  .l-popup .white-box .text {
    font-size: 15px;
    line-height: 2.13;
  }
  .l-popup .white-box .talkbox + .ttlbox {
    margin-top: 74px;
  }
  .l-popup .white-box .talk .icon {
    width: 79px;
  }
  .l-popup .white-box .talk .talktxt {
    width: 675px;
    text-align: justify;
  }
  .l-popup .white-box .c-cont01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 340px;
  }
  .l-popup .white-box .c-cont01__txtarea {
    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-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-area-ttl {
    min-height: 249px;
  }
  a.c-button:hover {
    background-color: var(--blue);
  }
  .c-btn-document {
    width: 324px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-btn-document:hover {
    opacity: 0.7;
  }
  .c-side-wrap {
    gap: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-side-wrap .info {
    width: 430px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .c-side-wrap .title {
    margin-bottom: 30px;
  }
  .c-side-wrap .title .orange {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .c-side-wrap .text {
    font-size: 15px;
    line-height: 2.13;
  }
  .c-side-wrap .image {
    margin-right: -180px;
  }
  .c-side-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-side-wrap.reverse .image {
    margin-right: auto;
    margin-left: -180px;
  }
  .c-three-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-four-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-four-wrap .namebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
  .c-table th,
  .c-table td {
    font-size: 15px;
    padding: 25px 20px;
  }
  .c-table th {
    border-bottom: solid 2px #b2cae2;
  }
  .c-table td {
    border-bottom: solid 1px #ccd6e0;
  }
  .c-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 111px 74px;
  }
  .c-list figure .img {
    height: 258px;
  }
  .c-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 111px 50px;
  }
  .c-cont02-body__inner.is-pt50 {
    padding-top: 50px;
  }
  .c-cont02-body__inner {
    position: relative;
  }
  .c-cont02-body__inner .txtarea {
    width: 50%;
    padding-right: 73px;
  }
  .c-cont02-body__inner .ttl {
    margin-left: -70px;
  }
  .c-cont02-body__inner .ttl.is-small {
    font-size: 80px;
    line-height: 1.2;
    position: relative;
    top: -60px;
  }
  .c-cont02-body__inner .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% + 183px);
    margin-right: -183px;
  }
  .c-cont02-body__inner .img img {
    padding-top: 35px;
  }
  .c-cont02-body__inner02 .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .c-cont02-body__inner02 .box {
    width: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .c-cont02-body__inner02 .box .txtarea {
    width: 224px;
  }
  .c-cont02-body__inner02 .box .img {
    width: 136px;
  }
  .c-cont02-body__inner03 .unity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
  .c-cont02-body__inner03 .unity .txtarea {
    width: calc(100% - 297px - 37px);
  }
  .c-cont02-body__inner04 .ttlbox {
    padding: 0 158px;
  }
  .c-cont02-body__inner04 .c-three-wrap {
    padding: 0 50px;
  }
  .tab-cont__table th {
    width: 150px;
  }
  .tab-cont .heading .c-title04 {
    padding-right: 200px;
  }
  .tab-cont .heading .link-button {
    position: absolute;
    bottom: 27px;
    right: 0;
  }
  .tab-cont .heading .link-button:hover {
    background-color: #ccd6e0;
  }
  .c-internship-entry {
    width: 536px;
    height: 330px;
  }
  .c-internship-entry:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-internship-entry .ja {
    margin-bottom: 30px;
    padding: 0 30px 30px;
    font-size: 25px;
  }
  .c-internship-entry .button {
    width: 320px;
    font-size: 18px;
  }
  .c-crosstalk-button {
    width: 536px;
    height: 138px;
  }
  .c-crosstalk-button:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-crosstalk-button .button {
    width: 320px;
    font-size: 18px;
  }
  .c-title04 {
    padding-left: 10px;
  }
  .c-kv-voice .position {
    min-width: 95px;
    height: 28px;
  }
  .c-kv-voice .profile .en {
    font-size: 16px;
  }
  .c-kv-voice .profile .text {
    font-size: 15px;
  }
  .c-kv-voice .big-en {
    max-width: 1366px;
    font-size: 150px;
    bottom: -22px;
  }
  .c-kv-internship {
    padding: 30px 0 80px;
    min-height: 580px;
  }
  .c-kv-internship .title .day {
    margin-bottom: 20px;
  }
  .c-kv-internship .title .ja {
    line-height: 1.13;
  }
  .c-kv-internship .text {
    line-height: 2.13;
  }
  .c-voice {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 40px;
  }
  .c-voice.two {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 40px;
  }
  .c-voice .image img {
    height: 300px;
  }
  .c-voice .name {
    margin-bottom: 10px;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  .c-form-table tr:nth-child(1) > th, .c-form-table-small tr:nth-child(1) > th {
    vertical-align: top;
  }
  .c-form-table tr:last-child > th, .c-form-table-small tr:last-child > th {
    vertical-align: top;
  }
  .c-form-table th, .c-form-table-small th {
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .c-form-table td, .c-form-table-small td {
    padding: 30px 0;
    padding-top: 12px;
    width: 100%;
    display: block;
  }
  .c-form-table td.validate-box, .c-form-table-small td.validate-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-form-table td.kibou label, .c-form-table-small td.kibou label {
    width: 200px;
    display: inline-block;
  }
  .c-form-table .inner span.coment, .c-form-table-small .inner span.coment {
    padding-left: 20px;
  }
  .c-form-table .mwform-checkbox-field, .c-form-table-small .mwform-checkbox-field {
    margin-bottom: 20px;
    display: block;
  }
  .c-form-table-small th {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    font-size: 16px;
    width: 290px;
  }
  .c-form-table-small td {
    padding: 10px 0;
    padding-left: 20px;
  }
  .home .l-mv-image {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .home .l-mv .inner-block {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 1920px;
    padding-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .home .l-mv .text {
    width: 781px;
  }
  .home .l-mv .scroll {
    font-size: 11px;
    right: 0px;
    top: 0;
    bottom: 0;
  }
  .home .l-mv .button-internship:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .home .l-message::before {
    height: 600px;
  }
  .home .l-introduction::before {
    height: 65.1537335286vw;
    max-height: 890px;
  }
  .home .l-introduction .intro {
    margin-bottom: -50px;
  }
  .home .l-introduction .links-wrap a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home .l-introduction .links-wrap a:nth-child(1) {
    margin-top: 200px;
  }
  .home .l-introduction .links-wrap a:nth-child(2) {
    margin-top: 100px;
  }
  .home .l-work {
    grid-template-columns: 1fr 1fr;
  }
  .home .l-work a {
    height: 600px;
  }
  .c-internship a:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-internship .text {
    line-height: 2.14;
  }
  .p_system-body-box__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .c-movie + .text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2.13;
  }
  .p_movies-bottom__cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .p_climate-cont__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 111px 50px;
  }
  .l-about-obbli {
    padding: 70px 0;
  }
  .l-about-value .value-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 86px;
  }
  .l-about-value .value-wrap .title {
    font-size: 20px;
  }
  .l-about-value .text {
    font-size: 15px;
    max-width: 660px;
    margin: 70px auto 0;
  }
  .l-about-philosophy .philosophy-wrap .image {
    width: 712px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: -183px;
  }
  .l-about-philosophy .philosophy-wrap .brush {
    width: 685px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: -210px;
    padding-bottom: 50px;
  }
  .l-about-philosophy .text {
    font-size: 15px;
    max-width: 660px;
    margin: 50px auto 0;
  }
  .l-about-future {
    padding: 200px 0 140px;
    width: 1366px;
    margin: 0 auto;
  }
  .l-about-future .text {
    font-weight: bold;
    font-size: 18px;
    line-height: 2.78;
    width: 480px;
  }
  .l-about-future .background {
    width: 1004px;
    height: 768px;
  }
  .l-about-obbliism {
    padding-bottom: 180px;
  }
  .l-about-obbliism .blue-box {
    grid-template-columns: 1.857fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-about-obbliism .blue-box .info .text {
    font-size: 15px;
    line-height: 2.13;
  }
  .l-about-obbliism .blue-box .image {
    height: 100%;
  }
  .l-about-obbliism .blue-box .image img {
    width: 350px;
  }
  .l-about-background {
    padding-top: 200px;
  }
  .l-voice-schedule .inner-block {
    max-width: 900px;
  }
  .l-voice-career .career-wrap {
    gap: 40px;
    margin-bottom: 100px;
    padding: 0 40px;
  }
  .l-voice-career .career-wrap .career {
    border: solid 5px #e0e8f4;
    padding: 20px 5px 10px;
    min-height: 160px;
    width: calc((100% - 120px) / 4);
  }
  .l-voice-career .career-wrap .career + .career:before {
    width: 40px;
    height: 1px;
    left: -45px;
    top: 0;
    bottom: 0;
  }
  .l-voice-career .career-wrap .joing-item {
    line-height: 160px;
  }
  .l-voice-career .career-wrap .year .small {
    font-size: 18px;
  }
  .l-voice-career .career-wrap .text {
    font-size: 15px;
    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;
    height: calc(4em + 5px);
  }
  .l-voice-info {
    padding-top: 230px;
  }
  .schedule-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
  }
  .schedule-wrap::before {
    right: 0;
  }
  .schedule-wrap .schedule::after {
    border: solid 4px var(--blue);
  }
  .schedule-wrap .schedule:nth-child(even) {
    margin-top: 90px;
    padding-left: 70px;
  }
  .schedule-wrap .schedule:nth-child(even)::after {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .schedule-wrap .schedule:nth-child(even) .time::before {
    left: -70px;
    width: 60px;
  }
  .schedule-wrap .schedule:nth-child(odd) {
    padding-right: 70px;
  }
  .schedule-wrap .schedule:nth-child(odd)::after {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .schedule-wrap .schedule:nth-child(odd) .time::before {
    right: -350px;
    width: 340px;
  }
  .schedule-wrap .schedule:nth-child(2) {
    margin-top: 0;
  }
  .schedule-wrap .text {
    line-height: 2.14;
  }
  .l-voice-private {
    padding: 100px 0;
  }
  .l-voice-private__flex {
    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;
  }
  .l-voice-private .info {
    width: calc(100% - 384px);
    padding-right: 60px;
  }
  .l-voice-private .text {
    font-size: 15px;
    line-height: 2.13;
  }
  .l-voice-private .image {
    width: 384px;
    height: 250px;
  }
  .c-pager-voice .pager-wrap {
    position: relative;
  }
  .c-pager-voice .prev .info {
    width: 117px;
  }
  .c-pager-voice .next {
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-pager-voice .next .info {
    text-align: right;
    width: 117px;
  }
  .c-pager-voice .index {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-pager-voice .index:hover {
    opacity: 0.7;
  }
  .p_message-mv__txtarea {
    width: calc(100% - 518px);
    padding: 110px 0;
  }
  .p_message-mv__txtarea .name {
    margin-top: 17px;
    font-size: 36px;
  }
  .p_message-mv__img {
    width: 518px;
  }
  .l-message-ceo .c-white .text,
  .l-message-ceo .c-white .c-title03 {
    padding: 0 120px;
  }
  .l-message-ceo .c-white .text + .c-title03 {
    margin-top: 70px;
  }
  .p_sustaina-cont__link > .ja {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .p_teaching-cont03 .c-three-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .p_teaching-cont03 .c-three-wrap .box02 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 300px;
  }
  .p_graduate-document-item {
    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;
    padding: 0 80px;
  }
  .p_graduate-document-item__cont {
    width: calc(100% - 257px);
    padding-right: 84px;
  }
  .p_graduate-document-item__img {
    width: 257px;
  }
  .p_business-link .inner-block {
    grid-template-columns: repeat(6, 1fr);
  }
  .p_business-cont .c-cont02-body:first-child .c-cont02-body__inner04 {
    background-size: contain;
  }
  .p_business-cont .c-cont02-body:nth-child(2) .c-cont02-body__inner04 {
    background-size: contain;
  }
  .p_business-cont .c-cont02-body:nth-child(3) .c-cont02-body__inner04 {
    background-size: contain;
  }
  .p_business-cont .c-cont02-body:nth-child(4) .c-cont02-body__inner04 {
    background-size: contain;
  }
  .p_business-cont .c-cont02-body:nth-child(5) .c-cont02-body__inner04 {
    background-size: contain;
  }
  .p_business-cont .c-cont02-body:last-child .c-cont02-body__inner04 {
    background-size: contain;
  }
  .c-date-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
  }
  .c-date-list li {
    width: calc((100% - 23px) / 3);
  }
  .c-date-list__item + .c-date-list__sub {
    padding-top: 30px;
  }
  .c-date-list__ttl {
    min-height: 54px;
  }
  .c-date-list__txt02 {
    font-size: 18px;
  }
  .c-date-list__txt03 {
    font-size: 18px;
  }
  .c-date-list.ptn01 li {
    width: calc((100% - 23px) / 2);
  }
  .c-date-list .item02 .c-date-list__ttl {
    margin-bottom: 20px;
  }
  .c-date-list .item03 .c-date-list__ttl {
    margin-bottom: 40px;
  }
  .p_privacy .button:hover {
    opacity: 0.7;
  }
  .p_contact-privacy__ttl {
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1470px) {
  .c-header .parent-links a, .c-header .parent-links .has-child {
    font-size: 11px;
  }
}
@media not print {
  .anm {
    opacity: 0;
  }
  .anm.is-animated {
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
  }
  .anm-up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  .anm-up.is-animated {
    -webkit-animation: fadeInUp 1.5s forwards;
    animation: fadeInUp 1.5s forwards;
  }
  .anm-left {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
  }
  .anm-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .anm-right.is-animated {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
  }
}
@media only screen and (max-width: 374px) {
  .c-time-input__year-input {
    width: 74px;
  }
  .c-time-input__year-txt {
    margin-left: 5px;
    margin-right: 12px;
  }
  .c-time-input__month-txt {
    margin-left: 5px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .l-about-background {
    background-size: auto 750px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-date-list__item + .c-date-list__box {
    margin-top: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */