@charset "UTF-8";
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  /* = 10px */
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

* {
  box-sizing: border-box;
}

/*--------------------
 タグ汎用
 ---------------------*/
small {
  font-size: 0.9em;
  line-height: 1.5em;
}

.nocomments,
.postmetadata,
blockquote,
strike {
  color: #ECF1F4;
}

code {
  font: 1.1em "Courier New", Courier, Fixed;
}

abbr,
acronym,
span.caps {
  font-size: 0.9em;
  cursor: help;
}

a {
  color: #38383A;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
  opacity: 0.7;
}

p span {
  display: inline-block;
}

blockquote {
  padding-left: 20px;
  border-left: 5px solid #38383A;
  margin: 15px 30px 0 10px;
}
blockquote cite {
  display: block;
  margin: 5px 0 0;
}

.color_main {
  color: #0284FE;
}

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

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

ol {
  margin-left: 1.5em;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

/*===========================================
  margin & padding
===========================================*/
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

.ToTop, .nav-footer, .site-footer_copy, .headline-first_en, .nav-sp_link, .font-en {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #38383A;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: auto-phrase;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 1.4rem;
  }
}

#page {
  overflow: hidden;
}

.txt_main {
  color: #0284FE;
}

article {
  padding: 160px 0;
  background: #FFFFFF;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 639px) {
  article {
    border-radius: 40px 40px 0 0;
    padding: 120px 0;
  }
}
article.bg_blue {
  padding-bottom: 240px;
  margin-bottom: -80px;
}
@media screen and (max-width: 639px) {
  article.bg_blue {
    padding-bottom: 120px;
    margin-bottom: -40px;
  }
}

.bg_blue {
  background: #ECF1F4;
}

.w-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.w-1360 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .w-1360 {
    padding: 0 24px;
  }
}

.round {
  position: relative;
}
.round:before, .round:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../image/corner.svg") no-repeat center center/contain;
}

/***
HEADER
 ***/
.site-header {
  position: relative;
}
.site-header_logo {
  line-height: 1;
}
.site-header_logo img {
  width: 240px;
  height: auto;
}
.site-header_inner {
  padding: 40px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 240px auto;
  align-items: center;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .site-header_inner {
    grid-template-columns: 160px auto;
    padding: 24px;
  }
}
@media screen and (max-width: 639px) {
  .site-header_inner {
    grid-template-columns: 120px auto;
  }
}
.site-header_pic {
  background: url("../image/pic_mv.jpg") no-repeat center center/cover;
  border-radius: 40px;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 40px;
}
@media screen and (max-width: 1024px) {
  .site-header_pic {
    margin: 0 24px;
    height: 480px;
    justify-content: flex-start;
    padding: 0 24px;
  }
}
@media screen and (max-width: 639px) {
  .site-header_pic {
    border-radius: 24px;
    height: 64vh;
    justify-content: center;
    text-align: center;
  }
}
.site-header_txt {
  font-size: 4rem;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(2, 132, 254, 0.4);
}
@media screen and (max-width: 1024px) {
  .site-header_txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 639px) {
  .site-header_txt {
    font-size: 2.4rem;
  }
}
.site-header_txt br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-header_txt br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .site-header_txt br.is_sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .site-header_txt br.is_sp {
    display: block;
  }
}
.site-header_link {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 40px 0 0 0;
  height: 100px;
  width: 320px;
}
@media screen and (max-width: 639px) {
  .site-header_link {
    width: 192px;
    border-radius: 24px 0 0 0;
    height: 80px;
  }
}
.site-header_link_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0284FE;
  font-weight: bold;
  padding: 0 16px 0 40px;
}
@media screen and (max-width: 639px) {
  .site-header_link_inner {
    padding: 0 16px;
  }
}
.site-header_link_inner:hover {
  opacity: 1;
  color: #38383A;
}
.site-header_link img {
  max-width: 80px;
  width: 100%;
  height: auto;
  margin-right: 24px;
}
@media screen and (max-width: 639px) {
  .site-header_link img {
    display: none;
  }
}
.site-header_link .material-symbols-outlined {
  margin-left: 8px;
  font-size: 2rem;
}
.site-header_link .round:before {
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 639px) {
  .site-header_link .round:before {
    width: 24px;
    height: 24px;
    top: -24px;
  }
}
.site-header_link .round:after {
  width: 40px;
  height: 40px;
  left: -40px;
  bottom: 0;
}
@media screen and (max-width: 639px) {
  .site-header_link .round:after {
    width: 24px;
    height: 24px;
    left: -24px;
  }
}

