@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}

body.block {
  height: 100%;
  overflow: hidden;
}

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

select {
  visibility: visible !important;
}

a[href^="tel:"] {
  word-break: keep-all;
}

/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff
}

body {
  color: var(--txt);
  -webkit-text-size-adjust: none;
  min-width: 320px;
  font-family: var(--f-nts)
}

table {
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p,
dd,
dt,
li,
th,
td,
address {
  line-height: 2em;
  letter-spacing: 0;
}

:root {
  /* FONT SITE */
  --txt: #333333;
  /* COLOR TEXT */
  --mcolor: #52B88C;
  --mcolor2: #F5AC3C;
  --mcolor3: 0deg, #5DC1CF 0%, #CBE097 37.5319%, #FFEA00 74.2393%, #F5AC3C 100%;
  /* MAIN COLOR  */
  --scolor: #999999;
  /* SUB COLOR */
  --site_size: 1260px;
  /* SIZE WRAPPER */
  /* CUSTOM COLOR */
  --sub1: #ED8599;
  --sub2: #1A854D;
  --gray: #e9e9e9;
  --red: red;
  --f-nts: 'Noto Sans JP';
}

.en {
  font-family: 'Caveat';
}

.jp {
  font-family: 'MPLUSRounded1c';
}

#wrapper {
  min-width: var(--site_size);
  overflow: hidden;
  margin: 0 auto
}

.container {
  width: 1396px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}

.inner {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}

/*==========================================================
                      C U S T O M
==========================================================*/
.flex_wrap {
  display: flex;
  flex-wrap: wrap
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_between {
  display: flex;
  justify-content: space-between;
}

.flex_align {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_col_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fixed {
  position: fixed;
}

.posr {
  position: relative
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center
}

.left {
  text-align: left
}

.right {
  text-align: right
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: var(--red);
}

.txt_line {
  text-decoration: underline;
}

.m0a {
  display: block;
  margin: 0 auto;
}

.f_big {
  font-size: 150%;
}

.f_sm {
  font-size: 90%;
}

#content .infobox {
  margin: 0 auto 40px;
  width: 80%;
  border: solid 3px #da3636;
  padding: 20px;
  text-align: center;
  font-size: 150%;
  border-radius: 10px;
  color: #da3636;
  font-weight: bold;
  background: #FFF;
}
#content .infobox.green{
  border: 3px solid #52b88c;
  background: #eef9f3;
  color: var(--txt);
}

/*==========================================================
                       H E A D E R
==========================================================*/
header {
  position: relative;
  z-index: 99;
}

#logo {
  position: relative;
  top: 35px;
  left: 3px;
}

#logo img {
  transition: all ease .5s;
}

.h_box {
  width: 100%;
  position: fixed;
  background-color: transparent;
}

.h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 16px 52px 0 47px;
  max-width: 2000px;
  margin: 0 auto 25px;
}

.h_contact {
  display: flex;
  align-items: center;
}

.h_contact_txt {
  font-size: 14px;
  font-weight: 400;
  color: var(--txt);
  line-height: 1.7em;
  letter-spacing: 0.04em;
  margin: 9px 32px 0 0;
}

.h_contact_social {
  display: flex;
  align-items: center;
  margin: 8px 19px 0 0;
}

.h_contact_social li {
  position: relative;
  width: 56px;
  height: 56px;
  border: 3px solid var(--txt);
  border-radius: 50%;
  transition: all ease .5s;
}

.h_contact_social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h_contact_social li:not(:last-child) {
  margin-right: 6px;
}

.h_contact_social li img {
  object-fit: contain;
}

.h_contact_tel {
  display: flex;
  flex-direction: column;
  margin: 10px 23px 0 0;
}

.h_contact_tel .tel {
  font-size: 31px;
  font-weight: 500;
  color: var(--mcolor);
  line-height: 1em;
  letter-spacing: -0.042em;
}

.h_contact_tel .time {
  font-size: 14px;
  font-weight: 400;
  color: var(--txt);
  line-height: 1.71em;
  letter-spacing: 0.05em;
  padding-left: 5px;
}

.h_contact_mail {
  margin-top: 30px;
}

.h_contact_mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 70px;
  background-color: var(--sub1);
  box-shadow: 4px 4px 0 rgb(130 59 34 / 20%);
  border-radius: 35px;
  padding-left: 17px;
  padding-bottom: 4px;
  transition: all ease .5s;
}

.h_contact_mail a img.h_mail {
  position: relative;
  top: 2px;
  left: -3px;
}

.h_contact_mail a img.h_icon {
  position: relative;
  top: 2px;
  left: -4px;
}

.h_contact_mail span.txt {
  margin: 0px 9px 0 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
}

.h_contact_mail span.txt.is_h {
  position: relative;
  top: 2px;
  left: 3px;
}

.h_contact_mail_sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  background-color: var(--sub1);
  box-shadow: 4px 4px 0 rgb(130 59 34 / 20%);
  border-radius: 45px;
  margin-right: 50px;
  transition: all ease .5s;
  font-size: 10px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
}

header nav {
  margin-bottom: 30px;
}

.h_nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1150px;
  padding-left: 19px;
  margin: 0 auto;
}

.sub ul.is_01 li {
  background: var(--mcolor);
  color: #fff;
}

.sub ul.is_02 li {
  background: var(--mcolor2);
  color: #fff;
}

.h_nav_list>li:not(:last-child) {
  margin-right: 40px;
}

.h_nav_list>li>a {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.h_nav_list li span {
  display: inline-block;
}

.h_nav_list li span.en {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
  color: var(--mcolor);
  line-height: 1em;
  letter-spacing: 0.05em;
}

.h_nav_list li:nth-child(even) span.en {
  color: var(--mcolor2);
}

.h_nav_list li span.jp {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1em;
  color: var(--txt);
  transition: all ease .5s;
}

/* HAMBUGER BUTTON */
.hamburger {
  font: inherit;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 10px 8px 5px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  width: 35px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--sub2)
}

.hamburger-inner::after,
.hamburger-inner::before {
  display: block;
  content: ""
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
  transition: transform 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy.is_active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dxy.is_active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is_active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
  transition: transform 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy-r.is_active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important
}

.hamburger--3dxy-r.is_active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is_active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
  position: relative;
  padding-top: 224px;
  z-index: 1;
  /*overflow: hidden;*/
}

.mv {
  position: relative;
  padding: 0;
  max-width: 2000px;
  margin: 0 auto;
}

.mv::before {
  content: '';
  position: absolute;
  top: -224px;
  right: 0;
  width: 1434px;
  height: 444px;
  z-index: -1;
  pointer-events: none;
  background: url(../images/main_bf.png) no-repeat center /contain;
}

.mv .container {
  z-index: 1;
}

.mv .container::before {
  content: '';
  position: absolute;
  top: -32px;
  left: -191px;
  z-index: -1;
  pointer-events: none;
  width: 390px;
  height: 340px;
  background: url(../images/mv_img_03.png) no-repeat center /contain;
}

.mv .container::after {
  content: '';
  position: absolute;
  bottom: -142px;
  left: -146px;
  z-index: -1;
  pointer-events: none;
  width: 476px;
  height: 374px;
  background: url(../images/mv_img_04.png) no-repeat center /contain;
}

.mv .inner {
  z-index: 2;
}

.mv .inner::before {
  content: '';
  position: absolute;
  top: -34px;
  right: -157px;
  z-index: 2;
  width: 418px;
  height: 326px;
  background: url(../images/mv_img_02.png) no-repeat center /contain;
}

.mv_bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 640px;
}

.mv_bg .image img {
  border-radius: 40px
}

.mv_txt {
  position: absolute;
  z-index: 3;
  bottom: -25px;
  left: 0px;
}

.mv_txt::before {
  content: '';
  position: absolute;
  top: -170px;
  left: -118px;
  z-index: 3;
  width: 302px;
  height: 186px;
  background: url(../images/mv_icon_01.png) no-repeat center /contain;
}

.mv h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: -0.02em;
  line-height: 1.45em;
}

.mv h2 .shdow {
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.mv h2 span.org {
  color: var(--mcolor2);
}

.mv_calendar {
  position: absolute;
  bottom: -117px;
  right: 16px;
  z-index: 3;
}

.mv_calendar::after {
  content: '';
  position: absolute;
  bottom: -37px;
  right: -168px;
  z-index: -1;
  width: 744px;
  height: 398px;
  background: url(../images/mv_img_05.png) no-repeat center /contain;
}

.mv_calendar_top {
  display: flex;
  margin-bottom: 15px;
}

.mv_calendar_top .txt {
  display: flex;
  flex-direction: column;
}

.mv_calendar_top .txt span.big,
.mv_calendar_top .txt span.time {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: var(--txt);
}

.mv_calendar_top .txt span.big {
  display: inline-block;
  margin-bottom: 13px;
}

.mv_calendar_top .txt span.time {
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.mv_calendar_top .image {
  margin-top: 7px;
  margin-left: 23px;
}

.mv_calendar_bottom {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57em;
  letter-spacing: 0.05em;
  color: var(--txt);
}

/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.main_ttl01 {
  display: flex;
  flex-direction: column;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.main_ttl01 span.en {
  position: absolute;
  top: -42px;
  left: -57px;
  transform: rotate(-9deg);
  font-size: 63px;
  font-weight: 500;
}

.main_ttl01 span.jp {
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.45em;
  letter-spacing: -0.01em;
}

/* DEFAUTL NAME BUTTON */
.main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1em;
  border-radius: 24px;
  box-shadow: 4px 4px 0 rgba(130, 59, 34, 0.2);
  transition: all ease .5s;
  border: 2px solid transparent;
}

.main_btn.is_center {
  margin: 0 auto;
}

.main_btn::before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 18px;
  width: 15px;
  height: 15px;
  background: url(../images/right_01.svg) no-repeat center /contain;
}

.main_btn.non_icon::before {
  display: none;
}

.main_btn.is_prev::before {
  right: auto;
  left: 18px;
  transform: rotate(180deg);
}

/* SIZE BUTTON */
.main_btn.is_btn1 {
  width: 230px;
  font-size: 15px;
  padding-right: 10px;
  margin-top: 10px;
}

.main_btn.is_btn1::before {
  right: 26px;
}

.main_btn.is_btn2 {
  width: 270px;
  background-color: ;
}

/* BACKGROUND COLOR BUTTON */
.main_btn.is_color01 {
  background-color: var(--mcolor);
}

.main_btn.is_color02 {
  background-color: var(--sub1);
}

.main_btn.is_color03 {
  background-color: #F6AD3C;
}

/* TEXT GRADIENT */
.text_gradient {
  letter-spacing: 0.05em;
  line-height: 1em;
  background: -webkit-linear-gradient(0deg, #5DC1CF 18%, #CBE097 37.5319%, #FFEA00 74.2393%, #F5AC3C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_gradient.italic {
  transform: rotate(-9deg);
}

section {
  padding: 40px 0;
}

/* use private */
/*==================== SEC01 ===================*/
.sec01 {
  position: relative;
  padding: 50px 0;
}

.sec01.sec01_cus {
  padding: 130px 0;
}

.sec01::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 600px;
  background: url(../images/sec01_bg.png) no-repeat center /contain;
}

.sec01 .bnr_sec01 {
  margin-top: 60px;
}

.sec01 .img_lb {
  display: flex;
  justify-content: center;
  margin: 80px 0 40px;
}

.sec01 .img_lb li {
  width: 30%;
  margin: 0 1.5%
}

.sec01 .box_ytb {
  width: 800px;
  margin: 50px auto 30px;
  max-width: 100%;
}

.sec01 .box_ytb iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#syosin {
  background: antiquewhite;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

#syosin .tit {
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 10px;
}

#syosin .syo_01,
#syosin .syo_02 {
  margin: 20px auto;
  background: #FFF;
  border-radius: 10px;
  width: 80%;
  padding: 20px;
}

/*#syosin .syo_01 { float: left; }
#syosin .syo_02 { float: right; }*/
#syosin .syo_01 .tit,
#syosin .syo_02 .tit {
  font-weight: bold;
  font-size: 200%;
}

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

.mb20 {
  margin-bottom: 20px;
}

.syo_02 li {
  font-size: 150%;
}

.syo_02 a {
  text-decoration: underline;
}

.syo_02 a:hover {
  text-decoration: none;
}

.frame01 {
  border: 1px solid var(--sub1);
  border-radius: 10px;
  width: 50%;
  margin: 0 auto 10px;
  padding: 20px;
  box-sizing: border-box;
}

.frame02 {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin: 0 auto 10px;
  padding: 20px;
  box-sizing: border-box;
}

.sec01_ttl {
  text-align: center;
}

.sec01_ttl {
  position: relative;
  width: max-content;
  margin: 0 auto 65px;
}

.sec01_ttl::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -415px;
  width: 328px;
  height: 172px;
  background: url(../images/sec01_icon_01.png) no-repeat center /contain;
}

.sec01_ttl span.en {
  position: absolute;
  top: -15px;
  left: 6px;
  font-size: 93px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-right: 15px;
}

.sec01_ttl span.jp {}

.sec01_ttl span.num {
  display: inline-block;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.056em;
  letter-spacing: -0.035em;
  color: var(--mcolor);
}

.sec01_ttl span.big {
  font-size: 100px;
  line-height: 1.056em;
  letter-spacing: -0.075em;
}

.sec01_ttl span.txt {
  display: inline-block;
  margin-top: -10px;
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: -0.05em;
  line-height: 1.45em;
}

.sec01_wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.sec01_wrapper::after {
  content: '';
  position: absolute;
  bottom: -148px;
  right: -130px;
  width: 134px;
  height: 200px;
  background: url(../images/sec01_icon_02.png) no-repeat center /contain;
}

.sec01_wrapper .image {
  position: absolute;
  top: -35px;
  left: -130px;
}

.sec01_map_wrapper {
  position: relative;
}

.sec01_map {
  width: 500px;
  height: 300px;
  border: 4px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 7px;
}

.sec01_map iframe {
  width: 100%;
  height: 100%;
}

.sec01_location {
  padding-left: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.11em;
  margin-bottom: 20px;
}

.sec01_location .icon {
  margin-right: 8px;
}

.sec01_btn {
  left: -3px;
  margin: 0 auto;
}

/*==================== SEC02 ===================*/
.sec02 {
  padding: 82px 0 0;
}

.sec02 .main_ttl01 {
  margin-bottom: 35px;
}

.sec02 .main_ttl01 span.en {
  padding-right: 10px;
}

.sec02_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 73px;
}

.sec02_column {
  width: 380px;
}

.sec02_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 0 #e6d9d3;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease .5s;
}

.sec02_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec02_item .image {
  position: relative;
  top: 2px;
  width: 160px;
}

.sec02_item .sec02_content {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 31px 15px 28px 30px;
}

.sec02_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 26px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #fff;
  background-color: var(--mcolor2);
  margin-bottom: 10px;
  margin-left: 3px;
}

.sec02_column:nth-child(even) .sec02_cate {
  background-color: var(--mcolor);
}

.sec02_content .is_ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625em;
  letter-spacing: -0.01em;
  color: var(--txt);
}

.sec02_content .time {
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: var(--txt);
}

.sec02_btn {
  margin: 0 auto;
}

.sec02_tabs {
  margin-bottom: 25px;
}

/*==================== SEC03 ===================*/
.sec03 {
  padding: 70px 0 0;
  position: relative;
  z-index: 2;
}

.sec03::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -4;
  width: 100%;
  height: 30%;
  background: #fff url(../images/sec04_bg.png.png);
}

.sec03_top {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.sec03_top::before {
  content: '';
  position: absolute;
  top: 128px;
  left: 0;
  z-index: -2;
  width: 2000px;
  height: 1836px;
  background: url(../images/sec03_bg_01.png) no-repeat center /contain;
}

.sec03_wrapper {
  display: flex;
  justify-content: space-between;
}

.sec03_content {
  position: relative;
  width: 50%;
}

.sec03_wrapper .image {
  position: absolute;
  top: 0;
  z-index: 2;
  right: -220px;
}

.sec03_content {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}

.sec03_content::after {
  content: '';
  position: absolute;
  bottom: -146px;
  left: -158px;
  z-index: -1;
  pointer-events: none;
  width: 242px;
  height: 242px;
  background: url(../images/sec03_icon_01.png) no-repeat center /contain;
}

.sec03_content .ttl_top {
  position: relative;
  left: -2px;
  margin-bottom: 50px;
}

.sec03_content .ttl_top::before {
  content: '';
  position: absolute;
  bottom: 35px;
  right: 44px;
  width: 318px;
  height: 190px;
  background: url(../images/sec03_img_02.png) no-repeat center /contain;
}

.sec03_content .ttl_top span.en {
  position: absolute;
  top: -98px;
  left: -137px;
  font-size: 110px;
  font-weight: 500;
  padding-right: 10px;
  letter-spacing: 0.025em;
}

.sec03_content .ttl_top span.jp {
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.01em;
  color: var(--txt);
}

.sec03_content .ttl_bottom {
  position: relative;
  left: -4px;
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: -0.025em;
  line-height: 1.45em;
  margin-bottom: 22px;
}

.sec03_content .ttl_bottom span.is_org {
  color: var(--mcolor2);
  margin-left: 3px;
}

.sec03_txt {
  font-size: 15px;
  font-weight: 400;
  color: var(--txt);
  line-height: 2em;
  letter-spacing: 0.025em;
  padding-right: 125px;
  margin-bottom: 54px;
}

.sec03_bottom {
  position: relative;
  padding-top: 212px;
  max-width: 2000px;
  margin: 0 auto;
}

.sec03_bottom::before {
  content: '';
  position: absolute;
  top: -510px;
  left: 0;
  z-index: -1;
  width: 2000px;
  height: 2704px;
  background: url(../images/sec03_bg_02.png) no-repeat center /contain;
}

.sec03_ttl02 {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 2em;
  letter-spacing: 0.01em;
  text-align: center;
  width: max-content;
  margin: 0 auto 53px;
}

.sec03_ttl02::before,
.sec03_ttl02::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 100px;
}

.sec03_ttl02::before {
  left: -43px;
  background: url(../images/sec04_ttl_bf.svg) no-repeat center /contain;
}

.sec03_ttl02::after {
  right: -40px;
  background: url(../images/sec04_ttl_af.svg) no-repeat center /contain;
}

.sec03_ttl02 span.big {
  font-size: 70px;
  line-height: 0.82em;
  letter-spacing: 0.01em;
}

.sec03_ttl02 span.big.is_01 {
  position: relative;
  left: 21px;
}

.sec03_ttl02 span.big.is_02 {
  position: relative;
  left: -11px;
}

.sec03_ttl02 span.num {
  position: relative;
  left: 10px;
  top: 6px;
  color: #FFEB00;
  font-size: 115px;
  line-height: 0.504em;
}

.sec03_boxchat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -97px;
  left: -99px;
  width: 218px;
  height: 156px;
  z-index: 2;
  background: url(../images/sec04_boxchat.png) no-repeat center /contain;
}

.sec03_boxchat .txt {
  position: relative;
  top: 2px;
  left: -2px;
  font-size: 34px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.147em;
  letter-spacing: 0.01em;
  transform: rotate(-9deg);
}

.sec03_boxchat .small {
  font-size: 28px;
}

.sec03_boxchat .org {
  color: var(--mcolor2);
}

.sec03_wrapper2 {
  display: flex;
  justify-content: space-between;
}

.sec03_column {
  width: 50%;
}

.sec03_item {
  position: relative;
}

.sec03_item::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 10px;
  z-index: -1;
  border-bottom: 7px dotted #fff;
}

.sec03_item.is_01::before {
  top: 367px;
  right: -207px;
  transform: rotate(44deg);
}

.sec03_item.is_02::before {
  top: 358px;
  left: -306px;
  transform: rotate(-38deg);
}

.sec03_item.is_03::before {
  top: 369px;
  right: -185px;
  transform: rotate(47deg);
}

.sec03_item.is_04::before {
  display: none;
}

.sec03_item:not(:last-child) {
  margin-bottom: 58px;
}

.sec03_item .image {
  position: relative;
  margin-bottom: 10px;
}

.sec03_item .is_img {
  position: relative;
}

.sec03_item .is_img.has_bf::before {
  content: '';
  position: absolute;
  top: -44px;
  left: -75px;
  width: 260px;
  height: 160px;
  background: url(../images/sec03_img_bf.svg) no-repeat center /contain;
}

.sec03_item .is_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  padding-top: 77px;
}

.sec03_item .is_title.is_bg01 {
  background-color: var(--sub1);
}

.sec03_item .is_title.is_bg02 {
  background-color: var(--mcolor2);
}

.sec03_item .is_title.is_01,
.sec03_item .is_title.is_03 {
  top: 43px;
  right: -12px;
}

.sec03_item .is_title.is_02 {
  top: 2px;
  left: -18px;
}

.sec03_item .is_title.is_04 {
  top: 9px;
  left: -20px;
}

.sec03_item .is_title.is_03 {
  padding-top: 90px;
}

.sec03_item .is_title.is_04 {
  padding-top: 82px;
}

.sec03_item .is_title.is_04 img {
  position: relative;
  left: -15px;
}

.sec03_item .is_title.is_r::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 18px;
  z-index: 2;
  width: 58px;
  height: 50px;
  background: url(../images/sec03_icon_r.svg) no-repeat center /contain;
}

.sec03_item .is_title.is_l::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 1px;
  z-index: 2;
  width: 46px;
  height: 64px;
  background: url(../images/sec03_icon_l.svg) no-repeat center /contain;
}

.sec03_item .is_title.is_r.is_03::before {
  top: 17px;
  right: 4px;
  transform: rotate(12deg);
}

.sec03_item .is_title.is_l.is_04::before {
  top: 47px;
  left: -12px;
  transform: rotate(-1deg);
}

.sec03_item .is_name {
  position: relative;
  width: max-content;
  margin: 0 auto 9px;
}

.sec03_item .is_03 .is_name {
  margin-bottom: 21px;
}

.sec03_item .is_name span.en {
  position: absolute;
  top: -38px;
  left: -28px;
  transform: rotate(-9deg);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1em;
}

.sec03_item .is_03 .is_name span.en {
  top: -45px;
  left: 9px;
}

.sec03_item .is_name span.jp {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1em;
}

.sec03_item .content {
  padding: 0 60px;
}

.sec03_item .content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 25px;
}

.sec03_item .content .main_btn {
  margin: 0 auto;
}

.sec03_image_icon .is_icon {
  position: relative;
}

.sec03_image_icon.is_02 {
  text-align: right;
  margin-bottom: 74px;
}

.sec03_image_icon.is_01 .is_icon {
  top: -44px;
  left: 16px;
}

.sec03_image_icon.is_02 .is_icon {
  right: 70px;
}

/*==================== SEC04 ===================*/
.sec04 {
  background: #fff url(../images/sec04_bg.png.png);
  padding: 92px 0 0;
}

.sec04_block {
  position: relative;
}

.sec04_wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 100px;
  padding-bottom: 150px;
}

.sec04_wrapper::before {
  content: '';
  position: absolute;
  top: -16px;
  left: calc(50% - 45px);
  z-index: 3;
  width: 86px;
  height: 56px;
  background: url(../images/logo2.png) no-repeat center /contain;
}

.sec04_wrapper::after {
  content: '';
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background-color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.sec04_top {
  padding-top: 55px;
  margin-bottom: 135px;
  position: relative;
}

.sec04_top_ttl {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  color: var(--txt);
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 107px;
}

.sec04_top_ttl span.txt {
  display: inline-block;
  text-align: center;
  position: relative;
  left: -13px;
}

.sec04_top_ttl span.org {
  color: var(--mcolor2);
  font-size: 120%;
}

.sec04_top_ttl span.num {
  position: relative;
  top: 4px;
  left: 0;
  font-size: 115px;
  font-weight: 500;
  color: var(--mcolor);
  line-height: 0.5em;
}

.sec04_top_ttl span.num::before {
  content: '';
  position: absolute;
  top: -41px;
  left: 0;
  width: 54px;
  height: 54px;
  background: url(../images/sec04_ttl_icon.svg) no-repeat center /contain;
}

.sec04_image_01 {
  position: absolute;
  top: 36px;
  left: -137px;
}

.sec04_image_02 {
  position: absolute;
  top: 33px;
  right: -119px;
}

.sec04_image_03 {
  position: absolute;
  bottom: -45px;
  left: -186px;
}

.sec04_image_004 {
  position: absolute;
  bottom: -45px;
  left: -186px;
}

.sec04_image_04 {
  position: absolute;
  bottom: -52px;
  right: -90px;
}

.sec04_wrap {
  position: relative;
  width: 660px;
  height: 660px;
  border: 4px solid #E6E6E6;
  border-radius: 50%;
  margin: 0 auto;
}

.sec04_wrap::before {
  content: '';
  position: absolute;
  top: calc(50% - 109px);
  left: calc(50% - 74px);
  z-index: -1;
  width: 162px;
  height: 232px;
  background: url(../images/logo3.png) no-repeat center /contain;
}

.sec04_is_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 196px;
  height: 196px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  text-align: center;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.sec04_is_item.item01 {
  top: -91px;
  left: 120px;
  color: #5DC2D0;
  background: url(../images/sec04_bg_01.png) no-repeat center /contain;
}

.sec04_is_item.item01b {
  top: -94px;
  left: 360px;
  color: #CBE097;
  background: url(../images/sec04_bg_01b.png) no-repeat center /contain;
}

.sec04_is_item.item02 {
  top: 120px;
  right: -90px;
  color: #52B88C;
  background: url(../images/sec04_bg_02.png) no-repeat center /contain;
}

.sec04_is_item.item06 {
  top: 120px;
  left: -90px;
  color: #F6AD3C;
  background: url(../images/sec04_bg_05.png) no-repeat center /contain;
}

.sec04_is_item.item03 {
  bottom: 95px;
  right: -65px;
  padding-top: 20px;
  padding-left: 3px;
  color: #C3E048;
  background: url(../images/sec04_bg_03.png) no-repeat center /contain;
}

.sec04_is_item.item05 {
  bottom: 95px;
  left: -65px;
  color: #e6899a;
  background: url(../images/sec04_bg_06.png) no-repeat center /contain;
}

.sec04_is_item.item03b {
  bottom: -101px;
  left: 360px;
  color: #EAD511;
  background: url(../images/sec04_bg_03b.png) no-repeat center /contain;
}

.sec04_is_item.item04 {
  bottom: -101px;
  left: 120px;
  color: #EAD511;
  background: url(../images/sec04_bg_04.png) no-repeat center /contain;
}

.sec04_center {
  padding: 0 175px 0 205px;
}

.sec04_center .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.08em;
  color: var(--txt);
  margin-bottom: 21px;
}

.sec04_top_btn {
  position: relative;
  left: -15px;
  margin: 0 auto;
}

.sec04_bottom {
  position: relative;
  padding: 51px 0 0;
}

.sec04_bottom::after {
  content: '';
  position: absolute;
  bottom: -112px;
  right: -35px;
  width: 138px;
  height: 212px;
  pointer-events: none;
  background: url(../images/sec04_bottom_af.svg) no-repeat center /contain;
}

.sec04_name {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.sec04_name .text_gradient {
  position: relative;
  left: 5px;
  font-size: 98px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1em;
  padding-right: 15px;
}

.sec04_name::before {
  content: '';
  position: absolute;
  top: 49px;
  left: 51%;
  transform: translateX(-50%);
  width: 1084px;
  height: 18px;
  background: url(../images/sec04_name_bf.png) no-repeat center /contain;
}

.sec04_bottom_ttl {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.45em;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 118px;
}

.sec04_bottom_ttl .green {
  color: var(--mcolor);
}

.sec04_bottom_ttl .big {
  font-size: 135%;
}

.sec04_bottom_wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-right: 183px;
}

.sec04_bottom_image {
  position: absolute;
  top: -194px;
  left: -701px;
}

.sec04_bottom_item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 480px;
  height: 480px;
  border: 4px solid #e6e6e6;
  border-radius: 50%;
  padding: 118px 73px 0 90px;
}

.sec04_bottom_item p.txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: -0.01em;
  color: var(--txt);
  margin-bottom: 28px;
}

.sec04_bottom_btn {
  position: relative;
  left: -9px;
  margin: 0 auto;
}

.sec04_bottom_name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1em;
}

.sec04_bottom_name.name01 {
  top: -76px;
  left: 158px;
  width: 158px;
  height: 144px;
  padding: 14px 0 0 8px;
  background: url(../images/sec04_bottom_name01.png) no-repeat center /contain;
}

.sec04_bottom_name.name02 {
  top: -4px;
  right: -84px;
  width: 172px;
  height: 146px;
  padding: 12px 23px 0 0;
  background: url(../images/sec04_bottom_name02.png) no-repeat center /contain;
}

.sec04_bottom_name.name03 {
  bottom: 133px;
  right: -108px;
  width: 164px;
  height: 150px;
  padding: 21px 4px 0 0;
  background: url(../images/sec04_bottom_name03.png) no-repeat center /contain;
}

.sec04_bottom_name.name04 {
  bottom: -58px;
  right: -16px;
  width: 178px;
  height: 136px;
  padding: 0 22px 0 0;
  background: url(../images/sec04_bottom_name04.png) no-repeat center /contain;
}

.sec04_bottom_name.name05 {
  bottom: -59px;
  left: -4px;
  width: 194px;
  height: 144px;
  padding: 16px 0 0 37px;
  background: url(../images/sec04_bottom_name05.png) no-repeat center /contain;
}

.sec04_bottom_name.name06 {
  bottom: 125px;
  left: -98px;
  width: 158px;
  height: 162px;
  padding: 30px 9px 0 0;
  background: url(../images/sec04_bottom_name06.png) no-repeat center /contain;
}

.sec04_bottom_name.name07 {
  top: -10px;
  left: -54px;
  width: 154px;
  height: 152px;
  padding: 20px 9px 0 0;
  background: url(../images/sec04_bottom_name07.png) no-repeat center /contain;
}

/*==================== SEC05 ===================*/
.sec05 {
  position: relative;
  padding: 0 0 0;
}

.sec05::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/sec04_bg.png.png);
}

.sec05_top_ttl {
  position: relative;
  z-index: 2;
  top: -10px;
  left: -20px;
  width: max-content;
  margin: 0 auto;
  text-align: center;
}

.sec05_top_ttl p.en {
  font-size: 182px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-right: 30px;
}

.sec05_top_ttl h3.jp {
  position: relative;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--txt);
  margin-top: -93px;
  margin-left: 50px;
}

/* .sec05_top_ttl h3.jp::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -45px;
  pointer-events: none;
  width: 376px;
  height: 88px;
  background: url(../images/sec05_line.svg) no-repeat center /contain;
} */
.sec05_top_wrapper {
  position: relative;
  z-index: 1;
  max-width: 2000px;
  margin: 0 auto;
}

.sec05_top_wrapper::before {
  content: '';
  position: absolute;
  top: -230px;
  left: 0;
  z-index: -1;
  width: 2000px;
  height: 712px;
  background: url(../images/sec05_top_bg.png) no-repeat center /contain;
}

.sec05_top_wrapper .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec05_top_l {
  position: relative;
  width: 60%;
  padding-top: 14px;
  padding-left: 52px;
}

.sec05_top_l::before {
  content: '';
  position: absolute;
  top: -78px;
  left: -41px;
  z-index: -1;
  width: 368px;
  height: 352px;
  background: url(../images/sec05_top_ttl_bf.png) no-repeat center /contain;
}

.sec05_top_r {
  width: 40%;
}

.sec05_top_ttl_02 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: -0.03em;
  color: var(--txt);
  margin-bottom: 17px;
}

.sec05_top_ttl_02 span.green {
  color: var(--mcolor);
}

.sec05_top_txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: var(--txt);
  padding-right: 15px;
  margin-bottom: 45px;
}

.sec05_top_r .image {
  position: relative;
  left: -48px;
}

.sec05_top_r .image::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 115px;
  z-index: -1;
  width: 622px;
  height: 416px;
  background: url(../images/sec05_img_01_bf.png) no-repeat center /contain;
}

.sec05_bottom_wrapper {
  padding-top: 320px;
  position: relative;
  height: 854px;
  margin-top: -130px;
  background: url(../images/sec05_center_bg.png) no-repeat center /100% 100%;
  padding-bottom: 100px;
  margin-bottom: -63px;
}

.sec05_bottom_wrapper .inner {
  position: relative;
}

.sec05_bottom_wrapper .inner::before {
  content: '';
  position: absolute;
  top: -280px;
  left: -18px;
  z-index: 2;
  width: 318px;
  height: 190px;
  background: url(../images/sec05_bottom_ttl_bf.png) no-repeat center /contain;
}

.sec05_bottom_ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 770px;
}

.sec05_bottom_ttl .sec05_bottom_boxchat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -237px;
  left: 151px;
  z-index: 2;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  line-height: 1.23em;
  letter-spacing: 0.05em;
  width: 384px;
  height: 166px;
  padding: 21px 0 15px 6px;
  background: url(../images/sec05_boxchat.png) no-repeat center /contain;
}

.sec05_bottom_boxchat .min {
  font-size: 50%;
  display: inline-block;
  transform: translateY(-29%);
}

.sec05_bottom_ttl .small {
  font-size: 20px;
  line-height: 0.1em;
  letter-spacing: 0.05em;
}

.sec05_bottom_ttl .small2 {
  font-size: 52px;
}

.sec05_bottom_ttl .small3 {
  font-size: 32px;
}

.sec05_bottom_ttl .pos {
  position: relative;
  top: -4px;
  left: -2px;
  letter-spacing: -0.03em;
}

.sec05_bottom_ttl .pos2 {
  position: relative;
  left: 0;
}

.sec05_bottom_ttl .pos2 .green {
  letter-spacing: 0.05em;
}

.sec05_bottom_ttl .pos2 .small2 {
  letter-spacing: -0.1em;
  position: relative;
  top: 2px;
  left: -7px;
}

.sec05_bottom_ttl .is_ttl {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.56em;
  color: var(--txt);
}

.sec05_bottom_ttl .is_ttl .green {
  color: var(--mcolor);
}

.sec05_bottom_ttl .is_ttl .sm {
  font-size: 80%
}

.sec05_bottom_ttl .is_ttl.ttl_top {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 18px;
}

.sec05_bottom_ttl .is_ttl.ttl_top .small {
  position: relative;
  top: -9px;
  left: -37px;
}

.sec05_bottom_ttl .is_ttl.ttl_bottom {
  position: relative;
  top: -10px;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}

.sec05_bottom_ttl .is_ttl.ttl_bottom .min {
  font-size: 26px;
}

.sec05_bottom_txt {
  padding: 0 265px 0 285px;
  /* margin-top: -3px; */
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: var(--txt);
  margin-bottom: 33px;
}

.sec05_bottom_btn {
  margin: 0 auto;
}

.sec05_bottom_image {
  position: absolute;
}

.sec05_bottom_image.img01 {
  top: -52px;
  left: -30px;
}

.sec05_bottom_image.img02 {
  top: -50px;
  right: -39px;
}

.sec05_bottom_image.img03 {
  bottom: -64px;
  left: -10px;
}

.sec05_bottom_image.img04 {
  bottom: -60px;
  right: -3px;
}

/*==================== SEC06 ===================*/
.sec06 {
  margin-top: 70px;
  padding: 10px 0 20px;
  position: relative;
  z-index: 2;
  background-color: var(--mcolor2);
}

.sec06_slick {
  width: 100%;
}

.sec06::before {
  width: 100%;
  height: 160px;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: url('../images/sec06_bg.png') center /cover no-repeat;
}

.sec06_ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 25px;
}

.sec06_des {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 185px 0 200px;
  margin-bottom: 61px;
}

.sec06_des::before {
  content: '';
  position: absolute;
  top: -13px;
  right: -52px;
  width: 206px;
  height: 114px;
  background: url(../images/sec06_icon_01.png) no-repeat center /contain;
}

.sec06_pick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}

.sec06_pick .sec06_pick_des {
  position: relative;
  padding-right: 15px;
  color: #fff;
}

.sec06_pick .sec06_pick_des .main_btn {
  margin: 15px auto
}

.sec06_pick .sec06_ttl {
  position: relative;
}

.sec06_pick .sec06_ttl::before {
  content: "";
  position: absolute;
  background: url(../images/h4.png) no-repeat left top;
  width: 57px;
  height: 48px;
  left: -40px;
  top: -30px;
}

.sec06_pick .center {
  flex-shrink: 0;
}

.sec06_pick .sec06_pick_des .sec06_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 30px;
}

.sec06_pick .sec06_pick_des .sec06_btn .main_btn {
  margin: 0 10px;
  display: flex;
}

.sec06_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.sec06_wrapper.flex_end {
  justify-content: flex-end;
  margin-top: -71px;
}

.sec06_column {
  width: 300px;
}

.sec06_column2 {
  width: 280px;
  margin-right: 0;
  text-align: right;
  position: relative;
  left: -30px;
}

.sec06_column .image,
.sec06_column2 .image {
  position: relative;
}

.sec06_column .image img,
.sec06_column2 .image img {
  transition: all ease .5s;
}

.sec06_boxchat {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.22em;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all ease .5s;
}

.sec06_column .sec06_boxchat {
  position: absolute;
  top: -5px;
  right: -30px;
  padding: 33px 0 0;
  width: 170px;
  height: 134px;
  background: url(../images/sec06_icon_02.png) no-repeat center /contain;
  transition: all ease .5s;
}

.sec06_column .box_chat_blue {
  background: url(../images/sec06_icon_02b.png) no-repeat center /contain;
}

.sec06_column:nth-child(3) .sec06_boxchat {
  padding: 34px 0 0;
  letter-spacing: -0.02em;
}

.sec06_column .is_icon,
.sec06_column2 .is_icon {
  position: relative;
}

.sec06_column:nth-child(2) .is_icon {
  top: 2px;
  left: 3px;
}

.sec06_column:nth-child(3) .is_icon {
  top: 4px;
  left: 0;
}

.sec06_column2:nth-child(1) .is_icon {
  top: 2px;
  left: 3px;
}

.sec06_column2:nth-child(2) .is_icon {
  top: 0;
  left: -1px;
}

.sec06_column2:nth-child(3) .is_icon {
  top: 5px;
  left: 0;
}

.sec06_column2 .sec06_boxchat {
  position: absolute;
  bottom: -8px;
  left: 1px;
  width: 172px;
  height: 132px;
  background: url(../images/sec06_icon_03.png) no-repeat center /contain;
}

.sec06_column2:nth-child(1) .sec06_boxchat {
  padding: 32px 5px 0 0;
}

.sec06_column2:nth-child(2) .sec06_boxchat {
  padding: 38px 0 0 0;
  letter-spacing: 0.02em;
}

.sec06_column2:nth-child(3) .sec06_boxchat {
  padding: 42px 2px 0 0;
}

.sec06_column:nth-child(1) .image::before,
.sec06_column2 .image::before,
.sec06_column2 .image::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 192px;
  height: 184px;
  pointer-events: none;
}

.sec06_column:nth-child(1) .image::before {
  bottom: -51px;
  left: -70px;
  background: url(../images/sec06_bf_01.png) no-repeat center /contain;
}

.sec06_column2:nth-child(2) .image::before {
  bottom: -42px;
  right: -32px;
  background: url(../images/sec06_bf_02.png) no-repeat center /contain;
}

.sec06_column2:nth-child(3) .image::before {
  top: -69px;
  right: -86px;
  background: url(../images/sec06_bf_03.png) no-repeat center /contain;
}

/*==================== SEC07 ===================*/
.sec07 {
  position: relative;
  padding: 128px 0 0;
}

.sec07::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 1134px;
  background: url(../images/sec07_bg.png) no-repeat center /100% 100%;
}

.sec07::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
  width: 100%;
  height: 30%;
  background-color: var(--mcolor2);
  display: none
}

.sec07 .inner {
  margin-bottom: 77px;
}

.sec07_ttl {
  width: max-content;
  text-align: center;
  margin: 0 auto 17px;
}

.sec07_ttl .en {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1em;
  margin-bottom: 10px;
  width: max-content;
  padding-right: 15px;
  margin: 0 auto 10px;
}

.sec07_ttl .jp {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--txt);
}

.sec07_ttl .jp span.green {
  color: var(--mcolor);
}

.sec07_des {
  position: relative;
  padding: 0 245px 0 260px;
  font-size: 15px;
  font-weight: 400;
  color: var(--txt);
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

.sec07_des::before {
  content: '';
  position: absolute;
  bottom: -39px;
  left: 87px;
  z-index: -1;
  width: 130px;
  height: 192px;
  background: url(../images/sec07_ttl_bf.png) no-repeat center /contain;
}

.sec07_tabs {
  margin-bottom: 45px;
}

.sec07_wrapper {
  display: flex;
  justify-content: space-between;
}

.sec07_column {
  position: relative;
  z-index: 1;
  width: 280px;
  transition: all ease .5s;
}

.sec07_column::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: transparent;
  border-radius: 10px;
  transition: all ease .5s;
}

.sec07_column a {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
}

.sec07_column .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.sec07_column .image img {
  transition: all ease .5s;
  object-fit: contain;
}

.sec07_column .content .cate {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.sec07_column .content .cate .is_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mcolor2);
  width: 84px;
  height: 26px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 5px;
}

.sec07_column .content .cate .time {
  font-size: 13px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: 0.05em;
  margin-right: 15px;
}

.sec07_column .content .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.56em;
  color: var(--txt);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}

.sec07_btn {
  margin: 0 auto;
}

.sec07_banner {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.sec07_banner::before,
.idxsec05_main:before {
  content: '';
  position: absolute;
  top: -13px;
  right: 0;
  z-index: -1;
  width: 1296px;
  height: 798px;
  background: url(../images/sec07_banner_bf.png) no-repeat center /contain;
}

.sec07_banner .image {
  position: relative;
  left: 4px;
  width: max-content;
  margin: 0 auto;
  transition: all ease .5s;
}

.sec07_banner .image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================== SEC08 ===================*/
.sec08 {
  padding: 45px 0 0;
  max-width: 2000px;
  margin: 0 auto;
}

.sec08_ttl {
  margin-bottom: 145px;
  text-align: center;
}

.sec08_ttl .en {
  position: relative;
  left: -3px;
  width: max-content;
  margin: 0 auto;
  font-size: 104px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1em;
  padding-right: 15px;
  margin-bottom: 5px;
}

.sec08_ttl .jp {
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: 0.01em;
  line-height: 1em;
  padding-left: 10px;
}

.sec08_des {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: var(--txt);
  padding: 0 100px 0 110px;
  margin-bottom: 70px;
}

.sec08_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sec08_wrapper:not(:last-child) {
  margin-bottom: 130px;
}

.sec08_wrapper .image {
  position: absolute;
  top: 12px;
  right: 0;
}

.sec08_wrapper.is_02 .image {
  right: auto;
  left: 0;
}

.sec08_wrapper.is_02 .container {
  display: flex;
  justify-content: flex-end;
}

.sec08_content {
  z-index: 1;
}

.sec08_content.is_01 {
  position: relative;
  top: -2px;
  left: -15px;
  width: 706px;
  height: 426px;
}

.sec08_content.is_01 .is_content {
  width: 100%;
  height: 100%;
  padding: 100px 105px 0 95px;
  background: url(../images/sec08_bgc_01.png) no-repeat center /100% 100%;
}

.sec08_content.is_01::before {
  content: '';
  position: absolute;
  top: -52px;
  left: -182px;
  z-index: -1;
  pointer-events: none;
  width: 568px;
  height: 424px;
  background: url(../images/sec08_content_01.png) no-repeat center /contain;
}

.sec08_content.is_02 {
  position: relative;
  top: 43px;
  left: 18px;
  z-index: 2;
  width: 703px;
  height: 438px;
}

.sec08_content.is_02::before {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -214px;
  z-index: -1;
  pointer-events: none;
  width: 638px;
  height: 482px;
  background: url(../images/sec08_content_02.png) no-repeat center /contain;
}

.sec08_content.is_03::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -220px;
  z-index: -1;
  pointer-events: none;
  width: 368px;
  height: 172px;
  background: url(../images/sec01_icon_01.png) no-repeat center /contain;
}

.sec08_content.is_03 .is_content {
  background: url(../images/sec08_bgc_03.png) no-repeat center /100% 100%;
}

.sec08_content.is_02 .is_content {
  text-align: right;
  width: 100%;
  height: 100%;
  padding: 80px 94px 0 107px;
  background: url(../images/sec08_bgc_02.png) no-repeat center /100% 100%;
}

.sec08_content.is_04 .is_content {
  background: url(../images/sec08_bgc_04.png) no-repeat center /100% 100%;
}

.sec08_ttl02 {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.5em;
  padding-left: 37px;
  margin-bottom: 5px;
  display: inline-block;
}

.sec08_content.is_01 .sec08_ttl02 {
  line-height: 1em;
}

.sec08_content.is_03 .sec08_ttl02 {
  line-height: 2em;
  margin-bottom: 10px;
}

.sec08_content.is_02 .sec08_ttl02 {
  padding-right: 88px;
  padding-left: 0;
  line-height: 1em;
}

.sec08_content.is_02 .sec08_ttl02::before {
  top: -4px;
  left: -54px;
}

.sec08_content.is_02 .sec08_ttl02::after {
  top: -4px;
  right: 39px
}

.sec08_ttl02 .is_note {
  position: relative;
  top: -10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.5em;
}

.sec08_ttl02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: 30px;
  height: 78px;
  background: url(../images/sec04_ttl_bf.svg);
}

.sec08_ttl02::after {
  content: '';
  position: absolute;
  top: 0;
  right: -35px;
  width: 30px;
  height: 78px;
  background: url(../images/sec04_ttl_af.svg);
}

.sec08_txt {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.sec08_content.is_02 .sec08_txt {
  text-align: left;
  margin-bottom: 32px;
}

.sec08_btn {
  margin-left: 132px;
}

.sec08_content.is_02 .sec08_btn {
  margin-left: auto;
  margin-right: 32px;
}

/*==================== SEC09 ===================*/
.sec09 {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}

.sec09_wrapper,
.sec09_wrapper2 {
  width: 1800px;
  margin: 0 auto;
}

.sec09_wrapper {
  padding-top: 50px;
  border-radius: 0 0 50px 50px;
  background-color: #fdf3f5;
}

.sec09_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2px;
}

.sec09_inner::before {
  content: '';
  position: absolute;
  top: 00px;
  left: -100px;
  width: 210px;
  height: 106px;
  background: url(../images/sec09_bf.png) no-repeat center /contain;
}

.sec09_content,
.sec09_image {
  width: 50%;
}

.sec09_image {
  position: relative;
  top: -38px;
}

.sec09_content {
  padding: 111px 0 0;
}

.sec09_ttl {
  position: relative;
  z-index: 1;
  left: 33px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: max-content;
  margin: 0 auto 28px;
}

.sec09_ttl::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: -147px;
  z-index: -1;
  pointer-events: none;
  width: 124px;
  height: 110px;
  background: url(../images/sec09_ttl_bf.png) no-repeat center /contain;
}

.sec09_ttl span.en {
  position: absolute;
  top: -40px;
  left: -45px;
  transform: rotate(-9deg);
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 0.55em;
  color: #f8ced6;
}

.sec09_ttl span.jp {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1em;
  color: var(--sub1);
}

.sec09_txt {
  font-size: 15px;
  font-weight: 400;
  color: var(--txt);
  letter-spacing: 0.05em;
  line-height: 2em;
  padding-right: 80px;
  margin-bottom: 25px;
}

.sec09_btn {
  position: relative;
  left: -44px;
  margin: 0 auto;
}

.sec09_wrapper2 {
  display: flex;
  justify-content: space-between;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}

.sec09_column {
  position: relative;
  width: 450px;
  min-height: 470px;
  padding: 32px 0;
}

.sec09_column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.sec09_column:nth-child(odd) {
  background-color: #eef8f4;
}

.sec09_column:nth-child(odd)::before {
  background-color: var(--mcolor);
}

.sec09_column:nth-child(even) {
  background-color: #fef7ec;
}

.sec09_column:nth-child(even)::before {
  background-color: var(--mcolor2);
}

.sec09_column .image {
  text-align: center;
}

.sec09_ttl_02 {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--txt);
  width: max-content;
  margin: 0 auto 16px;
}

.sec09_ttl_02 span.small {
  font-size: 32px;
}

.sec09_ttl_02 .is_note {
  position: absolute;
  bottom: -12px;
  left: 48px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sec09_column:nth-child(odd) .sec09_ttl_02 {
  color: var(--mcolor);
}

.sec09_column:nth-child(even) .sec09_ttl_02 {
  color: var(--mcolor2);
}

.sec09_column .txt {
  padding: 0 29px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 2em;
  color: var(--txt);
  margin-bottom: 30px;
}

.sec09_column:first-child .txt {
  margin-bottom: 44px;
}

.sec09_btn2 {
  margin: 0 auto;
}

/*==================== SEC10 ===================*/
.sec10 {
  padding: 257px 0 0;
}

.sec10 .container {
  position: relative;
}

.sec10 .container::before {
  content: '';
  position: absolute;
  top: -187px;
  left: -117px;
  pointer-events: none;
  width: 498px;
  height: 370px;
  background: url(../images/sec10_img_01.png) no-repeat center /contain;
}

.sec10 .container::after {
  content: '';
  position: absolute;
  bottom: -111px;
  right: -136px;
  pointer-events: none;
  width: 552px;
  height: 546px;
  background: url(../images/sec10_img_03.png) no-repeat center /contain;
}

.sec10_wrapper {
  position: relative;
  width: 458px;
  margin: 0 auto;
}

.sec10_wrapper::before {
  content: '';
  position: absolute;
  bottom: -116px;
  left: -404px;
  width: 414px;
  height: 260px;
  background: url(../images/sec10_img_02.png) no-repeat center /contain;
}

.sec10_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  width: max-content;
  margin: 0 auto 15px;
  text-align: center;
}

.sec10_ttl span.en {
  position: absolute;
  top: -87px;
  left: -134px;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1em;
}

.sec10_ttl span.jp {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--txt);
}

.sec10_des {
  font-size: 15px;
  font-weight: 400;
  color: var(--txt);
  line-height: 2em;
  letter-spacing: -0.01em;
  margin-bottom: 50px;
}

/*==================== SEC11 ===================*/
.sec11 {
  position: relative;
  padding: 164px 0 0;
}

.sec11_wrapper {
  overflow: hidden;
  background: url(../images/sec11_bg.png) no-repeat center /100% 100%;
}

.sec11_column1 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  width: 50%;
}

.sec11_column1::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -275px;
  pointer-events: none;
  width: 454px;
  height: 542px;
  background: url(../images/sec11_img_01.png) no-repeat center /contain;
}

.sec11_inner {
  display: flex;
  justify-content: space-between;
}

.sec11_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 180px 0 120px;
  width: 394px;
}

.sec11_ttl {
  position: relative;
  width: max-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 23px;
}

.sec11_ttl span.en {
  position: absolute;
  top: -79px;
  left: -86px;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1em;
  transform: rotate(-9deg);
  color: #ffeb00;
}

.sec11_ttl span.jp {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #fff;
}

.sec11_txt {
  position: relative;
  right: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 42px;
}

.sec11_btn {
  margin-right: 35px;
}

.sec11_column2 {
  width: 50%;
  position: relative;
}

.sec11_column2 .image {
  position: absolute;
}

.sec11_column2 .image.is_01 {
  top: 37px;
  left: 87px;
}

.sec11_column2 .image.is_02 {
  bottom: 3px;
  left: -30px;
}

.sec11_column2 .image.is_03 {
  bottom: 75px;
  right: -184px;
}

.sec11_column2 .image .is_name {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.05em;
}

.sec11_column2 .image.is_01 .is_name {
  bottom: 2px;
  right: 5px;
}

.sec11_column2 .image.is_02 .is_name {
  top: 72px;
  right: -32px;
}

.sec11_column2 .image.is_03 .is_name {
  bottom: 0px;
  right: 56px;
}

/*==================== SEC12 ===================*/
.sec12 {
  padding: 40px 0 53px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.sec12::before {
  content: '';
  position: absolute;
  top: 145px;
  left: 0;
  z-index: -3;
  width: 1154px;
  height: 1380px;
  background: url(../images/sec12_bf.png) no-repeat center /contain;
}

.sec12_inner01 {
  position: relative;
}

.sec12_inner01 p {
  position: relative;
  z-index: 2;
}

.sec12_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 71px;
}

.sec12_column1 {
  position: relative;
  padding-top: 140px;
  width: calc(50% + 45px);
}

.sec12_column1::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -89px;
  width: 310px;
  height: 186px;
  background: url(../images/sec12_icon_01.png) no-repeat center /contain;
}

.sec12_ttl {
  display: flex;
  flex-direction: column;
  position: relative;
  width: max-content;
  margin: 0 28px 28px auto;
}

.sec12_ttl span.en {
  position: absolute;
  top: -90px;
  left: -110px;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.sec12_ttl span.jp {
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: -0.01em;
}

.sec12_txt {
  margin-bottom: 47px;
}

.sec12_txt span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: var(--txt);
}

.sec12_txt span:not(:last-child) {
  margin-bottom: 20px;
}

.sec12_list {
  display: flex;
  justify-content: space-between;
}

.sec12_column2 {
  position: relative;
  width: calc(100% - (50% + 45px));
}

.sec12_column2 .image {
  position: absolute;
  top: 40px;
  right: -148px;
  z-index: 1;
  width: 680px;
}

.sec12_wrapper2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.sec12_wrapper2 .image {
  position: relative;
}

.sec12_wrapper2 .image::before {
  content: '';
  position: absolute;
  z-index: -1;
}

.sec12_wrapper2 .image.is_01::before {
  bottom: -14px;
  left: -160px;
  width: 370px;
  height: 280px;
  background: url(../images/sec12_icon_02.png) no-repeat center /contain;
}

.sec12_wrapper2 .image.is_02 {
  padding-top: 48px;
}

.sec12_wrapper2 .image.is_02::before {
  top: 0;
  left: -5px;
  width: 236px;
  height: 224px;
  background: url(../images/sec12_icon_03.png) no-repeat center /contain;
}

.sec12_wrapper2 .image.is_03 {
  padding-top: 27px;
}

.sec12_wrapper2 .image.is_03::before {
  bottom: -9px;
  right: -86px;
  width: 306px;
  height: 270px;
  background: url(../images/sec12_icon_04.png) no-repeat center /contain;
}

.sec12_list_banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
}

.sec12_list_banner::before {
  content: '';
  position: absolute;
  bottom: -345px;
  right: 0;
  z-index: -5;
  width: 1024px;
  height: 1380px;
  background: url(../images/sec12_af.png) no-repeat center /contain;
}

.sec12_banner {
  position: relative;
  transition: all ease .5s;
}

.sec12_banner:not(:last-child) {
  margin-bottom: 30px;
}

.sec12_banner.is_mb2 {
  margin-bottom: 15px;
}

.sec12_banner.is_flex {
  position: relative;
  top: -5px;
  left: -5px;
}

/*==================== SEC13 ===================*/
.sec13 {
  padding: 102px 0 0;
  height: 824px;
  background: url(../images/sec13_bg.png) no-repeat center /100% 100%;
}

.sec13_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  margin: 0 auto 60px;
}

.sec13_ttl span.en {
  display: inline-block;
  position: relative;
  left: 3px;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.sec13_ttl span.jp {
  display: inline-block;
  margin-top: 15px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.05em;
  color: var(--txt);
}

.sec13_ttl span.jp span.green {
  color: var(--mcolor);
}

.sec13_txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: var(--txt);
  width: 678px;
  margin: 0 auto 51px;
}

.sec13_btn {
  margin: 43px auto 0;
}

.sec13 .sec07_wrapper {
  position: relative;
}

.sec13 .sec07_wrapper::before {
  content: '';
  position: absolute;
  top: -251px;
  left: -135px;
  width: 328px;
  height: 198px;
  background: url(../images/sec13_bf.png) no-repeat center /contain;
}

/*==========================================================
                        F O O T E R
==========================================================*/
footer {
  position: relative;
  z-index: 3;
  background: #fff;
}

.ft_top {
  padding: 72px 0 56px;
}

.ft_top_wrapper {
  display: flex;
  justify-content: space-between;
}

.ft_top .logo_top {
  display: block;
  position: relative;
  margin-right: 40px;
}

.ft_top .logo_top::before {
  content: '';
  position: absolute;
  top: -19px;
  right: -80px;
  width: 2px;
  height: 300px;
  background-color: #CCCCCC;
}

.ft_top_contact {
  position: relative;
  padding: 45px 50px 0;
  text-align: center;
}

.ft_top_contact::before {
  content: '';
  position: absolute;
  top: -19px;
  right: 0;
  width: 2px;
  height: 300px;
  background-color: #CCCCCC;
}

.ft_top_contact .h_contact_tel {
  margin: 10px 0 18px;
}

.ft_top_contact .h_contact_tel .time {
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-left: 0;
  position: relative;
  top: 1px;
}

.ft_top_contact .h_contact_mail a {
  width: 290px;
  margin: 0 auto;
}

.ft_top_contact .h_contact_mail span.txt {
  margin: 0px 8px;
}

.ft_top_wrapper .mv_calendar {
  position: relative;
  top: 3px;
  left: 16px;
  bottom: auto;
  right: auto;
  padding-left: 30px;
}

.ft_top_wrapper .mv_calendar::after {
  display: none;
}

.ft_top_wrapper .mv_calendar_top .image {
  position: relative;
  top: -3px;
  left: 24px;
  margin-top: 9px;
  margin-left: 0;
}

.ft_top_wrapper .mv_calendar_bottom2 {
  margin-top: 10px;
}

.ft_top_wrapper .mv_calendar_bottom2 .is_ttl {
  display: flex;
  align-items: center;
}

.ft_top_wrapper .mv_calendar_bottom2 span.green {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 500;
  color: var(--mcolor);
  letter-spacing: 0.05em;
}

.ft_top_contact .h_contact_tel {
  margin: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ft_top_contact::before {
  right: -80px;
}

.ft_top_wrapper {
  align-items: center;
  justify-content: center;
}

.ft_top_wrapper .mv_calendar {
  top: 0;
  left: 0;
  padding-left: 0;
}

.ft_top_recruit .logo_top {
  margin-bottom: 30px;
}

.ft_top_recruit .logo_top::before,
.ft_top_recruit .ft_top_contact::before {
  display: none;
}

/* FOOTER SOCIAL */
.ft_social {
  padding: 40px 0 0;
  width: 100%;
  height: 160px;
  background-color: #FEF7EB;
}

.ft_social .inner {
  position: relative;
}

.ft_social .inner::before {
  content: '';
  position: absolute;
  bottom: -96px;
  right: -135px;
  width: 268px;
  height: 160px;
  background: url(../images/ft_social_icon02.png) no-repeat center /contain;
}

.ft_social_wrapper {
  display: flex;
  align-items: center;
}

.ft_social_txt {
  position: relative;
  top: -3px;
  z-index: 1;
  font-size: 40px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: 0.05em;
  padding-left: 160px;
  margin-right: 18px;
}

.ft_social_txt::before {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 35px;
  z-index: -1;
  width: 190px;
  height: 186px;
  background: url(../images/ft_social_icon01.png) no-repeat center /contain;
}

.ft_social_txt span.green {
  color: var(--mcolor);
  font-size: 42px;
}

.ft_social_btn {
  display: flex;
  align-items: center;
}

.ft_social_btn li:not(:last-child) {
  margin-right: 10px;
}

.ft_social_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 80px;
  border-radius: 40px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  transition: all ease .5s;
}

.ft_social_btn li a::before {
  content: '';
  position: absolute;
  top: 33px;
  right: 40px;
  width: 15px;
  height: 15px;
  background: url(../images/right_01.svg) no-repeat center /contain;
}

.ft_social_btn li a.facebook {
  background-color: #1877F2;
}

.ft_social_btn li a.facebook .icon {
  position: relative;
  top: -1px;
  left: -15px;
}

.ft_social_btn li a.ins {
  background: linear-gradient(-120deg, #F4B964 0%, #E96440 29.3296%, #AE3487 65.0838%, #4F51A0 100%);
}

.ft_social_btn li a.ins .icon {
  position: relative;
  top: -3px;
  left: -12px;
}

/* FOOTER CALENDER */
.ft_calendar {
  padding: 55px 0 75px;
}

.ft_calendar_wrapper {
  display: flex;
  justify-content: center;
}

.ft_calendar_wrapper .column {
  width: 580px;
}

.ft_calendar_wrapper .column:not(:last-child) {
  margin-right: 40px;
}

.ft_calendar_month {
  display: none;
  position: relative;
  width: max-content;
  margin: 0 auto 10px;
  font-size: 46px;
  font-weight: 500;
  color: var(--mcolor);
  letter-spacing: 0.03em;
  line-height: 1em;
}

.ft_calendar_month::before,
.ft_calendar_month::after {
  content: '';
  position: absolute;
  top: 8px;
  width: 32px;
  height: 36px;
}

.ft_calendar_month::before {
  left: -46px;
  background: url(../images/ft_calendar_bf.svg) no-repeat center /contain;
}

.ft_calendar_month::after {
  right: -44px;
  background: url(../images/ft_calendar_af.svg) no-repeat center /contain;
}

.ft_calendar_month span.small {
  font-size: 40px;
}

.ft_calendar_box {
  width: 580px;
  height: 400px;
}

.ft_calendar_box iframe {
  width: 100%;
  height: 100%;
}

/* FOOTER MAP */
.ft_map {
  width: 100%;
  height: 400px;
  padding: 0;
  max-width: 2000px;
  margin: 0 auto;
}

.ft_map iframe {
  width: 100%;
  height: 100%;
}

/* FOOTER LINK */
.ft_link {
  padding: 140px 0 0;
}

.ft_link_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ft_link_wrapper::before {
  content: '';
  position: absolute;
  top: -88px;
  left: -116px;
  width: 228px;
  height: 152px;
  background: url(../images/ft_nav_01.png) no-repeat center /contain;
}

.ft_link_wrapper .nav.is_05 {
  left: -15px;
}

.ft_link_wrapper .nav li {
  width: max-content;
}

.ft_link_wrapper .nav li a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  line-height: 1.3em;
  letter-spacing: 0.01em;
  padding-left: 11px;
}

.ft_link_wrapper .nav li a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -1px;
  width: 7px;
  height: 10px;
  background: url(../images/right2.svg) no-repeat center /contain;
}

.ft_link_wrapper .nav {
  position: relative;
}

.ft_link_wrapper .nav::before {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.ft_link_wrapper .nav.is_02::before {
  top: -48px;
  left: -49px;
  width: 136px;
  height: 142px;
  background: url(../images/ft_nav_02.png) no-repeat center /contain;
  z-index: -1;
}

.ft_link_wrapper .nav.is_03::before {
  top: -39px;
  left: -82px;
  width: 162px;
  height: 116px;
  background: url(../images/ft_nav_03.png) no-repeat center /contain;
}

.ft_link_wrapper .nav.is_04::before {
  top: -37px;
  left: -56px;
  width: 146px;
  height: 110px;
  background: url(../images/ft_nav_04.png) no-repeat center /contain;
}

.ft_link_wrapper .nav.is_05::before {
  top: -37px;
  left: -56px;
  width: 160px;
  height: 130px;
  background: url(../images/ft_nav_05.png) no-repeat center /contain;
}

.ft_link_wrapper .nav .big,
.ft_link_wrapper .nav .big a {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.ft_link_wrapper .nav.is_02 .big a,
.ft_link_wrapper .nav.is_02 .big {
  color: var(--mcolor);
}

.ft_link_wrapper .nav.is_02 .big a:before {
  display: none;
}

.ft_link_wrapper .nav.is_03 .big {
  color: #F6AD3C;
}

.ft_link_wrapper .nav.is_05 .big {
  color: #5dc2d0;
}

.ft_link_wrapper .nav.is_04 .big {
  color: var(--sub1);
}

/* FOOTER BANNER */
.ft_bottom {
  padding: 87px 0 0;
}

.ft_bnn {
  display: flex;
  justify-content: center;
}

.ft_bnn li {
  transition: all ease .5s;
}

address {
  position: relative;
  padding: 26px 0 29px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03em;
  background-color: var(--mcolor);
}

address::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 116px;
  background: url(../images/address_bf.png) no-repeat center /100% 100%;
}

/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 80;
  width: 70px;
  height: 132px;
  bottom: 60px;
  right: 40px;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
}

.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.to_top span.jp {
  display: inline-block;
  position: relative;
  left: -2px;
  font-size: 15px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: 0.05em;
  width: max-content;
}

/* .sec14{position: relative;padding-bottom: 150px;}
.sec14::before{width: 1920px;height: 100%;left: calc(50% - 960px);top: 0;background: url(../images/frame.png) repeat-y center top;z-index: -1;position: absolute;content: '';}
.sec14::after {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 160px;
  background: url(../images/sec06_bg.png) no-repeat center /100% 100%;
} */
.sec14 {
  padding: 40px 0;
  position: relative;
  z-index: 1
}

/* .sec14::before{content: '';position: absolute;width: 1920px;height: 100%;left: calc(50% - 960px);top: 0;background: url(../images/frame.png) repeat-y center top;z-index: -1;} */
.sec14 .sec04_bottom_ttl {
  margin-bottom: 50px;
  color: #fff;
}

.sec14 ul {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.sec14 ul li {
  display: flex !important;
  align-items: center;
  margin-bottom: 50px;
  color: #fff;
  justify-content: center;
}

.sec14 ul li:last-child {
  margin-bottom: 0;
}

.sec14 ul li .img {
  flex-shrink: 0;
  margin-right: 20px;
}

.sec14 ul li p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
}

.sec14 .sec04_name::before {
  background: url(../images/sec04_name_bf_w.png) no-repeat center /contain
}

.sec14 .sec04_name span {
  color: #fff;
  -webkit-text-fill-color: inherit
}

/* .sec14_first{margin-bottom: 30px;} */
.tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 39px;
  padding-left: 5px;
}

.tabs-nav li {
  cursor: pointer;
}

.tabs-nav li:not(:last-child) {
  margin-right: 18px;
}

.tabs-nav li a {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 58px;
  border-radius: 29px;
  border: 3px solid var(--txt);
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: 0.05em;
}

.tabs-nav li a::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 51.5%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: transparent transparent transparent transparent;
}

.tabs-nav li.active a {
  border-color: #5DC2D0;
  color: #5DC2D0;
}

.tabs-nav li.active a::before {
  border-color: #5DC2D0 transparent transparent transparent;
}

.s06_img_fix {
  margin-right: 90px;
  width: 450px;
  flex-shrink: 0
}

.s06_img_fix .img {
  position: relative;
}

.s06_img_fix .img::before {
  content: '';
  position: absolute;
  background: url("../images/brush07.png") no-repeat left top;
  width: 428px;
  height: 421px;
  right: -30px;
  top: -40px;
  z-index: -1;
}

.s06_img_fix .img:after {
  content: '';
  position: absolute;
  background: url("../images/brush06.png") no-repeat left top;
  width: 184px;
  height: 170px;
  right: -45px;
  top: -85px;
}

.sec14_first_ortho {
  max-width: 600px;
  margin: 0 auto;
}

.under main .sec14_first_ortho h4::before {
  left: 0;
}

.sec15_slogan {
  display: flex;
  justify-content: center;
}

.sec15 .sec08_ttl {
  margin-bottom: 40px;
}

.sec15_slogan:not(:last-child) {
  margin-bottom: 140px;
}

.sec15_slogan li {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 40px;
  text-align: center;
  line-height: 1.4;
  margin: 0 15px;
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(130, 59, 34, 0.2);
  transition: all 0.3s;
  cursor: pointer;
}

.sec15_slogan li a {
  color: #FFF;
}

/* .sec15_slogan li:hover{transform: translateY(-10px);} */
/* .sec15 h4.idxsec05_box_ttl .text_gradient{background: unset;color: #fff;-webkit-text-fill-color: unset} */
.sec15_slogan li.blue {
  background: url('../images/sec15_btn_ic1.png') no-repeat right 10px bottom /auto 80% #5dc2d0;
}

.sec15_slogan li.pink {
  background: url('../images/sec15_btn_ic2.png') no-repeat right 10px bottom /auto 80% #ed8599;
}

.sec15_slogan li .sm {
  font-size: 75%;
}

.sec15_slogan li .big {
  font-size: 125%;
}

.sec15_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.sec15_list li {
  line-height: 1.6;
}

.sec15_list li a {
  position: relative;
  line-height: 1.2;
  display: inline-block;
}

.sec15_list li a.txt_white {
  color: #fff;
}

.sec15_list li a::before {
  width: 310px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 155px);
  content: '';
  z-index: -1;
}

.sec15_list li.bg1 a::before {
  background: url('../images/idx_label_blue.png') center /cover no-repeat;
}

.sec15_list li.bg2 a::before {
  background: url('../images/idx_label_yel.png') center /cover no-repeat;
}

.sec15_list li.bg3 a::before {
  background: url('../images/idx_label_org.png') center /cover no-repeat;
}

.sec15_list li.bg4 a::before {
  background: url('../images/idx_label_green.png') center /cover no-repeat;
}

.sec15_list li.bg5 a::before {
  background: url('../images/idx_label_green2.png') center /cover no-repeat;
}

.sec15_list li.bg6 a::before {
  background: url('../images/idx_label_pink.png') center /cover no-repeat;
}

.sec15_list li.bg7 a::before {
  background: url('../images/idx_label_yel2.png') center /cover no-repeat;
}

#idxsec05_box02-i .idxsec05_box_ttl .en,
#idxsec05_box07-i .idxsec05_box_ttl .en,
.sec15_list li.bg2 a .en,
.sec15_list li.bg7 a .en {
  color: #5DC1CF;
}

#idxsec05_box05-i .idxsec05_box_ttl .en,
.sec15_list li.bg5 a .en {
  color: var(--mcolor2);
}

/* .sec15_list li a:hover, */
.sec15_list li a.active {
  color: #fff
}

/* .sec15_list li a.txt_white:hover, */
.sec15_list li a.txt_white.active {
  color: #000;
}

.sec15_list li.big {
  width: 100%;
}

.sec15_list li:not(.big) {
  width: 25%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.sec15_list li span,
.idxsec05_box_ttl span {
  display: block;
  font-weight: bold;
  text-align: center;
}

.sec15_list li .en,
.idxsec05_box_ttl .en {
  font-size: 20px;
}

.sec15_list li .ja,
.idxsec05_box_ttl .ja {
  font-size: 20px;
}

.sec15_list li .num,
.idxsec05_box_ttl .num {
  font-size: 24px;
}

.idxsec05_box {
  position: relative;
}

.idxsec05_box::after {
  content: '';
  position: absolute;
  top: -70px;
  z-index: -1;
  right: -375px;
  width: 2000px;
  height: calc((100% + 140px));
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.idxsec05_box:nth-child(1)::after {
  background-image: url('../images/idxsec05_main_bg.png'), url(../images/sec15_bg_01.png)
}

.idxsec05_box:nth-child(2)::after {
  background-image: url('../images/idxsec05_main_bg2.png'), url(../images/sec15_bg_02.png)
}

.idxsec05_box:nth-child(3)::after {
  background-image: url('../images/idxsec05_main_bg.png'), url(../images/sec15_bg_03.png)
}

.idxsec05_box:nth-child(4)::after {
  background-image: url('../images/idxsec05_main_bg.png'), url(../images/sec15_bg_04.png)
}

.idxsec05_box:nth-child(5)::after {
  background-image: url('../images/idxsec05_main_bg2.png'), url(../images/sec15_bg_05.png)
}

.idxsec05_box:nth-child(6)::after {
  background-image: url('../images/idxsec05_main_bg.png'), url(../images/sec15_bg_06.png)
}

.idxsec05_box:nth-child(7)::after {
  background-image: url('../images/idxsec05_main_bg2.png'), url(../images/sec15_bg_07.png)
}

.idxsec05_box:nth-child(7)::after {
  background-image: url('../images/idxsec05_main_bg3.png'), url(../images/sec15_bg_07.png)
}

/* #idxsec05_box01-i.active::after{background: url(../images/sec15_bg_01.png) center top / 100% 100% no-repeat;}
#idxsec05_box02-i.active::after{background: url(../images/sec15_bg_02.png) center top / 100% 100% no-repeat;}
#idxsec05_box03-i.active::after{background: url(../images/sec15_bg_03.png) center top / 100% 100% no-repeat;}
#idxsec05_box04-i.active::after{background: url(../images/sec15_bg_04.png) center top / 100% 100% no-repeat;}
#idxsec05_box05-i.active::after{background: url(../images/sec15_bg_05.png) center top / 100% 100% no-repeat;}
#idxsec05_box06-i.active::after{background: url(../images/sec15_bg_06.png) center top / 100% 100% no-repeat;}
#idxsec05_box07-i.active::after{background: url(../images/sec15_bg_07.png) center top / 100% 100% no-repeat;} */
/*SEC15*/
.idxsec05_main {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px
}

.idxsec05_main:before {
  right: -375px;
  background: url("../images/sec15_bg.png") center top / 100% 100% no-repeat;
  width: 2000px;
  height: 100%;
}

.idxsec05_box {
  display: flex;
  align-items: center;
}

.idxsec05_box_info {
  width: 100%;
  padding: 0 50px 0 0;
}

.idxsec05_box_info .idxsec05_box_ttl .en {
  font-size: 40px;
}

.idxsec05_box_info .idxsec05_box_ttl .ja {
  font-size: 40px;
  color: #FFF;
}

.idxsec05_box_info .idxsec05_box_ttl .num {
  font-size: 45px;
  line-height: 1;
  color: #FFF;
}

.idxsec05_box_info .idxsec05_box_ttl .black {
  color: var(--txt) !important;
}

.idxsec05_boximg {
  flex-shrink: 0;
  margin-left: auto;
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
}

.idxsec05_boximg.box_pc {
  display: block
}

.idxsec05_boximg.box_sp {
  display: none
}

.idxsec05_boximg:before,
.idxsec05_boximg:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

.idxsec05_boximg:before {
  width: 134px;
  height: 130px;
  background: url("../images/brush06.png") center right /contain no-repeat;
  z-index: 2;
  top: -18px;
}

.idxsec05_boximg:after {
  width: 296px;
  height: 362px;
  background: url("../images/sec15_pink.png") center right /contain no-repeat;
  z-index: -1;
  right: -75px;
}

.idxsec05_boximg li:nth-child(1) {
  display: block
}

.idxsec05_boximg li {
  position: relative;
  top: 0;
  display: none
}

.idxsec05_box_ttl {
  margin-bottom: 30px;
}

.idxsec05_box_btn {
  display: flex;
  min-width: 630px;
  justify-content: center;
}

.idxsec05_box_btn li {
  margin: 10px 5px;
}

.idxsec05_box_btn li:last-child {
  margin-bottom: 0;
}

.idxsec05_box_btn li a:hover .idxsec05_box_btnttl,
.idxsec05_box_btn li.active .idxsec05_box_btnttl {
  background-color: #ED8599;
  color: #fff;
}

.idxsec05_box_btnttl {
  width: 270px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  background-color: #FAE6EA;
  color: #ED8599;
  font-weight: bold;
  box-shadow: 4px 4px 0 rgb(130 59 34 / 20%);
  padding: 5px;
  line-height: 1.35;
  text-align: center;
  font-size: 20px;
}

#idxsec05_box01-i .idxsec05_box_btnttl {
  flex-direction: column;
}

.idxsec05_box_btnttl.f_sm {
  font-size: 100%;
}

.idxsec05_box_btntxt {
  padding: 20px 0 30px 20px;
  line-height: 1.5;
  font-size: 14px;
  display: block;
}

.footer_right {
  position: fixed;
  height: 180px;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}

.footer_right.show {
  opacity: 1;
  visibility: visible;
}

.footer_right a.main_btn.is_btn1 {
  width: 48px;
  height: 180px;
  padding: 10px 10px 30px;
  box-shadow: -4px 4px 0 rgba(130, 59, 34, 0.2);
  font-family: 'Noto Sans JP V';
}

.footer_right a.main_btn.is_btn1:before {
  bottom: 15px;
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto
}

.footer_right02 {
  position: fixed;
  height: 230px;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}

.footer_right02.show {
  opacity: 1;
  visibility: visible;
}

.footer_right02 a.main_btn.is_btn1 {
  width: 48px;
  height: 230px;
  padding: 10px 10px 30px;
  box-shadow: -4px 4px 0 rgba(130, 59, 34, 0.2);
  font-family: 'Noto Sans JP V';
}

.footer_right02 a.main_btn.is_btn1:before {
  bottom: 15px;
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto
}

h3.w100 {
  width: 100%;
}

.sec17 {
  padding: 120px 0 90px;
}

.sec17 .sec08_ttl {
  margin-bottom: 0;
}

footer .box_contact_footer {
  padding-top: 40px;
}

footer .btn_contact_footer {
  margin-top: 0;
}

footer .btn_contact_footer a {
  margin: 0 auto;
  padding-left: 0;
}

footer .btn_contact_footer span.txt.is_h {
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}

.pcbox {
  display: block;
}

.spbox {
  display: none;
}

.under main .box_img_right {
  display: flex;
  justify-content: space-between;
  border: 1px solid #58BBCB;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  margin-top: 50px;
}

.under main .tit_blue {
  color: #3094A4 !important;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.under main .tit_black {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.under main .box_img_right dt {
  width: calc(100% - 400px);
}

.under main .box_img_right dd {
  width: 360px;
}

@media screen and (max-width: 750px) {
  .pcbox {
    display: none;
  }

  .spbox {
    display: block;
  }

  .under main .box_img_right {
    display: block;
    padding: 15px;
  }

  .under main .box_img_right dt {
    width: 100%
  }

  .under main .box_img_right dd {
    display: none;
  }

  .under main .tit_black {
    font-size: 22px;
  }

  .under main .tit_blue {
    font-size: 14px;
  }

  .mw480 {
    max-width: 480px;
    margin: 0 auto
  }
}

/* overnote post3 */
.flex_bnr {
  display: flex;
  justify-content: center;
}

.flex_bnr p:first-child {
  margin-right: 30px;
}

.flex_bnr p a:hover {
  opacity: .6
}

@media screen and (max-width: 750px) {
  .flex_bnr {
    display: block;
    text-align: center
  }

  .flex_bnr p:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal.active {
  opacity: 1;
  display: flex;
}

.modal_inner {
  margin: 20px !important;
  max-width: 900px;
  height: 90%;
}

.modal_box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 25px;
  cursor: pointer;
  background-color: #ffffff;
  margin: auto;
  font-size: 8px;
  text-align: left;
  border-radius: 20px;
  border: 3px solid #d1b38b;
}

.modal_box::before,
.modal_box::after {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  width: 3px;
  height: 30px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ab8858;
}

.modal_box::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_box .maintitle {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.box_ovl {
  overflow: auto;
  height: 100%;
  padding: 0 30px;
}

.pop_box01 {
  border-radius: 20px;
  border: 3px solid #ED8599;
  padding: 15px;
  margin-bottom: 20px;
  background: #FFF3F5;
  margin-top: 20px;
}

.pop_box01 p {
  text-align: center;
  display: block;
  width: 100%;
}

.pop_box01 p:last-child {
  margin-bottom: 0;
}

#index .pop_box01_tit {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #292929;
  line-height: 150%;
}

.pop_box01_tit span {
  color: #E5395A;
}

.pop_box01_sup span {
  background: linear-gradient(0deg, yellow 50%, transparent 50%);
  font-size: 18px;
  color: #E5395A;
  font-weight: bold;
}

#index .pop_box02_sup {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #292929;
  text-align: center;
}

.pop_box02_sup span {
  color: #FF7700;
}

.modal_box .frame01 {
  margin: 10px auto 10px;
  border: 2px solid #EDD185;
  padding: 10px;
  text-align: center
}

.center_text {
  text-align: center
}

.center_text a {
  color: #FF7700;
  text-decoration: underline;
  font-weight: bold;
}

#index .modal_box .frame02 {
  border: 2px solid #e6e6e6;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#index .modal_box .frame02 .tit {
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 140%;
  font-weight: bold;
  font-size: 16px;
}

.w100 {
  width: 100%;
}

#index .modal_box .frame02 li:last-child {
  margin-left: 20px;
}

@media screen and (max-width:750px) {
  .box_alert .modal_box {
    padding: 20px 0;
  }

  .modal_box .last {
    width: 100%;
    float: none;
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
  }

  .modal_box p.maintitle {
    font-size: 18px !important;
  }

  .modal_box {
    padding: 20px;
  }

  .modal_inner {
    margin: 0;
  }

  .break_sp {
    display: block;
    text-align: right
  }

  .modal_box {
    padding: 40px 10px 10px 10px;
  }

  .box_ovl {
    padding: 0 10px;
  }

  .modal_box p.maintitle {}

  .pop_box01_sup span {
    font-size: 15px;
  }

  #index .pop_box01_tit {
    font-size: 18px;
  }

  #index .pop_box02_sup {
    font-size: 18px;
    margin-bottom: 0;
  }

  #index .modal_box .frame02 .tit {
    font-size: 15px;
  }

  #index .modal_box .frame02 li:last-child {
    margin-left: 0;
  }

  #index .modal_box .frame02 {
    display: block;
  }
}

.mw360 {
  display: none;
}

@media screen and (max-width:360px) {
  .mw360 {
    display: block;
  }
}

/*newpage scholarship*/
.scholarship_page .caption {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 1.6;
  padding-top: 80px;
  font-family: 'MPLUSRounded1c';
}

.scholarship_page .caption span {
  font-size: 38px;
  font-weight: bold;
  color: #F5AD3D;
}

.under main .frame01.box-content {
  width: auto;
}

.box-content {
  padding: 40px 20px;
  background: #EEF9F3;
  border: 4px solid #52B88C;
  border-radius: 60px;
}

.under main .list-customer {
  width: max-content;
  margin: 30px auto;
}

.list-customer li span.color01 {
  color: #F97D00;
  font-weight: bold;
}

.list-customer li span.color02 {
  color: #09A2C9;
  font-weight: bold;
}

.btn-more a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  background-color: #1A854D;
  box-shadow: 4px 4px 0 rgb(130 59 34 / 20%);
  border-radius: 60px;
  padding-bottom: 4px;
  transition: all ease .5s;
  margin: 0 auto;
  position: relative;
  font-family: 'MPLUSRounded1c';
}

.btn-more a:hover {
  transform: translateY(-10px);
}

.btn-more a:before {
  position: absolute;
  content: '';
  background: url(../images/ic-right.png) no-repeat center / contain;
  width: 8px;
  height: 24px;
  transform: rotate(88deg);
  bottom: 12px;
}

.under main h3.ttl-zone.cus {
  font-size: 30px;
  margin: 140px auto 0;
  padding-top: 30px;
  line-height: 1;
  width: 770px;
}

.under main .cap-ttl {
  font-size: 51px;
  text-align: center;
  color: #333333;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 5px;
  margin-bottom: 70px;
  font-family: 'MPLUSRounded1c';
}

.under main h3.ttl-zone {
  background: none;
  width: max-content;
  margin: 140px auto 50px;
  text-align: center;
  padding: 0 50px;
  font-size: 51px;
  font-weight: 500;
  position: relative;
}

.under main h3.ttl-zone::before {
  position: absolute;
  content: '';
  background: url(../images/brush11.png) no-repeat left top;
  width: 52px;
  height: 71px;
  top: -15px;
  left: -35px;
}

.under main h3.ttl-zone::after {
  position: absolute;
  content: '';
  background: url(../images/brush011.png) no-repeat left top;
  width: 52px;
  height: 71px;
  bottom: auto;
  top: -15px;
  right: -35px;
}

.box_common02 {
  background: #fff url(../images/ptn03.png);
  border: 1px solid #92cdf2;
  padding: 15px;
  margin-bottom: 40px;
}

.box_common02 .ttl {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  margin: 0 auto 25px;
  background: transparent;
  padding-right: 0;
  font-weight: 500;
}

.box_common02 .ttl:before,
.box_common02 .ttl:after {
  display: none;
}

.box_common02 .ttl span {
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: 'MPLUSRounded1c';
}

.box_common02 .ttl span:after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(-40deg, rgba(132, 181, 228, .5), rgba(194, 139, 221, .5));
  background: -webkit-linear-gradient(-40deg, rgba(132, 181, 228, .5), rgba(194, 139, 221, .5));
  background: linear-gradient(120deg, rgba(253, 238, 216, .5), rgba(253, 238, 216, .5));
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.box_common02.box_default01 {
  margin-bottom: 0;
}

.box_common02.box_default02 {
  margin: 60px 0;
  background: #F8EEF7;
  border: 0;
  padding: 35px 15px;
  border-radius: 50px;
  position: relative;
}

.box_common02.box_default02:before {
  position: absolute;
  content: '';
  width: 1140px;
  height: 5px;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #E24DA1;
}

.box_common02.box_default02 .ttl span:after {
  background: none;
}

.list_botox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;

}

.list_botox01 li {
  position: relative;
  padding-left: 20px;
  line-height: 1.375;
  max-width: 355px;
  width: 33%;
  margin-bottom: 5px;
}

.list_botox01 li:last-child {
  margin-bottom: 0;
}

.list_botox01 li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #92cdf2;
  border-radius: 50%;
  left: 10px;
  top: .55em;
}

.full-content {
  display: flex;
  justify-content: space-between;
}

.item-left {
  background: #EEF8F4;
  border-radius: 50px;
  padding: 60px;
  width: 100%;
  max-width: 600px;
}

.item-right {
  background: #FEF7EC;
  border-radius: 50px;
  padding: 60px;
  width: 100%;
  max-width: 600px;
}

