@charset "UTF-8";

/**
* setting
* ========================== */
/*===============================

setting/size.scss

================================*/
/*
コンテンツ幅
================================*/
/*
ブレイクポイント
================================*/
/*
ヘッダー高
================================*/
/*
レスポンシブ余白
================================*/
/*
z-index管理
================================*/
/*===============================

setting/color.scss

================================*/
/*
ベースカラー
================================*/
/*
背景カラー
================================*/
/*
テキストカラー
================================*/
/*
メインカラー・キーカラー
================================*/
/*
透過度
================================*/
/*===============================

setting/form.scss

================================*/
/*
チェックボックスカラー
================================*/
/*
チェックボックスサイズと余白
================================*/
/*
ラジオボタンサイズと余白
================================*/
/*===============================

setting/function.scss

================================*/
/*
line-heightを自動計算(行送り / フォントサイズ)
================================*/
/*===============================

setting/size.scss

================================*/
/*
コンテンツ幅
================================*/
/*
ブレイクポイント
================================*/
/*
ヘッダー高
================================*/
/*
レスポンシブ余白
================================*/
/*
z-index管理
================================*/
/*===============================

setting/typography.scss

================================*/
/*
ベーステキスト
================================*/
/*
フォントファミリー
================================*/
/**
* mixin
* ========================== */
/*
メディアクエリ
================================*/
/*
メディアクエリ
================================*/
/**
* base
* ========================== */
/*! =================================================
※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

a {
  color: inherit;
  display: inline-block;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: 100%;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #232426;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  min-width: 1200px;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

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

table {
  border: 1px solid inharit;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid inharit;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

/*
ここからフォーム
================================*/
form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  background-color: #232426;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  background-color: #232426;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

input[type="radio"]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type="radio"]+span::after {
  -webkit-transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked+span::after {
  -webkit-transform: translateY(-50%);
  background: #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+span {
  -webkit-transition: all 1s ease 0s;
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  transition: all 1s ease 0s;
}

input[type="checkbox"]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type="checkbox"]+span::after {
  -webkit-transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked+span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #232426;
  border-left: 4px solid #232426;
  content: "";
  display: block;
  height: 15.6px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 26px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.4em 2.4em 0.4em 0.8em;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
  border-color: #ccc;
  box-shadow: none;
  outline: none;
}

/**
* module
* ========================== */
.main-btn {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, from(#2ca8c9), to(#54dbff));
  background-image: -webkit-linear-gradient(left, #2ca8c9 0%, #54dbff 100%);
  background-image: linear-gradient(to right, #2ca8c9 0%, #54dbff 100%);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  overflow: hidden;
  padding: 23px 108px 21px 57px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  vertical-align: middle;
  max-width: 450px;
  margin: auto;
  display: block;
}

.main-btn::before {
  -webkit-animation: shiny-btn 1.5s ease-in-out infinite;
  animation: shiny-btn 1.5s ease-in-out infinite;
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 10;
}

.main-btn::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 44px;
  position: absolute;
  right: 57px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

@media screen and (max-width: 767px) {
  .main-btn::after {
    height: 25px;
    right: 30px;
    width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main-btn {
    font-size: 1.8rem !important;
    height: auto;
    margin: 40px auto 0 auto;
    padding: 20px 35px 20px 10px;
    width: 280px;
  }
}

.cta-btn {
  margin-top: 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-btn {
    margin-top: 20px;
  }
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

#kessai {
  margin-top: -70px;
  padding-top: 70px;
}

.cta-btn.main {
  font-size: 36px;
  margin-top: 50px;
}


.cta-btn.main a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .cta-btn.main {
    font-size: 20px;
    margin-top: 40px;
  }

  .cta-btn.main a {
    margin-top: 20px;
  }
}

.cta-bnr {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-bnr {
    margin: 40px auto 0 auto;
    width: 90%;
  }
}

.cta {
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 40px 0 0;
  }
}

.cta-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cta-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cta-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cta-item {
  margin-right: 120px;
  width: calc(33.3333% - 120px / 3);
}

@media screen and (max-width: 767px) {
  .cta-item {
    margin-right: 0;
    width: 100%;
  }
}

.cta-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .cta-item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.cta-icon {
  height: 250px;
}

@media screen and (max-width: 767px) {
  .cta-icon {
    height: auto;
    margin: 0 auto;
    width: 60%;
  }
}

.cta-txt02 {
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-txt02 {
    margin-top: 10px;
  }
}

.cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cta-pic {
  -ms-flex-preferred-size: 41.666%;
  flex-basis: 41.666%;
}

@media screen and (max-width: 767px) {
  .cta-pic {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .cta-pic img {
    -o-object-fit: cover;
    -o-object-position: 50% 20%;
    object-fit: cover;
    object-position: 50% 20%;
  }
}

.cta-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-preferred-size: 58.333%;
  background: transparent url(../img/cta_bg.jpg) no-repeat 50% 50%/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 58.333%;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cta-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 50px 16px;
  }
}

.cta-txt {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-txt {
    font-size: 1.4rem;
  }
}

.cta-txt span {
  color: #c7000a;
}

.cta-link {
  -webkit-box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.3);
  box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.3);
  display: block;
  height: 100px;
  margin: 60px auto 0 auto;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .cta-link {
    height: auto;
    margin: 40px auto 0 auto;
    width: 240px;
  }
}

.cta02 p {
  font-size: 4.8rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta02 p {
    font-size: 2.4rem;
  }
}

.break02 {
  margin-top: 110px;
}

.dmenu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 3;
}

.dmenu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.dmenu-item {
  -webkit-transform: translateX(200px);
  -webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 20px 60px;
  opacity: 0;
  text-align: left;
  transform: translateX(200px);
  transition: opacity .3s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .3s ease;
  transition: transform .6s ease, opacity .3s ease, -webkit-transform .6s ease;
}

.dmenu-item:nth-child(2) {
  -webkit-transition-delay: .15s !important;
  transition-delay: .15s !important;
}

.dmenu-item:nth-child(3) {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.dmenu-item:nth-child(4) {
  -webkit-transition-delay: .45s !important;
  transition-delay: .45s !important;
}

.dmenu-item:nth-child(5) {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.dmenu-item:nth-child(6) {
  -webkit-transition-delay: .75s !important;
  transition-delay: .75s !important;
}

.dmenu-item:first-child {
  margin-top: 0;
}

.dmenu-item a {
  display: block;
}

.is-dmenu-active {
  overflow: hidden;
}

.is-dmenu-active .dmenu {
  opacity: 1;
  visibility: visible;
}

.is-dmenu-active .dmenu-item {
  -webkit-transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.dtoggle {
  background-color: transparent;
  border: none;
  display: block;
  height: 40px;
  outline: none;
  position: relative;
  width: 40px;
  z-index: 4;
}

.dtoggle:after {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  content: "MENU";
  font-size: 1.2rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.dtoggle[aria-expanded="true"].dtoggle:after {
  color: #fff;
  content: "CLOSE";
}

.dtoggle[aria-expanded="true"] .dtoggle-line {
  -webkit-transition: top .4s ease, -webkit-transform .3s ease-in-out;
  background-color: transparent;
  transition: top .4s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .4s ease;
  transition: transform .3s ease-in-out, top .4s ease, -webkit-transform .3s ease-in-out;
}

.dtoggle[aria-expanded="true"] .dtoggle-line:before,
.dtoggle[aria-expanded="true"] .dtoggle-line:after {
  background-color: #fff;
}

.dtoggle[aria-expanded="true"] .dtoggle-line:before {
  -webkit-transform: rotate(45deg);
  top: 0;
  transform: rotate(45deg);
}

.dtoggle[aria-expanded="true"] .dtoggle-line:after {
  -webkit-transform: rotate(135deg);
  top: 0;
  transform: rotate(135deg);
}

.dtoggle-line {
  -webkit-transition: top .4s ease, -webkit-transform .3s ease-in-out;
  background-color: #fff;
  bottom: 30px;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: top .4s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .4s ease;
  transition: transform .3s ease-in-out, top .4s ease, -webkit-transform .3s ease-in-out;
  width: 30px;
}

.dtoggle-line:before,
.dtoggle-line:after {
  -webkit-transition: inherit;
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.dtoggle-line:before {
  top: -10px;
}

.dtoggle-line:after {
  top: 10px;
}

.fnav {
  background-color: #232426;
  padding: 130px 0 80px;
}

@media screen and (max-width: 767px) {
  .fnav {
    padding: 45px 0 40px;
  }
}

.fnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .fnav-inner {
    padding: 0 16px;
  }
}

.fnav-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .fnav-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.fnav-item {
  color: #999;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .fnav-item {
    font-size: 1.2rem;
    margin-left: 12px !important;
    margin-right: 12px !important;
    margin-top: 25px;
  }
}

.fnav-item:not(:first-child) {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .fnav-item:not(:first-child) {
    margin-left: 0;
  }
}

.fnav-item:nth-child(n + 7) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .fnav-item:nth-child(n + 7) {
    margin-top: 25px;
  }
}

.fnav-item a {
  display: inline-block;
  position: relative;
}

.fnav-item a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  background: #4fb5ee;
  bottom: -13px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.fnav-item a:hover::after {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #232426;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 60px 30px 30px 20px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 30%;
  }
}

.footer-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .footer-outer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-item {
  color: #999;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .footer-item {
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 15px;
  }
}

.footer-txt {
  color: #999;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  margin-top: 30px;
}

.totop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  justify-content: center;
  position: fixed;
  right: 55px;
  width: 90px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .totop {
    bottom: 65px;
    height: 60px;
    right: 20px;
    width: 60px;
  }
}

