@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    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: 170%;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h1 {}
/* Header内で設定 */
h2 {}
h3 {}
h4 {}
a {
  color: #E58C29;
}
a:hover, a:active {
  text-decoration: none;
}
a:visited {}
ul {}
li {}
dl {}
dt {}
dd {}
table {
  width: 100%
}
th, td {}
th {}
td {}
p {
  margin-bottom: 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}
p, dt, dd, td, th, li {
  line-height: 1.9em;
}
.image_l {
  float: left;
  margin: 0 15px 15px 0;
}
.image_r {
  float: right;
  margin: 0 0 15px 15px;
}
#toTop {
  border: none;
  bottom: 30px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 20px;
  margin: 0;
  z-index: 5;
}
#toTop a {
  background: #d1758e;
  text-decoration: none;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#toTop a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
/* Box sizing rules */
#index *, #index *::before, #index *::after {
  box-sizing: border-box;
  outline: none;
}
:root {
  --white: #ffffff;
  --black: #201e1f;
  --green01: #8ea123;
  --green02: #9db12f;
  --pink01: #f788a6;
  --pink02: #ec7d9b;
}
.green01 {
  color: var(--green01);
}
.green02 {
  color: var(--green02);
}
.pink01 {
  color: var(--pink01);
}
.pink02 {
  color: var(--pink02);
}
/*
font-family: 'Lora', serif;
font-family: 'Mr De Haviland', cursive;
font-family: 'Shippori Mincho B1', serif;
*/
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
#wrapper {
  max-width: 2000px;
  min-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: var(--black);
}
.inner {
  width: 1280px;
  margin: 0 auto;
}
.box_flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.flex_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flex_space {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.flex_end {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header {
  position: absolute;
  z-index: 5;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  top: 0;
  left: 0;
}
header.active {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  animation: head_fix 0.3s ease-out;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}
@keyframes head_fix {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.head_inner {
  padding-top: 28px;
  color: #ffffff;
  height: 120px;
}
.head_inner h1 {
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  width: calc(100% - 530px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.03em;
  display: inline-block;
}
header.active .head_inner h1 {
  margin-bottom: 10px;
  margin-top: -18px;
  color: var(--black);
  display: block;
}
.head_inner .logo {
  float: left;
  margin: 0;
  display: none;
}
header.active .head_inner .logo {
  display: block;
}
.head_inner .head_info {
  float: right;
}
header.active .head_inner .head_info {
  margin-top: -12px;
}
.head_info .info_tel {
  margin: -5px 16px 0 0;
}
.head_info .info_tel a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Lora', serif;
  font-size: 32px;
  font-weight: 300;
  background: url("../images/ic_tel_w.png") left center no-repeat;
  background-size: 23px auto;
  line-height: 1.2em;
  padding-left: 33px;
  letter-spacing: 0.11em;
}
header.active .head_info .info_tel a {
  color: #9aac35;
  background: url("../images/ic_tel_gr.png") left center no-repeat;
  background-size: 23px auto;
}
.head_info .info_tel span {
  line-height: 1;
  background: #fff;
  color: #000000;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 100%;
  max-width: 266px;
  margin: 5px auto 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
}
header.active .head_info .info_tel span {
  background: #9aac35;
  color: #ffffff;
  margin-top: 4px;
}
.head_info .info_web {
  width: 220px;
}
.head_info .info_web a {
  font-weight: 400;
  color: var(--white);
  background: #d2597a;
  width: 100%;
  height: 66px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.5s all;
  padding: 0 20px;
  line-height: 1.4em;
}
.head_info .info_web a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  display: block;
  background: #ee6288;
  border-radius: 999px 0 0 0;
  transition: 0.5s all;
}
.head_info .info_web a span {
  font-size: 24px;
  display: inline-block;
  background: url("../images/ic_web_w.png") left center no-repeat;
  background-size: 32px auto;
  padding-left: 42px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#index #top_info {
  position: relative;
  z-index: 2;
}
#index #top_info .inner, .slide_main li {
  height: 100vh;
  min-height: 700px;
}
#index #top_info .inner {
  padding-top: 120px;
  flex-direction: column;
}
#index #top_info .box_slide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top_info .slide_main li .img {
  transform: scale(1.1, 1.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top_info .slide_main .slide01 .img {
  background: url("../images/slide01.jpg") center center no-repeat;
  background-size: cover;
}
#top_info .slide_main .slide02 .img {
  background: url("../images/slide02.jpg") center center no-repeat;
  background-size: cover;
}
#top_info .slide_main .slide03 .img {
  background: url("../images/slide03.jpg") center center no-repeat;
  background-size: cover;
}
#top_info .slide_main .slide04 .img {
  background: url("../images/slide04.jpg") center center no-repeat;
  background-size: cover;
}

