@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  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;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font: 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #333333;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button:hover {
  opacity: 0.7;
}

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

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f7f7f8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: clip;
  line-break: strict;
}
#wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/top/bg_fv-01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 430px) {
  #wrapper::before {
    top: 30px;
  }
}
#wrapper::after {
  content: "";
  width: 100%;
  height: 35px;
  background: #29abe2;
  background: -webkit-gradient(linear, left top, right top, from(#a5dbf7), to(#29abe2));
  background: linear-gradient(to right, #a5dbf7 0%, #29abe2 100%);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}

main {
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-text-bold {
  font-weight: 700;
}

.u-bg-yellow {
  background-color: #ffe453;
  font-weight: 700;
}

.u-inlineblock {
  display: inline-block;
}

.u-text-caution {
  padding-left: 1em;
  margin-top: 0.1em;
}
.u-text-caution::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.u-text-caution::before {
  content: "※";
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background-color: #f7f7f8;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loader-inner {
  margin: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  -webkit-animation: sk-bounce 2s infinite linear;
          animation: sk-bounce 2s infinite linear;
  background: url("../img/fav/favicon.png") no-repeat center center;
  background-size: contain;
  /*@include g.maxmq(ml){
  	width: 200px;
  	height: 200px;
  	top: calc( 50% - 100px );
  	left: calc( 50% - 100px );
  }*/
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*!
component > btn
------------------------------
*/
.c-btn-simple {
  border: 1px solid #3170b6;
  background-color: #f7f7f8;
  display: inline-block;
  border-radius: 10px;
  padding: 1em 5em 1em 1.5em;
  position: relative;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  font-weight: 700;
}
.c-btn-simple::before {
  content: "";
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #3170b6;
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 0 10px 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-simple::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  width: 1.5em;
  height: 100%;
  background: url("../img/top/ico_arrow.svg") no-repeat center center;
  background-size: contain;
}
@media (hover: hover) {
  .c-btn-simple:hover {
    border-color: #29abe2;
  }
  .c-btn-simple:hover::before {
    background-color: #29abe2;
  }
}
.c-btn-simple:active {
  border-color: #29abe2;
}
.c-btn-simple:active::before {
  background-color: #29abe2;
}

/*!
component > title
------------------------------
*/
.c-title-fv {
  max-width: 800px;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  position: relative;
  margin-bottom: 1em;
  z-index: 2;
}
.c-title-fv::before {
  content: "";
  position: absolute;
  left: -5%;
  top: -90px;
  background: url("../img/top/txt_joinus.svg") no-repeat left top;
  background-size: contain;
  width: 355px;
  height: 126px;
  z-index: -1;
}
@media screen and (max-width: 859px) {
  .c-title-fv::before {
    width: 45%;
    top: -50px;
  }
}
@media screen and (max-width: 430px) {
  .c-title-fv::before {
    top: -40%;
  }
}

.c-title-base--en {
  color: #29abe2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(3.5rem, 7.2vw, 7.2rem);
  line-height: 1.2;
  letter-spacing: 0.14em;
}
.c-title-base--jp {
  line-height: 1.5;
  font-size: clamp(1.5rem, 2.1vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-left: 1.5em;
}
.c-title-base--jp::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
}
.c-title-base--jp::before {
  content: "●";
}

.c-title-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
  margin-bottom: 0.6em;
}
.c-title-intro--num {
  color: #29abe2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3.5rem, 7.2vw, 7.2rem);
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.c-title-intro--num::after {
  content: "";
  width: 0.75em;
  height: 1px;
  position: absolute;
  top: 1.1em;
  left: -0.1em;
  background-color: #29abe2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-title-intro--text {
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.6;
}

.c-title-access {
  color: #29abe2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(3.5rem, 7.2vw, 7.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-bottom: -0.45em;
  position: relative;
  z-index: 2;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1200px;
}

.l-container-m {
  max-width: 1100px;
}

.l-container-s {
  max-width: 860px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  height: 126px;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 430px) {
  header {
    height: 70px;
  }
}

.header-logo {
  max-width: 1100px;
  width: 86%;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 90%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    padding-top: 16px;
  }
}
.header-logo--mark {
  width: 242px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-logo--mark {
    width: 200px;
  }
}
@media screen and (max-width: 430px) {
  .header-logo--mark {
    width: 170px;
  }
}
.header-logo--text {
  width: 85px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .header-logo--text {
    width: 74px;
  }
}
@media screen and (max-width: 430px) {
  .header-logo--text {
    width: 64px;
    line-height: 1.4;
  }
}

.header-btn-entry {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ffe453;
  width: 126px;
  height: 126px;
  border-radius: 0 0 0 28%;
  display: block;
  z-index: 100;
}
@media (hover: hover) {
  .header-btn-entry:hover {
    background-color: rgba(255, 228, 83, 0.7);
  }
}
.header-btn-entry:active {
  background-color: rgba(255, 228, 83, 0.7);
}
@media screen and (max-width: 767px) {
  .header-btn-entry {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 430px) {
  .header-btn-entry {
    width: 66px;
    height: 66px;
  }
}

/*!
layout > footer
------------------------------
*/
footer {
  color: #fff;
  background-color: #29abe2;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0;
}
@media screen and (max-width: 859px) {
  footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 430px) {
  footer {
    padding: 20px 0;
  }
}

.footer-copy {
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.8rem);
  letter-spacing: 0.14em;
}

/*!
page > top
------------------------------
*/
.top-fv {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.top-fv::after {
  content: "RECRUIT";
  color: #29abe2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(6rem, 9vw, 14rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 0.68;
  position: absolute;
  left: 0;
  top: 17%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 1279px) {
  .top-fv::after {
    font-size: 8vw;
  }
}
@media screen and (max-width: 859px) {
  .top-fv::after {
    top: 30%;
  }
}
@media screen and (max-width: 430px) {
  .top-fv::after {
    left: auto;
    right: 0;
    top: 53%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
.top-fv--inner {
  max-width: 1100px;
  width: 86%;
  margin: 0 auto;
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 1115px) {
  .top-fv--inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 859px) {
  .top-fv--inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .top-fv--inner {
    padding-top: 40px;
  }
}
.top-fv--text {
  max-width: 540px;
  width: 50%;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 2.2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .top-fv--text {
    width: 100%;
    max-width: none;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
  }
}
.top-fv--image {
  width: 51.8%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -5%;
  display: block;
}
@media screen and (min-width: 1500px) {
  .top-fv--image {
    width: 777px;
    height: 784px;
    right: auto;
    left: 53%;
  }
}
@media screen and (max-width: 767px) {
  .top-fv--image {
    position: relative;
    right: auto;
    width: 88%;
    margin: 0 auto;
  }
}

.top-point {
  margin-top: 80px;
  margin-bottom: 95px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  text-align: center;
  position: relative;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
}
@media screen and (max-width: 1115px) {
  .top-point {
    display: block;
  }
}
@media screen and (max-width: 859px) {
  .top-point {
    margin-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .top-point {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1115px) {
  .top-point--li {
    margin-bottom: 30px;
    width: 80%;
  }
  .top-point--li:nth-child(2) {
    margin-left: 20%;
  }
  .top-point--li:nth-child(3) {
    margin-left: 10%;
  }
}
@media screen and (max-width: 430px) {
  .top-point--li {
    margin-bottom: 20px;
  }
}
.top-point--item {
  color: #fff;
  background: #3170b6;
  background: -webkit-gradient(linear, left top, right top, from(#29abe2), to(#3170b6));
  background: linear-gradient(to right, #29abe2 0%, #3170b6 100%);
  padding: 1.5em 0.5em;
  line-height: 1.2;
  border-radius: 200px;
  position: relative;
}
.top-point--item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #3170b6;
  background: -webkit-gradient(linear, left top, right top, from(#29abe2), to(#3170b6));
  background: linear-gradient(to right, #29abe2 0%, #3170b6 100%);
  width: 100%;
  height: 100%;
  border-radius: 200px;
  z-index: -1;
}
@media screen and (max-width: 430px) {
  .top-point--item::before {
    bottom: -6px;
  }
}
.top-point--item::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 1px;
  background-color: #f7f7f8;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 200px;
  z-index: -1;
}
@media screen and (max-width: 430px) {
  .top-point--item::after {
    bottom: -5px;
  }
}

.top-intro {
  position: relative;
  margin: 0 auto 85px;
}
@media screen and (max-width: 430px) {
  .top-intro {
    margin: 0 auto 50px;
  }
}
.top-intro--head {
  position: relative;
}
.top-intro--photo {
  width: 87.3%;
  border-radius: 0 15px 105px 0;
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top-intro--photo {
    border-radius: 0 8px 50px 0;
  }
}
@media screen and (max-width: 430px) {
  .top-intro--photo {
    margin-bottom: 50px;
  }
}
.top-intro--photo img {
  border-radius: 0 15px 105px 0;
}
@media screen and (max-width: 767px) {
  .top-intro--photo img {
    border-radius: 0 8px 50px 0;
  }
}
.top-intro--photo::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: -5px;
  top: -5px;
  border: 10px solid #3170b6;
  border-radius: 0 15px 105px 0;
}
@media screen and (max-width: 767px) {
  .top-intro--photo::after {
    border-radius: 0 8px 50px 0;
  }
}
@media screen and (max-width: 430px) {
  .top-intro--photo::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 6px solid #3170b6;
    left: -3px;
    top: -3px;
  }
}
.top-intro--image {
  max-width: 439px;
  width: 30%;
  height: auto;
  right: 6%;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 1115px) {
  .top-intro--image {
    right: 2%;
  }
}
@media screen and (max-width: 430px) {
  .top-intro--image {
    top: auto;
    bottom: -40px;
  }
}
.top-intro--inner {
  max-width: 1100px;
  width: 86%;
  margin: 75px auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 430px) {
  .top-intro--inner {
    margin: 0 auto 40px;
  }
}
.top-intro--inner::before {
  content: "";
  width: 82%;
  height: 100%;
  position: absolute;
  left: 9%;
  top: 0;
  background: url("../img/top/bg_intro.svg") no-repeat center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 859px) {
  .top-intro--inner::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -10%;
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .top-intro--inner::before {
    width: 120%;
    left: -10%;
    top: -8%;
  }
}

.top-intro-item {
  width: 44%;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 2.3;
}
@media screen and (max-width: 1115px) {
  .top-intro-item {
    width: 46%;
  }
}
@media screen and (max-width: 859px) {
  .top-intro-item {
    width: 85%;
  }
}
@media screen and (max-width: 430px) {
  .top-intro-item {
    width: 100%;
    margin-top: 30px;
    line-height: 2.1;
  }
}
.top-intro-item:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 859px) {
  .top-intro-item:nth-child(2) {
    margin: 40px 0 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .top-intro-item:nth-child(2) {
    margin: 30px auto 0;
  }
}
.top-intro-item:nth-child(3) {
  width: 88.9%;
  margin: 40px auto 0;
}
@media screen and (max-width: 430px) {
  .top-intro-item:nth-child(3) {
    width: 100%;
    margin: 30px auto 0;
  }
}

.top-voice {
  margin: 0 auto 110px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .top-voice {
    margin: 0 auto 50px;
  }
}

.top-voice-image {
  max-width: 1110px;
  width: 88%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 430px) {
  .top-voice-image {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.top-voice-image--item {
  border-radius: 500px;
  border: 10px solid #3170b6;
}
@media screen and (max-width: 767px) {
  .top-voice-image--item {
    border-width: 5px;
  }
}
.top-voice-image--item img {
  border-radius: 500px;
}
.top-voice-image--item:nth-child(2) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .top-voice-image--item:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .top-voice-image--item:nth-child(2) {
    margin-top: 30px;
  }
}
.top-voice-image--item:nth-child(3) {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .top-voice-image--item:nth-child(3) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 430px) {
  .top-voice-image--item:nth-child(3) {
    margin-top: 60px;
  }
}

.top-voice-block {
  width: 90%;
  max-width: 1190px;
  margin: -50px auto 0;
  border: 1px solid #3170b6;
  background: url("../img/top/bg_check-01.svg") repeat top left;
  background-size: 56px;
  padding: 65px 4.2%;
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
}
@media screen and (max-width: 859px) {
  .top-voice-block {
    grid-template-columns: 90px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .top-voice-block {
    grid-template-columns: 70px 1fr;
  }
}
@media screen and (max-width: 430px) {
  .top-voice-block {
    padding: 40px 4% 30px 5.5%;
    margin: -30px auto 0;
    grid-template-columns: 45px 1fr;
    background-size: 30px;
  }
}
.top-voice-block::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  border: 5px solid #3170b6;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
}
@media screen and (max-width: 430px) {
  .top-voice-block::before {
    left: -8px;
    top: -8px;
    border: 4px solid #3170b6;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }
}
.top-voice-block--title {
  font-size: clamp(2.6rem, 4.1vw, 4.1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-bottom: 0.5em;
  grid-column: 1/3;
  grid-row: 1/2;
}
.top-voice-block--en {
  color: #29abe2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(3.7rem, 7.2vw, 7.2rem);
  line-height: 2.3;
  letter-spacing: 0.14em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 430px) {
  .top-voice-block--en {
    line-height: 1.8;
  }
}
.top-voice-block--text {
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 2.16;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 430px) {
  .top-voice-block--text {
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
}

.top-section {
  max-width: 1100px;
  width: 86%;
  margin: 0 auto 90px;
  font-size: clamp(1.3rem, 2vw, 2.1rem);
}
@media screen and (max-width: 430px) {
  .top-section {
    margin: 0 auto 40px;
  }
}

.top-block {
  border-bottom: 1px solid #333333;
  padding: 1.25em 0 1em;
  display: grid;
  grid-template-columns: 6.5em 1fr;
  grid-column: 1em;
  line-height: 1.6;
}
.top-block--info {
  grid-template-columns: 10.5em 1fr;
}
.top-block--space {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top-block {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 430px) {
  .top-block {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
  }
}

.top-access {
  width: 100%;
  position: relative;
}

.top-access-iframe {
  position: relative;
  width: 100%;
  padding-top: 520px;
}
.top-access-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .top-access-iframe {
    padding-top: 350px;
  }
}/*# sourceMappingURL=style.css.map */