.nav-header {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 40px;
  align-items: center;
  font-weight: bold;
  line-height: 1;
}
.nav-header_item:last-child {
  background: #0284FE;
  border-radius: 30px;
}
.nav-header_item:last-child a {
  color: #FFFFFF;
  padding: 16px 32px;
}
.nav-header_link {
  display: block;
  color: #0284FE;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .nav-header_wrap {
    display: none;
  }
}
.nav-header_contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* header-animation */
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.3s ease-in-out;
  box-shadow: 0 0 10px #ECF1F4;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* sp navigation */
.nav-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-sp {
    background: #ECF1F4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 24px;
    z-index: 10;
  }
}
.nav-sp_inner {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px 24px;
  display: grid;
  gap: 24px;
}
.nav-sp_link {
  font-size: 2.4rem;
  font-weight: bold;
}
.nav-sp_contact {
  background: #0284FE;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 16px 24px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  max-width: 400px;
  width: 100%;
}
.nav-sp_recruit {
  background: #ECF1F4;
  color: #0284FE;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 16px 24px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nav-sp_wrap {
    position: relative;
  }
}
.nav-sp.is_active {
  display: block;
}

svg {
  height: 40px;
  position: absolute;
  width: 40px;
  cursor: pointer;
  /*   border: 1px solid black; */
  background-color: transparent;
}

.plate {
  height: 41px;
  width: 41px;
  position: relative;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 1024px) {
  .plate {
    display: block;
  }
}

.x {
  transform: scale(0);
  transition: transform 400ms;
}

.line {
  fill: none;
  stroke: #0284FE;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

.x .line {
  stroke-width: 5.5px;
}

.plate4 .x {
  transition: transform 400ms;
}

.plate4 .line {
  transform-origin: 50%;
  transition: transform 400ms 100ms;
}

.active.plate4 .line {
  transition: transform 400ms;
}

.active.plate4 .line1 {
  transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}

.active.plate4 .line2 {
  transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}

.active.plate4 .line3 {
  transform: translateY(0px) rotate(45deg) scale(0.7);
}

.active.plate4 .line4 {
  transform: translateY(0px) rotate(-45deg) scale(0.7);
}

.active.plate4 .line5 {
  transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}

.active.plate4 .line6 {
  transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}

.active.plate4 .x {
  transition: transform 400ms 100ms;
  transform: scale(1);
}

/***
CONTENTS
 ***/
.headline-first {
  font-size: 4rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  .headline-first {
    font-size: 2.8rem;
    margin-bottom: 64px;
  }
}
.headline-first_wrap {
  color: #0284FE;
  font-weight: bold;
}
.headline-first_en {
  font-size: 1.6rem;
  position: relative;
  padding-left: 20px;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 639px) {
  .headline-first_en {
    font-size: 1.4rem;
  }
}
.headline-first_en:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 13px;
  background: #0284FE;
  clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.hex {
  position: relative;
}
.hex:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 13px;
  background: #0284FE;
  clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
}

/***
MESSAGE
 ***/
.box-message {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .box-message {
    flex-direction: column;
  }
}
.box-message_txt {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .box-message_txt {
    width: 90%;
    z-index: 1;
  }
}
@media screen and (max-width: 639px) {
  .box-message_txt {
    width: 100%;
  }
}
.box-message_img {
  width: 40%;
  position: absolute;
  right: 0;
  top: -50%;
}
@media screen and (max-width: 1024px) {
  .box-message_img {
    position: static;
    width: 100%;
    display: block;
    text-align: right;
    margin: 40px auto -280px auto;
  }
}
@media screen and (max-width: 639px) {
  .box-message_img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .box-message_img img {
    width: 40%;
  }
}

/***
SERVICES
 ***/
