@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;
}

/****************************************************************
  *** 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);
  }
}
/****************************************************************
  *** main - ページのスタイルを記述
  ****************************************************************/
/********************
 * - Common
 * - Header
 * - Footer
 * - Content
 ********************/
main {
  flex: 1 1 auto;
}
main .c-illust.c-illust1 {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 30%;
  width: clamp(6.9rem, 3.52rem + 14.42vw, 16.5rem);
}
@media screen and (max-width: 992px) {
  main .c-illust.c-illust1 {
    bottom: 30px;
    right: 3%;
  }
}
@media screen and (max-width: 821px) {
  main .c-illust.c-illust1 {
    width: 100px;
    bottom: 100px;
  }
}
@media screen and (max-width: 526px) {
  main .c-illust.c-illust1 {
    bottom: -110px;
    right: 3%;
  }
}
main #concept {
  margin-bottom: 45px;
  scroll-margin-top: 20px;
  padding-left: 0;
}
@media screen and (max-width: 526px) {
  main #concept {
    margin-bottom: 24px;
    scroll-margin-top: 120px;
  }
}
main #concept .block {
  margin-top: 56px;
  margin-left: -6px;
  height: auto;
  width: 100%;
  padding-left: 0px;
  aspect-ratio: 1.8/1;
}
@media screen and (max-width: 992px) {
  main #concept .block {
    margin-top: 32px;
  }
}
@media screen and (max-width: 526px) {
  main #concept .block {
    margin-top: 24px;
    height: auto;
  }
}
main #concept .block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main #company {
  margin-bottom: 38px;
  scroll-margin-top: 20px;
  padding-left: 0;
}
@media screen and (max-width: 526px) {
  main #company {
    scroll-margin-top: 120px;
    margin-bottom: 41px;
  }
}
main #company .company_block {
  margin-top: 64px;
  justify-content: space-between;
  display: flex;
  width: 98.4%;
}
@media screen and (max-width: 992px) {
  main #company .company_block {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 526px) {
  main #company .company_block {
    gap: 0;
    margin-top: 32px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
main #company .company_block .text_block {
  width: calc(100% - 361px);
}
@media screen and (max-width: 992px) {
  main #company .company_block .text_block {
    width: 100%;
    max-width: auto;
  }
}
@media screen and (max-width: 526px) {
  main #company .company_block .text_block {
    width: 100%;
  }
}
main #company .company_block .text_block p {
  line-height: 1.8;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  main #company .company_block .text_block p {
    padding-right: 2%;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  main #company .company_block .text_block p {
    width: unset;
  }
}
@media screen and (max-width: 526px) {
  main #company .company_block .text_block p {
    font-size: 1.4rem;
  }
}
main #company .company_block .image_block {
  flex: 0 0 331px;
  height: 425px;
}
@media screen and (max-width: 992px) {
  main #company .company_block .image_block {
    width: 96%;
    flex: 1 1 auto;
  }
  main #company .company_block .image_block img {
    object-position: center top;
  }
}
@media screen and (max-width: 821px) {
  main #company .company_block .image_block {
    width: 100%;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 526px) {
  main #company .company_block .image_block {
    flex: 1 1 auto;
    margin-top: 30px;
  }
}
main #company .company_block .image_block .copy {
  margin-top: 16px;
  line-height: 1;
}
@media screen and (max-width: 526px) {
  main #company .company_block .image_block .copy {
    margin-top: 12px;
  }
}
main #company .company_block .image_block .name_text {
  margin-top: 24px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  color: #4282B8;
}
@media screen and (max-width: 821px) {
  main #company .company_block .image_block .name_text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 526px) {
  main #company .company_block .image_block .name_text {
    margin-top: 8px;
    font-size: 2rem;
  }
}
main #company .block_list {
  margin-top: 50px;
  width: 96%;
}
@media screen and (max-width: 992px) {
  main #company .block_list {
    width: 96%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 821px) {
  main #company .block_list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 526px) {
  main #company .block_list {
    margin-top: 32px;
  }
}
main #company .company_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
  margin-top: 50px;
}
main #company .company_list dt {
  width: 25%;
  padding: 30px 0;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #B1C6DC;
}
main #company .company_list dd {
  width: 75%;
  padding: 30px 0;
  line-height: 1.6;
  border-bottom: 1px solid #B1C6DC;
}
main #safety {
  margin-bottom: 223px;
  scroll-margin-top: 20px;
  padding-left: 0;
}
@media screen and (max-width: 821px) {
  main #safety {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 821px) {
  main #safety {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 526px) {
  main #safety {
    margin-bottom: 24px;
    scroll-margin-top: 120px;
  }
}
main #safety .safe_card {
  margin-top: 86px;
}
main #safety .safe_card:nth-of-type(n + 2) {
  margin-top: 24px;
}
@media screen and (max-width: 526px) {
  main #safety .safe_card {
    margin-top: 32px;
  }
}
main #safety .safe_card .title {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 526px) {
  main #safety .safe_card .title {
    font-size: 1.8rem;
  }
}
main #safety .safe_card .card_block {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
@media screen and (max-width: 526px) {
  main #safety .safe_card .card_block {
    flex-direction: column;
    margin-top: 16px;
    gap: 18;
  }
}
main #safety .safe_card .card_block .text_block {
  line-height: 1.8;
  width: min(52vw, 642px);
}
@media screen and (max-width: 821px) {
  main #safety .safe_card .card_block .text_block {
    width: 100%;
  }
}
main #safety .safe_card .card_block .text_block .text {
  width: 100%;
}
@media screen and (max-width: 526px) {
  main #safety .safe_card .card_block .text_block {
    width: 100%;
    max-width: none;
  }
}
main #safety .safe_card .card_block .image_block {
  width: 267px;
  height: auto;
}
@media screen and (max-width: 821px) {
  main #safety .safe_card .card_block .image_block {
    width: 100%;
  }
}
@media screen and (max-width: 526px) {
  main #safety .safe_card .card_block .image_block {
    width: 100%;
  }
}

