@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  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: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;
}

/****************************************************************
  *** variables - 変数の定義
  ****************************************************************/
/*** Color ***/
/*** KeyColor ***/
/*** Font ***/
/*** Line * **/
/****************************************************************
  *** mixin - 使い回し可能なスタイルを定義
  ****************************************************************/
/*** Media Query ***/
/*** Contents ***/
/****************************************************************
  *** base - Webサイト全体のベース・リセットしたスタイルの調整
  ****************************************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
@media screen and (max-width: 526px) {
  body {
    font-size: 1.2rem;
  }
}

p {
  line-height: 1.75;
}
@media screen and (max-width: 526px) {
  p {
    line-height: 1.6;
  }
}

a {
  color: unset;
  text-decoration: unset;
}

ul,
li {
  list-style-type: none;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

button {
  border: unset;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .wrapper {
    width: 94%;
  }
}
@media screen and (max-width: 821px) {
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 526px) {
  .wrapper {
    max-width: unset;
    width: 92%;
    margin: 0 auto;
  }
}

.sub_wrapper {
  width: 100%;
  max-width: 910px;
  padding: 0 5%;
  margin: 0 auto;
  border-left: 1px solid #222222;
}
@media screen and (max-width: 992px) {
  .sub_wrapper {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 821px) {
  .sub_wrapper {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 526px) {
  .sub_wrapper {
    width: 89.3%;
    margin: 0 auto;
  }
}

.small_inner {
  width: calc(92vw - 280px);
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .small_inner {
    width: calc(92vw - 280px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 821px) {
  .small_inner {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 526px) {
  .small_inner {
    width: 89.3%;
    margin: 0 auto;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 526px) {
  .flex {
    flex-direction: column;
  }
}

a:hover,
a:focus {
  color: #4282B8;
  text-decoration: underline;
}

.contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.sub_current {
  font-weight: 700;
  position: relative;
}
.sub_current::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #DA3B3B;
  position: absolute;
  top: 50%;
  left: 60%;
}

.sp_content {
  max-width: 390px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sp_content {
    max-width: 390px;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}

.title-en {
  font-family: "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}

.title-ja {
  font-family: "游ゴシック体", "遊ゴシック", YuGothic, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}

.text-en {
  font-family: "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
}

.text_ja {
  font-family: "游ゴシック体", "遊ゴシック", YuGothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0em;
  color: #fff;
}

._text-s {
  font: 400 1.5rem "游ゴシック体", "遊ゴシック", serif;
}

._text-l {
  font: 400 1.75rem "Times New Roman", serif;
}

.text-large {
  font: 400 1rem "游ゴシック体", "遊ゴシック", serif;
}

.text-mid {
  font: 400 0.7777777778rem "游ゴシック体", "遊ゴシック", serif;
}

.mb-60 {
  margin-bottom: 60px;
}

/****************************************************************
  *** main - ページのスタイルを記述
  ****************************************************************/
/****************************************************************
  *** base - Webサイト全体のベース・リセットしたスタイルの調整
  ****************************************************************/
/****************************************************************
 *** Common
 ****************************************************************/
.pc-only {
  display: block;
}
@media screen and (max-width: 821px) {
  .pc-only {
    display: none;
  }
}

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

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

.mt_26 {
  margin-top: 26px !important;
}

.clearfix {
  display: block;
  content: "";
  clear: both;
}

.contents_block {
  display: flex;
}
@media screen and (max-width: 821px) {
  .contents_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 526px) {
  .contents_block {
    flex-direction: column;
  }
}

/****************************************************************
 *** サイドバー
 ****************************************************************/
aside {
  flex: 0 0 280px;
  padding: 76px 40px 0;
}
@media screen and (max-width: 992px) {
  aside {
    flex: 0 0 240px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 821px) {
  aside {
    display: block;
    padding: 10px 0px 10px 0;
    width: 100vw;
    flex: 1 1 auto;
    height: 110px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 888;
  }
}
@media screen and (max-width: 526px) {
  aside {
    display: block;
    padding: 10px 10px;
    flex: 1 1 auto;
    height: 110px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 888;
  }
}
aside .side_nav {
  position: sticky;
  top: 40px;
}
@media screen and (max-width: 821px) {
  aside .side_nav {
    position: static;
    top: 0;
  }
}
@media screen and (max-width: 526px) {
  aside .side_nav {
    position: static;
    top: 0;
  }
}
aside .side_nav h1 {
  line-height: 0;
  margin-bottom: 22px;
}
aside .side_nav h1 img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media screen and (max-width: 821px) {
  aside .side_nav h1 {
    width: 120px;
    height: 59px;
  }
}
@media screen and (max-width: 821px) {
  aside .side_nav_list {
    display: none;
  }
}
@media screen and (max-width: 526px) {
  aside .side_nav_list {
    display: none;
  }
}
aside .side_nav_list .nav_head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 1.6em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 992px) {
  aside .side_nav_list .nav_head {
    font-size: 1.6rem;
  }
}
aside .side_nav_list .nav_head:nth-child(3) {
  padding-bottom: 1.6em;
}
aside .side_nav_list .nav_head:nth-child(3)::before, aside .side_nav_list .nav_head:nth-child(3)::after {
  content: none;
}
aside .side_nav_list .nav_head::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #4282B8;
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 992px) {
  aside .side_nav_list .nav_head::before {
    top: 35px;
  }
}
aside .side_nav_list .nav_head::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #4282B8;
  position: absolute;
  transform: rotate(90deg);
  top: 40px;
  right: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 992px) {
  aside .side_nav_list .nav_head::after {
    top: 35px;
  }
}
aside .side_nav_list .nav_head.active::after {
  transform: rotate(0deg);
  opacity: 0;
}
aside .side_nav_list .nav_head .sub_nav {
  padding: 0px 17px;
  font-size: 1.4rem;
  border-top: 1px solid #B1C6DC;
  border-bottom: 0px solid #B1C6DC;
  margin-top: 32px;
}
aside .side_nav_list .nav_head .sub_nav.active {
  border-bottom: 1px solid #B1C6DC;
  padding: 24px 17px;
}
aside .side_nav_list .nav_head .sub_nav li {
  margin-top: 1.64em;
  white-space: nowrap;
  display: none;
}
aside .side_nav_list .nav_head .sub_nav li:first-child {
  margin-top: 0;
}
aside .side_nav_list .nav_btn {
  padding: 32px 0 32px 40px;
  border-top: 1px solid #B1C6DC;
  border-bottom: 1px solid #B1C6DC;
}
aside .side_nav_list .nav_btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/mailIcon.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
aside .side_nav_list .nav_btn::after {
  content: none;
}