.header {
  -webkit-transition: all 0.5s ease 0s;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

.header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.header-logo img {
  height: 60px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .header-logo img {
    height: 50px;
  }
}

.header-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#2ca8c9), to(#54dbff));
  background-image: -webkit-linear-gradient(left, #2ca8c9 0%, #54dbff 100%);
  background-image: linear-gradient(to right, #2ca8c9 0%, #54dbff 100%);
  color: #fff;
  height: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header-btn {
    height: 50px;
  }
}

.header-btn::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

@media screen and (max-width: 767px) {
  .header-btn::after {
    height: 14px;
    right: 10px;
    width: 10px;
  }
}

.header-btn a {
  -webkit-transition: all 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, from(#2ca8c9), to(#54dbff));
  background-image: -webkit-linear-gradient(left, #2ca8c9 0%, #54dbff 100%);
  background-image: linear-gradient(to right, #2ca8c9 0%, #54dbff 100%);
  color: #fff;
  cursor: pointer;
  height: auto;
  overflow: hidden;
  padding: 21px 35px 21px 17px;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .header-btn a {
    font-size: 1.4rem;
    padding: 18px 28px 18px 14px;
  }
}

.header-btn a::before {
  -webkit-animation: shiny-btn_header 5s ease-in-out infinite;
  animation: shiny-btn_header 5s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 10;
}

.header.is-header-fixed {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

@-webkit-keyframes shiny-btn_header {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.7;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-btn_header {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.7;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/**
* plugin
* ========================== */
/**
* page
* ========================== */
.triangle {
  border-color: #4fb5ee transparent transparent transparent;
  border-style: solid;
  border-width: 85px 85px 0 85px;
  height: 0;
  margin: 120px auto 50px auto;
  width: 0;
}

@media screen and (max-width: 767px) {
  .triangle {
    border-width: 45px 45px 0 45px;
    margin: 60px auto 25px auto;
  }
}

.special-price {
  height: 216px;
  margin: 0 auto;
  width: 816px;
}

@media screen and (max-width: 767px) {
  .special-price {
    height: auto;
    margin: 60px auto 0 auto;
    width: 80%;
  }
}

.now-bnr {
  height: 464px;
  margin: 120px auto 0 auto;
  width: 1016px;
}

@media screen and (max-width: 767px) {
  .now-bnr {
    height: auto;
    margin: 60px auto 0 auto;
    width: 80%;
  }
}

.case {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .case {
    padding: 60px 0;
  }
}

.case-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .case-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.case-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .case-tit {
    font-size: 5.4rem;
  }
}

.case-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .case-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.case-outer {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .case-outer {
    margin-top: 70px;
  }
}

.case-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .case-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case-box._box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .case-box._box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case-icon {
  position: relative;
  width: 38%;
}

@media screen and (max-width: 767px) {
  .case-icon {
    margin: 20px auto 0 auto;
    width: 70%;
  }
}

.case-icon .case-label {
  background: -webkit-gradient(linear, left top, right top, from(#FF2C68), to(#FFA26F));
  background: -webkit-linear-gradient(left, #FF2C68 0%, #FFA26F 100%);
  background: linear-gradient(90deg, #FF2C68 0%, #FFA26F 100%);
  bottom: 60px;
  color: #fff;
  content: "";
  display: block;
  font-size: 2.4rem;
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .case-icon .case-label {
    bottom: 30px;
    font-size: 1.6rem;
    padding: 16px;
    width: 180px;
  }
}

.case-icon .case-label.coding {
  background: -webkit-gradient(linear, left top, right top, from(#189288), to(#37E375));
  background: -webkit-linear-gradient(left, #189288 0%, #37E375 100%);
  background: linear-gradient(90deg, #189288 0%, #37E375 100%);
  left: auto;
  right: 0;
}

.case-icon .case-label.sales {
  background: -webkit-gradient(linear, left top, right top, from(#3B92D5), to(#A8E7F9));
  background: -webkit-linear-gradient(left, #3B92D5 0%, #A8E7F9 100%);
  background: linear-gradient(90deg, #3B92D5 0%, #A8E7F9 100%);
}

.case-contents {
  margin-left: 37px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .case-contents {
    margin-left: 0;
  }
}

.case-contents img {
  height: 120px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .case-contents img {
    display: block;
    height: 90px;
    margin: 20px auto 0 auto;
  }
}

.case-contents._contents02 {
  margin-left: 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .case-contents._contents02 {
    margin-right: 0;
  }
}

.case-leader {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.case-twitter {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .case-twitter {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.case-twitter img {
  display: inline;
  height: 20px;
  width: auto;
}

.case-txt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .case-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

.case_imgWrapper {
  max-width: 800px;
  margin: auto;
}

.case_imgWrapper:not(:first-child) {
  margin-top: 60px;
}

.concept {
  background-color: #eee;
  margin-top: 120px;
  overflow: hidden;
  padding: 112px 0 106px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .concept {
    height: auto;
    margin-top: 30px;
    padding: 60px 0 50px;
  }
}

.concept-inner {
  height: inherit;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .concept-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.concept-tit {
  color: #232426;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept-tit {
    font-size: 2rem;
    line-height: 2;
  }
}

.concept-tit span {
  font-size: 6rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .concept-tit span {
    font-size: 2.8rem;
  }
}

.concept-tit span::before {
  background: #4fb5ee;
  bottom: -8px;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .concept-tit span::before {
    bottom: -4px;
    height: 10px;
  }
}

.concept-txt-sm {
  font-size: 4rem !important;
}

@media screen and (max-width: 767px) {
  .concept-txt-sm {
    font-size: 2.4rem !important;
  }
}

.concept-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .concept-outer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.concept-dtit img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .concept-dtit img {
    margin-top: 40px;
  }
}

.concept-desc {
  color: #232426;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
  margin: 40px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept-desc {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 16px;
  }
}

.comparison-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .comparison-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.comparison-tit {
  font-size: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comparison-tit {
    font-size: 2.8rem;
  }
}

.table-wrap._pc {
  margin-top: 60px;
}

.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.table td,
.table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.table td:empty {
  border: none;
}

.table td,
.table th {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  height: 100px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.table td:first-child {
  font-weight: bold;
}

.table tr:first-child td {
  font-weight: bold;
}

.table th {
  background: #f0e6cc;
}

.table tr:nth-child(even) {
  background-color: #eee;
}

.table td:nth-child(2) {
  border-left: 13px solid #4fb5ee;
  border-right: 13px solid #4fb5ee;
}

.table tr:first-child td:nth-child(2) {
  background-color: #4fb5ee;
  color: #fff;
}

.table tr:nth-child(4) td:nth-child(2) {
  border-bottom: 13px solid #4fb5ee;
}

.table .table-main {
  color: #4fb5ee;
  font-size: 2.6rem;
  font-weight: bold;
}

.table-wrap._sp {
  margin-top: 40px;
}

.table-sp {
  border-collapse: collapse;
  margin-top: 20px;
  table-layout: fixed;
  width: 100%;
}

.table-sp table,
.table-sp td,
.table-sp th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.table-sp td,
.table-sp th {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  height: 60px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.table-sp tr:first-child {
  border: 5px solid #4fb5ee;
}

.table-sp tr:first-child td {
  color: #4fb5ee;
  font-size: 1.8rem;
  font-weight: bold;
}

.table-sp tr:first-child td:first-child {
  background-color: #4fb5ee;
  color: #fff;
}

.comparison-subtit {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.contents {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 60px 0 0;
  }
}

.contents-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contents-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contents-tit {
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents-tit {
    font-size: 2rem;
  }
}

.contents-tit span {
  font-size: 6rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .contents-tit span {
    font-size: 2.4rem;
  }
}

.contents-tit span::before {
  background: #4fb5ee;
  bottom: -8px;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contents-tit span::before {
    bottom: -4px;
    height: 10px;
  }
}

.contents-unit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .contents-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
  }
}

.contents-img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .contents-img {
    margin: 0 auto;
    width: 80%;
  }
}

.contents-sentence {
  margin-left: 60px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .contents-sentence {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}

.contents-subtit {
  font-size: 2.2rem;
  margin-bottom: 50px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .contents-subtit {
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 0;
    text-align: center;
  }
}

.contents-list {
  font-size: 2.2rem;
  margin-bottom: 60px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .contents-list {
    font-size: 1.8rem;
    padding-left: 0;
  }
}

.contents-item {
  margin-bottom: 20px;
}

.contents-item span {
  color: #d93737;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .contents-item span {
    font-size: 2.2rem;
  }
}

.contents-txt {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contents-txt {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
}

.contents-txt span {
  color: #d93737;
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .contents-txt span {
    font-size: 2.2rem;
  }
}

.contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .contents-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}

.contents-dlist {
  margin-right: 40px;
  width: calc(33.33333% - 80px / 3);
}

@media screen and (max-width: 767px) {
  .contents-dlist {
    margin-right: 0;
    width: 100%;
  }
}

.contents-dlist:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .contents-dlist:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.contents-dtit h4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#FF2C68), to(#FFA26F));
  background: -webkit-linear-gradient(left, #FF2C68 0%, #FFA26F 100%);
  background: linear-gradient(90deg, #FF2C68 0%, #FFA26F 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  height: 60px;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contents-dtit h4 {
    font-size: 2rem;
  }
}

.contents-dtit.coding h4 {
  background: -webkit-gradient(linear, left top, right top, from(#189288), to(#37E375));
  background: -webkit-linear-gradient(left, #189288 0%, #37E375 100%);
  background: linear-gradient(90deg, #189288 0%, #37E375 100%);
}

.contents-dtit.sales h4 {
  background: -webkit-gradient(linear, left top, right top, from(#3B92D5), to(#A8E7F9));
  background: -webkit-linear-gradient(left, #3B92D5 0%, #A8E7F9 100%);
  background: linear-gradient(90deg, #3B92D5 0%, #A8E7F9 100%);
}

.contents-dtit img {
  display: block;
  height: 220px;
  margin: 30px auto;
  width: auto;
}

.contents-dtit p {
  font-size: 1.8rem;
  line-height: 1.6;
}

.contents-dtit ul {
  margin-top: 30px;
}

.contents-dtit ul li {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.contents-dtit ul li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contents-dtit p {
    font-size: 1.6rem;
  }
}

.contents-desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.contents-desc .contents-header {
  display: inline-block;
  position: relative;
  text-align: center;
}

.contents-desc .contents-header::before,
.contents-desc .contents-header::after {
  -webkit-transform: translateY(-50%);
  background-color: #232426;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
}

.contents-desc .contents-header::before {
  left: 60px;
}

.contents-desc .contents-header::after {
  right: 60px;
}

.contents-desc p {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contents-desc p {
    font-size: 1.8rem;
  }
}

.contents-desc p span {
  color: #4fb5ee;
}

.course {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .course {
    padding: 60px 0 0;
  }
}

.course-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .course-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.course-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .course-tit {
    font-size: 5.4rem;
  }
}

.course-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .course-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.course-box {
  -webkit-box-shadow: 2px 2px 40px rgba(78, 78, 78, 0.1);
  box-shadow: 2px 2px 40px rgba(78, 78, 78, 0.1);
  margin-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .course-box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .course-box._box01 {
    margin-top: 80px;
  }
}

.course-box::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 121px;
  left: 0;
  position: absolute;
  top: 0;
  width: 121px;
}

@media screen and (max-width: 767px) {
  .course-box::before {
    height: 90px;
    width: 90px;
  }
}

.course-box._box01::before {
  background-image: url(../img/course_icon01.png);
}

.course-box._box02::before {
  background-image: url(../img/course_icon02.png);
}

.course-box._box03::before {
  background-image: url(../img/course_icon03.png);
}

.course-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #4fb5ee;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  height: 90px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .course-header {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-left: 3.5em;
  }
}

.course-txt01 {
  display: inline-block;
  font-size: 3rem;
  margin-top: 60px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .course-txt01 {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 30px;
    padding: 0 16px;
  }
}

.course-txt01 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #4fb5ee));
  background: -webkit-linear-gradient(transparent 60%, #4fb5ee 0%);
  background: linear-gradient(transparent 60%, #4fb5ee 0%);
  display: inline;
  padding: 0 2px 4px;
}

.course-txt02 {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .course-txt02 {
    line-height: 1.5;
    margin-top: 20px;
    padding: 0 16px;
  }
}

.course-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .course-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
  }
}

.course-icon {
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .course-icon {
    padding-left: 16px;
  }
}

.course-txt03 {
  -webkit-transform: translateY(20px);
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 40px;
  text-align: center;
  transform: translateY(20px);
}

@media screen and (max-width: 767px) {
  .course-txt03 {
    -webkit-transform: none;
    font-size: 2rem;
    margin-left: 20px;
    transform: none;
    width: 150%;
  }
}

.course-txt03._txt03 {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 767px) {
  .course-txt03._txt03 {
    -webkit-transform: none;
    transform: none;
  }
}

.cdt_wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  height: 60px;
  justify-content: flex-end;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cdt_wrapper {
    background-color: #fff;
    top: 50px;
    left: 0;
    position: fixed;
    right: 0;
  }
}

.cdt_wrapper small {
  font-size: 3rem;
  padding: 0 .4em;
}

@media screen and (max-width: 767px) {
  .cdt_wrapper small {
    font-size: 1.8rem;
  }
}

.cdt {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.cdt_txt {
  display: inline-block;
  font-size: 3rem;
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .cdt_txt {
    font-size: 1.6rem;
    margin-right: .4em;
  }
}

.cdt_txt span {
  display: block;
  line-height: 1;
}

.cdt_date {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .cdt_date {
    font-size: 1.8rem;
  }
}

.cdt_num {
  background-color: #4fb5ee;
  color: #fff;
  padding: .5em;
}

.endsales {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .endsales {
    padding: 60px 0 0;
  }
}

.endsales-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 1100px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .endsales-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.endsales-tit {
  font-size: 7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-tit {
    font-size: 4rem;
  }
}

.endsales-txt {
  font-size: 3.4rem;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-txt {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.endsales-subtit {
  font-size: 4rem;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-subtit {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}

.endsales-subtit span {
  color: #4fb5ee;
}

.endsales-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .endsales-list {
    margin-top: 0;
  }
}

.endsales-item {
  margin-right: 20px;
  width: calc(20% - 80px / 5);
}

@media screen and (max-width: 767px) {
  .endsales-item {
    margin-right: 20px;
    margin-top: 40px;
    width: calc(50% - 20px / 2);
  }
}

.endsales-item:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .endsales-item:nth-child(5n) {
    margin-right: 20px;
  }
}

.endsales-item:nth-child(n + 6) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .endsales-item:nth-child(2n) {
    margin-right: 0;
  }
}

.endsales-item h4 {
  font-size: 2.4rem;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-item h4 {
    font-size: 2rem;
    margin-top: 16px;
  }
}

.endsales-item p {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .endsales-item p {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.endsales-icon img {
  display: block;
  height: 90px;
  margin: 0 auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .endsales-icon img {
    height: 70px;
  }
}

.example {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .example {
    padding: 40px 0 60px;
  }
}

.example-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .example-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.example-tit {
  font-size: 6rem;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .example-tit {
    font-size: 2.4rem;
    padding-bottom: 40px;
  }
}

.example-tit span {
  color: #4fb5ee;
}

.example-subtit {
  font-size: 2rem;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .example-subtit {
    font-size: 1.6rem;
  }
}

.example-box {
  background: #4fb5ee;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding: 16px 24px;
}

@media screen and (max-width: 767px) {
  .example-box {
    margin-right: 10px;
    padding: 12px 18px;
  }
}

.example-line {
  border-bottom: 4px solid #d93737;
  padding-bottom: 10px;
  position: relative;
}

.example-line .lg-num {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .example-line .lg-num {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .example-dlist:nth-child(n + 2) {
    margin-top: 60px;
  }
}

.example-unit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .example-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.example-dtit {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.example-txt {
  font-size: 2.8rem;
}

.example-txt .end01 {
  color: #256982;
}

.example-txt .end02 {
  color: #1a8ab2;
}

.example-txt .end03 {
  color: #2fb8e9;
}

.example-txt+img {
  height: auto;
  margin: 40px auto;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .example-txt+img {
    margin: 20px auto;
  }
}

.example-desc {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .example-desc {
    font-size: 1.6rem;
  }
}

.faq {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
}

.faq-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .faq-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.faq-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .faq-tit {
    font-size: 5.4rem;
  }
}

.faq-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .faq-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.faq-wrap {
  -webkit-box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.1);
  background-color: #fff;
  box-shadow: 2px 2px 25px 20px rgba(78, 78, 78, 0.1);
  margin-top: 110px;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .faq-wrap {
    margin-top: 80px;
    padding: 10px;
  }
}

.faq-def {
  border: 1px solid #dcdcdc;
}

.faq-def:not(:first-child) {
  margin-top: 10px;
}

.faq-dtit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 70px 34px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-dtit {
    padding: 30px 50px 30px 15px;
  }
}

.faq-dtit::before,
.faq-dtit::after {
  -webkit-transform: translateY(-50%);
  background-color: #4fb5ee;
  content: "";
  height: 3px;
  margin: 0 auto;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

@media screen and (max-width: 767px) {

  .faq-dtit::before,
  .faq-dtit::after {
    right: 14px;
    width: 20px;
  }
}

.faq-dtit::after {
  -webkit-transform: rotate(90deg);
  -webkit-transition: .3s transform;
  transform: rotate(90deg);
  transition: .3s transform;
}

.faq-subtit {
  font-size: 2rem;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-subtit {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 30px;
  }
}

.faq-subtit::before {
  -webkit-transform: translateY(-50%);
  color: #0000c7;
  content: "Q";
  display: inline-block;
  font-size: 2.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .faq-subtit::before {
    -webkit-transform: none;
    font-size: 1.8rem;
    top: 0;
    transform: none;
  }
}

.faq-data {
  display: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 115px 35px 100px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .faq-data {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-data {
    padding: 0 30px 25px 56px;
  }
}

.faq-data::before {
  color: #c7000a;
  content: "A";
  display: inline-block;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 60px;
  line-height: 1.6;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .faq-data::before {
    font-size: 1.8rem;
    left: 30px;
  }
}

.faq-dtit.is-faq-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.is-faq-active .faq-data {
  display: block;
}

.gallery {
  -ms-flex-wrap: nowrap;
  background-color: #232426;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
}

.gallery-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-list:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}

.gallery-list:last-child {
  -webkit-animation: loop02 50s linear infinite;
  animation: loop02 50s linear infinite;
}

.gallery-item {
  height: 250px;
  margin-left: 20px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .gallery-item {
    height: 150px;
    margin-left: 10px;
    width: 150px;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.greeting {
  background: transparent url(../img/greeting_bg.png) no-repeat 0 0/contain;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .greeting {
    background: transparent url(../img/greeting_bg.png) no-repeat 0 0/300px;
  }
}

.greeting-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  padding: 60px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .greeting-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .greeting-inner {
    padding: 16px;
  }
}

.greeting-txt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  margin: 2em 0 0 auto;
  position: relative;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .greeting-txt {
    margin: 1.5em auto 0 auto;
    width: 100%;
  }
}

.greeting-txt span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff100));
  background: -webkit-linear-gradient(bottom, transparent 50%, #fff100 50%);
  background: linear-gradient(bottom, transparent 50%, #fff100 50%);
  background-position: -100% .5em;
}

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

@media screen and (max-width: 767px) {
  .intro {
    padding: 60px 0 50px;
  }
}

.intro-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 1700px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .intro-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.intro-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro-tit {
    font-size: 5.4rem;
  }
}

.intro-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .intro-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.intro-wrap01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 112px;
  max-width: 1100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .intro-wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}

.intro-wrap01::before {
  background-color: #4fb5ee;
  bottom: 0;
  content: "";
  display: block;
  height: 550px;
  position: absolute;
  right: 0;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .intro-wrap01::before {
    height: 320px;
    right: -16px;
    width: 100px;
  }
}

.intro-wrap02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-top: 118px;
  max-width: 1100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .intro-wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}

.intro-wrap02::before {
  background-color: #4fb5ee;
  bottom: 0;
  content: "";
  display: block;
  height: 360px;
  left: 0;
  position: absolute;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .intro-wrap02::before {
    height: 200px;
    left: -16px;
    width: 100px;
  }
}

.intro-txt {
  font-size: 2rem;
  line-height: 2;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .intro-txt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.intro-txt._wrap02 {
  margin-left: 38px;
}

@media screen and (max-width: 767px) {
  .intro-txt._wrap02 {
    margin-left: 0;
  }
}

.intro-txt._box {
  width: 100%;
}

.intro-txt._box span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fe1824));
  background: -webkit-linear-gradient(transparent 50%, #fe1824 50%);
  background: linear-gradient(transparent 50%, #fe1824 50%);
  padding-bottom: 4px;
}

.intro-pic {
  position: relative;
}

@media screen and (max-width: 767px) {
  .intro-pic {
    margin-left: auto;
    margin-right: -16px;
    margin-top: 40px;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .intro-pic._pic02 {
    margin-left: -16px;
    margin-right: auto;
    width: 100%;
  }
}

.intro-pic._tw {
  margin: 120px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .intro-pic._tw {
    margin: 60px auto 0 auto;
    width: 90%;
  }
}

.intro-pic._tw::before,
.intro-pic._tw::after {
  background-color: #4fb5ee;
  content: "";
  display: inline-block;
  height: 120px;
  position: absolute;
  width: 200px;
  z-index: -1;
}

@media screen and (max-width: 767px) {

  .intro-pic._tw::before,
  .intro-pic._tw::after {
    height: 60px;
    width: 100px;
  }
}

.intro-pic._tw::before {
  left: -100px;
  top: -60px;
}

@media screen and (max-width: 767px) {
  .intro-pic._tw::before {
    left: -5%;
    top: -35px;
  }
}

.intro-pic._tw::after {
  bottom: -60px;
  right: -100px;
}

@media screen and (max-width: 767px) {
  .intro-pic._tw::after {
    bottom: -35px;
    right: -5%;
  }
}

.intro-box {
  margin: 100px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .intro-box {
    margin: 50px auto 0 auto;
  }
}

.kv {
  background: transparent url(../img/kv_pic.png) no-repeat 0 50%/661px;
  height: 828px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kv {
    background: transparent url(../img/kv_pic.png) no-repeat 25% 100%/380px;
    height: 800px;
  }
}

.kv::before {
  -webkit-transform: translateX(-50%);
  background: transparent url(../img/kv_bottom.png) no-repeat 50% 50%/974px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 154px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .kv::before {
    background: transparent url(../img/kv_bottom.png) no-repeat 50% 50%/340px;
    bottom: -40px;
  }
}

.kv::after {
  background: transparent url(../img/kv_bg_bot.png) no-repeat 50% 50%/cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 200px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .kv::after {
    height: 80px;
  }
}

.kv-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  padding-bottom: 63px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kv-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .kv-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 130px;
  }
}

.kv-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-left: auto;
  margin-top: 62px;
  text-align: left;
  width: 43%;
}

@media screen and (max-width: 767px) {
  .kv-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .kv-txt {
    font-size: 1.6rem;
    margin-top: 24px;
    text-shadow: 2px 2px 6px #fff, -2px -2px 6px #fff;
    width: 100%;
  }
}

.kv-copy {
  margin-left: auto;
  position: relative;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .kv-copy {
    width: 100%;
  }
}

.kv-name {
  -webkit-transform: translateX(-50%);
  bottom: 163px;
  height: 157px;
  left: 330px;
  position: absolute;
  transform: translateX(-50%);
  width: 547px;
}

@media screen and (max-width: 767px) {
  .kv-name {
    bottom: 75px;
    height: auto;
    left: 160px;
    width: 80%;
  }
}

.message {
  background: transparent url(../img/message_bg.jpg) no-repeat 50% 50%/cover;
  padding: 120px 0 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message {
    background: transparent url(../img/message_bg.jpg) no-repeat 5% 50%/cover;
    padding: 60px 0 30px;
  }
}

.message-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .message-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.message-tit {
  font-size: 7rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .message-tit {
    font-size: 2.2rem;
  }
}

.message-txt {
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .message-txt {
    font-size: 1.8rem;
    text-align: left;
  }
}

.movie {
  padding: 90px 0 60px;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 70px 0 30px;
  }
}

.movie-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.movie-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie-tit {
    font-size: 5.4rem;
  }
}

.movie-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .movie-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.movie-pic {
  cursor: pointer;
  height: 460px;
  margin: 110px auto 0 auto;
  position: relative;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .movie-pic {
    height: auto;
    margin: 80px auto 0 auto;
    width: 100%;
  }
}

.movie-pic::before {
  -webkit-transform: translateX(-50%);
  -webkit-transition: .3s all;
  background-image: url(../img/movie_play_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 162px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 28%;
  transform: translateX(-50%);
  transition: .3s all;
  width: 162px;
}

@media screen and (max-width: 767px) {
  .movie-pic::before {
    height: 35%;
    width: 21%;
  }
}

.movie-pic:hover::before {
  background-image: url(../img/movie_play_icon_hover.png);
}

.price {
  padding: 150px 0 0;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .price {
    padding: 20px 0 0;
    margin-bottom: 60px;
  }
}

.price-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .price-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.price-img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 90%;
}

.recommened {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .recommened {
    padding: 60px 0 0;
  }
}

.recommened-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 1100px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .recommened-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.recommened-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommened-tit {
    font-size: 5.4rem;
  }
}

.recommened-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .recommened-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.recommened-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .recommened-wrap {
    margin-top: 80px;
  }
}

.recommened-box {
  text-align: center;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .recommened-box {
    width: 100%;
  }
}

.recommened-box:nth-child(3n) {
  margin-right: 0;
}

.recommened-box:nth-child(2) {
  width: 333px;
}

@media screen and (max-width: 767px) {
  .recommened-box:nth-child(2) {
    width: 100%;
  }
}

.recommened-box:nth-child(n + 4) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .recommened-box:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .recommened-box:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.recommened-balloon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #4fb5ee;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 330px;
}

@media screen and (max-width: 767px) {
  .recommened-balloon {
    font-size: 1.8rem;
    height: 70px;
    margin: 0 auto;
    width: 90%;
  }
}

.recommened-balloon p {
  font-size: 2rem;
  line-height: 1.4;
}

.recommened-balloon._balloon2 {
  width: 333px;
}

@media screen and (max-width: 767px) {
  .recommened-balloon._balloon2 {
    width: 90%;
  }
}

.recommened-balloon::before {
  -webkit-transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 25px solid #4fb5ee;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.recommened-txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .recommened-txt {
    font-size: 1.4rem;
  }
}

.recommened-icon {
  margin: 0 auto 0 auto;
}

.recommened-icon._icon01 {
  height: 288px;
  width: 241px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon01 {
    height: auto;
    width: 50%;
  }
}

.recommened-icon._icon02 {
  height: 287px;
  width: 290px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon02 {
    height: auto;
    width: 50%;
  }
}

.recommened-icon._icon03 {
  height: 290px;
  width: 186px;
}

@media screen and (max-width: 767px) {
  .recommened-icon._icon03 {
    height: auto;
    width: 50%;
  }
}

.sidebusiness {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .sidebusiness {
    padding: 30px 0 0;
  }
}

.sidebusiness-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sidebusiness-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.sidebusiness-tit {
  font-size: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sidebusiness-tit {
    font-size: 3.4rem;
    line-height: 1.6;
  }
}

.sidebusiness-tit span {
  font-size: 9rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sidebusiness-tit span {
    font-size: 4.4rem;
  }
}

.sidebusiness-tit span::before {
  background: #4fb5ee;
  bottom: -8px;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.sidebusiness-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .sidebusiness-list {
    margin-top: 60px;
  }
}

.sidebusiness-item {
  height: 270px;
  margin-right: 38px;
  position: relative;
  width: calc(50% - 38px / 2);
}

@media screen and (max-width: 767px) {
  .sidebusiness-item {
    height: 196px;
    margin-right: 0;
    width: 100%;
  }
}

.sidebusiness-item::before {
  background-image: url(../img/sidebusiness_click_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 146px;
  left: -20px;
  position: absolute;
  top: -60px;
  width: 281px;
}

@media screen and (max-width: 767px) {
  .sidebusiness-item::before {
    height: 78px;
    left: 0;
    top: -30px;
    width: 150px;
  }
}

.sidebusiness-item._bg01 {
  background: transparent url(../img/sidebusiness_pic01.jpg) no-repeat 50% 50%/contain;
}

.sidebusiness-item._bg02 {
  background: transparent url(../img/sidebusiness_pic02.jpg) no-repeat 50% 50%/contain;
}

.sidebusiness-item._bg03 {
  background: transparent url(../img/sidebusiness_pic03.jpg) no-repeat 50% 50%/contain;
}

.sidebusiness-item._bg04 {
  background: transparent url(../img/sidebusiness_pic04.jpg) no-repeat 50% 50%/contain;
}

.sidebusiness-item:nth-child(2n) {
  margin-right: 0;
}

.sidebusiness-item:nth-child(n + 3) {
  margin-top: 112px;
}

@media screen and (max-width: 767px) {
  .sidebusiness-item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sidebusiness-item:not(:first-child) {
    margin-top: 40px;
  }
}

.sidebusiness-item a {
  display: block;
  height: 100%;
  width: 100%;
}

.sidebusiness-txt {
  font-size: 2.6rem;
  line-height: 1.7;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sidebusiness-txt {
    font-size: 1.8rem;
    margin-top: 24px;
    text-align: left;
  }
}

.thought {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .thought {
    padding: 0;
  }
}

.thought-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .thought-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.thought-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thought-tit {
    font-size: 5.4rem;
  }
}

.thought-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .thought-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.thought-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 10px solid #4fb5ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 110px auto 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .thought-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    border: 5px solid #4fb5ee;
    flex-direction: column;
    margin: 80px auto 0 auto;
  }
}

.thought-box02 {
  border: 10px solid #4fb5ee;
  margin: 60px auto 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .thought-box02 {
    border: 5px solid #4fb5ee;
    margin: 40px auto 0 auto;
  }
}

.thought-box03 {
  border: 10px solid #4fb5ee;
  margin: 60px auto 0 auto;
  max-width: 1200px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .thought-box03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    border: 5px solid #4fb5ee;
    flex-direction: column-reverse;
    margin: 40px auto 0 auto;
    padding-bottom: 40px;
  }
}

.thought-left {
  width: 660px;
}

@media screen and (max-width: 767px) {
  .thought-left {
    width: 100%;
  }
}

.thought-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .thought-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.thought-header._header03 {
  margin-left: -528px;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .thought-header._header03 {
    margin-left: 0;
    width: 100%;
  }
}

.thought-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #4fb5ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 190px;
  padding-right: 22px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .thought-label {
    height: 100px;
    padding: 10px 0;
    width: 100%;
  }
}

.thought-label._label01 {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .thought-label._label01 {
    width: 100%;
  }
}

.thought-subtit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 20px;
  text-shadow: 2px 2px 0px #fff, 2px 2px 1px #000;
}

@media screen and (max-width: 767px) {
  .thought-subtit {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 30px;
    padding: 0 12px;
    text-align: left;
  }
}

.thought-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thought-txt {
    font-size: 1.4rem;
    padding: 0 16px;
  }
}

.thought-txt._txt01 {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  text-align: left;
  width: 110%;
}

@media screen and (max-width: 767px) {
  .thought-txt._txt01 {
    font-size: 1.6rem;
    padding: 0 16px;
    text-align: left;
    width: 100%;
  }
}

.thought-txt._txt01:nth-child(3) {
  height: 0;
}

.thought-txt._txt02 {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 24px 0 48px;
  text-align: center;
  text-align: left;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .thought-txt._txt02 {
    font-size: 1.4rem;
    padding: 0 16px;
    text-align: left;
    width: 100%;
  }
}

.thought-txt._txt02:nth-child(3) {
  height: 0;
}

.thought-txt._txt03 {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .thought-txt._txt03 {
    width: 100%;
  }
}

.thought-txt._word {
  color: #fff;
  font-size: 3.2rem;
  margin-top: auto;
  padding-left: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .thought-txt._word {
    font-size: 2.4rem;
  }
}

.thought-txt._label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: flex-start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.4rem;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .thought-txt._label {
    font-size: 2.4rem;
  }
}

.thought-txt._label span {
  font-family: "Anton", sans-serif;
  font-size: 9rem;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .thought-txt._label span {
    font-size: 4rem;
  }
}

.thought-btn {
  background-color: #4fb5ee;
  color: #fff;
  font-size: 1.8rem;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 240px;
}

.thought-btn::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt_thin.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.thought-umarker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f2a41c));
  background: -webkit-linear-gradient(transparent 50%, #f2a41c 50%);
  background: linear-gradient(transparent 50%, #f2a41c 50%);
  padding-bottom: 4px;
}

.thought-umarker02 {
  background-color: #c7000a;
  color: #fff;
  padding: 5px 2px;
}

.thought-line {
  background-image: -webkit-linear-gradient(top, #212121, #212121 2px, #adadad 2px, #adadad 2px);
  background-image: linear-gradient(to bottom, #212121, #212121 2px, #adadad 2px, #adadad 2px);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 1px 4px;
  display: block;
  height: 500px;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .thought-line {
    display: none;
  }
}

.thought-body {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .thought-body {
    margin-top: 30px;
  }
}

.thought-body01 {
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 767px) {
  .thought-body01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 0 40px 0;
  }
}

.thought-body02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-top: 60px;
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 767px) {
  .thought-body02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 0 40px 0;
  }
}

.thought-pic {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .thought-pic {
    height: 300px;
    margin-top: 30px;
    width: 100%;
  }
}

.thought-pic img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .thought-pic img {
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
  }
}

@media screen and (max-width: 767px) {

  .thought-pic01,
  .thought-pic02 {
    margin: 30px auto 0 auto;
    width: 70%;
  }
}

.thought-pic._pic02 {
  margin-top: 40px;
  width: 100%;
}

.is-thought-active01 .thought-txt._txt01 {
  height: auto !important;
}

.is-thought-active02 .thought-txt._txt02 {
  height: auto !important;
}

.is-thought-active03 .thought-txt._txt03 {
  height: auto !important;
}

.thought-outer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .thought-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.thought-item {
  margin-right: 120px;
  width: calc(33.33333% - 240px / 3);
}

@media screen and (max-width: 767px) {
  .thought-item {
    margin-right: 0;
    width: 100%;
  }
}

.thought-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .thought-item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.thought-item .recommened-balloon {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .thought-item .recommened-balloon {
    margin: auto;
  }
}

.thought-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  justify-content: center;
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .thought-icon {
    margin: 10px auto 0 auto;
  }
}

.thought-icon._icon01 img {
  height: 250px;
  width: 179px;
}

@media screen and (max-width: 767px) {
  .thought-icon._icon01 img {
    height: 175px;
    width: 125px;
  }
}

.thought-icon._icon02 img {
  height: 155px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .thought-icon._icon02 img {
    height: 108px;
    width: 175px;
  }
}

.thought-icon._icon03 img {
  height: 250px;
  width: 190px;
}

@media screen and (max-width: 767px) {
  .thought-icon._icon03 img {
    height: 175px;
    width: 133px;
  }
}

.thought03-txt {
  line-height: 1.7;
  margin-top: 30px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .thought03-txt {
    margin-top: 0;
  }
}

.thought-txt04 {
  font-size: 2.6rem;
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thought-txt04 {
    font-size: 2.2rem;
    margin-top: 20px;
    padding: 0 16px;
    text-align: left;
  }
}

.trouble {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .trouble {
    padding: 30px 0;
  }
}

.trouble-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .trouble-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.trouble-pic._pc {
  height: 174px;
  margin: 150px 0 0 auto;
  position: sticky;
  right: 0;
  top: 0;
  width: 331px;
}

.trouble-pic._pc img {
  height: auto;
  padding-top: 70px;
}

.trouble-pic._sp {
  display: block;
  margin: 40px auto 0 auto;
  width: 70%;
}

.trouble-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trouble-tit {
    font-size: 5.4rem;
  }
}

.trouble-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .trouble-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.trouble-list {
  margin: -200px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .trouble-list {
    margin: 80px auto 0 auto;
  }
}

.trouble-item {
  font-size: 2.4rem;
  padding-left: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .trouble-item {
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 34px;
  }
}

.trouble-item:not(:first-child) {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .trouble-item:not(:first-child) {
    margin-top: 20px;
  }
}

.trouble-item::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/trouble_bullet.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

@media screen and (max-width: 767px) {
  .trouble-item::before {
    -webkit-transform: none;
    height: 23px;
    margin-top: 4px;
    top: 0;
    transform: none;
    width: 24px;
  }
}

.trouble-txt {
  font-size: 2rem;
  line-height: 2;
  margin: 100px auto 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .trouble-txt {
    font-size: 1.4rem;
    margin: 60px auto 0 auto;
  }
}

.voice {
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 160px;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 30px 0 60px;
  }
}

.voice-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .voice-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.voice-tit {
  font-family: "Anton", sans-serif;
  font-size: 11rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .voice-tit {
    font-size: 5.4rem;
  }
}

.voice-tit::before {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  content: attr(data-tit);
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .voice-tit::before {
    bottom: -33px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}

.voice-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 60px;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .voice-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}

.voice-wrap._wrap02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .voice-wrap._wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }
}

.voice-outer {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .voice-outer {
    position: relative;
    width: 100%;
  }
}

.voice-outer._outer02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 767px) {
  .voice-outer._outer02 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.voice-mov {
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voice-mov {
    margin: 20px auto 0 auto;
    width: 60%;
  }
}

.voice-mov::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: .3s all;
  background-image: url(../img/movie_play_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 162px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s all;
  width: 162px;
}

@media screen and (max-width: 767px) {
  .voice-mov::before {
    height: 35%;
    width: 21%;
  }
}

.voice-mov:hover::before {
  background-image: url(../img/movie_play_icon_hover.png);
}

.voice-subtit {
  height: 120px;
  margin: 0 auto;
  width: 306px;
}

@media screen and (max-width: 767px) {
  .voice-subtit {
    height: auto;
    width: 150px;
  }
}

.voice-txt {
  -webkit-transform: rotate(-10deg);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 60px;
  transform: rotate(-10deg);
}

@media screen and (max-width: 767px) {
  .voice-txt {
    font-size: 1.8rem;
    margin-top: 40px;
    text-align: center;
  }
}

.voice-txt._txt02 {
  -webkit-transform: rotate(10deg);
  text-align: center;
  transform: rotate(10deg);
}

.voice-btn._pc {
  -webkit-box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#F80235), to(#F6B43F));
  background-image: -webkit-linear-gradient(left, #F80235 0%, #F6B43F 100%);
  background-image: linear-gradient(to right, #F80235 0%, #F6B43F 100%);
  box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);
  color: #fff;
  display: block;
  font-size: 2.8rem;
  margin: 80px auto 0 auto;
  position: relative;
  text-align: center;
  width: 240px;
}

.voice-btn._pc::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt_thin.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.voice-btn._pc a {
  display: block;
  padding: 16px 0;
}

.voice-btn._sp {
  -webkit-box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#F80235), to(#F6B43F));
  background-image: -webkit-linear-gradient(left, #F80235 0%, #F6B43F 100%);
  background-image: linear-gradient(to right, #F80235 0%, #F6B43F 100%);
  box-shadow: 0 0 35px rgba(78, 78, 78, 0.1);
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin: 25px auto 0 auto;
  position: relative;
  text-align: center;
  width: 240px;
}

.voice-btn._sp::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow_icon_rt_thin.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.voice-btn._sp a {
  display: block;
  padding: 20px 0;
}

.eyecatch {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .eyecatch {
    height: 240px;
  }
}

.eyecatch._legal {
  background: transparent url(../img/legal_eyecatch_bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .eyecatch._legal {
    background: transparent url(../img/legal_eyecatch_bg.jpg) no-repeat 90% 50%/cover;
  }
}

.eyecatch._privacy {
  background: transparent url(../img/privacy_eyecatch_bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .eyecatch._privacy {
    background: transparent url(../img/privacy_eyecatch_bg.jpg) no-repeat 90% 50%/cover;
  }
}

.eyecatch._terms {
  background: transparent url(../img/terms_eyecatch_bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .eyecatch._terms {
    background: transparent url(../img/terms_eyecatch_bg.jpg) no-repeat 90% 50%/cover;
  }
}

.eyecatch-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}

.eyecatch-tit {
  font-size: 1.8rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .eyecatch-tit {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.eyecatch-en {
  font-family: "Anton", sans-serif;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .eyecatch-en {
    font-size: 2.4rem;
  }
}

.eyecatch-tit._legal {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .eyecatch-tit._legal {
    font-size: 1.8rem;
  }
}

.legal {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .legal {
    padding: 60px 0;
  }
}

.legal-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 800px;
  padding: 0;
  width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .legal-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.legal-tit {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .legal-tit {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
}

.legal-box {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .legal-box {
    margin-top: 20px;
  }
}

.legal-def {
  border-bottom: 1px solid #232426;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .legal-def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    padding: 18px 0;
  }
}

.legal-dtit {
  font-weight: bold;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .legal-dtit {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .legal-data {
    line-height: 1.7;
    margin-top: 14px;
  }
}

.privacy {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .privacy {
    padding: 60px 0;
  }
}

.privacy-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .privacy-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.privacy-tit {
  font-size: 2rem;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .privacy-tit {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.privacy-txt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .privacy-txt {
    font-size: 1.4rem;
  }
}

.privacy-list {
  margin: 0 auto;
  max-width: 800px;
}

.privacy-item {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 30px;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .privacy-item {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.privacy-item::before {
  -webkit-transform: translateY(-50%);
  content: "・";
  display: inline-block;
  left: 0;
  position: absolute;
  top: .8em;
  transform: translateY(-50%);
}

.terms {
  padding: 110px 0 120px;
}

@media screen and (max-width: 767px) {
  .terms {
    padding: 60px 0;
  }
}

.terms-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .terms-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.terms-tit {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .terms-tit {
    font-size: 1.6rem;
  }
}

.terms-tit:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .terms-tit:not(:first-child) {
    margin-top: 40px;
  }
}

.terms-txt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .terms-txt {
    font-size: 1.4rem;
  }
}

.terms-txt span {
  font-weight: bold;
}

.terms-list {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.terms-item {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 22px;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .terms-item {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}

.terms-item:nth-child(n + 10) {
  padding-left: 2em;
}

.terms-item::before {
  content: attr(data-item);
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

.terms-item span {
  font-weight: bold;
}

/**
* utility
* ========================== */
.js-fadein {
  -webkit-transition: 1s;
  opacity: 0;
  transition: 1s;
  visibility: hidden;
}

.is-fadein-active {
  opacity: 1;
  visibility: visible;
}

.js-fadein._bot {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.is-fadein-active._bot {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

._pc {
  display: block !important;
}

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

._sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  ._sp {
    display: block !important;
  }
}