@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/*clear fix*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

/*画像センター合わせ*/
.center_blk {
  display: block;
  margin: 0 auto; }

/*画像センター合わせ(フォルダにclass)*/
.img_center > img, .img_center > a img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img {
  vertical-align: bottom; }

/*ボックスサイジング ボーダーボックス*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*ホバー設定*/
a:hover, a img:hover, button:hover {
  /*opacity:0.6;
  transition:all 0.5s;*/ }

/*スマホタップシャドウ*/
@media screen and (max-width: 767px) {
  a, a img, button, button img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
    cursor: pointer; } }

body {
  -webkit-text-size-adjust: 100%; }

html, body {
  width: 100%; }

/*FLEX BOX*/
.flex_box {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex; }

.align_center {
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center; }

.justfy_between {
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }

.justfy_center {
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center; }

/*---------------------------
　GO TO　TOP
---------------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 60px;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    #page-top {
      bottom: 20px;
      right: 20px;
      font-size: 30px; } }

#page-top a {
  background-color: rgba(102, 102, 102, 0.8);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    #page-top a {
      width: 65px;
      padding: 10px 0; } }

#page-top a:hover {
  text-decoration: none;
  background-color: rgba(153, 153, 153, 0.67); }

/*余白調整用*/
.mt_10 {
  margin-top: 10px; }

.mb_10 {
  margin-bottom: 10px; }

.ml_10 {
  margin-left: 10px; }

.mr_10 {
  margin-right: 10px; }