/****************************************************************
*** フッター
****************************************************************/
.footer {
  width: 97%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 821px) {
  .footer {
    width: 92%;
  }
}
@media screen and (max-width: 821px) {
  .footer {
    width: 92%;
  }
}
@media screen and (max-width: 526px) {
  .footer {
    margin: 0px auto;
  }
}
.footer_col {
  display: flex;
  justify-content: space-between;
  width: 94%;
}
@media screen and (max-width: 1120px) {
  .footer_col {
    padding-right: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1080px) {
  .footer_col {
    flex-direction: column;
    gap: 32px;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer_col {
    flex-direction: column;
    gap: 32px;
    padding-right: 0;
  }
}
@media screen and (max-width: 821px) {
  .footer_col {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 526px) {
  .footer_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
.footer_block {
  margin: 170px 0px 0 0;
  width: 100%;
  max-width: 2000px;
}
@media screen and (max-width: 526px) {
  .footer_block {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 62px auto 0;
  }
}
.footer_block h1 {
  line-height: 0;
  width: 222px;
  height: 133px;
}
@media screen and (max-width: 1080px) {
  .footer_block h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .footer_block h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 821px) {
  .footer_block h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 526px) {
  .footer_block h1 {
    margin-bottom: 82px;
  }
}
.footer_block h1 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .footer_right {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .footer_right {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 821px) {
  .footer_right {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 526px) {
  .footer_right {
    margin-top: 66px;
  }
}
.footer_right .footer_link {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 1.6rem;
}
.footer_right .footer_link:nth-child(2) {
  margin-top: 0;
}
.footer_right .footer_link:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 821px) {
  .footer_right .footer_link {
    flex-wrap: wrap;
    margin-left: 30px;
  }
}
@media screen and (max-width: 526px) {
  .footer_right .footer_link {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0;
    margin-left: 0;
    gap: 32px;
    padding-top: 32px;
  }
}
.footer_right .footer_link:first-child {
  margin-top: 0;
}
@media screen and (max-width: 526px) {
  .footer_right .footer_link:last-of-type {
    margin-bottom: 38px;
  }
}
.footer_right .footer_link li a {
  font-weight: 700;
}
.footer_right .footer_link .mail_link {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.footer_right .footer_link .mail_link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mailIcon.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 821px) {
  .footer .footer_bottom_text {
    margin-bottom: 24px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 526px) {
  .footer .footer_bottom_text {
    position: absolute;
    margin-left: 0;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    text-align: center;
  }
}
.footer .f_text {
  margin-bottom: 16px;
  line-height: 1;
}
.footer .f_text span {
  margin-right: 12px;
  display: inline;
}
.footer .f_text:last-child {
  margin-bottom: 7px;
}
@media screen and (max-width: 526px) {
  .footer .f_text {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 526px) {
  .footer .f_text span {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 526px) {
  .footer .f_text .pc-only {
    display: none;
  }
}
.footer .copyright {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 26px;
  padding-right: 0;
  margin-top: -2px;
}
@media screen and (max-width: 526px) {
  .footer .copyright {
    text-align: center;
    font-size: 1.2rem;
  }
}

/****************************************************************
*** CONTACT
****************************************************************/
.contact {
  margin-top: 94px;
  position: relative;
  width: 100%;
  padding-left: 24px;
  padding-right: 20px;
}
@media screen and (max-width: 526px) {
  .contact {
    margin-top: 80px;
  }
}
.contact_bg {
  padding: 38px 24px;
  border-radius: 50px 0 0px 50px;
  background-color: #F8F8F8;
  width: 100%;
  height: 360px;
  position: absolute;
  right: 0;
  left: 0%;
  top: -28px;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .contact_bg {
    width: 100%;
    height: 420px;
  }
}
@media screen and (max-width: 1080px) {
  .contact_bg {
    width: 100%;
    height: 460px;
  }
}
@media screen and (max-width: 526px) {
  .contact_bg {
    width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
}
.contact_block {
  display: flex;
  flex-wrap: wrap;
  height: 68px;
  margin-top: 38px;
}
@media screen and (max-width: 1080px) {
  .contact_block {
    flex-direction: column;
    height: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 526px) {
  .contact_block {
    margin-top: 36px;
    margin-left: 0;
  }
}
.contact_block .block_text {
  padding: 0px 0px 0px 30px;
  border-right: 1px solid #000;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
@media screen and (max-width: 1080px) {
  .contact_block .block_text {
    padding-left: 0;
    margin-top: 10px;
  }
}
.contact_block .block_text.tel {
  padding-right: 28px;
  padding-top: 8px;
}
.contact_block .block_text.num {
  padding: 0 32px 0;
}
@media screen and (max-width: 1080px) {
  .contact_block .block_text.num {
    margin-left: 0;
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 526px) {
  .contact_block .block_text.num {
    text-align: left;
    margin-left: 0;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .contact_block .block_text {
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 12px 0 24px;
  }
}
@media screen and (max-width: 526px) {
  .contact_block .block_text {
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 24px 0;
  }
}
@media screen and (max-width: 1080px) {
  .contact_block .block_text:nth-child(2) {
    border-bottom: none;
  }
}
.contact_block .block_text span {
  display: block;
  font-size: 1.2rem;
  margin-top: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contact_block .block_text .inline {
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 526px) {
  .contact_block .block_text .inline {
    display: inline-block;
  }
}
.contact_block .mail_btn {
  margin-left: 64px;
}
@media screen and (max-width: 1120px) {
  .contact_block .mail_btn {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .contact_block .mail_btn {
    margin-left: 0;
    margin-top: 20px;
    position: static;
  }
}
@media screen and (max-width: 526px) {
  .contact_block .mail_btn {
    margin-top: 36px;
  }
}
.contact_block .mail_btn a {
  padding: 22px 40px 22px 68px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: background-color, color 0.2s ease-in;
}
.contact_block .mail_btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/mail.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
}
.contact_block .mail_btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in;
}
.contact_block .mail_btn a:hover, .contact_block .mail_btn a:focus {
  background-color: #000;
  color: #fff;
}
.contact_block .mail_btn a:hover::after, .contact_block .mail_btn a:focus::after {
  background-color: #fff;
}
.contact_block .mail_btn a:hover::before, .contact_block .mail_btn a:focus::before {
  background-color: #fff;
}
.contact .float_illust.illust3 {
  position: absolute;
  width: clamp(5.9rem, 1.815rem + 17.43vw, 17.5rem);
  height: auto;
  top: 20px;
  right: 10%;
  z-index: 111;
}
.contact .float_illust.illust3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1400px) {
  .contact .float_illust.illust3 {
    right: 3%;
    top: -130px;
  }
}
@media screen and (max-width: 1080px) {
  .contact .float_illust.illust3 {
    width: 104px;
  }
}
@media screen and (max-width: 992px) {
  .contact .float_illust.illust3 {
    width: 124px;
  }
}
@media screen and (max-width: 821px) {
  .contact .float_illust.illust3 {
    width: clamp(5.9rem, 1.815rem + 17.43vw, 17.5rem);
  }
}
@media screen and (max-width: 526px) {
  .contact .float_illust.illust3 {
    top: -60px;
    right: 0%;
    width: 69px;
  }
}

.sec_title {
  font-size: 12.8rem;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #4282B8;
  font-family: "Kanit", sans-serif;
}
@media screen and (max-width: 992px) {
  .sec_title {
    font-size: 9.8rem;
  }
}
@media screen and (max-width: 821px) {
  .sec_title {
    font-size: 9.8rem;
  }
}
@media screen and (max-width: 526px) {
  .sec_title {
    font-size: 7.2rem;
  }
}
.sec_title span {
  display: block;
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 20px;
  -webkit-text-stroke: 0px;
}
@media screen and (max-width: 821px) {
  .sec_title span {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 526px) {
  .sec_title span {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.main_btn {
  cursor: pointer;
}
.main_btn a {
  display: inline-block;
  padding: 22px 79px 22px 82px;
  border-radius: 10px;
  border: 1px solid #000;
  line-height: 1;
  font-weight: 700;
  text-wrap: nowrap;
  box-sizing: border-box;
  position: relative;
  transition: background-color, color 0.2s ease-in;
}
@media screen and (max-width: 526px) {
  .main_btn a {
    padding-right: 98px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
.main_btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in;
}
.main_btn a:hover, .main_btn a:focus {
  background-color: #000;
  color: #fff;
}
.main_btn a:hover::before, .main_btn a:focus::before {
  background-color: #fff;
}

/****************************************************************
*** 下層ページ  メインビジュアル
****************************************************************/
.childvisual {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 526px) {
  .childvisual {
    padding-top: 80px;
  }
}
.childvisual .child_image {
  max-width: 1120px;
  height: 661px;
  width: 100%;
  margin-right: 20px;
  background-size: cover;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .childvisual .child_image {
    width: 96%;
  }
}
@media screen and (max-width: 821px) {
  .childvisual .child_image {
    margin-right: 0;
    border-radius: 20px;
    height: 562px;
    width: 92%;
    margin: 0 auto;
    margin-top: 100px;
  }
}
@media screen and (max-width: 526px) {
  .childvisual .child_image {
    margin-right: 0;
    border-radius: 20px;
    height: 442px;
    width: 92%;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.childvisual .child_image.about_image {
  background: url("../images/about/about-us.jpg") no-repeat center center;
}
.childvisual .child_image.service_image {
  background: url("../images/service/service-us.jpg") no-repeat center center;
  height: 671px;
}
.childvisual .child_image.contact_image {
  background: url("../images/contact/contact-us.jpg") no-repeat center center;
}
.childvisual .main_bg {
  width: 62%;
  height: 563px;
  background-color: #4282B8;
  position: absolute;
  top: 0;
  right: 0;
  left: 38%;
  z-index: -1;
}
@media screen and (max-width: 821px) {
  .childvisual .main_bg {
    display: none;
  }
}
@media screen and (max-width: 526px) {
  .childvisual .main_bg {
    display: none;
  }
}
.childvisual h2 {
  margin-top: 64px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 526px) {
  .childvisual h2 {
    margin-top: 32px;
    font-size: 2.8rem;
    margin-left: 8%;
  }
}
.childvisual.service h2 {
  margin-top: 56px;
}
.childvisual .text {
  margin-top: 64px;
  line-height: 1.6;
  width: 100% !important;
}
@media screen and (max-width: 821px) {
  .childvisual .text {
    width: 75% !important;
  }
}
@media screen and (max-width: 526px) {
  .childvisual .text {
    margin-top: 32px;
    width: 75% !important;
    margin-bottom: 0;
    margin-left: 8%;
  }
}

.sec_btn {
  width: 100%;
  margin-top: -19px;
  display: flex;
  margin-bottom: 80px;
  gap: 12px;
}
@media screen and (max-width: 821px) {
  .sec_btn {
    gap: 3.4%;
  }
}
@media screen and (max-width: 821px) {
  .sec_btn {
    margin: 32px auto 32px;
    justify-content: center;
  }
}
@media screen and (max-width: 526px) {
  .sec_btn {
    gap: 10px;
  }
}
@media screen and (max-width: 821px) {
  .sec_btn .bl_link_item {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 526px) {
  .sec_btn .bl_link_item {
    width: calc(33.3333333333% - 10px);
  }
}
.sec_btn .bl_link_item:first-child {
  margin-left: 0;
}
.sec_btn .bl_link_item a {
  min-width: 170px;
  display: block;
  padding: 10px 10px 34px;
  border: 1px solid #4282B8;
  position: relative;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background-color, color 0.2s ease-in;
  white-space: nowrap;
}
.sec_btn .bl_link_item a:hover, .sec_btn .bl_link_item a:focus {
  text-decoration: none;
}
@media screen and (max-width: 821px) {
  .sec_btn .bl_link_item a {
    padding: 20px 10px 24px;
    min-width: unset;
    max-height: 80px;
  }
}
@media screen and (max-width: 526px) {
  .sec_btn .bl_link_item a {
    max-height: 70px;
    margin-top: 40px;
  }
}
.sec_btn .bl_link_item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #4282B8;
  border-right: 2px solid #4282B8;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: background-color, transform 0.2s ease-in;
}
@keyframes arrow_down {
  0% {
    transform: translateX(-50%) rotate(45deg);
  }
  50% {
    transform: translateX(-50%) translateY(3px) rotate(45deg);
  }
  100% {
    transform: translateX(-50%) rotate(45deg);
  }
}
.sec_btn .bl_link_item a:hover, .sec_btn .bl_link_item a:focus {
  background-color: #4282B8;
  color: #fff;
}
.sec_btn .bl_link_item a:hover::before, .sec_btn .bl_link_item a:focus::before {
  border-color: #fff;
  animation: arrow_down 0.5s ease-in-out 1;
}

@media screen and (max-width: 1080px) {
  .h_50 {
    padding-bottom: 50px !important;
  }
}

.bl_title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 821px) {
  .bl_title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 526px) {
  .bl_title {
    font-size: 2.4rem;
  }
}

.w-half {
  max-width: 422px;
}

.w-full {
  padding-left: 0 !important;
  position: relative;
}
@media screen and (max-width: 821px) {
  .w-full {
    margin: 0 auto;
  }
}
@media screen and (max-width: 526px) {
  .w-full {
    width: 100%;
  }
}

/****************************************************************
*** モーダル
****************************************************************/
.modal_bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  transition: 0.4s all ease-in;
  opacity: 0;
  visibility: hidden;
}
.modal_bg.open {
  opacity: 1;
  visibility: visible;
}

.modal_btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: -40px;
  z-index: 998;
  cursor: pointer;
}
@media screen and (max-width: 526px) {
  .modal_btn {
    top: -40px;
    right: 0;
    width: 24px;
    height: 24px;
  }
}
.modal_btn span {
  width: 32px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.modal_btn span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.modal_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.modal {
  width: 59.6vw;
  max-width: 860px;
  height: 100%;
  transform: translateX(-50%);
  position: fixed;
  top: 55px;
  left: 50%;
  z-index: 992;
  transition: 0.4s all ease-in;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .modal {
    width: 86vw;
  }
}
@media screen and (max-width: 821px) {
  .modal {
    width: 86vw;
  }
}
@media screen and (max-width: 526px) {
  .modal {
    width: 90vw;
  }
}
.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal_block {
  width: 59.6vw;
  max-width: 860px;
  cursor: unset;
  height: auto;
  max-height: calc(96vh - 55px);
  overflow-y: scroll;
  background-color: #fff;
  padding: 24px 6.4%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 997;
}
.modal_block .tag {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #4282B8;
  width: 116px;
  padding: 5px 0;
  border: 1px solid #4282B8;
}
.modal_block .date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #4282B8;
  margin-left: 11px;
}
@media screen and (max-width: 526px) {
  .modal_block .date {
    margin-left: 16px;
  }
}
.modal_block time {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .modal_block {
    width: 86vw;
  }
}
@media screen and (max-width: 821px) {
  .modal_block {
    width: 86vw;
  }
}
@media screen and (max-width: 526px) {
  .modal_block {
    width: 90vw;
  }
}
.modal_block .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 526px) {
  .modal_block .title {
    font-size: 2rem;
  }
}
.modal_block img {
  vertical-align: bottom;
  margin-bottom: 0;
}
.modal_block .modal_text {
  margin-top: 35px;
  height: auto;
  overflow-y: auto;
}
@media screen and (max-width: 526px) {
  .modal_block .modal_text {
    font-size: 1.4rem;
    margin-top: 24px;
    height: auto;
  }
}
.modal_block .modal_text ul {
  border: none;
  margin-top: 16px;
  margin-bottom: 16px;
}
.modal_block .modal_text ul li {
  padding: 0;
  border: none;
  list-style: disc;
  margin-left: 3em;
  margin-top: 8px;
  line-height: 2;
}
.modal_block .modal_text ul li::before {
  content: none;
}

.main_btn {
  margin-top: 31px;
  text-align: center;
}

/****************************************************************
*** ハンバーガー
****************************************************************/
.humberger_btn {
  width: 56px;
  height: 48px;
  background-color: #4282B8;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 888;
  cursor: pointer;
  display: none;
  transition: all 0.4s;
}
@media screen and (max-width: 821px) {
  .humberger_btn {
    display: block;
  }
}
@media screen and (max-width: 526px) {
  .humberger_btn {
    display: block;
  }
}
.humberger_btn span {
  width: 32px;
  border-top: 1px solid white;
  margin: 0 auto;
  display: block;
  transition: all 0.4s;
}
.humberger_btn span:nth-child(1) {
  margin-bottom: 11px;
}
.humberger_btn span:nth-child(3) {
  margin-top: 11px;
}

.humberger_btn.btn_active span:nth-child(1) {
  transform-origin: top left;
  transform: translateY(-5px) translateX(5px) rotate(45deg);
}
.humberger_btn.btn_active span:nth-child(2) {
  display: none;
}
.humberger_btn.btn_active span:nth-child(3) {
  transform-origin: bottom left;
  transform: translateY(5px) translateX(5px) rotate(-45deg);
}

/****************************************************************
*** モバイルナビ
****************************************************************/
.mb_nav {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #fff;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 777;
  overflow-y: hidden;
  height: 0;
  opacity: 0;
  padding-top: 8px;
  transition: all 1s ease-in-out;
}
.mb_nav.mb_active {
  height: calc(100vh - 80px);
  opacity: 1;
}
.mb_nav .mb_navList {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.mb_nav .mb_navList li {
  margin-top: 32px;
}
.mb_nav .mb_navList li:first-of-type {
  margin-top: 0;
}
.mb_nav .mb_copy {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-top: 26px;
  font-weight: 400;
}

.contact_btn a {
  padding-left: 2em;
  position: relative;
}
.contact_btn a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/mailIcon.svg") no-repeat;
  background-color: transparent;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/******************************
*******************************
// ローディング
/******************************
*******************************/
.loading {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.loading.close {
  opacity: 0;
  z-index: -1;
  display: none;
}

.loader {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/****************************************************************
*** フェードイン
****************************************************************/
.fadein {
  animation: fadeInAnimation 0.5s ease-in-out forwards;
}

.fadein2 {
  animation: fadeInAnimation 0.5s 0.3s ease-in-out forwards;
}

.fadein3 {
  animation: fadeInAnimation 0.5s 0.5s ease-in-out forwards;
}

.fadeUp {
  transform: translateY(3vw);
  animation: fadeUpAnimation 0.2s 0.3s ease-in-out forwards;
}

.fadeDown {
  transform: translateY(-5vw);
  animation: fadeDownAnimation 0.3s 0.3s ease-in-out forwards;
}

.fadeLeft {
  transform: translateX(-5vw);
  animation: fadeLeftAnimation 0.2s 0.3s ease-in-out forwards;
}

.fadeRight {
  transform: translateX(5vw);
  animation: fadeRightAnimation 0.2s 0.3s ease-in-out forwards;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeLeftAnimation {
  from {
    opacity: 0;
    transform: translateX(-5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}
@keyframes fadeRightAnimation {
  from {
    opacity: 0;
    transform: translateX(5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}
@keyframes fadeUpAnimation {
  from {
    opacity: 0;
    transform: translateY(3vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}
@keyframes fadeDownAnimation {
  from {
    opacity: 0;
    transform: translateX(-5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}
@keyframes arrow_animation {
  0% {
    transform: translateY(-50%) translateX(0px) rotate(45deg);
  }
  50% {
    transform: translateY(-50%) translateX(5px) rotate(45deg);
  }
  100% {
    transform: translateY(-50%) translateX(0px) rotate(45deg);
  }
}
/********************
 * - Common
 * - Header
 * - Footer
 * - Content
 ********************/
/****************************************************************
 *** メインコンテンツ
 ****************************************************************/
main {
  flex: 0 1 calc(100% - 280px);
  width: calc(100vw - 280px);
  /****************************************************************
  *** ABOUT
  ****************************************************************/
}
@media screen and (max-width: 821px) {
  main {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 526px) {
  main {
    margin-top: 120px;
    flex: 1 1 100%;
    width: 100%;
  }
}
main .mainvisual {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1120px) {
  main .mainvisual {
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  main .mainvisual {
    padding-top: 20px;
  }
}
@media screen and (max-width: 821px) {
  main .mainvisual {
    padding-top: 20px;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual {
    padding-top: 0px;
  }
}
main .mainvisual .scroll_down {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #4282B8;
  position: absolute;
  bottom: 7.4%;
  left: 18px;
  z-index: 777;
}
@media screen and (max-width: 526px) {
  main .mainvisual .scroll_down {
    bottom: 0;
  }
}
main .mainvisual .scroll_down::before {
  content: "";
  width: 1px;
  height: 112px;
  background-color: #4282B8;
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: scaleY(0);
  animation: scroll_animetion 1.3s ease-in-out infinite;
}
@keyframes scroll_animetion {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
main .mainvisual .main_image {
  height: auto;
  aspect-ratio: 1.2/1;
  max-width: 1120px;
  width: calc(98vw - 280px);
  margin-right: 20px;
  background: url("../images/first-view1.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: center left;
  position: relative;
  border-radius: 3.125em;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  main .mainvisual .main_image {
    width: calc(100vw - 280px);
  }
}
@media screen and (max-width: 821px) {
  main .mainvisual .main_image {
    margin: 80px auto 0;
    width: 95%;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual .main_image {
    background: url("../images/first-view-sp1.jpg") no-repeat top center/100% 100%;
    width: 98%;
    height: 589px;
    border-radius: 10px;
    margin-top: 0px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 0;
  }
}
main .mainvisual .main_bg {
  width: 70%;
  height: 727px;
  background-color: #4282B8;
  position: absolute;
  top: 0;
  right: 0;
  left: 30%;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  main .mainvisual .main_bg {
    height: 527px;
  }
}
@media screen and (max-width: 992px) {
  main .mainvisual .main_bg {
    height: 427px;
  }
}
@media screen and (max-width: 821px) {
  main .mainvisual .main_bg {
    display: none;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual .main_bg {
    display: none;
  }
}
main .mainvisual .main_text {
  position: absolute;
  bottom: 7.2%;
  right: 10.5%;
}
@media screen and (max-width: 992px) {
  main .mainvisual .main_text {
    right: 5%;
  }
}
@media screen and (max-width: 821px) {
  main .mainvisual .main_text {
    right: 2%;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual .main_text {
    position: static;
    bottom: 63px;
  }
}
main .mainvisual .main_text .main_title {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.44em;
  padding: 0.15em;
  background-color: #fff;
  border-radius: 0.15em;
  width: fit-content;
}
@media screen and (max-width: 1120px) {
  main .mainvisual .main_text .main_title {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 1080px) {
  main .mainvisual .main_text .main_title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 992px) {
  main .mainvisual .main_text .main_title {
    font-size: 3.2rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 821px) {
  main .mainvisual .main_text .main_title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual .main_text .main_title {
    font-size: 2.4rem;
    margin-bottom: 35px;
    margin-left: 0;
  }
}
main .mainvisual .text {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  main .mainvisual .text {
    margin-left: auto;
  }
}
@media screen and (max-width: 821px) {
  main .mainvisual .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual .text {
    font-size: 1.2rem;
    white-space: wrap;
  }
}
main .mainvisual .swipe_block {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 71px;
}
@media screen and (max-width: 526px) {
  main .mainvisual .swipe_block {
    height: auto;
    margin-bottom: 351px;
  }
}
main .mainvisual .second_image {
  margin-top: 75px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 486px;
  box-sizing: border-box;
  padding: 63px 0 63px 48px;
  width: 100%;
  background-color: #F8F8F8;
  padding-right: 0;
}
@media screen and (max-width: 821px) {
  main .mainvisual .second_image {
    margin-top: 62px;
    height: 380px;
    padding: 32px 0 32px;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual .second_image {
    margin-top: 56px;
    height: 274px;
    padding: 16px 0 54px;
  }
}
main .mainvisual .second_image .sub_image_list {
  display: flex;
  width: 100%;
  z-index: 11;
  overflow: visible;
}
main .mainvisual .second_image .sub_image_list .image_item {
  width: 26vw;
  min-width: 360px;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 360px;
}
@media screen and (max-width: 992px) {
  main .mainvisual .second_image .sub_image_list .image_item {
    min-width: 280px;
    max-width: 280px;
  }
}
@media screen and (max-width: 821px) {
  main .mainvisual .second_image .sub_image_list .image_item {
    min-width: 240px;
    max-width: 240px;
  }
}
@media screen and (max-width: 526px) {
  main .mainvisual .second_image .sub_image_list .image_item {
    min-width: 200px;
    max-width: 200px;
    width: min(100%, 200px);
    aspect-ratio: 1/1;
  }
}
main .mainvisual .second_image .sub_image_list .image_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main .position {
  position: relative;
  opacity: 0;
}
main .position .main_text {
  padding: 0.4em 1em;
  background-color: #F8F8F8;
  writing-mode: vertical-rl;
  font-size: 4rem;
  letter-spacing: 0.52em;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  height: fit-content;
  position: absolute;
  right: 15.6vw;
  top: -240px;
  z-index: 112;
  text-wrap: nowrap;
  overflow: visible;
  height: fit-content;
}
@media screen and (max-width: 1120px) {
  main .position .main_text {
    font-size: 3.2rem;
    right: calc(50% - 18vw);
  }
}
@media screen and (max-width: 1080px) {
  main .position .main_text {
    font-size: 3.2rem;
    right: calc(50% - 24vw);
    top: -280px;
  }
}
@media screen and (max-width: 992px) {
  main .position .main_text {
    font-size: 2.8rem;
    right: calc(50% - 24vw);
  }
}
@media screen and (max-width: 821px) {
  main .position .main_text {
    font-size: 2.8rem;
    right: calc(50% - 35vw);
    left: unset;
  }
}
@media screen and (max-width: 526px) {
  main .position .main_text {
    font-size: 2.4rem;
    line-height: 1.5;
    height: 284px;
    padding: 16px 24px;
    top: -180px;
  }
}
main .position .main_text span {
  color: #4282B8;
  line-height: 1.5;
}
main .about {
  padding: 63px 0 85px;
  position: relative;
  opacity: 0;
  transform: translateY(-5vw);
}
@media screen and (max-width: 992px) {
  main .about {
    padding: 65px 0 70px;
  }
}
@media screen and (max-width: 821px) {
  main .about {
    padding: 45px 0 65px;
  }
}
@media screen and (max-width: 526px) {
  main .about {
    padding: 126px 0 52px;
  }
}
main .about_text {
  margin-top: 40px;
  width: 42%;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  main .about_text {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  main .about_text {
    width: 80%;
  }
}
@media screen and (max-width: 821px) {
  main .about_text {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 526px) {
  main .about_text {
    margin-bottom: 32px;
    font-size: 1.4rem;
    line-height: 1.8;
    width: 100%;
    margin-top: 40px;
    width: 80%;
  }
}
main .float_illust {
  position: absolute;
  width: clamp(6rem, 3.746rem + 9.62vw, 12.4rem);
  height: auto;
  top: -40px;
  right: 17.97vw;
}
main .float_illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1400px) {
  main .float_illust.illust1 {
    right: 30.97vw;
  }
}
@media screen and (max-width: 1080px) {
  main .float_illust.illust1 {
    right: 38.97vw;
  }
}
@media screen and (max-width: 992px) {
  main .float_illust.illust1 {
    right: 33.97vw;
  }
}
@media screen and (max-width: 526px) {
  main .float_illust.illust1 {
    right: 35.97vw;
  }
}

/****************************************************************
*** SERVICE
****************************************************************/
.service {
  margin: 49px 0 207px;
  position: relative;
}
.service h2 {
  opacity: 0;
  transform: translateY(-5vw);
  padding-left: 20px;
}
@media screen and (max-width: 821px) {
  .service {
    margin: 36px auto 178px;
  }
}
@media screen and (max-width: 526px) {
  .service {
    margin: 26px auto 178px;
  }
}
.service .gray_bg {
  width: 81%;
  height: 1961px;
  border-radius: 50px;
  background-color: #F8F8F8;
  position: absolute;
  top: -50px;
  left: 19%;
  right: 0;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .service .gray_bg {
    height: 3161px;
  }
}
@media screen and (max-width: 992px) {
  .service .gray_bg {
    height: 2721px;
  }
}
@media screen and (max-width: 821px) {
  .service .gray_bg {
    height: 2671px;
  }
}
@media screen and (max-width: 526px) {
  .service .gray_bg {
    height: 2353px;
    width: 81%;
    top: -30px;
  }
}
.service article {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 92px;
  gap: 58px;
  opacity: 0;
  padding: 0 20px;
  transform: translateX(-5vw);
}
.service article:first-of-type {
  margin-top: 64px;
}
@media screen and (max-width: 1120px) {
  .service article:first-of-type {
    margin-top: 102px;
  }
}
@media screen and (max-width: 992px) {
  .service article:first-of-type {
    margin-top: 32px;
  }
}
@media screen and (max-width: 526px) {
  .service article:first-of-type {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .service article {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1120px) {
  .service article {
    margin-right: 2%;
    gap: 2.4%;
    margin-top: 142px;
  }
}
@media screen and (max-width: 1080px) {
  .service article {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 42px;
    gap: 32px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .service article {
    margin-top: 80px;
  }
}
@media screen and (max-width: 821px) {
  .service article {
    margin-top: 60px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 526px) {
  .service article {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
  }
}
.service article:nth-of-type(2) {
  opacity: 0;
  transform: translateX(5vw);
}
@media screen and (max-width: 1080px) {
  .service article:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 526px) {
  .service article:nth-of-type(2) {
    margin-bottom: 52px;
    transform: translateX(0);
  }
}
.service article:nth-of-type(2) .text_block {
  margin-left: 0;
}
.service article:nth-of-type(2) .bl_title {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 526px) {
  .service article:nth-of-type(2) .bl_title {
    font-size: 6.8rem;
  }
}
.service article:nth-of-type(2) .bl_title:last-child {
  margin-bottom: 0;
}
.service article .image {
  max-width: 516px;
  min-width: 516px;
  max-height: 460px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.1207/1;
}
@media screen and (max-width: 1120px) {
  .service article .image {
    aspect-ratio: 1.112/1;
    height: auto;
    width: 50%;
    min-height: 393px;
    min-width: unset;
  }
}
@media screen and (max-width: 1080px) {
  .service article .image {
    width: 98%;
    max-width: 711px;
  }
}
@media screen and (max-width: 992px) {
  .service article .image {
    width: 98%;
    max-width: 711px;
    min-height: unset;
  }
}
@media screen and (max-width: 821px) {
  .service article .image {
    width: 90%;
  }
}
@media screen and (max-width: 526px) {
  .service article .image {
    width: 96%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .service article .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.113/1;
  }
}
.service .text_block {
  padding: 16px 10px;
}
@media screen and (max-width: 1120px) {
  .service .text_block {
    width: 50%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1080px) {
  .service .text_block {
    width: calc(90vw - 280px);
    padding-right: 0;
  }
}
@media screen and (max-width: 821px) {
  .service .text_block {
    width: 90%;
  }
}
@media screen and (max-width: 526px) {
  .service .text_block {
    margin-left: 0;
    width: 100%;
    padding: 16px 10px;
  }
}
.service .bl_title {
  position: absolute;
  top: -156px;
  left: -76px;
  font-size: 16.8rem;
  line-height: 1;
  color: #B1C6DC;
  font-family: "Kanit", sans-serif;
  white-space: nowrap;
  z-index: -1;
  text-align: left;
}
@media screen and (max-width: 1120px) {
  .service .bl_title {
    font-size: 12.2rem;
    top: -120px;
    left: -70px;
  }
}
@media screen and (max-width: 1080px) {
  .service .bl_title {
    font-size: 12.2rem;
    top: -30px;
    left: unset;
    right: 12%;
  }
}
@media screen and (max-width: 992px) {
  .service .bl_title {
    font-size: 8.2rem;
    top: -20px;
    right: 4%;
  }
}
@media screen and (max-width: 821px) {
  .service .bl_title {
    font-size: 8.2rem;
    top: -20px;
    right: 8%;
  }
}
@media screen and (max-width: 526px) {
  .service .bl_title {
    font-size: 4rem;
    right: 8%;
    top: 0;
  }
}
.service .right_block .bl_title {
  left: 71%;
}
@media screen and (max-width: 1120px) {
  .service .right_block .bl_title {
    left: 81%;
  }
}
@media screen and (max-width: 1080px) {
  .service .right_block .bl_title {
    left: 81%;
  }
}
@media screen and (max-width: 992px) {
  .service .right_block .bl_title {
    left: unset;
    right: 4%;
  }
}
@media screen and (max-width: 821px) {
  .service .right_block .bl_title {
    font-size: 8.2rem !important;
    left: unset;
    right: 8%;
    top: -20px;
  }
}
@media screen and (max-width: 526px) {
  .service .right_block .bl_title {
    font-size: 4rem !important;
    right: 6%;
    top: 0px;
  }
}
.service .tl_flex {
  position: relative;
}
@media screen and (max-width: 526px) {
  .service .tl_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin: 22px 0;
    gap: 21px;
  }
}
@media screen and (max-width: 526px) and (max-width: 992px) {
  .service .tl_flex {
    margin: 10px 0;
    gap: 10px;
  }
}
.service .at_title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  padding: 10px 16px;
  display: inline-block;
  background-color: #fff;
  margin-top: 10px;
  text-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  .service .at_title {
    margin-top: 0px;
  }
}
@media screen and (max-width: 526px) {
  .service .at_title {
    font-size: 2rem;
  }
}
.service .at_text {
  line-height: 1.8;
  margin-top: 58px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 28px;
}
@media screen and (max-width: 1120px) {
  .service .at_text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 526px) {
  .service .at_text {
    width: 100%;
    margin-top: 26px;
    font-size: 1.4rem;
  }
}
.service .float_illust.illust2 {
  top: 20px;
  right: 3.2vw;
  width: clamp(6.9rem, 4.963rem + 8.26vw, 12.4rem);
}
@media screen and (max-width: 992px) {
  .service .float_illust.illust2 {
    top: -60px;
    right: 1.8vw;
  }
}
@media screen and (max-width: 526px) {
  .service .float_illust.illust2 {
    top: -80px;
  }
}

/****************************************************************
*** NEWS
****************************************************************/
.news {
  padding-bottom: 72px;
}
.news h2 {
  opacity: 0;
  transform: translateY(-5vw);
}
@media screen and (max-width: 992px) {
  .news {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 821px) {
  .news {
    padding-bottom: 42px;
    margin: 0 5%;
  }
}
@media screen and (max-width: 526px) {
  .news {
    margin: 0 5%;
    padding-bottom: 2px;
  }
}
.news_list {
  margin-top: 48px;
  width: 96%;
  margin-left: 0;
  opacity: 0;
}
@media screen and (max-width: 821px) {
  .news_list {
    width: 92vw;
  }
}
.news_list .news_listItem {
  padding: 2.2vw 0 2.2vw;
  border-top: 1px solid #B1C6DC;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
@media screen and (max-width: 821px) {
  .news_list .news_listItem {
    padding: 28px 0 21px;
  }
}
@media screen and (max-width: 526px) {
  .news_list .news_listItem {
    padding: 16px 0 16px;
  }
}
.news_list .news_listItem::before {
  content: "";
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-top: 3px solid #4282B8;
  border-right: 3px solid #4282B8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 30px;
}
@media screen and (max-width: 526px) {
  .news_list .news_listItem::before {
    width: 12px;
    height: 12px;
    border-width: 3px;
    right: 12px;
  }
}
.news_list .news_listItem:hover::before {
  animation: arrow_animation 1s ease-in-out 1;
}
.news_list .news_listItem:last-child {
  border-bottom: 1px solid #B1C6DC;
}
.news_list .news_listItem .tag {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #4282B8;
  width: 116px;
  padding: 5px 0;
  border: 1px solid #4282B8;
}
.news_list .news_listItem .date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #4282B8;
  margin-left: 11px;
}
@media screen and (max-width: 526px) {
  .news_list .news_listItem .date {
    margin-left: 16px;
  }
}
.news_list .news_listItem time {
  display: inline-block;
}
.news_list .news_listItem .text {
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .news_list .news_listItem .text {
    width: 90%;
  }
}
@media screen and (max-width: 821px) {
  .news_list .news_listItem .text {
    width: 80%;
  }
}
@media screen and (max-width: 526px) {
  .news_list .news_listItem .text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 16px;
    width: 80%;
  }
}

.contact {
  opacity: 0;
  transform: translateY(3vw);
}

footer {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */