@charset "UTF-8";
/* No CSS */ 
/*
Theme Name: fofokids
Description: 
Theme URI: https://fofokids.com/
Version: 1.0
License: fofokids
License URI: https://fofokids.com/
*/
/****************************************

リセットCSSここから

*****************************************/
.pink {
  color: #fe80c5;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #68493b;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1140px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
header {
  position: relative;
}
header .header_logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  z-index: 10;
}
header .header_logo a {
  display: block;
}
header .header_content {
  position: fixed;
  z-index: 10;
  top: 30px;
  right: 30px;
  padding: 5px 5px 5px 80px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 6%;
}
header .header_content #g_navi {
  width: 550px;
}
header .header_content #g_navi ul {
  display: flex;
  justify-content: space-between;
}
header .header_content #g_navi ul li a {
  text-decoration: none;
  color: #68493b;
  font-size: 1.6rem;
}
header .header_content #g_navi ul li ul {
  left: 50%;
  transform: translateX(-50%);
}
header .header_content .header_contact a {
  display: block;
  width: 170px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background: #fe80c5;
  font-size: 1.6rem;
  border-radius: 0 100px 100px 0;
}
header #slider .swiper-slide {
  position: relative;
}
header #slider .swiper-slide .slider_txt {
  opacity: 0;
}
header #slider .swiper-slide.swiper-slide-visible .slider_txt {
  opacity: 1;
}
header #slider .swiper-slide .slider_pic img {
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
header #slider .swiper-slide .slider_txt {
  position: absolute;
  z-index: 2;
  left: 3%;
  bottom: 13%;
}
header #slider .swiper-slide .slider_txt span {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: clamp(2.4rem, 4.2vw, 5.8rem);
  margin-bottom: 10px;
  border-radius: 10px;
}
header #slider .swiper-slide .slider_txt span:last-of-type {
  margin-bottom: 0;
}
header #slider .swiper-slide .slider_txt span img {
  width: 344px;
  margin-top: 10px;
}
header #slider .swiper-slide .slider_icon {
  width: 16.63%;
  min-width: 270px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1100px) {
  header .header_logo {
    zoom: 0.8;
  }
  header .header_content {
    zoom: 0.8;
  }
} /*max-width:1100px*/
@media screen and (max-width: 900px) {
  header .header_logo {
    zoom: 0.7;
  }
  header .header_content {
    zoom: 0.7;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  header .header_logo {
    zoom: 1;
    width: 100px;
  }
  header .header_content {
    display: none;
  }
  header #slider .swiper-slide .slider_pic {
    height: 100%;
  }
  header #slider .swiper-slide .slider_pic img {
    min-height: auto;
  }
  header #slider .swiper-slide .slider_txt {
    bottom: 8%;
  }
  header #slider .swiper-slide .slider_txt span {
    padding: 10px;
    font-size: clamp(2rem, 5vw, 3.8rem);
    margin-bottom: 5px;
    border-radius: 5px;
  }
  header #slider .swiper-slide .slider_txt span img {
    width: 160px;
    margin-top: 5px;
  }
  header #slider .swiper-slide .slider_icon {
    width: 35%;
    min-width: 100px;
    max-width: 250px;
  }
} /*max-width:767px*/
/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #fe80c5;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 4px;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(254, 128, 197, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #fe80c5 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #fe80c5;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #fe80c5 !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url(images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 5px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 180px;
  padding: 13px 2px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fe80c5;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #fe80c5;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}
/* 下層キービジュアル*/
#teaser {
  width: 100%;
  height: 600px;
  position: relative;
}
#teaser .teaser_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
}
#teaser .teaser_tit img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  #teaser {
    height: 250px;
  }
  #teaser .teaser_tit {
    height: 50px;
  }
} /*max-width:767px*/
.course_teaser {
  background: url(images/teaser01.png) top center no-repeat;
  background-size: cover;
}

.flow_teaser {
  background: url(images/teaser02.png) top center no-repeat;
  background-size: cover;
}

.voice_teaser {
  background: url(images/teaser03.png) top center no-repeat;
  background-size: cover;
}

.about_teaser {
  background: url(images/teaser04.png) top center no-repeat;
  background-size: cover;
}

.company_teaser {
  background: url(images/teaser05.png) top center no-repeat;
  background-size: cover;
}

.contact_teaser {
  background: url(images/teaser06.png) top center no-repeat;
  background-size: cover;
}

/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 130px;
  text-align: left;
}