/****************************************************************
  *** main - ページのスタイルを記述
  ****************************************************************/
/********************
 * - Common
 * - Header
 * - Footer
 * - Content
 ********************/
main {
  flex: 1 1 auto;
}
main .c-illust.c-illust2 {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 30%;
  width: clamp(6.9rem, 3.52rem + 14.42vw, 16.5rem);
}
@media screen and (max-width: 1080px) {
  main .c-illust.c-illust2 {
    right: 10%;
  }
}
@media screen and (max-width: 992px) {
  main .c-illust.c-illust2 {
    width: 120px;
    bottom: 30px;
    right: 1%;
  }
}
@media screen and (max-width: 821px) {
  main .c-illust.c-illust2 {
    width: 100px;
    bottom: 80px;
  }
}
@media screen and (max-width: 526px) {
  main .c-illust.c-illust2 {
    bottom: -110px;
    right: 3%;
  }
}
main .childvisual .text {
  width: min(22vw, 422px);
  line-height: 1.8;
}
@media screen and (max-width: 526px) {
  main .childvisual .text {
    width: 100%;
  }
}
main .concept_image {
  margin-top: -4px;
  width: 67.6vw;
  max-width: 960px;
  height: 400px;
  margin-bottom: 56px;
  border-radius: 50px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 821px) {
  main .concept_image {
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 526px) {
  main .concept_image {
    height: 220px;
    aspect-ratio: 1/1;
    margin-bottom: 22px;
    margin-top: 33px;
  }
}
main .concept_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .content_block {
  box-sizing: border-box;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  gap: 62px 23vw;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #B1C6DC;
}
@media screen and (max-width: 1400px) {
  main .content_block {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1080px) {
  main .content_block {
    flex-direction: column;
    column-gap: 23vw;
  }
}
@media screen and (max-width: 526px) {
  main .content_block {
    flex-direction: column;
    gap: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
main .content_block .content_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 58px;
}
@media screen and (max-width: 1080px) {
  main .content_block .content_flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  main .content_block .content_flex {
    column-gap: 2vw;
  }
}
@media screen and (max-width: 992px) {
  main .content_block .content_flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 821px) {
  main .content_block .content_flex {
    gap: 12px;
  }
}
main .content_block .comtent_item {
  flex: 0 0 auto;
  height: auto;
}
main .content_block .comtent_item:nth-child(2) .text {
  padding-right: 2%;
}
@media screen and (max-width: 1080px) {
  main .content_block .comtent_item:nth-child(2) .text {
    width: 28vw;
  }
}
@media screen and (max-width: 992px) {
  main .content_block .comtent_item:nth-child(2) .text {
    width: 100%;
  }
}
@media screen and (max-width: 526px) {
  main .content_block .comtent_item {
    height: auto;
  }
}
main section {
  margin-bottom: 72px;
  scroll-margin-top: 10px;
}
@media screen and (max-width: 526px) {
  main section {
    margin-bottom: 62px;
    scroll-margin-top: 120px;
  }
}
main #compantreform {
  margin-bottom: 70px;
}
main #public {
  margin-bottom: 106px;
}
main .concept_text {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  width: 359.6px;
}
@media screen and (max-width: 1120px) {
  main .concept_text {
    width: 60%;
  }
}
@media screen and (max-width: 1080px) {
  main .concept_text {
    width: 100%;
  }
}
@media screen and (max-width: 821px) {
  main .concept_text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 526px) {
  main .concept_text {
    width: 100%;
    font-size: 1.6rem;
  }
}
main .text {
  width: 446px;
}
@media screen and (max-width: 1120px) {
  main .text {
    width: 40%;
  }
}
@media screen and (max-width: 526px) {
  main .text {
    width: 100%;
  }
}
main .card {
  width: 352px;
  margin-top: 24px;
}
main .card.mt_high {
  margin-top: 75px;
}
@media screen and (max-width: 992px) {
  main .card.mt_high {
    margin-top: 0;
  }
}
@media screen and (max-width: 526px) {
  main .card {
    width: 100%;
  }
}
main .card img {
  background-color: aqua;
  height: 274px;
  width: 100%;
  min-width: 315px;
  max-width: 352px;
  margin-top: 16px;
  margin-bottom: 14px;
}
@media screen and (max-width: 526px) {
  main .card img {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
main .card .text_desc {
  font-size: 1.4rem;
  font-weight: 400;
}
main .card .card_title {
  font-weight: 700;
}
main .service_title {
  margin-bottom: 39px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-left: 50px;
}
@media screen and (max-width: 526px) {
  main .service_title {
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 22px;
  }
}

.g_60 {
  gap: 62px !important;
}
@media screen and (max-width: 821px) {
  .g_60 {
    margin-bottom: 60px;
  }
}

/****************************************************************
  *** main - ページのスタイルを記述
  ****************************************************************/
/********************
 * - Common
 * - Header
 * - Footer
 * - Content
 ********************/
main .c-illust.c-illust3 {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: clamp(6.9rem, 3.52rem + 14.42vw, 16.5rem);
}
@media screen and (max-width: 1400px) {
  main .c-illust.c-illust3 {
    right: 30%;
  }
}
@media screen and (max-width: 1080px) {
  main .c-illust.c-illust3 {
    right: 10%;
  }
}
@media screen and (max-width: 992px) {
  main .c-illust.c-illust3 {
    bottom: 50px;
    right: 5%;
  }
}
@media screen and (max-width: 821px) {
  main .c-illust.c-illust3 {
    width: 100px;
    bottom: 100px;
  }
}
@media screen and (max-width: 526px) {
  main .c-illust.c-illust3 {
    bottom: -110px;
    right: 3%;
  }
}
main .c-illust.c-illust4 {
  height: auto;
  position: absolute;
  top: 60%;
  right: 45%;
  width: clamp(6.9rem, 3.52rem + 14.42vw, 16.5rem);
}
@media screen and (max-width: 1400px) {
  main .c-illust.c-illust4 {
    right: 10%;
  }
}
@media screen and (max-width: 1080px) {
  main .c-illust.c-illust4 {
    right: 10%;
  }
}
@media screen and (max-width: 992px) {
  main .c-illust.c-illust4 {
    right: 5%;
  }
}
@media screen and (max-width: 526px) {
  main .c-illust.c-illust4 {
    right: 3%;
  }
}

.contactform {
  margin-top: -20px;
}
.contactform .formBtn_list {
  display: flex;
  gap: 52px;
}
@media screen and (max-width: 526px) {
  .contactform .formBtn_list {
    gap: 32px;
  }
}
.contactform .formBtn_list .form_btn {
  display: block;
  width: 209px;
  text-align: center;
  padding: 4px 0 10px;
  color: #4282B8;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  border: 3px solid #4282B8;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 526px) {
  .contactform .formBtn_list .form_btn {
    width: 150px;
    font-size: 1.4rem;
  }
}
.contactform .formBtn_list .form_btn::before {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #4282B8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
  z-index: -1;
}
.contactform .formBtn_list .form_btn span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 11px;
  line-height: 1;
}
.contactform .formBtn_list .current {
  background-color: #4282B8;
  color: #fff;
}
.contactform .formBtn_list .current::before {
  content: none;
}
.contactform .formBtn_list .btn_right::before {
  content: none;
}
.contactform .formBtn_list .btn_left::before {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #4282B8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
  z-index: -1;
}
.contactform form {
  margin-top: 60px;
  margin-bottom: 34px;
}
@media screen and (max-width: 526px) {
  .contactform form {
    margin-top: 38px;
  }
}
.contactform form p {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 27px;
  vertical-align: middle;
}
.contactform form p span {
  margin-left: 8px;
  font-size: 1.2rem;
}
.contactform form p span::before {
  content: "★";
  color: #FF0000;
}
.contactform form input[type=text],
.contactform form input[type=email],
.contactform form input[type=tel] {
  width: 100%;
  padding: 22px 16px 21px;
  background-color: #F8F8F8;
  border: 1px solid #B1C6DC;
  margin-bottom: 26px;
}
.contactform form .address {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 526px) {
  .contactform form .address {
    margin-bottom: 30px;
  }
}
.contactform form .checkbox {
  text-align: center;
  font-weight: 400;
}
.contactform form input[type=checkbox] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-color: #4282B8;
}
.contactform form .radio {
  margin-bottom: 26px;
}
.contactform form input[type=radio] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-left: 0;
}
.contactform form .col {
  display: block;
}
.contactform form .col p {
  margin-bottom: 10px;
  font-weight: 700;
  vertical-align: text-bottom;
  line-height: 1;
}
.contactform form .inputList {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 526px) {
  .contactform form .inputList {
    gap: 20px;
  }
}
.contactform form .inputList input[type=text] {
  width: 50% !important;
}
.contactform form ::placeholder {
  color: #c2c2c2;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.contactform .sub_form {
  width: 260px;
  margin-top: -8px;
}
@media screen and (max-width: 1120px) {
  .contactform .sub_form {
    width: 100%;
  }
}
.contactform .sub_form.thanks_sub {
  margin-top: 248px;
}
@media screen and (max-width: 526px) {
  .contactform .sub_form {
    margin-top: 40px;
  }
}
.contactform .sub_form .text {
  font-weight: 700;
  margin-bottom: 29px;
}
.contactform .sub_form .number_text {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 14px;
  font-family: "Kanit", sans-serif;
}
.contactform .sub_form .copy_text {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}
.contactform .form_block {
  display: flex;
  gap: 150px;
  padding: 0;
}
@media screen and (max-width: 1120px) {
  .contactform .form_block {
    flex-direction: column;
    justify-content: flex-start;
    gap: 80px;
  }
}
@media screen and (max-width: 526px) {
  .contactform .form_block {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.contactform .form_block .main_form {
  max-width: 470px;
}

.childvisual {
  margin-bottom: 82px;
}

.contact {
  margin-top: 72px;
}

.c-mail_btn {
  display: block;
  padding: 22px 0;
  width: 284px;
  border-radius: 10px;
  background-color: rgb(204, 204, 204);
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin: 68px auto 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
}
.c-mail_btn.tx_l {
  margin-left: 0;
  margin-top: 94px;
}
.c-mail_btn.tx_l:hover, .c-mail_btn.tx_l:focus {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
}
.c-mail_btn.tx_l a:hover,
.c-mail_btn.tx_l a:focus {
  color: #fff;
}
.c-mail_btn.tx_l::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.c-mail_btn2 {
  margin: 68px auto 0;
  background-color: transparent;
}
.c-mail_btn2 a {
  display: block;
  padding: 22px 0;
  width: 284px;
  border-radius: 10px;
  background-color: #4282B8;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
}
.c-mail_btn2 a:hover, .c-mail_btn2 a:focus {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
}
.c-mail_btn2.tx_l {
  margin-left: 0;
  margin-top: 94px;
}
.c-mail_btn2.tx_l a:hover,
.c-mail_btn2.tx_l a:focus {
  color: #fff;
}
.c-mail_btn2.tx_l::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.c-mail_btn2 #submit {
  background-color: #ccc !important;
}
@media screen and (max-width: 526px) {
  .c-mail_btn2 {
    margin-top: 28px;
  }
}

.thanks {
  margin-bottom: 210px;
}
@media screen and (max-width: 526px) {
  .thanks {
    margin-bottom: 62px;
  }
}
.thanks .form_btn a {
  display: block;
  width: 209px;
  text-align: center;
  padding: 13px 0;
  color: #4282B8;
  font-weight: 700;
  line-height: 1;
  border: 3px solid #4282B8;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 526px) {
  .thanks .form_btn a {
    width: 160px;
  }
}
.thanks .form_btn a::before {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #4282B8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30% !important;
  z-index: -1;
}
.thanks .thanks_cont .title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 526px) {
  .thanks .thanks_cont .title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 30px;
  }
}
.thanks .thanks_cont .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 64px;
  margin-bottom: 62px;
  width: 80%;
}
@media screen and (max-width: 526px) {
  .thanks .thanks_cont .text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 32px;
  }
}/*# sourceMappingURL=child-style.css.map */