#top_info .slide_main li{opacity: 0;}
#top_info .slide_main .slick-slide li,
#top_info .slide_main .slick-current li,
#top_info .slide_main .slide01{opacity: 1;}



/* #top_info .slide_main li .img.zoom {
  -webkit-animation: mvslideAnime 12s;
  animation: mvslideAnime 12s;
  animation-timing-function: ease;
}
@-webkit-keyframes mvslideAnime {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes mvslideAnime {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
} */
#index #top_info h2 {
  font-size: 44px;
  line-height: 1.6em;
  margin-top: 20px;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.6);
  letter-spacing: 0;
}
#index #top_info h2 .num {
  font-size: 60px;
}
#index #top_info h2 .ic_cirle {
  position: relative;
  z-index: 1;
}
#index #top_info h2 .ic_cirle:after {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #f0fe9d;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  content: '';
  display: block;
}
.slide_main .slick-slide li {
  padding: 0;
}
#index #top_info .box_info_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 1200px;
}
.main_logo {
    text-align: center;
    margin: 0 auto;
  }
.main_logo img {
    display: inline-block;
    margin: 0 auto;
}
/*--- gnavi ---*/
#gnavi {
  margin: 0 auto;
  width: 1440px;
  border-radius: 999px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px 0px;
  bottom: -55px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