.breadcrumb {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.breadcrumb p {
  color: #333333;
  font-size: 1.4rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #463a39;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto 60px;
  }
  .breadcrumb p {
    line-height: 1.2;
    font-size: 1.1rem;
  }
} /*max-width:767px*/
/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 250px;
  text-decoration: none;
  text-align: center;
  color: #fe80c5;
  line-height: 70px;
  background: #fff;
  border-radius: 100px;
  font-size: 1.6rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 30px 0 0 auto;
}
.btn_box01 a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/btn_icon.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .btn_box01 a {
    margin: 20px auto 0;
  }
} /*max-width:767px*/
/****************************************

contentトップ用

*****************************************/
/*btn*/
.btn a {
  display: block;
  width: 250px;
  text-decoration: none;
  text-align: center;
  color: #fe80c5;
  line-height: 70px;
  background: #fff;
  border-radius: 100px;
  font-size: 1.6rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/btn_icon.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .btn a {
    margin: 0 auto;
  }
} /*max-width:767px*/
/*1カラム*/
.top_box01 {
  position: relative;
  padding: 170px 20px 200px;
}
.top_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 115%;
  background: url(images/top_bg01.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -4;
}
.top_box01 .top_box01_icon {
  position: absolute;
  width: 13.02%;
  min-width: 180px;
  bottom: 0;
  z-index: -3;
  right: 5%;
}
.top_box01 .top_box01_wrap {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 53.85% 43.08%;
  justify-content: space-between;
  align-items: center;
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_tit {
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
  position: relative;
  font-size: clamp(2.6rem, 2.8vw, 3.6rem);
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_tit::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 65px;
  background: url(images/tit_icon01.png) no-repeat;
  background-size: contain;
  left: -50px;
  top: -60px;
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_txt {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 70px 20px;
  }
  .top_box01::after {
    height: 115%;
    background: url(images/sp_top_bg01.jpg) top center no-repeat;
    background-size: cover;
  }
  .top_box01 .top_box01_icon {
    width: 25%;
    min-width: 80px;
    right: 0;
  }
  .top_box01 .top_box01_wrap {
    grid-template-columns: 100%;
    gap: 80px 0;
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_tit {
    margin-bottom: 30px;
    font-size: clamp(2.4rem, 5vw, 2.6rem);
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_tit::after {
    width: 50px;
    height: 40px;
    background: url(images/tit_icon01.png) no-repeat;
    background-size: contain;
    left: -20px;
    top: -30px;
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_txt {
    margin-bottom: 30px;
  }
} /*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 50px 20px 0;
  position: relative;
}
.top_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 155%;
  background: url(images/wave_bg.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -15%;
  z-index: -2;
}
.top_box02 .top_box02_icon01 {
  position: absolute;
  width: 15.63%;
  left: 0;
  top: 20%;
  z-index: -1;
}
.top_box02 .top_box02_icon02 {
  position: absolute;
  width: 15.63%;
  right: 0;
  top: 60%;
  z-index: -1;
}
.top_box02 .inner .top_box02_tit {
  max-width: 528px;
  margin: 0 auto 50px;
}
.top_box02 .inner .top_box02_txt {
  text-align: center;
  margin-bottom: 60px;
}
.top_box02 .inner .top_box02_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2%;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 20px 0;
    position: relative;
  }
  .top_box02::after {
    height: 115%;
    background: url(images/sp_wave.png) top center no-repeat;
    background-size: cover;
    top: -2.5%;
  }
  .top_box02 .top_box02_icon01 {
    width: 25%;
    top: 25%;
  }
  .top_box02 .top_box02_icon02 {
    width: 25%;
    top: 50%;
  }
  .top_box02 .inner .top_box02_tit {
    margin: 0 auto 30px;
  }
  .top_box02 .inner .top_box02_txt {
    margin-bottom: 20px;
  }
  .top_box02 .inner .top_box02_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 380px 20px 160px;
  background: url(images/top_bg02.png) top center no-repeat;
  background-size: cover;
}
.top_box03 .top_box03_inner {
  max-width: 1300px;
  margin: 0 auto;
  color: #fff;
}
.top_box03 .top_box03_inner .top_box03_tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-size: clamp(3.2rem, 3.2vw, 4.2rem);
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_tit::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 65px;
  background: url(images/tit_icon02.png) no-repeat;
  background-size: contain;
  left: -50px;
  top: -60px;
}
.top_box03 .top_box03_inner .top_box03_txt {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 300px 20px 80px;
    background: url(images/sp_top_bg02.png) top center no-repeat;
    background-size: cover;
  }
  .top_box03 .top_box03_inner .top_box03_tit {
    margin-bottom: 30px;
    font-size: clamp(2.4rem, 5vw, 2.8rem);
  }
  .top_box03 .top_box03_inner .top_box03_tit::after {
    width: 60px;
    height: 48px;
    background: url(images/tit_icon02.png) no-repeat;
    background-size: contain;
    left: -20px;
    top: -50px;
  }
  .top_box03 .top_box03_inner .top_box03_txt {
    margin-bottom: 30px;
  }
} /*max-width:767px*/
/*4カラム*/
.top_box04 {
  padding: 150px 20px 0;
  position: relative;
}
.top_box04::after {
  position: absolute;
  content: "";
  width: 15%;
  height: 110%;
  background: url(images/tree_icon04.png) repeat-y;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: -2;
}
.top_box04::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 110%;
  background: url(images/tree_icon05.png) repeat-y;
  background-size: contain;
  right: 0;
  top: 0;
  z-index: -2;
}
.top_box04 .top_box04_inner {
  max-width: 1300px;
  margin: 0 auto;
}
.top_box04 .top_box04_inner .top_box04_tit {
  max-width: 571px;
  margin: 0 auto 60px;
  position: relative;
}
.top_box04 .top_box04_inner .top_box04_tit::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 56px;
  background: url(images/tit_icon03.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  top: -55px;
  margin: 0 auto;
}
.top_box04 .top_box04_inner .top_box04_content {
  padding-bottom: 80px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 40% 52.38%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.top_box04 .top_box04_inner .top_box04_content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: url(images/bar.png) left center repeat-x;
  left: 0;
  bottom: 0;
}
.top_box04 .top_box04_inner .top_box04_content:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.top_box04 .top_box04_inner .top_box04_content:last-of-type::after {
  content: none;
}
.top_box04 .top_box04_inner .top_box04_content:nth-of-type(even) {
  grid-template-columns: 52.38% 40%;
}
.top_box04 .top_box04_inner .top_box04_content:nth-of-type(even) .top_box04_txt_area {
  order: 1;
}
.top_box04 .top_box04_inner .top_box04_content:nth-of-type(even) figure {
  order: 2;
}
.top_box04 .top_box04_inner .top_box04_content .top_box04_txt_area .top_box04_content_tit {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 0 15px;
  margin-bottom: 30px;
}
.top_box04 .top_box04_inner .top_box04_content .top_box04_txt_area .top_box04_content_tit span {
  display: inline-block;
}
.top_box04 .top_box04_inner .top_box04_content .top_box04_txt_area .top_box04_content_tit .ja {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 100px 20px 0;
  }
  .top_box04::after {
    width: 40%;
    height: 110%;
    background: url(images/sp_tree_icon05.png) left top repeat-y;
    background-size: cover;
  }
  .top_box04::before {
    width: 40%;
    height: 110%;
    background: url(images/sp_tree_icon04.png) right top repeat-y;
    background-size: cover;
  }
  .top_box04 .top_box04_inner .top_box04_tit {
    width: 90%;
    margin: 0 auto 30px;
  }
  .top_box04 .top_box04_inner .top_box04_content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    grid-template-columns: 100%;
    gap: 0;
  }
  .top_box04 .top_box04_inner .top_box04_content:nth-of-type(even) {
    grid-template-columns: 100%;
  }
  .top_box04 .top_box04_inner .top_box04_content:nth-of-type(even) .top_box04_txt_area {
    order: 2;
  }
  .top_box04 .top_box04_inner .top_box04_content:nth-of-type(even) figure {
    order: 1;
  }
  .top_box04 .top_box04_inner .top_box04_content .top_box04_txt_area .top_box04_content_tit {
    grid-template-columns: 60px auto;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  .top_box04 .top_box04_inner .top_box04_content .top_box04_txt_area .top_box04_content_tit .ja {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }
} /*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 100px 0 180px 20px;
  background: url(images/top_bg03.png) top center no-repeat;
  background-size: cover;
}
.top_box05 .top_box05_wrap {
  max-width: 1600px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: flex-end;
}
.top_box05 .top_box05_wrap .top_box05_content {
  padding-top: 100px;
  color: #fff;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_tit {
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-size: clamp(2.8rem, 2.8vw, 4.2rem);
  position: relative;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_tit::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 65px;
  background: url(images/tit_icon02.png) no-repeat;
  background-size: contain;
  left: -50px;
  top: -60px;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_txt {
  margin-bottom: 50px;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_txt .fs18 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_txt a {
  color: #fff;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_btn {
  display: flex;
  gap: 0 20px;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_btn li a {
  display: block;
  width: 250px;
  text-decoration: none;
  text-align: center;
  color: #fe80c5;
  line-height: 70px;
  background: #fff;
  border-radius: 100px;
  font-size: 1.6rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_btn li a span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_btn li a span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 18px;
  background: url(images/mail.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_btn li:nth-child(2) a {
  background: #17c75a;
  color: #fff;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_btn li:nth-child(2) a span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  background: url(images/line.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1200px) {
  .top_box05 .top_box05_wrap .top_box05_content {
    zoom: 0.8;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1000px) {
  .top_box05 .top_box05_wrap .top_box05_content {
    zoom: 0.7;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 20px 80px;
    background: none;
    position: relative;
  }
  .top_box05::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    background: url(images/sp_top_bg03.png) top center no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .top_box05 .top_box05_wrap {
    grid-template-columns: 100%;
    align-items: center;
    gap: 30px 0;
  }
  .top_box05 .top_box05_wrap .top_box05_content {
    padding-top: 0;
    order: 2;
    zoom: 1;
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_tit {
    margin-bottom: 30px;
    font-size: clamp(2.2rem, 5vw, 2.8rem);
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_tit::after {
    width: 60px;
    height: 48px;
    background: url(images/tit_icon02.png) no-repeat;
    background-size: contain;
    left: -20px;
    top: -50px;
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_txt {
    margin-bottom: 30px;
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_txt .fs18 {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_btn {
    flex-direction: column;
    gap: 10px 0;
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_btn li a {
    margin: 0 auto;
  }
  .top_box05 figure {
    order: 1;
  }
} /*max-width:767px*/
/*6カラム*/
.top_box06 {
  padding: 150px 20px 0;
}
.top_box06 .top_box06_inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px auto;
  gap: 0 10%;
}
.top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit {
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 100px;
  position: relative;
}
.top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  background: url(images/tit_icon04.png) no-repeat;
  background-size: contain;
  left: -70px;
  top: -50px;
  z-index: -1;
}
.top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit .en {
  color: #fe80c5;
  font-size: clamp(6rem, 6vw, 8rem);
}
.top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit .ja {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.top_box06 .top_box06_inner .top_box06_content {
  height: 343px;
  overflow-y: scroll;
}
.top_box06 .top_box06_inner .top_box06_content article a {
  display: block;
  padding: 45px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  text-decoration: none;
}
.top_box06 .top_box06_inner .top_box06_content article a time {
  display: inline-block;
  line-height: 1.2;
  color: #ccc;
  font-size: 1.6rem;
  margin-right: 30px;
}
.top_box06 .top_box06_inner .top_box06_content article a .tit {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #68493b;
}
.top_box06 .top_box06_inner .top_box06_content article:first-of-type {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 60px 20px 0;
  }
  .top_box06 .top_box06_inner {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit {
    margin-bottom: 0;
  }
  .top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 180px;
    background: url(images/tit_icon04.png) no-repeat;
    background-size: contain;
    left: -70px;
    top: -50px;
    z-index: -1;
  }
  .top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit .en {
    color: #fe80c5;
    font-size: clamp(4rem, 12vw, 6rem);
  }
  .top_box06 .top_box06_inner .top_box06_tit_area .top_box06_tit .ja {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .top_box06 .top_box06_inner .top_box06_content {
    height: 280px;
  }
  .top_box06 .top_box06_inner .top_box06_content::-webkit-scrollbar {
    width: 1px;
  }
  .top_box06 .top_box06_inner .top_box06_content::-webkit-scrollbar-track {
    background: transparent;
  }
  .top_box06 .top_box06_inner .top_box06_content::-webkit-scrollbar-thumb {
    background: #999;
  }
  .top_box06 .top_box06_inner .top_box06_content article a {
    padding: 30px 0;
    flex-direction: column;
    gap: 10px 0;
  }
  .top_box06 .top_box06_inner .top_box06_content article a time {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .top_box06 .top_box06_inner .top_box06_content article a .tit {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*bottom*/
.bottom_box {
  margin-top: 200px;
  padding: 0 20px;
  position: relative;
}
.bottom_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: url(images/contact_bg01.png) top center no-repeat;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.bottom_box .bottom_box_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 150px 20px 130px;
  border-radius: 50px;
  background: url(images/contact_bg.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}
.bottom_box .bottom_box_inner .bottom_box_icon {
  position: absolute;
  width: 150px;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bottom_box .bottom_box_inner .bottom_box_tit {
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
}
.bottom_box .bottom_box_inner .bottom_box_txt {
  margin-bottom: 50px;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  gap: 0 1%;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fe80c5;
  line-height: 70px;
  background: #fff;
  font-size: 1.6rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: relative;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li a span {
  padding-right: 40px;
  position: relative;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li a span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 18px;
  background: url(images/mail.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li:first-child a {
  background: transparent;
  color: #fff;
  box-shadow: none;
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li:first-child a span {
  padding: 0 0 0 40px;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li:first-child a span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li:nth-child(3) a {
  color: #fff;
  background: #17c75a;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li:nth-child(3) a span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  background: url(images/line.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li:nth-child(4) a {
  color: #fff;
  background: #cf2e92;
}
.bottom_box .bottom_box_inner .bottom_box_btn_area li:nth-child(4) a span::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url(images/insta.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1000px) {
  .bottom_box .bottom_box_inner .bottom_box_btn_area {
    zoom: 0.8;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .bottom_box {
    margin-top: 120px;
  }
  .bottom_box::after {
    background: url(images/sp_contact_bg01.png) top center no-repeat;
    background-size: cover;
  }
  .bottom_box .bottom_box_inner {
    padding: 100px 20px 80px;
    border-radius: 30px;
    background: url(images/sp_contact_bg.jpg) top center no-repeat;
    background-size: cover;
  }
  .bottom_box .bottom_box_inner .bottom_box_icon {
    width: 100px;
    top: -50px;
  }
  .bottom_box .bottom_box_inner .bottom_box_tit {
    font-size: clamp(2.4rem, 5vw, 2.8rem);
  }
  .bottom_box .bottom_box_inner .bottom_box_txt {
    margin-bottom: 10px;
  }
  .bottom_box .bottom_box_inner .bottom_box_btn_area {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    zoom: 1;
  }
  .bottom_box .bottom_box_inner .bottom_box_btn_area li:first-child a {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
  }
} /*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt510 {
  width: 510px;
}

.txt530 {
  width: 530px;
}

.txt560 {
  width: 560px;
}

.txt600 {
  width: 600px;
}

.txt640 {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    flex-direction: column;
  }
}
/*==============================================================
コース
==================================================================*/
.under_tit_area {
  text-align: center;
  position: relative;
}
.under_tit_area::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 56px;
  background: url(images/tit_icon03.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .under_tit_area {
    text-align: justify;
  }
} /*max-width:767px*/
.course_box01 {
  padding: 0 20px 150px;
  position: relative;
  margin-bottom: 150px;
}
.course_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 145%;
  background: url(images/course_bg01.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: -45%;
  z-index: -1;
}
.course_box01 .txt01 {
  margin-bottom: 40px;
}
.course_box01 .list {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
  margin-bottom: 30px;
}
.course_box01 .txt02 {
  text-align: center;
  margin-bottom: 50px;
}
.course_box01 .btn_area {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.course_box01 .btn_area li a {
  display: block;
  width: 250px;
  text-decoration: none;
  text-align: center;
  color: #fe80c5;
  line-height: 70px;
  background: #fff;
  font-size: 1.6rem;
  border-radius: 100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.course_box01 .btn_area li a span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.course_box01 .btn_area li a span::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 18px;
  background: url(images/mail.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.course_box01 .btn_area li:nth-child(2) a {
  background: #17c75a;
  color: #fff;
}
.course_box01 .btn_area li:nth-child(2) a span {
  display: inline-block;
}
.course_box01 .btn_area li:nth-child(2) a span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  background: url(images/line.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .course_box01 {
    padding: 0 20px 60px;
    margin-bottom: 60px;
  }
  .course_box01 .txt01 {
    margin-bottom: 30px;
  }
  .course_box01 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 10px;
  }
  .course_box01 .list li {
    max-width: 200px;
    margin: 0 auto;
  }
  .course_box01 .txt02 {
    text-align: justify;
    margin-bottom: 30px;
  }
  .course_box01 .btn_area {
    flex-direction: column;
    gap: 10px 0;
    align-items: center;
  }
} /*max-width:767px*/
.course_box02 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.course_box02 .inner {
  position: relative;
}
.course_box02 .inner .icon {
  width: 621px;
  position: absolute;
  top: -100px;
  left: -330px;
  z-index: -1;
}
.course_box02 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
  margin-bottom: 50px;
}
.course_box02 .wrap .content {
  background: url(images/course_bg02.png) top center no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  padding: 100px 60px;
  z-index: 1;
  text-align: center;
}
.course_box02 .wrap .content::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #fff9fc;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.course_box02 .wrap .content .tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #68493b;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
}
.course_box02 .wrap .content dl dt {
  color: #fe80c5;
  font-size: clamp(4rem, 5vw, 7rem);
  margin-bottom: 20px;
  line-height: 1.2;
}
.course_box02 .wrap .content dl dt span {
  font-size: clamp(2.4rem, 2.6vw, 3rem);
}
.course_box02 .wrap .content dl dd {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  .course_box02 {
    margin-bottom: 60px;
  }
  .course_box02 .inner .icon {
    width: 300px;
    top: 100px;
    left: -130px;
  }
  .course_box02 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .course_box02 .wrap .content {
    padding: 50px 30px;
  }
  .course_box02 .wrap .content::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .course_box02 .wrap .content .tit {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
  .course_box02 .wrap .content dl dt {
    color: #fe80c5;
    font-size: clamp(2.6rem, 8vw, 4rem);
  }
  .course_box02 .wrap .content dl dt span {
    font-size: clamp(1.6rem, 5vw, 2.5rem);
  }
  .course_box02 .wrap .content dl dd {
    font-size: clamp(1.2rem, 3vw, 1.4rem);
  }
} /*max-width:767px*/
.course_box03 {
  padding: 0 20px;
}
.course_box03 .content {
  background: #fddb75;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 70px 10%;
  text-align: center;
  margin-bottom: 50px;
}
.course_box03 .content:last-child {
  margin-bottom: 0;
}
.course_box03 .content:nth-of-type(2) {
  background: #86daf5;
}
.course_box03 .content:nth-of-type(2)::after {
  background: #f4fcff;
}
.course_box03 .content:nth-of-type(2) .icon {
  right: auto;
  top: -80px;
  left: -80px;
}
.course_box03 .content .icon {
  position: absolute;
  width: 220px;
  right: -80px;
  top: -80px;
}
.course_box03 .content::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fffbee;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  margin: auto;
  z-index: -1;
}
.course_box03 .content .tit {
  font-size: clamp(2.6rem, 2.8vw, 3.8rem);
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.course_box03 .content .wrap {
  display: flex;
  justify-content: center;
  gap: 0 150px;
  align-items: center;
  margin-bottom: 50px;
}
.course_box03 .content .wrap .price01 {
  position: relative;
  text-align: center;
}
.course_box03 .content .wrap .price01::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(images/price_icon.png) no-repeat;
  background-size: contain;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.course_box03 .content .wrap .price01 .txt01 {
  font-size: clamp(3rem, 5vw, 7rem);
  line-height: 1.5;
}
.course_box03 .content .wrap .price01 .txt01 span {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.course_box03 .content .wrap .price01 .txt02 {
  line-height: 1.5;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.course_box03 .content .wrap .price02 .txt01 {
  font-size: clamp(2.2rem, 2.2vw, 3rem);
  line-height: 1.3;
}
.course_box03 .content .wrap .price02 .txt01 .yellow {
  font-size: clamp(4rem, 5vw, 7rem);
}
.course_box03 .content .wrap .price02 .txt01 .yellow span {
  font-size: clamp(2.2rem, 2.2vw, 3rem);
}
.course_box03 .content .wrap .price02 .txt01 .blue {
  font-size: clamp(4rem, 5vw, 7rem);
}
.course_box03 .content .wrap .price02 .txt01 .blue span {
  font-size: clamp(2.2rem, 2.2vw, 3rem);
}
.course_box03 .content .txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .course_box03 .content {
    padding: 50px 30px;
    margin-bottom: 30px;
  }
  .course_box03 .content:nth-of-type(2) .icon {
    top: -50px;
    left: -50px;
  }
  .course_box03 .content .icon {
    width: 120px;
    right: -50px;
    top: -50px;
  }
  .course_box03 .content .tit {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }
  .course_box03 .content .wrap {
    flex-direction: column;
    gap: 50px 0;
    margin-bottom: 30px;
  }
  .course_box03 .content .wrap .price01::after {
    width: 30px;
    height: 30px;
    background: url(images/price_icon.png) no-repeat;
    background-size: contain;
    right: 0;
    left: 0;
    top: auto;
    bottom: -45px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .course_box03 .content .wrap .price01 .txt01 {
    font-size: clamp(3rem, 10vw, 5rem);
  }
  .course_box03 .content .wrap .price01 .txt01 span {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .course_box03 .content .wrap .price01 .txt02 {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .course_box03 .content .wrap .price02 .txt01 {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .course_box03 .content .wrap .price02 .txt01 .yellow {
    font-size: clamp(3rem, 10vw, 5rem);
  }
  .course_box03 .content .wrap .price02 .txt01 .yellow span {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .course_box03 .content .wrap .price02 .txt01 .blue {
    font-size: clamp(3rem, 10vw, 5rem);
  }
  .course_box03 .content .wrap .price02 .txt01 .blue span {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .course_box03 .content .txt {
    text-align: left;
  }
} /*max-width:767px*/
.yellow {
  color: #fddb75;
}

.blue {
  color: #86daf5;
}

.course_box04 {
  padding: 300px 20px 150px;
  background: url(images/course_wave.png) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.course_box04 .icon01 {
  position: absolute;
  width: 15.63%;
  left: 0;
  top: 20%;
  z-index: -1;
}
.course_box04 .icon02 {
  position: absolute;
  width: 15.63%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.course_box04 .txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .course_box04 {
    padding: 150px 20px 60px;
  }
  .course_box04 .icon01 {
    top: 30%;
  }
  .course_box04 .txt {
    text-align: justify;
  }
} /*max-width:767px*/
/*==============================================================
入会について
==================================================================*/
.flow_box {
  padding: 0 20px;
  margin-bottom: 150px;
}
.flow_box .inner {
  position: relative;
}
.flow_box .inner .icon01 {
  width: 621px;
  position: absolute;
  top: -100px;
  left: -330px;
  z-index: -1;
}
.flow_box .inner .icon02 {
  position: absolute;
  width: 500px;
  bottom: 10%;
  z-index: -1;
  right: -400px;
}
.flow_box .inner .wrap .content {
  margin-bottom: 30px;
  padding: 50px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 30% 62%;
  justify-content: space-between;
  align-items: center;
  background: #f9f7f2;
  position: relative;
}
.flow_box .inner .wrap .content::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(images/flow_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
.flow_box .inner .wrap .content:last-of-type {
  margin-bottom: 0;
}
.flow_box .inner .wrap .content:last-of-type::after {
  content: none;
}
.flow_box .inner .wrap .content .txt_area .tit {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.flow_box .inner .wrap .content .txt_area .tit .num {
  color: #86daf5;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.flow_box .inner .wrap .content .txt_area .tit .ja {
  font-size: clamp(2.6rem, 2.4vw, 3.2rem);
}

@media screen and (max-width: 767px) {
  .flow_box {
    margin-bottom: 60px;
  }
  .flow_box .inner .icon01 {
    width: 300px;
    top: 100px;
    left: -130px;
  }
  .flow_box .inner .icon02 {
    width: 300px;
    right: -200px;
  }
  .flow_box .inner .wrap .content {
    margin-bottom: 30px;
    padding: 50px 20px;
    border-radius: 20px;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .flow_box .inner .wrap .content::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .flow_box .inner .wrap .content .txt_area .tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
} /*max-width:767px*/
.faq_box {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.faq_box .icon01 {
  position: absolute;
  width: 15.63%;
  left: 0;
  top: 20%;
  z-index: -1;
}
.faq_box .icon02 {
  position: absolute;
  width: 15.63%;
  right: 0;
  top: 50%;
  z-index: -1;
}

/*==============================================================
講師紹介
==================================================================*/
.voice_box01 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.voice_box01 .txt01 {
  margin-bottom: 50px;
}
.voice_box01 .list {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px 2%;
  flex-wrap: wrap;
}
.voice_box01 .list li {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .voice_box01 {
    margin-bottom: 60px;
  }
  .voice_box01 .txt01 {
    margin-bottom: 30px;
  }
  .voice_box01 .list {
    flex-direction: column;
    gap: 10px 0;
  }
  .voice_box01 .list li {
    width: 100%;
  }
} /*max-width:767px*/
.voice_box02 {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.voice_box02 .icon01 {
  position: absolute;
  width: 15.63%;
  left: 0;
  top: 20%;
  z-index: -1;
}
.voice_box02 .icon02 {
  position: absolute;
  width: 15.63%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .voice_box02 {
    margin-bottom: 60px;
  }
  .voice_box02 .content iframe {
    height: 400px;
  }
} /*max-width:767px*/
.voice_box03 {
  padding: 300px 20px 150px;
  background: url(images/voice_wave.png) top center no-repeat;
  background-size: cover;
}
.voice_box03 .wrap .content {
  display: grid;
  grid-template-columns: auto 150px;
  gap: 0 50px;
  margin-bottom: 50px;
}
.voice_box03 .wrap .content:last-of-type {
  margin-bottom: 0;
}
.voice_box03 .wrap .content:nth-of-type(even) {
  grid-template-columns: 150px auto;
}
.voice_box03 .wrap .content:nth-of-type(even) .txt_area {
  order: 2;
}
.voice_box03 .wrap .content:nth-of-type(even) .txt_area::after {
  right: auto;
  left: -30px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.voice_box03 .wrap .content:nth-of-type(even) figure {
  order: 1;
}
.voice_box03 .wrap .content .txt_area {
  padding: 50px 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.voice_box03 .wrap .content .txt_area::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 25px;
  background: #fff;
  right: -30px;
  top: 60px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.voice_box03 .wrap .content dl {
  text-align: center;
}
.voice_box03 .wrap .content dl dt {
  margin-bottom: 10px;
}
.voice_box03 .wrap .content dl dd {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .voice_box03 {
    padding: 100px 20px 60px;
    background: url(images/sp_wave.png) top center no-repeat;
    background-size: cover;
  }
  .voice_box03 .wrap .content {
    grid-template-columns: 100%;
    gap: 30px 0;
    margin-bottom: 30px;
  }
  .voice_box03 .wrap .content:nth-of-type(even) {
    grid-template-columns: 100%;
  }
  .voice_box03 .wrap .content:nth-of-type(even) .txt_area {
    order: 2;
  }
  .voice_box03 .wrap .content:nth-of-type(even) .txt_area::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .voice_box03 .wrap .content:nth-of-type(even) figure {
    order: 1;
  }
  .voice_box03 .wrap .content figure {
    order: 1;
  }
  .voice_box03 .wrap .content .txt_area {
    padding: 30px 20px;
    order: 2;
  }
  .voice_box03 .wrap .content .txt_area::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -25px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .voice_box03 .wrap .content dl {
    max-width: 150px;
    margin: 0 auto;
  }
} /*max-width:767px*/
/*==============================================================
そろタッチについて
==================================================================*/
.soro_box01 {
  margin-bottom: 100px;
  padding: 0 20px;
}

.soro_box02 {
  padding: 0 20px;
}
.soro_box02 .soro_box02_wrap {
  max-width: 1540px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.soro_box02 .soro_box02_wrap dl {
  text-align: center;
}
.soro_box02 .soro_box02_wrap dl dt {
  margin-bottom: 30px;
}
.soro_box02 .txt_area {
  text-align: center;
}
.soro_box02 .txt_area span {
  color: #fe80c5;
  font-size: clamp(3.4rem, 3.2vw, 4.2rem);
}

@media screen and (max-width: 767px) {
  .soro_box01 {
    margin-bottom: 50px;
  }
  .soro_box02 .soro_box02_wrap {
    margin: 0 auto 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .soro_box02 .soro_box02_wrap dl {
    text-align: justify;
  }
  .soro_box02 .soro_box02_wrap dl dt {
    margin-bottom: 10px;
  }
  .soro_box02 .txt_area {
    text-align: justify;
  }
  .soro_box02 .txt_area span {
    color: #fe80c5;
    font-size: clamp(2rem, 6vw, 3rem);
  }
} /*max-width:767px*/
/*==============================================================
教室概要
==================================================================*/
.company_box01 {
  padding: 40px 0 180px 20px;
  background: url(images/company_bg.png) top center no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}
.company_box01 .wrap {
  max-width: 1600px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: flex-end;
}
.company_box01 .wrap .content {
  padding-top: 100px;
  color: #fff;
}
.company_box01 .wrap .content .tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-size: clamp(2.8rem, 2.8vw, 4.2rem);
  position: relative;
}
.company_box01 .wrap .content .tit::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 65px;
  background: url(images/tit_icon02.png) no-repeat;
  background-size: contain;
  left: -50px;
  top: -60px;
}
.company_box01 .wrap .content .txt .name {
  text-align: right;
  padding-top: 50px;
}

@media screen and (max-width: 1200px) {
  .company_box01 .wrap .content {
    zoom: 0.8;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1000px) {
  .company_box01 .wrap .content {
    zoom: 0.6;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .company_box01 {
    padding: 0 20px 60px;
    background: none;
    position: relative;
    margin-bottom: 60px;
  }
  .company_box01::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    background: url(images/sp_company_bg.png) top center no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .company_box01 .wrap {
    grid-template-columns: 100%;
    align-items: center;
    gap: 0;
  }
  .company_box01 .wrap .content {
    padding-top: 0;
    order: 2;
    zoom: 1;
  }
  .company_box01 .wrap .content .tit {
    margin-bottom: 30px;
    font-size: clamp(2.2rem, 5vw, 2.8rem);
  }
  .company_box01 .wrap .content .tit::after {
    width: 60px;
    height: 48px;
    background: url(images/tit_icon02.png) no-repeat;
    background-size: contain;
    left: -20px;
    top: -50px;
  }
  .company_box01 .wrap .content .txt {
    margin-bottom: 30px;
  }
  .company_box01 .wrap .content .txt .fs18 {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
} /*max-width:767px*/
.company_box02 {
  padding: 0 20px;
}
.company_box02 .overview_table {
  margin-bottom: 80px;
}
.company_box02 .map {
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .company_box02 .overview_table {
    margin-bottom: 30px;
  }
  .company_box02 iframe {
    height: 250px;
  }
} /*max-width:767px*/
/*==============================================================
ブログ
==================================================================*/
/*==============================================================
お問い合わせ
==================================================================*/
.contact_box {
  padding: 0 20px;
}
.contact_box .contact_txt {
  text-align: center;
  margin-bottom: 50px;
}
.contact_box .privacy {
  margin-bottom: 80px;
  background: #eee;
  padding: 30px 20px;
  text-align: center;
}
.contact_box .privacy .tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.contact_box .privacy .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contact_box .contact_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .contact_box .privacy {
    margin-bottom: 50px;
    text-align: justify;
  }
  .contact_box .privacy .tit {
    font-size: 2rem;
  }
} /*max-width:767px*/
/*==============================================================
ブログページ
==================================================================*/
.blog_post {
  padding: 0 20px;
}

.blog_post_parts .blog_box {
  display: grid;
  grid-template-columns: 36.36% 58.18%;
  justify-content: space-between;
}
.blog_post_parts figure {
  overflow: hidden;
}
.blog_post_parts figure a {
  display: block;
  width: 100%;
}
.blog_post_parts figure a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .blog_post_parts .blog_box {
    grid-template-columns: 100%;
  }
  .blog_post_parts figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
} /*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .blog_post_parts h2 {
    font-size: 1.8rem;
  }
} /*max-width:767px*/
/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
/* 投稿 */
.blog_post_parts {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .blog_post_parts {
    margin-bottom: 50px;
  }
} /*max-width:767px*/
/* 3列投稿 */
@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt530,
  .txt510,
  .txt560,
  .txt600,
  .txt640 {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 20px;
}

.nav-below {
  font-size: 100%;
}
.nav-below a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#single_box time {
  display: block;
  margin-bottom: 20px;
}

.another_article {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 400px;
  margin: 0 auto;
  background: #fe80c5;
}

@media screen and (max-width: 767px) {
  .another_article {
    display: flex;
    width: 100%;
    gap: 0 10px;
  }
} /*max-width:767px*/
.another_article p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 60px;
}
.another_article p a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .another_article .nav-below {
    width: 30%;
  }
  .another_article .nav-below P {
    width: 100%;
  }
  .another_article .nav-below P a {
    width: 100%;
  }
  .another_article p {
    padding: 0 2px;
    font-size: 1.2rem;
    line-height: 35px;
  }
} /*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.single_box_txt img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

#single_box figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_box_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 64px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: 50%;
    background: #fe80c5;
    border-top: 1px solid #fff;
  }
  .sp_bana div img {
    width: 8%;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_bana div p {
    color: #fff;
    line-height: 1;
    font-size: clamp(1.8rem, 4vw, 2rem);
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 0.8;
    padding-left: 20px;
    position: relative;
  }
  .sp_bana div p span {
    font-size: 0.8rem;
    opacity: 1;
  }
  .sp_bana div:first-of-type p {
    font-size: clamp(2rem, 4vw, 2.2rem);
  }
  .sp_bana div:first-of-type p::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 12px;
    background: url(images/sp_tel.svg) no-repeat;
    left: 0;
    top: 5px;
  }
  .sp_bana div:last-of-type p::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 9px;
    background: url(images/sp_mail.svg) no-repeat;
    left: 0;
    top: 5px;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 0 8px;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  background: #f7f5ef;
  padding: 90px 20px;
}
footer .footer_logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
footer .footer_logo_area .footer_logo {
  width: 180px;
}
footer .footer_logo_area .footer_logo a {
  display: inline-block;
}
footer .footer_logo_area .footer_info p {
  font-size: 1.6rem;
}
footer .footer_navi {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  gap: 0 3%;
}
footer .footer_navi li a {
  color: #68493b;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 60px 20px 90px;
  }
  footer .footer_logo_area {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 30px 0;
  }
  footer .footer_logo_area .footer_logo {
    width: 100px;
    margin: 0 auto;
  }
  footer .footer_logo_area .footer_info {
    text-align: center;
  }
  footer .footer_logo_area .footer_info p {
    font-size: 1.4rem;
  }
  footer .footer_navi {
    flex-direction: column;
    gap: 15px 0;
    padding: 40px 0;
  }
  footer .footer_navi li {
    text-align: center;
  }
  footer .footer_navi li a {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 142px;
  z-index: 100;
}
.to_top a img {
  transition: all 0.5s;
}
.to_top a:hover {
  opacity: 1;
}
.to_top a:hover img {
  transform: translateY(-10px);
}

.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.6rem;
}

.copy small {
  font-size: 1.4rem;
}

.copy {
  margin-top: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  address {
    font-size: 1.4rem;
  }
  .to_top {
    display: none !important;
  }
  .copy small {
    font-size: 1.1rem;
  }
  .copy {
    margin-top: 25px;
    text-align: center;
  }
}
/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.subhead01 {
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
  text-align: center;
}
.subhead01 .en {
  color: #fe80c5;
  font-size: clamp(6rem, 6vw, 8rem);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.subhead01 .en::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  background: url(images/tit_icon04.png) no-repeat;
  background-size: contain;
  left: -90px;
  top: -50px;
  z-index: -1;
}
.subhead01 .ja {
  font-size: clamp(2rem, 2vw, 2.6rem);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 40px;
  }
  .subhead01 .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
  .subhead01 .en::after {
    width: 120px;
    height: 120px;
    background: url(images/tit_icon04.png) no-repeat;
    background-size: contain;
    left: -50px;
    top: -40px;
  }
  .subhead01 .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
} /*max-width:767px*/
.subhead02 {
  font-size: 2.2rem;
  border-bottom: 1px dashed #666666;
  padding-left: 65px;
  line-height: 2.5;
  margin-bottom: 30px;
}

.subhead03 {
  color: #b80d06;
  font-size: 2.2rem;
  font-weight: bold;
}

.subhead04 {
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  border-bottom: 1px solid #fe80c5;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .subhead04 {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
} /*max-width:767px*/
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
/****************************************

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 30%;
  padding: 25px 10px 25px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  background-color: #fe80c5;
  color: #fff;
}

.overview_table td {
  width: 70%;
  padding: 25px 10px 25px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
@media screen and (max-width: 767px) {
  .overview_table {
    border-bottom: 1px solid #ccc;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 26px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

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

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}

.side_banner li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none !important;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #fe80c5 solid;
  border-radius: 8px;
  background-color: #fe80c5;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(254, 128, 197, 0.3);
  background-color: #fff;
  color: #fe80c5;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #fe80c5 solid;
  box-shadow: 0 0 2px 2px rgba(254, 128, 197, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #fe80c5;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #fe80c5;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #fe80c5;
  border-right: 3px solid #fe80c5;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #fe80c5;
  box-shadow: 0 0 2px 2px rgba(254, 128, 197, 0.5);
  background-color: #fe80c5;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fe80c5;
  border-right: 1px solid #fe80c5;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #fe80c5;
  border-right: 1px solid #fe80c5;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #fe80c5;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(254, 128, 197, 0.7), rgba(254, 128, 197, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(254, 128, 197, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(254, 128, 197, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #ffffff;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .form_row .born {
    display: flex;
  }
} /*min-width:768px*/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.8s;
}

.slide_in.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-bottom: 30px;
}
.details .details-summary {
  line-height: 1.2;
  font-size: 2rem;
  padding: 30px 50px 30px 100px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
  background: #fe80c5;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q";
  font-weight: 500;
  font-size: 3.2rem;
  color: #fff;
  left: 55px;
  line-height: 1;
  top: 22px;
}
.details .details-summary .btn {
  position: absolute;
  top: 28px;
  margin: auto 0;
  right: 30px;
  transform-origin: center center;
  transition-duration: 0.2s;
  width: 30px;
}
.details .details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  padding: 30px 50px 30px 100px;
  position: relative;
  background: #f9f7f2;
  border-radius: 0 0 20px 20px;
}
.details .details-content::after {
  position: absolute;
  content: "A";
  font-weight: 500;
  font-size: 3.2rem;
  left: 60px;
  line-height: 1;
  top: 24px;
}
.details .details-content p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 10px;
  }
  .details .details-summary {
    font-size: 1.8rem;
    padding: 20px 30px 20px 50px;
  }
  .details .details-summary::after {
    font-size: 2.4rem;
    left: 20px;
    top: 18px;
  }
  .details .details-summary .btn {
    top: 20px;
    right: 10px;
    width: 25px;
  }
  .details .details-content {
    padding: 20px 30px 20px 50px;
  }
  .details .details-content::after {
    font-size: 2.4rem;
    left: 20px;
    top: 18px;
  }
  .details .details-content p {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}/*# sourceMappingURL=style.css.map */