.box-2column {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .box-2column {
    gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  .box-2column {
    flex-direction: column;
  }
}
.box-2column_inner {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 80px 40px 100px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .box-2column_inner {
    padding: 40px 24px 80px;
  }
}
@media screen and (max-width: 639px) {
  .box-2column_inner {
    border-radius: 24px;
    padding: 40px 24px 64px;
  }
}
.box-2column_ttl {
  text-align: center;
  color: #0284FE;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .box-2column_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 639px) {
  .box-2column_ttl {
    font-size: 2rem;
  }
}
.box-2column .hex {
  margin-bottom: 24px;
}
.box-2column .hex:before {
  position: static;
  margin: 0 auto 32px;
}
.box-2column + .box-2column {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .box-2column + .box-2column {
    margin-top: 40px;
  }
}

.space-round {
  width: 160px;
  height: 100px;
  background: #ECF1F4;
  position: relative;
  border-radius: 40px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .space-round {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 639px) {
  .space-round {
    border-radius: 24px 0 0 0;
    height: 64px;
  }
}
.space-round:before, .space-round:after {
  background: url("../image/corner_blue.svg") no-repeat center center/contain;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 639px) {
  .space-round:before, .space-round:after {
    width: 24px;
    height: 24px;
  }
}
.space-round:before {
  top: -40px;
  right: 0;
}
@media screen and (max-width: 639px) {
  .space-round:before {
    top: -24px;
  }
}
.space-round:after {
  bottom: 0;
  left: -40px;
}
@media screen and (max-width: 639px) {
  .space-round:after {
    left: -24px;
  }
}
.space-round_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
}

/***
COMPANY
 ***/
.list-company {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 80px;
}
@media screen and (max-width: 639px) {
  .list-company {
    column-gap: 24px;
  }
}
.list-company.hex {
  padding-left: 52px;
}
@media screen and (max-width: 639px) {
  .list-company.hex {
    padding-left: 28px;
  }
}
.list-company.hex:before {
  left: 0;
  top: 5px;
}
.list-company_head {
  font-weight: bold;
  text-align-last: justify;
}
.list-company_wrap {
  max-width: 640px;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row-gap: 32px;
  margin: 0 auto;
}

/***
FOOTER
 ***/
.site-footer {
  border-radius: 80px 80px 0 0;
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 639px) {
  .site-footer {
    border-radius: 40px 40px 0 0;
    padding-bottom: 24px;
  }
}
.site-footer_2column {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  padding: 0 64px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .site-footer_2column {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 639px) {
  .site-footer_2column {
    padding: 0 24px;
    gap: 40px;
  }
}
.site-footer_2column_inner {
  flex: 1;
}
.site-footer_logo {
  margin: 64px auto 80px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .site-footer_logo {
    text-align: center;
    margin: 40px auto;
  }
}
.site-footer_logo img {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .site-footer_logo img {
    width: 240px;
  }
}
.site-footer_copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  .site-footer_copy {
    font-size: 1rem;
    text-align: center;
  }
}

.nav-footer {
  display: grid;
  grid-template-columns: repeat(4, min-content);
  grid-column-gap: 40px;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .nav-footer {
    display: none;
  }
}

.ToTop {
  background: #FFFFFF;
  border-radius: 0 0 20px 20px;
  display: inline-flex;
  width: 240px;
  height: 40px;
  justify-content: center;
  color: #0284FE;
  font-weight: bold;
  align-items: center;
  margin-bottom: 80px;
  gap: 16px;
}
@media screen and (max-width: 639px) {
  .ToTop {
    width: 160px;
    margin-bottom: 40px;
  }
}
.ToTop:before {
  width: 20px;
  height: 20px;
  top: 0;
  right: -20px;
  transform: scale(-1, 1) rotate(-90deg);
}
.ToTop:after {
  width: 20px;
  height: 20px;
  top: 0;
  left: -20px;
  transform: rotate(-90deg);
}
.ToTop span {
  font-size: 1.4rem;
}
.ToTop:hover {
  opacity: 1;
}

.btn {
  border-radius: 40px;
  display: flex;
  width: 100%;
  padding: 40px 64px;
  font-size: 2.4rem;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .btn {
    padding: 40px 48px;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 2rem;
    padding: 24px 40px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 639px) {
  .btn {
    font-size: 1.6rem;
    padding: 24px;
  }
}
.btn span {
  font-size: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .btn span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 639px) {
  .btn span {
    font-size: 2.4rem;
  }
}
.btn + .btn {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .btn + .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .btn + .btn {
    margin-top: 24px;
  }
}
.btn-contact {
  background: #0284FE;
  color: #FFFFFF;
}
.btn-contact:hover {
  color: #FFFFFF;
}
.btn-recruit {
  background: #FFFFFF;
  color: #0284FE;
}
.btn-recruit:hover {
  color: #0284FE;
}