#gnavi .menu_main {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  width: 100%;
  font-weight: normal;
  margin-right: 40px;
}
#gnavi .menu_main > li {
  text-align: center;
  margin-right: 90px;
}
#gnavi .menu_main > li:last-child {
  margin-right: 0;
}
#gnavi .menu_main > li > a {
  font-size: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.4em;
  color: var(--black);
  transition: 0.3s all;
  position: relative;
  z-index: 1;
  font-weight: 500;
  height: 110px;
}
#gnavi .menu_main > li.is_page > a{color: #e87e9a;}
#gnavi .menu_main > li.is_page > a::after{left: 0;width: 100%}
#gnavi .menu_main > li span {
  padding-top: 46px;
  display: inline-block;
}
#gnavi .menu_main > li.navi01 span {
  letter-spacing: 0.1em;
  background: url(../images/navi-icon01.png) center top no-repeat;
}
#gnavi .menu_main > li.navi02 span {
  background: url(../images/navi-icon02.png) center top no-repeat;
}
#gnavi .menu_main > li.navi03 span {
  background: url(../images/navi-icon03.png) center top no-repeat;
}
#gnavi .menu_main > li.navi04 span {
  background: url(../images/navi-icon04.png) center top no-repeat;
  background-size: 56px auto;
}
#gnavi .menu_main > li.navi05 span {
  background: url(../images/navi-icon05.png) center top no-repeat;
}
#gnavi .menu_main > li.navi06 span {
  background: url(../images/navi-icon06.png) center top no-repeat;
}
#gnavi .menu_main > li.navi07 span {
  background: url(../images/navi-icon07.png) center top no-repeat;
    background-size: 30px auto;
}
#gnavi .menu_main > li > a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #e87e9a;
  transition: 0.5s all;
}
#gnavi .menu_main li.sub {
  position: relative;
  z-index: 100;
}
#gnavi .menu_main .menu_sub {
  display: none;
  position: absolute;
  z-index: 10;
  width: 300px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 28px 30px;
  background: #fff;
}
#gnavi .menu_main .menu_sub li {
  margin-bottom: 16px;
}
#gnavi .menu_main .menu_sub li:last-child {
  margin-bottom: 0;
}
#gnavi .menu_main .menu_sub a {
  width: 100%;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  color: #66533d;
  display: block;
  line-height: 1.4em;
  position: relative;
}
#gnavi .menu_main .menu_sub a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #66533d;
  transition: 0.5s all;
}
/*==========================================================================*/
/*                               Content                                     */
/*==========================================================================*/
#content {
  position: relative;
  z-index: 1;
}
#index .h3_common, .under #content .h3_common {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 42px;
}
#index .h3_common span, .under #content .h3_common span {
  color: #f788a6;
  font-size: 80px;
  font-family: 'Lora', serif;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  padding-top: 50px;
  background: url("../images/logo_comon.svg") center top no-repeat;
  background-size: 42px auto;
}
.under #content .h3_common span {
  font-size: 46px;
  color: var(--white);
  letter-spacing: 0.1em;
}
.common_btn01 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.common_btn01 a {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  background: var(--pink02);
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.5s all;
  padding: 0 20px;
  line-height: 1.2em;
  letter-spacing: -0.05em;
}
.common_btn01.green a {
  background: var(--green01);
}
.common_btn01.white a {
  background: #bed531;
  color: var(--black);
  font-weight: 500;
}
.common_btn01 a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  display: block;
  background: var(--pink01);
  border-radius: 999px 0 0 0;
  transition: 0.5s all;
}
.common_btn01.green a:before {
  background: var(--green02);
}
.common_btn01.white a:before {
  background: var(--white);
}
.common_btn01 a:after {
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  width: 9px;
  height: 7px;
  content: '';
  display: block;
  background: url("../images/arrow_w.png") no-repeat;
  background-size: 100% auto;
}
.common_btn01.white a:after {
  background: url("../images/arrow_b01.png") no-repeat;
  background-size: 100% auto;
}
/*--- 01 ---*/
#index_sec01 {
  padding: 135px 0 85px;
  background: url("../images/bg_sec01.jpg") center center no-repeat;
  background-size: cover;
}
.sec01_inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
}
.sec01_inner dl {
  width: 50%;
  padding: 47px 70px 50px 50px;
  display: flex;
  flex-direction: column;
}
/* .sec01_inner dl:last-child {
  padding: 40px 50px 50px 70px;
} */
.sec01_inner dl dt {
  text-align: center;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.sec01_inner dl dt:after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  background: var(--black);
  width: 80px;
  height: 1px;
}
.sec01_inner dl dt.pink01:after {
  background: var(--pink01);
}
.sec01_inner dl dt.green02:after {
  background: var(--green02);
}
/* .sec01_inner dl:last-child dt {
  font-size: 30px;
  margin-bottom: 20px;
} */
.sec01_inner dl dd {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sec01_inner dl .common_btn01 {
  margin-top: auto;
  width: 220px;
}
.sec01_inner dl .common_btn01 a {
  height: 48px;
  font-size: 16px;
}
.sec01_inner dl dd ul {
  width: 100%;
  margin-bottom: 30px;
}
.sec01_inner dl dd ul li {}
.sec01_inner dl dd ul li a {
  color: var(--black);
  text-decoration: none;
  font-weight: 400;
  padding: 17px 0 16px;
  display: block;
  border-bottom: #eaeaea 1px solid;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec01_inner dl dd ul li span {
  display: block;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.3em;
}
/*--- 02 ---*/
#index_sec02 {
  padding: 80px 0;
  background: url("../images/bg_repeat01.jpg") repeat;
}
#index_sec02 p {
  background: #fff;
}
#index_sec02 p a {
  text-decoration: none;
  color: var(--black);
  border: #fff 1px solid;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bnr_full {
  width: 100%;
  margin-bottom: 0;
}
.bnr_full a {
  background: url("../images/sec02_bnr01.jpg.jpg") center center no-repeat;
  background-size: 100% auto;
  height: 200px;
  padding: 13px 0 24px 60px;
}
.bnr_full a i {
  font-style: normal;
}
#index_sec02 .sec02_bnr06 {
  margin-bottom: 30px;
  width: 100%;
}
#index_sec02 .sec02_bnr06 a {
/*  position: relative;
  height: 200px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/sec02_bnr06_bg01.png'), url('../images/sec02_bnr06_bg02.png');
  background-position: right -1px center, left 2% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-decoration: none;
  color: #201e1f;*/
}
.sec02_bnr06 .banner_wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 41px;
  font-weight: 500;
  line-height: 1.4em;
  margin-right: 14%;
}
.sec02_bnr06 .banner_txt01 {
  font-size: 126%;
  color: #ec7d9b;
  font-weight: 900;
  margin-bottom: 0.1em;
}
.sec02_bnr06 .banner_txt02 {
  font-size: 119%;
  color: #fff;
  background: #ec7d9b;
  padding: 0.1em 0.35em 0.15em 0.25em;
  display: inline-block;
  line-height: 1em;
}