.ttl-inner {
  position: relative;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

.ttl-inner:before {
  position: absolute;
  content: '';
  background: #52B88C;
  height: 5px;
  width: 506px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.item-left .ttl-inner {
  color: #1C8D5C;
  font-family: 'MPLUSRounded1c';
}

.item-right .ttl-inner {
  color: #F97D00;
  font-family: 'MPLUSRounded1c';
}

.item-right .ttl-inner:before {
  background: #F5AC3C;
}

.h4-ttl {
  position: relative;
  width: max-content;
}

.h4-ttl:after {
  content: "";
  position: absolute;
  background: url(../images/brush16.png) no-repeat left top;
  width: 196px;
  height: 118px;
  right: -60px;
  top: 15px;
}

.h4-ttl span {
  position: relative;
}

.h4-ttl span:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10px;
  z-index: -1;
  width: 100%;
  height: 20px;
  background: #F5AD3D;
}

.box-chat {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.content-chat {
  margin-top: 60px;
  border-radius: 20px;
  width: 790px;
  height: 233px;
  padding: 40px;
  background: url(../images/bg_chat.png) no-repeat;
  color: #707070;
  position: relative;
}

.content-chat p {
  color: #333;
}

.under main p.ttl-chat {
  font-size: 34px;
  color: #333333;
  margin-bottom: 5px;
  font-family: 'MPLUSRounded1c';
  font-weight: 500;
}

.ttl-chat span {
  color: #F97D00;
}

.under main .ttl-gradient {
  margin-bottom: 80px;
  position: relative;
}

.under main .ttl-gradient span {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  display: block;
  text-align: center;
  font-family: 'MPLUSRounded1c';
}

.ttl-gradient:before {
  content: '';
  position: absolute;
  top: -16px;
  left: calc(50% - 45px);
  z-index: 3;
  width: 86px;
  height: 56px;
  background: url(../images/logo2.png) no-repeat center / contain;
}

.ttl-gradient .en {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1em;
  margin-bottom: 10px;
  width: max-content;
  margin: 0 auto 10px;
  padding-top: 60px;
}

.under main section.sec007 {
  position: relative;
  padding: 160px 0;
}

.under main section.sec007:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(../images/sec07_bg.png) no-repeat center / 100% 100%;
}

.sec007 .item-big {
  height: 145px;
}

.list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.list-item .item {
  border-radius: 50px;
  border: 4px solid #65DCE3;
  padding: 60px 40px 40px;
  position: relative;
  background: #FFFFFF;
  width: 600px;
  height: 180px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.list-item .ttl-item,
.ttl-item-big {
  line-height: 1.6;
  margin-bottom: 20px;
  background: #11C7D2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  border-radius: 50px;
  position: absolute;
  top: -32px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'MPLUSRounded1c';
}

.item-big {
  border-radius: 220px;
  border: 4px solid #FFAA2A;
  padding: 60px 40px 40px;
  position: relative;
  background: #FFFEDC;
  height: 250px;
  display: block;
  margin-top: 80px;
  text-align: center;
}

.item-big .ttl-item-big {
  background: #FFAA2A;
  width: 1080px;
}

.program-flow .inner {
  width: 1292px;
}

.under main section.program-flow {
  padding: 120px 0;
}

.taglist {
  display: grid;
  grid-template-columns: repeat(7, 7fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 100px;
}

.taglist li {
  background: #fff;
  border: 4px solid #56B98A;
  border-radius: 20px;
  text-align: center;
  width: 155px;
  height: 160px;
  position: relative;
}

.taglist li:before {
  content: '';
  position: absolute;
  background: url(../images/icon-cherright.png) no-repeat;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 36px;
  background-size: contain;
}

.taglist li:last-child:before {
  display: none;
}

.taglist li .icon {
  background: #2DA56C;
  width: 94px;
  height: 94px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.taglist li .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1.2;
  padding-top: 20px;
}

.group-contact {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.group-contact .btn-more {
  margin-bottom: 0;
}

.group-contact .btn-more a {
  height: 80px;
  font-size: 32px;
  font-weight: bold;
}

.group-contact .item-tel.btn-more {
  margin-right: 50px;
}

.group-contact .item-contact.btn-more a {
  font-size: 20px;
  padding-left: 10px;
}

.group-contact .btn-more a:before {
  background: url(../images/icon_white.png) no-repeat center / contain;
  bottom: auto;
  right: 10px;
  transform: unset;
}

.group-contact .btn-more a:after {
  position: absolute;
  content: '';
  left: 50px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}

.group-contact .item-tel.btn-more a:after {
  background: url(../images/icon_tel.png) no-repeat;
  background-size: contain;
}

.group-contact .item-contact.btn-more a:after {
  height: 20px;
  background: url(../images/icon_mail.png) no-repeat;
  background-size: contain;
}

.under main section.graduation-wrapper {
  position: relative;
  padding: 80px 0;
  margin: 0 0 100px;
}

.under main section.graduation-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(../images/bg_graduation.png) no-repeat center / 100% 100%;
}

.graduation-wrapper .list-item .item {
  border: 4px solid #F5AD3D;
  text-align: center;
  height: auto;
  justify-content: center;
}

.graduation-wrapper .list-item .ttl-item {
  background: #F97D00;
  height: 90px;
  top: -50px;
  width: 480px;
  padding: 0 30px;
}

.under main section.students-wrapper {
  position: relative;
  padding: 140px 0;
  margin: 0 0 120px;
}

.under main section.students-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(../images/sec07_bg.png) no-repeat center / 100% 100%;
}

.list-merit {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 100px;
}

.list-merit li {
  border: 4px solid #65DCE3;
  background: #FFFFFF;
  border-radius: 50px;
}

.list-merit li .ttl-merit {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 20px 5px 10px;
  line-height: 1.6;
  font-family: 'MPLUSRounded1c';
}

.list-merit li .merit {
  font-weight: bold;
  font-size: 22px;
  width: 210px;
  height: 40px;
  margin: -4px auto 0;
  background: #11C7D2;
  color: #fff;
  border-radius: 0 0 30px 30px;
  text-align: center;
  font-family: 'MPLUSRounded1c';
  line-height: 1.6;
  padding-top: 2px;
}

.list-merit li .desc {
  padding: 0 20px 40px;
}

.content-students {
  margin-top: 80px;
  border: 4px solid #FFAA2A;
  background: #FFFEDC;
  border-radius: 220px;
  text-align: center;
  padding: 53px 20px;
  line-height: 2.2em;
}

.content-students span {
  font-size: 19px;
  font-weight: bold;
}

.under main section.for-students {
  padding: 0 0 140px;
}

.list01_grid {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
}

.under main .frame01.cus {
  width: 100%;
  max-width: 1230px;
  padding: 52px;
}

.under main .ttl-list01 {
  font-size: 30px;
  font-weight: 500;
  color: #1D1D1D;
  text-align: center;
  display: block;
  font-family: 'MPLUSRounded1c';
}

.under main .list01.list01_grid li:nth-child(4n+4)::before {
  background: #5dc2d0;
}

.under main .list01.list01_grid li:nth-child(4n+2)::before {
  background: #ffeb00;
}

.under main .list01.list01_grid li:nth-child(3)::before {
  background: #5dc2d0;
}

.under main .list01.list01_grid li:nth-child(6)::before {
  background: #ed8599;
}

.under main .list_check.cus {
  border-radius: 50px;
  padding: 60px 50px;
  background: #F8EEF7;
  position: relative;
  margin-top: 55px;
}

.list_check.cus:before {
  position: absolute;
  content: '';
  width: 1140px;
  height: 5px;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #E24DA1;
}

.under main .list_check.cus li {
  background: url(../images/icon_check.png) no-repeat;
  background-size: auto;
  padding-left: 55px;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 1;
  font-family: 'MPLUSRounded1c';
  font-weight: 500;
}

.under main .list_check.cus li:last-child {
  padding-bottom: 0;
}

.under main .list_check.cus li::before {
  display: none;
}

.under main .list_check.cus li span {
  font-size: 20px;
}

.box_common02.box_com {
  background: transparent;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.under main .ttl-zone.cus.mt0 {
  margin-top: 0;
}

.box_qa03 {
  margin-bottom: 20px;
}

.box_qa03:last-child {
  margin-bottom: 0;
}

.box_qa03 .box_q {
  background: #FF7BA1;
  color: #fff;
  border-radius: 60px;
  padding: 29px 65px;
  font-size: 25px;
  font-weight: 500;
  font-family: 'MPLUSRounded1c';
  position: relative;
  cursor: pointer;
}

.qa-wrap02 .box_qa03 .box_q {
  background: #6BC568;
}

.box_qa03 .box_q:hover {
  opacity: .8;
}

.box_qa03 .box_a {
  display: none;
  background: #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 40px;
  border-radius: 0 0 20px 20px;
}

.box_qa03 .box_q .txt .icn:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box_qa03 .box_q .txt .icn:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  background: #fff;
  right: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: .3s;
}

.box_qa03.open .box_q .txt .icn:after {
  opacity: 0;
  transition: .3s;
}

.under main section.qa-wrapper {
  position: relative;
  padding: 200px 0 120px;
}

.under main section.qa-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(../images/bg_graduation.png) no-repeat center / 100% 100%;
}

.under main section.qa-wrapper.qa-wrap02:before {
  display: none;
}

.under main section.qa-wrapper.qa-wrap02 {
  background: #EEF9F3;
}

.qa-wrapper .inner {
  background: #fff;
  border-radius: 20px;
  padding: 10px 65px 40px;
}

.under main .qa-wrapper .ttl-gradient {
  z-index: 2;
  padding-top: 50px;
}

.under main .qa-wrapper .ttl-gradient .en {
  padding-top: 0;
}

.under main .qa-wrapper .ttl-gradient:after {
  position: absolute;
  content: '';
  width: 624px;
  height: 263px;
  background: #fff;
  border-radius: 50%;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.under main .qa-wrapper.qa-wrap02 .ttl-gradient {
  margin-bottom: 50px;
}

.under main .qa-wrap02 h3.ttl-zone,
.under main .form-wrapper h3.ttl-zone {
  margin: 0 auto;
  font-size: 40px;
}

.under main .qa-wrap02 h3.ttl-zone:before,
.under main .qa-wrap02 h3.ttl-zone:after {
  display: none;
}

.under main .form-wrapper h3.ttl-zone:before,
.under main .form-wrapper h3.ttl-zone:after {
  display: none;
}

body.under main section.form-wrapper {
  padding: 100px 0 0;
}

.scholarship_page.under main h3,
.scholarship_page.under main h4,
.scholarship_page.under main h5,
.scholarship_page.under main h6 {
  font-family: 'MPLUSRounded1c';
}

.scholarship_page.under main .list01 li {
  font-family: 'MPLUSRounded1c';
}

.scholarship_page.under main table th {
  font-family: 'MPLUSRounded1c';
}

.group-contact {
  font-family: 'MPLUSRounded1c';
}

.scholarship_page.under .submit_confirm_button,
.scholarship_page.under .submit_cancel_button,
.scholarship_page.under .submit_send_button {
  font-family: 'MPLUSRounded1c';
}

.scholarship_page.under div#fmail_thankspage {
  font-size: 16px;
  margin-bottom: 60px;
}

.under main .form-wrapper .ttl-gradient {
  margin-bottom: 60px;
}

.box_qa03 .box_q .txt {
  font-weight: 700;
}

.scholarship_page.under main .list01 li {
  padding-left: 30px;
}

.box_common02 .ttl span>span {
  padding: 0;
}

.under main .box_img_right dt.cus {
  width: auto;
}
.sec_opo {
	padding: 40px 0 0;
}
.sec_opo .sec02_tabs{
	margin-bottom: 0;
}
.sec_opo iframe {
	border: none;
	width: 100%;
}
.sec_opo .tabs-nav {
	padding-left: 0;
}
.sec_opo .tabs-nav li a {
	width: auto;
	padding: 0 10px;
}
.sec_h5_group {
	display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-column-gap: 100px;
    grid-row-gap: 100px;
}

/*20251215*/
.ft_top_contact .h_contact_mail a{
  width: 320px;
}
.footer_right02 a.main_btn.is_btn1{
  height: 280px;
}


.box_line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
  margin: 20px 0;
}

.box_line .tag_line {
  position: relative;
  background: #fff;
  color: #06C755;
  border: 4px solid #06C755;
  min-width: 400px;
  text-align: center;
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.6) 4px 4px 3px;
}

.box_line .tag_line::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 20px solid #06C755;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}