.pt_10 {
  padding-top: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.pr_10 {
  padding-right: 10px; }

.mt_20 {
  margin-top: 20px; }

.mb_20 {
  margin-bottom: 20px; }

.ml_20 {
  margin-left: 20px; }

.mr_20 {
  margin-right: 20px; }

.pt_20 {
  padding-top: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.pr_20 {
  padding-right: 20px; }

.mt_30 {
  margin-top: 30px; }

.mb_30 {
  margin-bottom: 30px; }

.ml_30 {
  margin-left: 30px; }

.mr_30 {
  margin-right: 30px; }

.pt_30 {
  padding-top: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.pr_30 {
  padding-right: 30px; }

.mt_40 {
  margin-top: 40px; }

.mb_40 {
  margin-bottom: 40px; }

.ml_40 {
  margin-left: 40px; }

.mr_40 {
  margin-right: 40px; }

.pt_40 {
  padding-top: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.pr_40 {
  padding-right: 40px; }

.mt_50 {
  margin-top: 50px; }

.mb_50 {
  margin-bottom: 50px; }

.ml_50 {
  margin-left: 50px; }

.mr_50 {
  margin-right: 50px; }

.pt_50 {
  padding-top: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.pr_50 {
  padding-right: 50px; }

.mt_60 {
  margin-top: 60px; }

.mb_60 {
  margin-bottom: 60px; }

.ml_60 {
  margin-left: 60px; }

.mr_60 {
  margin-right: 60px; }

.pt_60 {
  padding-top: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.pr_60 {
  padding-right: 60px; }

.mt_70 {
  margin-top: 70px; }

.mb_70 {
  margin-bottom: 70px; }

.ml_70 {
  margin-left: 70px; }

.mr_70 {
  margin-right: 70px; }

.pt_70 {
  padding-top: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.pr_70 {
  padding-right: 70px; }

.mt_80 {
  margin-top: 80px; }

.mb_80 {
  margin-bottom: 80px; }

.ml_80 {
  margin-left: 80px; }

.mr_80 {
  margin-right: 80px; }

.pt_80 {
  padding-top: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.pr_80 {
  padding-right: 80px; }

.mt_90 {
  margin-top: 90px; }

.mb_90 {
  margin-bottom: 90px; }

.ml_90 {
  margin-left: 90px; }

.mr_90 {
  margin-right: 90px; }

.pt_90 {
  padding-top: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.pr_90 {
  padding-right: 90px; }

.mt_100 {
  margin-top: 100px; }

.mb_100 {
  margin-bottom: 100px; }

.ml_100 {
  margin-left: 100px; }

.mr_100 {
  margin-right: 100px; }

.pt_100 {
  padding-top: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.pr_100 {
  padding-right: 100px; }

.mt_110 {
  margin-top: 110px; }

.mb_110 {
  margin-bottom: 110px; }

.ml_110 {
  margin-left: 110px; }

.mr_110 {
  margin-right: 110px; }

.pt_110 {
  padding-top: 110px; }

.pb_110 {
  padding-bottom: 110px; }

.pl_110 {
  padding-left: 110px; }

.pr_110 {
  padding-right: 110px; }

.mt_120 {
  margin-top: 120px; }

.mb_120 {
  margin-bottom: 120px; }

.ml_120 {
  margin-left: 120px; }

.mr_120 {
  margin-right: 120px; }

.pt_120 {
  padding-top: 120px; }

.pb_120 {
  padding-bottom: 120px; }

.pl_120 {
  padding-left: 120px; }

.pr_120 {
  padding-right: 120px; }

.mt_130 {
  margin-top: 130px; }

.mb_130 {
  margin-bottom: 130px; }

.ml_130 {
  margin-left: 130px; }

.mr_130 {
  margin-right: 130px; }

.pt_130 {
  padding-top: 130px; }

.pb_130 {
  padding-bottom: 130px; }

.pl_130 {
  padding-left: 130px; }

.pr_130 {
  padding-right: 130px; }

.mt_140 {
  margin-top: 140px; }

.mb_140 {
  margin-bottom: 140px; }

.ml_140 {
  margin-left: 140px; }

.mr_140 {
  margin-right: 140px; }

.pt_140 {
  padding-top: 140px; }

.pb_140 {
  padding-bottom: 140px; }

.pl_140 {
  padding-left: 140px; }

.pr_140 {
  padding-right: 140px; }

.mt_150 {
  margin-top: 150px; }

.mb_150 {
  margin-bottom: 150px; }

.ml_150 {
  margin-left: 150px; }

.mr_150 {
  margin-right: 150px; }

.pt_150 {
  padding-top: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.pr_150 {
  padding-right: 150px; }

.mt_160 {
  margin-top: 160px; }

.mb_160 {
  margin-bottom: 160px; }

.ml_160 {
  margin-left: 160px; }

.mr_160 {
  margin-right: 160px; }

.pt_160 {
  padding-top: 160px; }

.pb_160 {
  padding-bottom: 160px; }

.pl_160 {
  padding-left: 160px; }

.pr_160 {
  padding-right: 160px; }

.mt_170 {
  margin-top: 170px; }

.mb_170 {
  margin-bottom: 170px; }

.ml_170 {
  margin-left: 170px; }

.mr_170 {
  margin-right: 170px; }

.pt_170 {
  padding-top: 170px; }

.pb_170 {
  padding-bottom: 170px; }

.pl_170 {
  padding-left: 170px; }

.pr_170 {
  padding-right: 170px; }

.mt_180 {
  margin-top: 180px; }

.mb_180 {
  margin-bottom: 180px; }

.ml_180 {
  margin-left: 180px; }

.mr_180 {
  margin-right: 180px; }

.pt_180 {
  padding-top: 180px; }

.pb_180 {
  padding-bottom: 180px; }

.pl_180 {
  padding-left: 180px; }

.pr_180 {
  padding-right: 180px; }

.mt_190 {
  margin-top: 190px; }

.mb_190 {
  margin-bottom: 190px; }

.ml_190 {
  margin-left: 190px; }

.mr_190 {
  margin-right: 190px; }

.pt_190 {
  padding-top: 190px; }

.pb_190 {
  padding-bottom: 190px; }

.pl_190 {
  padding-left: 190px; }

.pr_190 {
  padding-right: 190px; }

.mt_200 {
  margin-top: 200px; }

.mb_200 {
  margin-bottom: 200px; }

.ml_200 {
  margin-left: 200px; }

.mr_200 {
  margin-right: 200px; }

.pt_200 {
  padding-top: 200px; }

.pb_200 {
  padding-bottom: 200px; }

.pl_200 {
  padding-left: 200px; }

.pr_200 {
  padding-right: 200px; }

/*スクロールアニメーション*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  z-index: 10;
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*メディアクエリ設定*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
.slick-prev:before, .slick-next:before {
  font-size: 3vw;
  color: #b5b5b6; }
  @media (max-width: 768px) {
    .slick-prev:before, .slick-next:before {
      font-size: 8vw;
      color: #4d4d4d; } }

.slick-prev {
  z-index: 10;
  left: 18.2vw; }
  @media (max-width: 768px) {
    .slick-prev {
      left: 8.5vw; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -18.2vw; }
  .slick-prev:before {
    content: '<'; }
    [dir="rtl"] .slick-prev:before {
      content: '>'; }

.slick-next {
  right: 18.5vw; }
  @media (max-width: 768px) {
    .slick-next {
      right: 8.5vw; } }
  [dir="rtl"] .slick-next {
    left: -18.2vw;
    right: auto; }
  .slick-next:before {
    content: '>'; }
    [dir="rtl"] .slick-next:before {
      content: '<'; }

.slider02 .slick-prev {
  z-index: 10;
  left: -3%; }
  @media (max-width: 768px) {
    .slider02 .slick-prev {
      left: 1%; } }
  [dir="rtl"] .slider02 .slick-prev {
    left: auto;
    right: -18.2vw; }
  .slider02 .slick-prev:before {
    content: '<'; }
    [dir="rtl"] .slider02 .slick-prev:before {
      content: '>'; }
.slider02 .slick-next {
  right: -3%; }
  @media (max-width: 768px) {
    .slider02 .slick-next {
      right: 1%; } }
  [dir="rtl"] .slider02 .slick-next {
    left: -18.2vw;
    right: auto; }
  .slider02 .slick-next:before {
    content: '>'; }
    [dir="rtl"] .slider02 .slick-next:before {
      content: '<'; }

html {
  font-size: 12px; }

body {
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.sans-serif {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.serif {
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

/*メディアクエリ設定*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
/*---------------------------
sec
---------------------------*/
.sec {
  max-width: 950px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .sec {
      width: 95%;
      margin: auto; } }

/*---------------------------
basic setting
---------------------------*/
.text {
  color: #3e3a39;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px; }

body {
  color: #3e3a39;
  background-color: #f7f8f8; }

.clear {
  clear: both; }

a, a:link, a:visited {
  text-decoration: none;
  color: #3e3a39; }

a img:hover {
  transform: scale(1.04);
  transition: all 0.3s; }

/*---------------------------
FOOTER下部に固定
---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  width: inherit; }

footer {
  margin-top: auto; }

/*---------------------------
共通タイトル
---------------------------*/
.common_title {
  color: #3e3a39;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  text-align: center; }
  .common_title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.3em;
    margin: auto;
    width: 60%;
    height: 2px;
    background: -moz-linear-gradient(178.5% 50% -180deg, #d8ead6 8.41%, #51bde7 89.86%);
    background: -webkit-linear-gradient(-180deg, #d8ead6 8.41%, #51bde7 89.86%);
    background: -webkit-gradient(linear, 178.5% 50%, -66.79% 50%, color-stop(0.0841, #d8ead6), color-stop(0.8986, #51bde7));
    background: -o-linear-gradient(-180deg, #d8ead6 8.41%, #51bde7 89.86%);
    background: -ms-linear-gradient(-180deg, #d8ead6 8.41%, #51bde7 89.86%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8EAD6', endColorstr='#51BDE7' ,GradientType=0)";
    background: linear-gradient(270deg, #d8ead6 8.41%, #51bde7 89.86%); }

.common_title_jp {
  margin-top: 1.5em;
  color: #4aa6d1;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center; }
  @media (max-width: 768px) {
    .common_title_jp {
      font-display: 1.3rem; } }

/*---------------------------
背景アイコン
---------------------------*/
.bg_icon_left_square {
  width: 40%;
  position: absolute;
  left: -25%; }
  @media (max-width: 768px) {
    .bg_icon_left_square {
      left: 0%;
      width: 30%; } }
  .bg_icon_left_square.bg_icon05 {
    top: -80px; }
  .bg_icon_left_square.bg_icon07 {
    bottom: 90px; }

.bg_icon_left_trim {
  width: 35%;
  position: absolute;
  left: -25%; }
  @media (max-width: 768px) {
    .bg_icon_left_trim {
      left: 0%;
      width: 25%; } }
  .bg_icon_left_trim.bg_icon02 {
    bottom: -500px;
    z-index: 3; }
    @media (max-width: 768px) {
      .bg_icon_left_trim.bg_icon02 {
        bottom: -100px; } }
  .bg_icon_left_trim.bg_icon08 {
    top: -720px;
    z-index: 10; }

.bg_icon_right_square {
  width: 40%;
  position: absolute;
  right: -25%; }
  @media (max-width: 768px) {
    .bg_icon_right_square {
      right: 0%;
      width: 30%; } }
  .bg_icon_right_square.bg_icon01 {
    top: 30px; }
  .bg_icon_right_square.bg_icon03 {
    bottom: 60px; }
  .bg_icon_right_square.bg_icon09 {
    bottom: 30px; }

.bg_icon_right_trim {
  width: 35%;
  position: absolute;
  right: -25%; }
  @media (max-width: 768px) {
    .bg_icon_right_trim {
      right: 0%;
      width: 25%; } }
  .bg_icon_right_trim.bg_icon04 {
    top: 40px; }
  .bg_icon_right_trim.bg_icon06 {
    bottom: 100px; }

/*---------------------------
CVボタン
---------------------------*/
.cv_btn {
  border: 1px solid #fff;
  width: 65%;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.7em;
  font-size: 2rem;
  letter-spacing: 0.2em;
  transition: all .8s; }
  .cv_btn:link {
    color: #fff; }
  .cv_btn:visited {
    color: #fff; }
  .cv_btn:hover {
    transform: scale(1.02); }
  .cv_btn.grada {
    border: none;
    background: -moz-linear-gradient(160.21% 50% -180deg, #d9ebd7 8.41%, #51bee8 89.86%);
    background: -webkit-linear-gradient(-180deg, #d9ebd7 8.41%, #51bee8 89.86%);
    background: -webkit-gradient(linear, 160.21% 50%, -19.58% 50%, color-stop(0.0841, #d9ebd7), color-stop(0.8986, #51bee8));
    background: -o-linear-gradient(-180deg, #d9ebd7 8.41%, #51bee8 89.86%);
    background: -ms-linear-gradient(-180deg, #d9ebd7 8.41%, #51bee8 89.86%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9EBD7', endColorstr='#51BEE8' ,GradientType=0)";
    background: linear-gradient(270deg, #d9ebd7 -25.59%, #51bee8 89.86%); }
    @media (max-width: 768px) {
      .cv_btn.grada {
        font-size: 3.5vw; } }
  .cv_btn img {
    width: 5%;
    height: auto;
    margin-left: 3%; }

/*---------------------------
ボタンのリセット
---------------------------*/
input[type="button"], input[type="submit"], button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

/*---------------------------
header
---------------------------*/
header {
  background-color: #7d7d7d;
  padding: 0 0 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
  /* OPEN / CLOSE BTNS */
  /* OVERLAY */ }
  @media (max-width: 768px) {
    header {
      padding: 0 2%;
      height: 45px; } }
  header .h_logo {
    width: 10%;
    max-width: 200px;
    align-self: center; }
    header .h_logo img {
      width: 100%; }
    @media (max-width: 768px) {
      header .h_logo {
        width: 25%; } }
  header .right_blk {
    width: 88%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    height: 100%; }
    @media (max-width: 768px) {
      header .right_blk {
        width: 87%;
        margin-right: 10%; } }
    header .right_blk a.header_text {
      color: #000;
      font-size: 1.4rem;
      margin: 0 2%; }
      header .right_blk a.header_text .jp {
        font-size: 70%; }
    header .right_blk .header_btn {
      display: block;
      width: 17%;
      background-color: #898989;
      height: 100%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem; }
      @media (max-width: 768px) {
        header .right_blk .header_btn {
          width: 35%;
          font-size: 1rem; } }
      header .right_blk .header_btn img {
        width: 100%;
        height: auto; }
  header .menu-btn a {
    text-decoration: none;
    /* safari hack */ }
  header .btn-open {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .btn-open:after {
      color: #898989;
      content: "\f394";
      font-family: "Ionicons";
      -webkit-transition: all .2s linear 0s;
      -moz-transition: all .2s linear 0s;
      -o-transition: all .2s linear 0s;
      transition-property: all .2s linear 0s;
      font-size: 30px; }
  header .btn-open:hover:after {
    color: #898989; }
  header .btn-close {
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .btn-close:after {
      color: #898989;
      content: "\f2d7";
      font-family: "Ionicons";
      -webkit-transition: all .2s linear 0s;
      -moz-transition: all .2s linear 0s;
      -o-transition: all .2s linear 0s;
      transition-property: all .2s linear 0s;
      font-size: 30px; }
  header .btn-close:hover:after {
    color: #898989; }
  header .overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 75%;
    height: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.98);
    z-index: 1000; }
    header .overlay .nav {
      padding: 60px 0 0;
      font-size: 1rem; }
      header .overlay .nav ul {
        width: 100%;
        margin: auto; }
        header .overlay .nav ul li {
          list-style: none;
          border-bottom: 1px solid #898989;
          padding: 2em; }
          header .overlay .nav ul li:last-child {
            margin-bottom: 0; }
          header .overlay .nav ul li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            line-height: 1.3;
            font-weight: 400;
            color: #898989;
            font-size: 1.4rem; }
            header .overlay .nav ul li a .en {
              width: 8em; }
            header .overlay .nav ul li a .jp {
              font-size: 70%; }
          header .overlay .nav ul li.active > a::after {
            display: none; }
          header .overlay .nav ul li.menu-item-has-children .sub-menu {
            display: none;
            margin-top: 25px;
            width: 100%; }
            header .overlay .nav ul li.menu-item-has-children .sub-menu li {
              padding-left: 0; }
              header .overlay .nav ul li.menu-item-has-children .sub-menu li::after {
                display: none; }

.top_anime {
  animation: top_anime 2.5s ease-in-out  backwards; }

.top_anime2 {
  animation: top_anime 1.5s ease-in-out 0.5s backwards; }

.top_anime3 {
  animation: top_anime 1.5s ease-in-out 0.8s backwards; }

.top_anime_header {
  animation: top_anime_header 0.7s ease-in-out 1.5s backwards; }

@keyframes top_anime {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes top_anime_header {
  0% {
    transform: translate3d(0, -50px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
/*---------------------------
mv
---------------------------*/
.mv {
  padding: 90px 0 60px;
  background-color: #faf6f3;
  position: relative; }
  @media (max-width: 768px) {
    .mv {
      padding-top: 30px; } }
  .mv .mv01 {
    margin-top: 40px;
    width: 80%;
    height: auto; }
    @media (max-width: 768px) {
      .mv .mv01 {
        width: 90%; } }
  .mv .mv02 {
    display: block;
    position: absolute;
    width: 57%;
    height: auto;
    bottom: 18%;
    right: 0; }
    @media (max-width: 768px) {
      .mv .mv02 {
        width: 75%;
        bottom: 13%; } }
  @media (max-width: 768px) {
    .mv {
      background: none;
      background-size: cover;
      height: auto; } }

/*---------------------------
sec01
---------------------------*/
.sec01 {
  text-align: center;
  color: #3c3c3c; }
  .sec01 .top_logo {
    background-color: #9e9f9f;
    text-align: center;
    margin: auto;
    padding: 30px 0; }
    .sec01 .top_logo img {
      width: 30%;
      max-width: 400px;
      height: auto; }
      @media (max-width: 768px) {
        .sec01 .top_logo img {
          width: 40%; } }
  .sec01 .cts {
    padding: 80px 0 0;
    position: relative; }
    @media (max-width: 768px) {
      .sec01 .cts {
        padding-top: 80px; } }
    .sec01 .cts .news_box_wrap {
      margin-top: 40px; }
      .sec01 .cts .news_box_wrap .newsbox {
        position: relative;
        display: flex;
        width: 75%;
        margin: 0 auto;
        padding: 0.5em 0;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #abaaaa;
        transition: all .8s; }
        .sec01 .cts .news_box_wrap .newsbox:last-child {
          border-bottom: 1px solid #abaaaa; }
        @media (max-width: 768px) {
          .sec01 .cts .news_box_wrap .newsbox {
            width: 100%; } }
        .sec01 .cts .news_box_wrap .newsbox .date {
          color: #3e3a39;
          width: 17%;
          text-align: center;
          font-size: 1.7rem;
          transition: all 0.8s; }
          @media (max-width: 768px) {
            .sec01 .cts .news_box_wrap .newsbox .date {
              width: 22%;
              font-size: 1.1rem; } }
        .sec01 .cts .news_box_wrap .newsbox .category {
          color: #fff;
          width: 15%;
          text-align: center;
          background-color: #3e3a39;
          padding: 3px 0;
          font-size: 1rem;
          transition: all 0.8s;
          margin-left: 2.5%; }
          @media (max-width: 768px) {
            .sec01 .cts .news_box_wrap .newsbox .category {
              width: 18%;
              font-size: 0.7rem;
              margin-left: 1.5%; } }
        .sec01 .cts .news_box_wrap .newsbox .text {
          margin: 0;
          width: 80%;
          font-size: 1.7rem;
          text-align: left;
          transition: all 0.8s;
          margin-left: 2.5%;
          color: #3e3a39; }
          @media (max-width: 768px) {
            .sec01 .cts .news_box_wrap .newsbox .text {
              width: 74%;
              font-size: 1rem;
              margin-left: 1.5%; } }
        .sec01 .cts .news_box_wrap .newsbox a {
          position: absolute;
          width: 100%;
          height: 100%; }
    .sec01 .cts .text {
      margin-top: 40px;
      color: #3e3a39;
      text-align: center;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      line-height: 1.7; }
      @media (max-width: 768px) {
        .sec01 .cts .text {
          font-size: 0.8rem;
          letter-spacing: 0; } }
      .sec01 .cts .text.big {
        font-size: 160%;
        line-height: 1.9; }
        @media (max-width: 768px) {
          .sec01 .cts .text.big {
            font-size: 110%;
            letter-spacing: 0; } }
    .sec01 .cts .box {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      margin-top: 100px; }
      @media (max-width: 768px) {
        .sec01 .cts .box {
          margin-top: 40px;
          display: block; } }
      .sec01 .cts .box .copy {
        width: 50%;
        text-align: center;
        font-size: 2rem;
        color: #3e3a39;
        line-height: 1.7;
        letter-spacing: 0.2em; }
        @media (max-width: 768px) {
          .sec01 .cts .box .copy {
            width: 100%;
            margin-top: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.1em; } }
      .sec01 .cts .box img {
        width: 50%;
        height: auto; }
        @media (max-width: 768px) {
          .sec01 .cts .box img {
            width: 65%; } }
    .sec01 .cts.news_cts {
      padding-bottom: 60px; }
  .sec01 .concept_cts {
    background-color: #faf6f3;
    padding-bottom: 100px; }
    @media (max-width: 768px) {
      .sec01 .concept_cts {
        padding-bottom: 60px; } }

/*---------------------------
CV
---------------------------*/
.cv {
  margin-top: 60px; }
  .cv .cv_top .cv_title {
    text-align: center;
    color: #036eb8;
    font-size: 1.8rem; }
    @media (max-width: 768px) {
      .cv .cv_top .cv_title {
        font-size: 0.9rem; } }
  .cv .cv_top .btnbox {
    width: 90%;
    margin: 35px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (max-width: 768px) {
      .cv .cv_top .btnbox {
        margin: 15px auto; } }
    .cv .cv_top .btnbox a {
      width: 46%;
      display: block;
      transition: all 0.8s; }
      .cv .cv_top .btnbox a:hover {
        transform: scale(1.02); }
      .cv .cv_top .btnbox a img {
        width: 100%;
        height: auto; }
  .cv .cv_price {
    display: block;
    width: 95%;
    height: auto;
    margin: auto; }

/*---------------------------
sec02
---------------------------*/
.sec02 .sec02_in {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 768px) {
    .sec02 .sec02_in {
      padding: 60px 0 80px; } }
  .sec02 .sec02_in .box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .sec02 .sec02_in .box_wrap {
        display: block; } }
    .sec02 .sec02_in .box_wrap .box {
      margin-top: 60px;
      z-index: 1;
      width: 32%; }
      @media (max-width: 768px) {
        .sec02 .sec02_in .box_wrap .box {
          width: 90%;
          margin: 40px auto 0; } }
      .sec02 .sec02_in .box_wrap .box .boximg {
        width: 100%;
        height: auto; }
      .sec02 .sec02_in .box_wrap .box .block {
        width: 88%;
        margin: -2em auto 0; }
        @media (max-width: 768px) {
          .sec02 .sec02_in .box_wrap .box .block {
            width: 95%;
            bottom: -20vw; } }
        .sec02 .sec02_in .box_wrap .box .block .textblock {
          position: relative;
          padding: 7% 3% 0;
          background-color: #efefef;
          line-height: 1.3;
          color: #3e3a39;
          text-align: center;
          height: 15em; }
          @media (max-width: 768px) {
            .sec02 .sec02_in .box_wrap .box .block .textblock {
              height: auto;
              text-align: left;
              padding: 5%;
              z-index: 0;
              line-height: 1.3; } }
          .sec02 .sec02_in .box_wrap .box .block .textblock:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 3px;
            background: -moz-linear-gradient(7.43% 50% 0deg, #d8ead6 8.41%, #51bde7 45.8%, #d8ead6 89.86%);
            background: -webkit-linear-gradient(0deg, #d8ead6 8.41%, #51bde7 45.8%, #d8ead6 89.86%);
            background: -webkit-gradient(linear, 7.43% 50%, 106.92% 50%, color-stop(0.0841, #d8ead6), color-stop(0.458, #51bde7), color-stop(0.8986, #d8ead6));
            background: -o-linear-gradient(0deg, #d8ead6 8.41%, #51bde7 45.8%, #d8ead6 89.86%);
            background: -ms-linear-gradient(0deg, #d8ead6 8.41%, #51bde7 45.8%, #d8ead6 89.86%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8EAD6', endColorstr='#D8EAD6' ,GradientType=0)";
            background: linear-gradient(90deg, #d8ead6 8.41%, #51bde7 45.8%, #d8ead6 89.86%); }
          .sec02 .sec02_in .box_wrap .box .block .textblock .copy {
            font-size: 1.2rem;
            height: 3.5em; }
            @media (max-width: 768px) {
              .sec02 .sec02_in .box_wrap .box .block .textblock .copy {
                height: auto;
                font-size: 3.2vw; } }
          .sec02 .sec02_in .box_wrap .box .block .textblock .text {
            margin-bottom: 0;
            font-size: min(0.8vw, 1rem); }
            @media (max-width: 768px) {
              .sec02 .sec02_in .box_wrap .box .block .textblock .text {
                margin-top: 8px;
                font-size: 2.8vw; } }

/*---------------------------
sec03
---------------------------*/
.sec03 {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .sec03 {
      padding: 40px 0; } }
  .sec03 .sec03_in {
    width: 95%;
    margin: auto; }
    .sec03 .sec03_in .box {
      position: relative;
      margin: 0 1.7vw; }
      @media (max-width: 768px) {
        .sec03 .sec03_in .box {
          margin: 0 2vw; } }
      .sec03 .sec03_in .box img {
        width: 100%;
        height: auto; }
      .sec03 .sec03_in .box .text_box {
        position: absolute;
        left: 0;
        bottom: 0; }
        .sec03 .sec03_in .box .text_box .text_box_in {
          position: relative;
          background-color: #727171;
          font-size: 1vw;
          line-height: 1.5;
          padding: 5%;
          width: 18vw;
          color: #fff; }
          @media (max-width: 768px) {
            .sec03 .sec03_in .box .text_box .text_box_in {
              width: 45vw;
              font-size: 2.5vw; } }
          .sec03 .sec03_in .box .text_box .text_box_in:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 2px;
            background: -moz-linear-gradient(100.5% 50% 180deg, #d9ebd7 8.41%, #51bee8 89.86%);
            background: -webkit-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
            background: -webkit-gradient(linear, 100.5% 50%, -7.02% 50%, color-stop(0.0841, #d9ebd7), color-stop(0.8986, #51bee8));
            background: -o-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
            background: -ms-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9EBD7', endColorstr='#51BEE8' ,GradientType=0)";
            background: linear-gradient(-90deg, #d9ebd7 8.41%, #51bee8 89.86%); }

/*---------------------------
sec04
---------------------------*/
.sec04 {
  background-color: #faf6f3;
  padding: 80px 0; }
  .sec04 .sec04_in {
    position: relative; }
    @media (max-width: 768px) {
      .sec04 .sec04_in {
        width: 100%; } }
    .sec04 .sec04_in .box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 60px; }
      @media (max-width: 768px) {
        .sec04 .sec04_in .box {
          display: block; } }
      .sec04 .sec04_in .box .block {
        width: 31%;
        z-index: 1;
        position: relative; }
        @media (max-width: 768px) {
          .sec04 .sec04_in .box .block {
            width: 100%;
            margin: auto; }
            .sec04 .sec04_in .box .block:nth-child(n+2) {
              margin-top: 30vw; } }
        .sec04 .sec04_in .box .block .textbox {
          width: 95%;
          margin: auto;
          padding: 8% 2%;
          background-color: #efefef;
          min-height: 13em;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -141px; }
          @media (max-width: 768px) {
            .sec04 .sec04_in .box .block .textbox {
              width: 80%;
              min-height: auto;
              padding: 3% 2%;
              bottom: -19%; } }
          .sec04 .sec04_in .box .block .textbox .copy {
            color: #3e3a39;
            text-align: center;
            font-size: 1.5rem;
            margin-bottom: 0.5em; }
            @media (max-width: 768px) {
              .sec04 .sec04_in .box .block .textbox .copy {
                position: relative;
                padding-bottom: 0.7em;
                font-size: 1.2rem;
                margin-bottom: 0.7em; }
                .sec04 .sec04_in .box .block .textbox .copy:before {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: auto;
                  height: 2px;
                  background: -moz-linear-gradient(100.5% 50% 180deg, #d9ebd7 8.41%, #51bee8 89.86%);
                  background: -webkit-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
                  background: -webkit-gradient(linear, 100.5% 50%, -7.02% 50%, color-stop(0.0841, #d9ebd7), color-stop(0.8986, #51bee8));
                  background: -o-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
                  background: -ms-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
                  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9EBD7', endColorstr='#51BEE8' ,GradientType=0)";
                  background: linear-gradient(-90deg, #d9ebd7 8.41%, #51bee8 89.86%); } }
          .sec04 .sec04_in .box .block .textbox .text {
            width: 88%;
            margin: auto;
            color: #3e3a39;
            font-size: 1.1rem;
            line-height: 1.8; }
            @media (max-width: 768px) {
              .sec04 .sec04_in .box .block .textbox .text {
                font-size: 0.9rem; } }
        .sec04 .sec04_in .box .block img {
          width: 100%;
          height: auto; }
    .sec04 .sec04_in .cv_btn {
      border: 1px solid #3e3a39;
      width: 65%;
      margin: 250px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #3e3a39;
      padding: 0.5em;
      font-size: 2rem;
      letter-spacing: 0.2em; }
      @media (max-width: 768px) {
        .sec04 .sec04_in .cv_btn {
          font-size: 1rem;
          margin: 100px auto 0; } }
      .sec04 .sec04_in .cv_btn img {
        width: 5%;
        height: auto;
        margin-left: 3%; }

/*---------------------------
sec05
---------------------------*/
.sec05 {
  padding: 60px 0; }
  .sec05 .sec05_in .top_text {
    margin-top: 15px;
    color: #3e3a39;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center; }
    @media (max-width: 768px) {
      .sec05 .sec05_in .top_text {
        font-size: 1rem; } }
  .sec05 .sec05_in .box {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 768px) {
      .sec05 .sec05_in .box {
        margin-top: 20px;
        display: block; } }
    .sec05 .sec05_in .box .block {
      border: 1px solid #3e3a39;
      padding: 1% 1% 3%;
      width: 31%;
      position: relative; }
      @media (max-width: 768px) {
        .sec05 .sec05_in .box .block {
          padding: 2%;
          width: 90%;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin: auto; }
          .sec05 .sec05_in .box .block:nth-child(n+2) {
            margin-top: 30px; } }
      .sec05 .sec05_in .box .block .num {
        position: absolute;
        width: 20%;
        height: auto;
        left: 0;
        right: 0;
        top: -30px;
        margin: auto; }
        @media (max-width: 768px) {
          .sec05 .sec05_in .box .block .num {
            width: 10%;
            top: -3vw;
            left: -3%;
            right: auto; } }
      @media (max-width: 768px) {
        .sec05 .sec05_in .box .block .text_block {
          width: 60%; } }
      .sec05 .sec05_in .box .block .text_block .copy {
        color: #3e3a39;
        text-align: center;
        font-size: 2rem;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        position: relative;
        padding-bottom: 10px; }
        @media (max-width: 768px) {
          .sec05 .sec05_in .box .block .text_block .copy {
            font-size: 1.2rem;
            margin-top: 0.3em;
            margin-bottom: 0.5em;
            text-align: left;
            width: 60%;
            letter-spacing: 0.1em; } }
        .sec05 .sec05_in .box .block .text_block .copy:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          height: 2px;
          background: -moz-linear-gradient(100.5% 50% 180deg, #d9ebd7 8.41%, #51bee8 89.86%);
          background: -webkit-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
          background: -webkit-gradient(linear, 100.5% 50%, -7.02% 50%, color-stop(0.0841, #d9ebd7), color-stop(0.8986, #51bee8));
          background: -o-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
          background: -ms-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9EBD7', endColorstr='#51BEE8' ,GradientType=0)";
          background: linear-gradient(-90deg, #d9ebd7 8.41%, #51bee8 89.86%); }
          @media (max-width: 768px) {
            .sec05 .sec05_in .box .block .text_block .copy:before {
              height: 1px; } }
      .sec05 .sec05_in .box .block .text_block .text {
        width: 88%;
        margin: auto;
        color: #3e3a39;
        font-size: 1.3rem;
        line-height: 2; }
        @media (max-width: 768px) {
          .sec05 .sec05_in .box .block .text_block .text {
            width: 95%;
            font-size: 0.7rem; } }
      .sec05 .sec05_in .box .block .img {
        width: 100%;
        height: auto; }
        @media (max-width: 768px) {
          .sec05 .sec05_in .box .block .img {
            width: 38%; } }
      .sec05 .sec05_in .box .block .time {
        position: absolute;
        left: 10%;
        bottom: -1.7em;
        font-size: 1.4rem;
        color: #fff;
        letter-spacing: 0.1em; }
        @media (max-width: 768px) {
          .sec05 .sec05_in .box .block .time {
            font-size: 0.8rem;
            left: auto;
            right: 0; } }

/*---------------------------
sec06
---------------------------*/
.sec06 {
  background-color: #faf6f3;
  padding: 80px 0; }
  .sec06 .sec06_in {
    position: relative; }
    .sec06 .sec06_in .top_spiral {
      display: block;
      margin: auto;
      width: 30%;
      height: auto;
      margin-bottom: 30px; }
    .sec06 .sec06_in .top_price_img {
      display: block;
      width: 90%;
      margin: 0 auto 0;
      padding-top: 80px;
      height: auto; }
      @media (max-width: 768px) {
        .sec06 .sec06_in .top_price_img {
          width: 100%;
          padding-top: 45px; } }
    .sec06 .sec06_in .top_text {
      margin-top: 30px;
      color: #3e3a39;
      font-size: 1.7rem;
      line-height: 1.7;
      text-align: center;
      letter-spacing: 0.2em; }
      @media (max-width: 768px) {
        .sec06 .sec06_in .top_text {
          font-size: 0.9rem; } }
    @media (max-width: 768px) {
      .sec06 .sec06_in .cv_btn.grada {
        margin-top: 20px; } }
    .sec06 .sec06_in .text {
      font-size: 1.7rem;
      color: #3e3a39;
      text-align: center;
      margin-top: 15px; }
      @media (max-width: 768px) {
        .sec06 .sec06_in .text {
          font-size: 0.8rem;
          margin-top: 15px; } }
  .sec06 #bnr_area {
    padding-top: 80px; }
    @media (max-width: 768px) {
      .sec06 #bnr_area {
        padding-top: 40px; } }
    .sec06 #bnr_area .bnr {
      width: 100%;
      height: auto;
      margin-top: 30px; }
      .sec06 #bnr_area .bnr.first {
        margin-top: 0; }

/*---------------------------
sec07
---------------------------*/
.sec07 .sec07_in {
  padding: 120px 0 200px;
  position: relative; }
  @media (max-width: 768px) {
    .sec07 .sec07_in {
      padding: 60px 0 80px; } }
  .sec07 .sec07_in .box {
    margin-top: 60px;
    position: relative; }
    @media (max-width: 768px) {
      .sec07 .sec07_in .box {
        margin-top: 30px; } }
    .sec07 .sec07_in .box .trainer_img {
      width: 90%;
      height: auto; }
    .sec07 .sec07_in .box .block {
      position: absolute;
      width: 65%;
      bottom: -15%;
      right: -3%;
      padding: 3% 3% 5%;
      background-color: #efefef;
      color: #3e3a39; }
      @media (max-width: 768px) {
        .sec07 .sec07_in .box .block {
          bottom: -28%; } }
      .sec07 .sec07_in .box .block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 2px;
        background: -moz-linear-gradient(100.5% 50% 180deg, #d9ebd7 8.41%, #51bee8 89.86%);
        background: -webkit-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
        background: -webkit-gradient(linear, 100.5% 50%, -7.02% 50%, color-stop(0.0841, #d9ebd7), color-stop(0.8986, #51bee8));
        background: -o-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
        background: -ms-linear-gradient(180deg, #d9ebd7 8.41%, #51bee8 89.86%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9EBD7', endColorstr='#51BEE8' ,GradientType=0)";
        background: linear-gradient(-90deg, #d9ebd7 8.41%, #51bee8 89.86%); }
      .sec07 .sec07_in .box .block .name {
        letter-spacing: 0.1em;
        font-size: 2.2rem; }
        @media (max-width: 768px) {
          .sec07 .sec07_in .box .block .name {
            font-size: 1.2rem; } }
        .sec07 .sec07_in .box .block .name span {
          font-size: 1.1rem;
          letter-spacing: 0; }
          @media (max-width: 768px) {
            .sec07 .sec07_in .box .block .name span {
              font-size: 0.6rem; } }
      .sec07 .sec07_in .box .block .text {
        color: #3e3a39;
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 1.3rem; }
        @media (max-width: 768px) {
          .sec07 .sec07_in .box .block .text {
            font-size: 0.7rem; } }

/*---------------------------
sec08
---------------------------*/
.sec08 {
  background-color: #faf6f3;
  padding: 80px 0; }
  @media (max-width: 768px) {
    .sec08 {
      padding: 60px 0 30px; } }
  .sec08 .sec08_in {
    position: relative; }
    .sec08 .sec08_in .cts {
      margin-top: 60px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .sec08 .sec08_in .cts {
          margin-top: 30px; } }
      .sec08 .sec08_in .cts img {
        margin: 0 15px; }
        @media (max-width: 768px) {
          .sec08 .sec08_in .cts img {
            margin: 0 5px; } }

/*---------------------------
sec09
---------------------------*/
.sec09 .sec09_in {
  position: relative;
  padding: 100px 0 100px; }
  @media (max-width: 768px) {
    .sec09 .sec09_in {
      padding: 60px 0 60px; } }
  .sec09 .sec09_in .cts {
    margin-top: 60px; }
    @media (max-width: 768px) {
      .sec09 .sec09_in .cts {
        margin-top: 30px; } }
    .sec09 .sec09_in .cts .map_box iframe {
      width: 100%; }
    .sec09 .sec09_in .cts .address {
      font-size: 1.7rem;
      text-align: center;
      color: #3e3a39;
      line-height: 1.7;
      margin-top: 30px;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .sec09 .sec09_in .cts .address {
          font-size: 1rem; } }

/*---------------------------
sec10
---------------------------*/
.sec10 {
  background-color: #faf6f3;
  padding: 90px 0; }
  @media (max-width: 768px) {
    .sec10 {
      padding: 40px 0; } }
  .sec10 .sec10_in {
    position: relative; }
    .sec10 .sec10_in .cts {
      margin-top: 60px; }
      .sec10 .sec10_in .cts .box {
        display: flex;
        align-items: center;
        justify-content: center; }
        .sec10 .sec10_in .cts .box a {
          width: 3%; }
          @media (max-width: 768px) {
            .sec10 .sec10_in .cts .box a {
              width: 8%; } }
          .sec10 .sec10_in .cts .box a img {
            width: 100%;
            height: auto; }
        .sec10 .sec10_in .cts .box .account_name {
          font-size: 2rem;
          margin-left: 0.2em;
          color: #3e3a39; }
          .sec10 .sec10_in .cts .box .account_name a {
            color: #3e3a39; }
            .sec10 .sec10_in .cts .box .account_name a:hover {
              opacity: 0.8; }
      .sec10 .sec10_in .cts .timelinebox {
        margin-top: 15px; }

/*---------------------------
sec11
---------------------------*/
.sec11 {
  padding: 90px 0; }
  @media (max-width: 768px) {
    .sec11 {
      padding: 40px 0; } }
  .sec11 .sec11_in .cts {
    margin-top: 60px; }
    @media (max-width: 768px) {
      .sec11 .sec11_in .cts {
        margin-top: 30px; } }
    .sec11 .sec11_in .cts #acMenu dt {
      display: block;
      border: #3e3a39 1px solid;
      cursor: pointer;
      background-color: #3e3a39;
      position: relative;
      color: #fff;
      padding: 3%;
      font-size: 2rem;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .sec11 .sec11_in .cts #acMenu dt {
          font-size: 1.1rem; } }
      .sec11 .sec11_in .cts #acMenu dt:nth-child(n+2) {
        margin-top: 15px; }
      .sec11 .sec11_in .cts #acMenu dt .ac_arrow {
        position: absolute;
        width: 4%;
        height: auto;
        right: 3%;
        top: 0;
        bottom: 0;
        margin: auto; }
    .sec11 .sec11_in .cts #acMenu dd {
      display: none;
      background: #f7f8f8;
      border: 1px solid #3e3a39;
      padding: 4%;
      font-size: 1.8rem;
      line-height: 1.7;
      color: #3e3a39; }
      @media (max-width: 768px) {
        .sec11 .sec11_in .cts #acMenu dd {
          font-size: 1rem; } }

/*---------------------------
sec12
---------------------------*/
.sec12 {
  padding: 80px 0 120px; }
  @media (max-width: 768px) {
    .sec12 {
      padding: 60px 0 100px; } }
  .sec12 .sec12_in .logo_box {
    background-color: #9e9f9f;
    padding: 60px 0 30px; }
    @media (max-width: 768px) {
      .sec12 .sec12_in .logo_box {
        padding: 30px 0 20px; } }
    .sec12 .sec12_in .logo_box .box {
      width: 45%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 768px) {
        .sec12 .sec12_in .logo_box .box {
          width: 80%; } }
      .sec12 .sec12_in .logo_box .box .logo {
        width: 50%;
        height: auto; }
      .sec12 .sec12_in .logo_box .box .icon {
        width: 15%;
        height: auto; }
        .sec12 .sec12_in .logo_box .box .icon.insta {
          margin-left: 10%; }
        .sec12 .sec12_in .logo_box .box .icon img {
          width: 100%;
          height: auto; }
    .sec12 .sec12_in .logo_box .address {
      font-size: 2rem;
      text-align: center;
      color: #fff;
      line-height: 1.7;
      margin-top: 2em;
      letter-spacing: 0.2em; }
      @media (max-width: 768px) {
        .sec12 .sec12_in .logo_box .address {
          font-size: 1.1rem; } }
  .sec12 .sec12_in .last_box {
    margin-top: 80px; }
  .sec12 .sec12_in .cv_btn.end {
    width: 60%;
    border: 4px solid #4b4b56;
    color: #4b4b56;
    background-color: #fff; }
    @media (max-width: 768px) {
      .sec12 .sec12_in .cv_btn.end {
        width: 75%;
        font-size: 1.1rem;
        border-width: 3px;
        margin-top: 30px;
        letter-spacing: 0; } }
  .sec12 .sec12_in .text {
    font-size: 1.7rem;
    text-align: center;
    color: #4b4b56;
    line-height: 1.7;
    margin-top: 30px;
    letter-spacing: 0.1em; }
    @media (max-width: 768px) {
      .sec12 .sec12_in .text {
        font-size: 1rem; } }
  .sec12 .sec12_in .end_grada {
    background-color: #9e9f9f;
    width: 75%;
    padding: 1em; }
    @media (max-width: 768px) {
      .sec12 .sec12_in .end_grada {
        font-size: 3.5vw; } }
    .sec12 .sec12_in .end_grada.line {
      margin-top: 20px; }
  .sec12 .sec12_in .tel_message {
    font-size: 1.5rem;
    color: #3e3a39;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 40px; }
  .sec12 .sec12_in .tel_box {
    text-align: center;
    margin-top: 15px; }
    .sec12 .sec12_in .tel_box .tel {
      font-size: 4.5rem;
      color: #3e3a39;
      letter-spacing: 0.2em; }
      @media (max-width: 768px) {
        .sec12 .sec12_in .tel_box .tel {
          font-size: 2.5rem; } }
  .sec12 .sec12_in .tel_under {
    width: 75%;
    margin: 30px auto 0;
    background-color: #3e3a39;
    padding: 2% 4%; }
    @media (max-width: 768px) {
      .sec12 .sec12_in .tel_under {
        padding: 4%; } }
    .sec12 .sec12_in .tel_under .copy {
      font-size: 1.7rem;
      font-weight: bold;
      margin-bottom: 10px;
      color: #fff; }
      @media (max-width: 768px) {
        .sec12 .sec12_in .tel_under .copy {
          font-size: 1rem; } }
    .sec12 .sec12_in .tel_under .text {
      margin: 0;
      font-size: 1.3rem;
      text-align: left;
      color: #fff; }
      @media (max-width: 768px) {
        .sec12 .sec12_in .tel_under .text {
          font-size: 0.8rem; } }

/*---------------------------
footer
---------------------------*/
footer {
  background: #001f21;
  text-align: center;
  padding: 1em 0; }
  footer img {
    width: 10%;
    max-width: 100px; }
    @media (max-width: 768px) {
      footer img {
        width: 20%; } }

/*-----------------------------------------------------
----------------------------------------------------

FORM

----------------------------------------------------
-----------------------------------------------------*/
/*---------------------------
secform
---------------------------*/
.secform {
  padding-bottom: 250px; }
  @media (max-width: 768px) {
    .secform {
      padding-bottom: 100px; } }
  .secform .form_top_img {
    width: 95%;
    height: auto; }
    @media (max-width: 768px) {
      .secform .form_top_img {
        width: 100%; } }
  .secform .title_box {
    position: relative; }
    .secform .title_box .form_title {
      position: absolute;
      width: 110%;
      height: auto;
      top: -200px;
      left: 8%;
      z-index: 10; }
      @media (max-width: 768px) {
        .secform .title_box .form_title {
          top: -60px;
          width: 100%;
          left: 0; } }
  .secform .cts_wrap {
    position: relative;
    max-width: 850px; }
    .secform .cts_wrap .cts {
      width: 100%;
      top: -150px;
      left: 0;
      right: 0;
      margin: -150px auto 0;
      background: linear-gradient(90deg, #b4dfdc 0%, #51bee8 52.05%);
      border-radius: 16px;
      padding: 6px; }
      @media (max-width: 768px) {
        .secform .cts_wrap .cts {
          margin: -30px auto 0; } }
      .secform .cts_wrap .cts form {
        background: #ffffff;
        border-radius: 16px;
        padding: 200px 5% 0px;
        font-size: 1.2rem; }
        @media (max-width: 768px) {
          .secform .cts_wrap .cts form {
            padding-top: 80px;
            font-size: 1rem; } }
        .secform .cts_wrap .cts form .row {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 15px 0;
          border-top: 1px solid #898989; }
          .secform .cts_wrap .cts form .row.flex {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .secform .cts_wrap .cts form .row.flex .block {
              width: 48%; }
          .secform .cts_wrap .cts form .row.row_plan {
            padding: 30px 0; }
          .secform .cts_wrap .cts form .row.last {
            border-bottom: 1px solid #898989; }
          @media (max-width: 768px) {
            .secform .cts_wrap .cts form .row {
              padding: 20px 15px; } }
          .secform .cts_wrap .cts form .row .item01 {
            width: 27%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            letter-spacing: 0.1em; }
            @media (max-width: 768px) {
              .secform .cts_wrap .cts form .row .item01 {
                width: 30%;
                letter-spacing: 0; } }
            .secform .cts_wrap .cts form .row .item01 .required {
              font-size: 70%;
              width: 4em;
              background-color: #e60012;
              color: #fff;
              padding: 5px;
              font-weight: normal;
              border-radius: 5px;
              text-align: center; }
              @media (max-width: 768px) {
                .secform .cts_wrap .cts form .row .item01 .required {
                  padding: 3px 0; } }
            .secform .cts_wrap .cts form .row .item01.ver_t {
              align-self: flex-start;
              margin-top: 0.5em; }
          .secform .cts_wrap .cts form .row .item02 {
            width: 70%; }
            @media (max-width: 768px) {
              .secform .cts_wrap .cts form .row .item02 {
                width: 65%; } }
            .secform .cts_wrap .cts form .row .item02 input[type="text"], .secform .cts_wrap .cts form .row .item02 input[type="tel"], .secform .cts_wrap .cts form .row .item02 input[type="date"], .secform .cts_wrap .cts form .row .item02 select {
              display: block;
              width: 80%;
              height: 2.7em;
              background-color: #f4f4f4;
              border: none;
              font-size: 1.5rem;
              border-radius: 10px;
              border: 1px solid #dcdddd; }
              @media (max-width: 768px) {
                .secform .cts_wrap .cts form .row .item02 input[type="text"], .secform .cts_wrap .cts form .row .item02 input[type="tel"], .secform .cts_wrap .cts form .row .item02 input[type="date"], .secform .cts_wrap .cts form .row .item02 select {
                  height: 2.5em;
                  font-size: 1.2rem;
                  width: 100%;
                  border-radius: 6px; } }
            .secform .cts_wrap .cts form .row .item02 textarea {
              width: 80%;
              height: 15em;
              background-color: #f4f4f4;
              border: none;
              font-size: 1.5rem;
              border-radius: 10px;
              border: 1px solid #dcdddd; }
              @media (max-width: 768px) {
                .secform .cts_wrap .cts form .row .item02 textarea {
                  width: 100%;
                  font-size: 1.2rem;
                  border-radius: 6px; } }
              .secform .cts_wrap .cts form .row .item02 textarea::placeholder {
                padding: 1em;
                font-size: 1.2rem; }
                @media (max-width: 768px) {
                  .secform .cts_wrap .cts form .row .item02 textarea::placeholder {
                    font-size: 1.1rem; } }
            @media (max-width: 768px) {
              .secform .cts_wrap .cts form .row .item02 input[type="radio"] {
                margin-left: 0; } }
            .secform .cts_wrap .cts form .row .item02 input[type="radio"]:nth-of-type(n+2) {
              margin-left: 5%; }
            .secform .cts_wrap .cts form .row .item02 input[type="date"] {
              appearance: none;
              /* ブラウザのデフォルトスタイルを無効化 */
              -webkit-appearance: none;
              -moz-appearance: none;
              font-size: 1.3rem;
              color: #727171;
              padding-left: 1em; }
              @media (max-width: 768px) {
                .secform .cts_wrap .cts form .row .item02 input[type="date"] {
                  width: 60%;
                  font-size: 0.9rem; } }
            .secform .cts_wrap .cts form .row .item02 input.datepickerstyle::placeholder {
              font-size: 1.3rem;
              padding-left: 1em; }
            @media (max-width: 768px) {
              .secform .cts_wrap .cts form .row .item02 input.datepickerstyle {
                height: 2.7em;
                font-size: 0.9rem; } }
            .secform .cts_wrap .cts form .row .item02 select {
              font-size: 1.3rem;
              padding-left: 1em; }
              @media (max-width: 768px) {
                .secform .cts_wrap .cts form .row .item02 select {
                  font-size: 0.9rem;
                  height: 2.7em; } }
            .secform .cts_wrap .cts form .row .item02.plan {
              font-size: 1.3rem;
              display: flex;
              align-items: flex-start; }
              @media (max-width: 768px) {
                .secform .cts_wrap .cts form .row .item02.plan {
                  line-height: 2;
                  font-size: 0.9rem; } }
              .secform .cts_wrap .cts form .row .item02.plan .shokai {
                line-height: 1.2;
                margin-left: 0.5em; }
            .secform .cts_wrap .cts form .row .item02 ::placeholder {
              padding-left: 0.5em;
              font-size: 1.5rem; }
              @media (max-width: 768px) {
                .secform .cts_wrap .cts form .row .item02 ::placeholder {
                  font-size: 1.1rem; } }
        .secform .cts_wrap .cts form .text_box {
          margin-top: 2em; }
          .secform .cts_wrap .cts form .text_box .text {
            margin-bottom: 5px;
            font-size: 1.1rem; }
        .secform .cts_wrap .cts form input[type="submit"].submit {
          background: url("../images/form_btn.png") top center no-repeat;
          background-size: contain;
          display: block;
          width: 60%;
          margin: 50px auto 0;
          padding-top: 19%;
          color: transparent;
          transition: all .8s; }
          @media (max-width: 768px) {
            .secform .cts_wrap .cts form input[type="submit"].submit {
              width: 100%; } }
          .secform .cts_wrap .cts form input[type="submit"].submit:hover {
            opacity: .8; }
        .secform .cts_wrap .cts form .privacybox {
          text-align: center; }
          .secform .cts_wrap .cts form .privacybox .privacy {
            text-decoration: underline; }

/*-----------------------------------------------------
----------------------------------------------------

ENTRY

----------------------------------------------------
-----------------------------------------------------*/
/*確認画面*/
#confirm .sec01, #thanks .sec01 {
  padding-top: 100px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    #confirm .sec01 .cts, #thanks .sec01 .cts {
      max-width: 95%; } }
  #confirm .sec01 .cts h3, #thanks .sec01 .cts h3 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em; }
  #confirm .sec01 .cts .text, #thanks .sec01 .cts .text {
    text-align: center;
    margin-top: 50px;
    font-weight: normal; }
  #confirm .sec01 .cts table, #thanks .sec01 .cts table {
    width: 80%;
    margin: 50px auto;
    font-size: 1.2rem;
    border: 1px solid #666; }
    @media (max-width: 768px) {
      #confirm .sec01 .cts table, #thanks .sec01 .cts table {
        width: 100%;
        font-size: 0.9rem; } }
    #confirm .sec01 .cts table tr, #thanks .sec01 .cts table tr {
      border: 1px solid #666; }
      #confirm .sec01 .cts table tr:last-child th, #thanks .sec01 .cts table tr:last-child th {
        border-bottom: 1px solid #666; }
    #confirm .sec01 .cts table th, #thanks .sec01 .cts table th {
      background: #666;
      color: #fff;
      font-weight: bold;
      padding: 15px;
      border-bottom: 1px solid #fff;
      width: 30%;
      font-size: 1rem; }
      @media (max-width: 768px) {
        #confirm .sec01 .cts table th, #thanks .sec01 .cts table th {
          width: 30%;
          padding: 10px 4px;
          font-size: 0.6rem; } }
    #confirm .sec01 .cts table td, #thanks .sec01 .cts table td {
      padding: 15px 15px 15px 30px;
      line-height: 1.7;
      background-color: #fff; }
      @media (max-width: 768px) {
        #confirm .sec01 .cts table td, #thanks .sec01 .cts table td {
          padding: 10px 4px; } }
  #confirm .sec01 .cts .btn_box, #thanks .sec01 .cts .btn_box {
    margin: auto;
    text-align: center; }
    #confirm .sec01 .cts .btn_box .btn, #thanks .sec01 .cts .btn_box .btn {
      display: inline-block;
      width: 35%;
      padding: 10px 0;
      margin-bottom: 50px;
      color: #fff;
      text-align: center;
      font-size: 1.5rem;
      transition: .5s;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        #confirm .sec01 .cts .btn_box .btn, #thanks .sec01 .cts .btn_box .btn {
          width: 48%; } }
      #confirm .sec01 .cts .btn_box .btn.submit, #thanks .sec01 .cts .btn_box .btn.submit {
        background: linear-gradient(0deg, #b4dfdc 0%, #51bee8 52.05%);
        margin-right: 1%; }
        #confirm .sec01 .cts .btn_box .btn.submit:hover, #thanks .sec01 .cts .btn_box .btn.submit:hover {
          opacity: .8; }
      #confirm .sec01 .cts .btn_box .btn.back, #thanks .sec01 .cts .btn_box .btn.back {
        background: #B1B1B1; }
        #confirm .sec01 .cts .btn_box .btn.back:hover, #thanks .sec01 .cts .btn_box .btn.back:hover {
          opacity: .8; }