.nipt01 {
  font-size: 105px;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 16px rgba(255, 255, 255, 1);
  font-weight: 600;
  font-family: 'Lora', serif;
  letter-spacing: 0.22em;
  margin-right: 15px;
  display: block;
  line-height: 1;
}
.nipt01 i:nth-child(1) {
  color: #44b89b;
}
.nipt01 i:nth-child(2) {
  color: #bdd43d;
}
.nipt01 i:nth-child(3) {
  color: #ed9960;
}
.nipt01 i:nth-child(4) {
  color: #af79b2;
}
.nipt02 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.nipt02 i {
  font-size: 24px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-top: 15px;
}
.nipt03 {
  width: 750px;
  position: relative;
  z-index: 1;
  background: #c97289;
  color: #fff;
  font-size: 24px;
  text-align: center;
  height: 42px;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-top: 5px;
}
.nipt03:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  display: block;
  background: var(--pink01);
  border-radius: 999px 0 0 0;
  transition: 0.5s all;
}
.sec02_bnr {
  width: 620px;
  margin-bottom: 0;
}
.sec02_bnr:nth-of-type(n+2) {
  margin-top: 30px;
}
.sec02_bnr a {
  height: 120px;
  padding: 20px 35px;
  font-size: 26px;
  background: url("../images/sec02_bnr02.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  letter-spacing: 0.08em;
}
.sec02_bnr.bnr01_test a,
.sec02_bnr.bnr01 a{
  background-image: url("../images/sec02_bnr07.jpg");
}
.sec02_bnr.bnr02 a {
  background: url("../images/sec02_bnr03_update.png") center center no-repeat;
  background-size: cover;
}
.sec02_bnr.bnr03 a {
  background: url("../images/sec02_bnr04.jpg") center center no-repeat;
  background-size: cover;
  letter-spacing: 0.15em;
}
.sec02_bnr.bnr04 a {
  background: url("../images/sec02_bnr05.jpg") center center no-repeat;
  background-size: cover;
}
.sec02_bnr a:after {
  position: absolute;
  right: 17px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  background: url("../images/arrow_b01.png") center center no-repeat #fff;
  background-size: 9px auto;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 0px;
}
/*--- 03 ---*/
#index_sec03 {
  padding: 62px 0 100px;
  background: url("../images/bg_sec03.jpg") center center no-repeat;
  background-size: cover;
}
.sec03_dl {
  justify-content: center;
}
.sec03_dl a {
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px 0px;
  margin-right: 40px;
  display: block;
  border: #fff 1px solid;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: var(--black);
  transition: 0.3s all;
}
.sec03_dl dl dt {
  position: relative;
  z-index: 1;
}
.sec03_dl dl dt span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #e37d98;
  overflow: hidden;
}
.sec03_dl a:nth-child(2) dl dt span, .sec03_dl a:nth-child(4) dl dt span, .sec03_dl a:nth-child(5) dl dt span, .sec03_dl a:nth-child(7) dl dt span {
  background: var(--green01);
}
.sec03_dl dl dt span:before {
  position: inherit;
  left: -7px;
  top: -3px;
  width: 350%;
  height: 350%;
  content: '';
  display: block;
  background: #f788a6;
  border-radius: 50%;
  transition: 0.5s all;
}
.sec03_dl a:nth-child(2) dl dt span:before, .sec03_dl a:nth-child(4) dl dt span:before, .sec03_dl a:nth-child(5) dl dt span:before, .sec03_dl a:nth-child(7) dl dt span:before {
  background: var(--green02);
}
.sec03_dl dl dt span:after {
  position: inherit;
  left: calc(50% - 4px);
  top: calc(50% - 3px);
  width: 9px;
  height: 7px;
  content: '';
  display: block;
  background: url(../images/arrow_w.png) no-repeat;
  background-size: 100% auto;
}
.sec03_dl dl dd {
  min-height: 195px;
  padding: 20px 20px 20px;
}
.sec03_tit {
  font-size: 26px;
  color: var(--pink01);
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.sec03_dl a:nth-child(even) .sec03_tit {
  color: var(--green02);
}
.sec03_tit:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  background: var(--pink01);
  width: 50px;
  height: 1px;
}
.sec03_dl a:nth-child(even) .sec03_tit:after {
  background: var(--green02);
}
.sec03_txt {}
/*--- 04 ---*/
#index_sec04 {
  padding: 80px 0;
  background: url("../images/bg_sec04.jpg") center center no-repeat;
  background-size: cover;
}
#index_sec04 .inner {
  position: relative;
  z-index: 1;
}
#index_sec04 h3 {
  position: absolute;
  top: -80px;
  left: 0;
  padding: 35px 20px 20px;
  background: #f788a6;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 20px 0px;
  display: flex;
  justify-content: center;
  width: 220px;
  height: 430px;
  font-weight: 500;
}
#index_sec04 h3 span {
  font-size: 42px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  display: block;
  letter-spacing: 0.2em;
  margin: 0 10px;
}
.sec04_clip {
  line-height: 0;
  border: #fff 1px solid;
  width: 960px;
  float: right;
}
/*--- 05 ---*/
#index_sec05 {}
.sec05_inner01 {
  background: url("../images/bg_sec05.png") center bottom no-repeat;
  padding: 74px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  min-height: 433px;
}
.sec05_inner01 h3 {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}
.sec05_inner01 h3:after {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  background: var(--black);
  width: 80px;
  height: 1px;
}
.sec05_inner01 h3 span {
  font-size: 26px;
  color: #fff;
  padding: 2px 24px 4px;
  background: #9db12f;
  display: inline-block;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.sec05_txt01 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sec05_inner02 {
  margin-top: -33px;
}
.sec05_box {
  width: 50%;
  padding: 100px;
  text-align: center;
  background: url("../images/sec05_img01.jpg") center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec05_box.full {
  width: 100%;
}
.sec05_box .box_white {
  background: rgba(255, 255, 255, 0.9);
  padding: 45px 20px 47px;
  min-height: 400px;
  width: 100%;
  margin: 0 auto;
  max-width: 760px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sec05_box.sec05_dl01 {
  background: url("../images/sec05_img01.jpg") center center;
  background-size: cover;
}
.sec05_box.sec05_dl02 {
  background: url("../images/sec05_img02.jpg") center center;
  background-size: cover;
}
.sec05_box.sec05_dl03 {
  background: url("../images/sec05_img03.jpg") center center;
  background-size: cover;
}
.sec05_box.sec05_dl04 {
  background: url("../images/sec05_img04.jpg") center center;
  background-size: cover;
}
.sec05_box.sec05_dl05 {
  width: 100%;
  background: url("../images/sec05_img05.jpg") center center;
  background-size: cover;
}
.sec05_box h4 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  z-index: 1
}
.sec05_box h4:after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  background: var(--pink01);
  width: 80px;
  height: 1px;
}
.sec05_box.sec05_dl02 h4:after, .sec05_box.sec05_dl03 h4:after {
  background: var(--green02);
}
.sec05_box h4 .icon {
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.sec05_box h4 .font_min {
  font-size: 22px;
  display: block;
  line-height: 1.4em;
  margin-bottom: 8px;
  letter-spacing: 0.13em;
}
.sec05_box h4 .font_max {
  font-size: 36px;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.1em;
}
.sec05_box .common_btn01 {
  margin-top: auto;
}
.sec05_box .sec05_txt02 {
  font-size: 18px;
  letter-spacing: 0.08em;
}
/*--- 06 ---*/
#index_sec06 {
  background: url("../images/bg_repeat03.jpg") repeat;
}
.sec06_content {
  width: 600px;
  padding: 20px 0;
  text-align: center;
}
#index_sec06 .h3_common {
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#index_sec06 .h3_common span {
  font-size: 60px;
  color: #fff;
  letter-spacing: 0.05em;
}
/*.list_photo {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 600px);
  height: 514px;
}
.list_photo li {
  width: calc(100% / 4);
  height: 50%;
  overflow: hidden;
  background: #000;
}
.list_photo li a {
  transition: 0.5s all;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_photo li a img, .under #content .list_photo li a img {
  max-width: inherit;
  overflow: hidden;
  object-fit: cover;
  height: 110% !important;
  width: 100%;
}*/
.list_photo {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 600px);
}
.list_photo li {
  width: calc(100% / 4);
  height: 50%;
  max-height: 257px;
  overflow: hidden;
  background: #000;
}
.list_photo li a {
  transition: 0.5s all;
  display: block;
}
.list_photo li a:hover {
  transform: scale(1.05, 1.05);
  opacity: 0.8;
}
/*--- 07 ---*/
#index_sec07 {
  padding: 62px 0 100px;
  background: url("../images/bg_sec07.jpg") center center no-repeat;
  background-size: cover;
}
.sec07_list {
  display: flex;
  flex-wrap: wrap;
}
.sec07_list li {
  width: calc((100% - 80px) / 3);
  height: 300px;
  margin-right: 40px;
}
.sec07_list li:last-child {
  margin-right: 0;
}
.sec07_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: #fff 1px solid;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
}
.sec07_list li a span {
  display: block;
}
.sec07_list li .img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
  z-index: -1;
  width: 100.5%;
  height: 100%;
  text-align: center;
}
.sec07_list li .s07_jp {
  line-height: 1.2em;
  font-size: 36px;
  font-weight: 400;
}
.sec07_list li .s07_jp i {
  font-style: normal;
  font-size: 24px;
}
.sec07_list li .s07_en {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  color: #d9f23e;
  font-family: 'Mr De Haviland', cursive;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec07_list li .num {
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: -6px;
  line-height: 0.8;
  font-family: 'Lora', serif;
  font-size: 120px;
  font-weight: 400;
  opacity: 0.1;
}
.sec07_list li .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #e37d98;
  overflow: hidden;
}
.sec07_list li .btn:before {
  position: inherit;
  left: -7px;
  top: -3px;
  width: 350%;
  height: 350%;
  content: '';
  display: block;
  background: #f788a6;
  border-radius: 50%;
  transition: 0.5s all;
}
.sec07_list li .btn:after {
  position: inherit;
  left: calc(50% - 4px);
  top: calc(50% - 3px);
  width: 9px;
  height: 7px;
  content: '';
  display: block;
  background: url(../images/arrow_w.png) no-repeat;
  background-size: 100% auto;
}
/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
footer {}
.bnr_ins {
  padding: 60px 0;
  background: url("../images/bg_repeat01.jpg") repeat;
}
.footer01_bg {
  height: 510px;
  background: url("../images/bg_footer01.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer02 {}
.f02_map {
  width: 1720px;
  margin: 0 -220px -190px;
  position: relative;
  top: -225px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  line-height: 0;
}
.f02_img {
  margin: 0 50px 0 0;
}
.f02_box02 {
  background: #fbeff2;
  margin-top: 70px;
  padding: 70px 0;
}
.f02_dl:not(:last-child) {
  margin-right: 50px;
}
.f02_dl dl:not(:last-child) {
  margin-bottom: 10px;
}
.f02_dl dl dt {
  font-weight: 600;
  background: url("../images/footer_ic01.png") left center no-repeat;
  background-size: 32px auto;
  padding-left: 42px;
  color: #ee6288;
  font-size: 18px;
  letter-spacing: 0.12em;
}
.f02_dl .dl02 dt {
  background: url("../images/footer_ic02.png") left center no-repeat;
  background-size: 32px auto;
}
.f02_dl .dl03 dt {
  background: url("../images/footer_ic03.png") left center no-repeat;
  background-size: 32px auto;
}
.f02_dl .dl04 dt {
  background: url("../images/footer_ic04.png") left top no-repeat;
  background-size: 49px auto;
  padding: 6px 0 0 60px;
}
.f02_dl dl dd {
  padding-left: 42px;
  letter-spacing: 0;
}
.f02_dl .dl04 dd {
  padding-left: 60px;
  letter-spacing: 0;
}
.f02_dl dl dd a {
  color: #ee6288;
  padding-bottom: 2px;
  border-bottom: #ee6288 1px solid;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  margin-left: 36px;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
}
.f02_dl dl dd a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #f788a6;
  position: absolute;
  top: 4px;
  left: -10px;
  content: '';
  display: block;
}
.f_menu dt:not(:last-child), .f_menu dd:not(:last-child), .f_menu dd li:not(:last-child) {
  margin-bottom: 12px;
}
.f_menu:not(:last-child) {
  margin-right: 147px;
}
.f_menu:nth-child(2) {
  margin-right: 142px;
}
.f_menu:nth-child(3) {
  margin-right: 132px;
}
.f_menu dd {
  padding-left: 25px;
}
.f_menu a {
  text-decoration: none;
  color: var(--black);
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-left: 20px;
  display: inline-block;
  letter-spacing: 0.18em;
}
.f_menu a:after {
  width: 7px;
  height: 7px;
  background: #f788a6;
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: -20px;
}
.f_menu dd a:after {
  height: 2px;
  top: 15px;
}
.footer03 {
  padding: 100px 0;
  background: url("../images/bg_repeat02.jpg") repeat;
  color: #fff;
}
.f03_box01 dl {
  display: flex;
  margin-left: 75px;
}
.f03_box01 dl dt {
  flex-shrink: 0;
  margin-right: 25px;
}
.f03_box01 dl dd .f_logo {
  margin-bottom: 17px;
}
.f03_box01 dl dd .f_address {
  letter-spacing: 0.18em;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.f03_box01 dl dd .f_info {
  letter-spacing: 0.08em;
  line-height: 1.4em;
}
.f03_box01 dl dd .f_info a {
  font-family: 'Lora', serif;
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  display: inline-block;
  margin-right: 19px;
  margin-left: 5px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.f03_cal span {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 10px;
}
.f03_box02 {
  align-items: flex-start;
  margin-top: 45px;
}
.f03_box02 dl {
  width: 470px;
  margin: 0 20px;
}
.f03_box02 dt a {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  background: #d2597a;
  position: relative;
  z-index: 1;
  line-height: 1.1em;
}
.f03_box02 .f03_dl02 dt a {
  background: var(--green01);
  padding-left: 30px;
}
.f03_box02 dt a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  display: block;
  background: #ee6288;
  border-radius: 999px 0 0 0;
  transition: 0.5s all;
}
.f03_box02 .f03_dl02 dt a:before {
  background: var(--green02);
}
.f03_dl01 dt a > span {
  background: url("../images/f03_ic01.png") left center no-repeat;
  background-size: 46px auto;
  padding-left: 70px;
  font-size: 20px;
  display: inline-block;
  line-height: 1.4em;
}
.f03_dl01 dt a .font_big {
  font-size: 30px;
}
.f03_dl01 dt a .font_small {
  font-size: 26px;
}
.f03_dl01 dd {
  font-size: 15px;
  ;
  line-height: 1.6em;
  margin-top: 13px;
}
.f03_dl02 dt a > span {
  background: url("../images/f03_ic02.png") left center no-repeat;
  background-size: 49px auto;
  padding-left: 60px;
  display: flex;
  align-items: center;
  line-height: 1.8em;
}
.f03_dl02 dt a .font_big {
  font-size: 28px;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  margin-right: 20px;
  line-height: 1.2em;
}
.f03_dl02 dt a .font_big i {
  font-style: normal;
  font-size: 20px;
  letter-spacing: -0.1em;
  display: block;
}
.f03_dl02 dt a .font_small {
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.6em;
}
address {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: center;
}
/* IE CSS */
@media screen\0 {}
/* MOZZILLA CSS */
@-moz-document url-prefix() {}
/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}