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

.fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.fc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

.je {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.js {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ae {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.as {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.f_auto {
  flex: 1
}

.wrap {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto
}

.wrap_s {
  max-width: 1120px;
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.wrap_s_s {
  max-width: 1120px;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.wrap_ss {
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.wrap_ss_s {
  max-width: 900px;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.wrap_sss {
  max-width: 760px;
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.wrap_sss_s {
  max-width: 760px;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

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

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif
}

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

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  outline: none
}

a:hover {
  text-decoration: none
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom
}

ins {
  background-color: #ff9;
  color: #111;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #111;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

body {
  color: #333;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal
}

@media (max-width: 1023px) {
  body {
    background-size: 20% 10px
  }
}

@media (max-width: 480px) {
  body {
    font-size: 12px
  }
}

#header:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: #fff;
  z-index: 10
}

@media (max-width: 767px) {
  #header:before {
    height: 68px;
    z-index: 11
  }
}

#header a {
  display: block;
  transition: all 0.4s
}

#header .logo {
  width: 180px;
  line-height: 0;
  position: fixed;
  top: 20px;
  left: 3%;
  z-index: 11;
  transition: opacity 0.4s
}

@media (min-width: 1367px) {
  #header .logo a:hover {
    transform: translateY(-5px)
  }
}

@media (max-width: 767px) {
  #header .logo {
    width: 30%;
    max-width: 120px;
    top: 24px
  }
}

#header .logo a {
  display: block
}

#header .navBox {
  position: fixed;
  top: 15px;
  right: 3%;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11
}

@media (max-width: 767px) {
  #header .navBox {
    padding-right: 36px
  }
}

#header .navBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#header .navBox li {
  transition: opacity 0.4s
}

#header .navBox li:not(:last-of-type) {
  padding-right: 32px
}

@media (max-width: 1240px) {
  #header .navBox li:not(.orderLink) {
    display: none
  }
}

@media (min-width: 1367px) {
  #header .navBox li:not(.orderLink) a:hover {
    transform: translateY(-5px)
  }
}

#header .navBox li.orderLink a {
  background-color: #467b76;
  border: 1px solid #467b76;
  color: #fff;
  padding: 7px 20px 8px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

@media (max-width: 767px) {
  #header .navBox li.orderLink a {
    padding: 7px 8px 8px;
    font-size: 0.9em
  }
}

#header .navBox li.orderLink a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -7px;
  margin-right: 7px;
  background: url(../img/icon_book_wh.png) no-repeat center/cover;
  transition: all 0.4s
}

@media (max-width: 767px) {
  #header .navBox li.orderLink a:before {
    width: 16px;
    height: 16px;
    vertical-align: -4px;
    margin-right: 4px
  }
}

#header .navBox li.orderLink a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  transition: all 0.6s
}

@media (min-width: 1367px) {
  #header .navBox li.orderLink a:hover {
    color: #467b76
  }

  #header .navBox li.orderLink a:hover:before {
    background-image: url(../img/icon_book_gr.png)
  }

  #header .navBox li.orderLink a:hover:after {
    left: 0
  }
}

#header .navBox .contactLink {
  display: none
}

@media (max-width: 1240px) {
  #header .navBox .contactLink {
    display: block;
    width: 34px;
    margin-left: 30px
  }
}

@media (max-width: 767px) {
  #header .navBox .contactLink {
    width: 24px;
    margin-left: 12px
  }
}

#header .navToggle {
  position: fixed;
  top: 28px;
  right: 3%;
  width: 32px;
  height: 14px;
  z-index: 11;
  cursor: pointer
}

@media (max-width: 767px) {
  #header .navToggle {
    top: 27px;
    width: 22px;
    height: 10px
  }
}

#header .navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #333;
  border-radius: 2px;
  transition: all .2s linear
}

@media (max-width: 767px) {
  #header .navToggle span {
    height: 1px
  }
}

#header .navToggle span:nth-of-type(1) {
  top: 0%
}

#header .navToggle span:nth-of-type(2) {
  top: 100%
}

@media (min-width: 1367px) {
  #header .navToggle:hover span {
    background-color: #467b76;
    top: 50%
  }
}

#header .hmNavBox {
  position: fixed;
  top: 0;
  right: 0;
  width: 55%;
  max-width: 520px;
  transform: translateX(100%);
  height: 100%;
  z-index: 10;
  background-color: #f4efe9;
  transition: transform 0.6s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 767px) {
  #header .hmNavBox {
    width: 100%;
    max-width: none
  }
}

#header .hmNavBox>div {
  width: 70%;
  max-width: 400px
}

#header .hmNavBox .mainNav li {
  margin-top: 25px
}

#header .hmNavBox .mainNav a {
  font-size: 1.3em
}

#header .hmNavBox .mainNav a:before {
  width: 12px;
  height: 12px;
  left: 0
}

@media (max-width: 1023px) {
  #header .hmNavBox .mainNav a:before {
    opacity: 1 !important
  }
}

#header .hmNavBox .subNav {
  margin-top: 50px
}

#header .hmNavBox .subNav li {
  margin-top: 10px
}

#header .hmNavBox .subNav li a {
  font-size: 0.9em
}

#header .hmNavBox .subNav li a:before {
  width: 8px;
  height: 8px;
  left: 5px
}

#header .hmNavBox ul:not(.sns) li a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  transition: all 0.2s
}

#header .hmNavBox ul:not(.sns) li a:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #df9c88;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0
}

@media (min-width: 1367px) {
  #header .hmNavBox ul:not(.sns) li a:hover:before {
    opacity: 1
  }
}

#header .hmNavBox .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 5%
}

#header .hmNavBox .sns li {
  width: 22px;
  margin-left: 15px
}

#header .hmNavBox .sns li a {
  display: block;
  transition: all 0.4s
}

@media (min-width: 1367px) {
  #header .hmNavBox .sns li a:hover {
    transform: translateY(-5px)
  }
}

#header.active .navBox li:not(.orderLink) {
  opacity: 0
}

#header.active .navToggle span {
  top: 50%;
  left: 50%
}

#header.active .navToggle span:nth-of-type(1) {
  transform: translateX(-50%) rotate(-30deg)
}

#header.active .navToggle span:nth-of-type(2) {
  transform: translateX(-50%) rotate(30deg)
}

#header.active .hmNavBox {
  transform: translateX(0)
}

.section {
  padding: 100px 0
}

.section .ttlBox {
  text-align: center;
  margin-bottom: 50px
}

@media (max-width: 767px) {
  .section .ttlBox {
    margin-bottom: 30px
  }
}

.section .ttlBox p {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: #467b76
}

@media (max-width: 767px) {
  .section .ttlBox p {
    font-size: 2.4em
  }
}

.txt {
  letter-spacing: 0.1em;
  line-height: 2.5
}

.linkBox {
  text-align: center;
  margin-top: 50px
}

.linkBox a {
  display: block;
  width: 70%;
  max-width: 340px;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.2);
  margin: 0 auto;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  position: relative;
  border: 2px solid;
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  overflow: hidden
}

.linkBox a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.9)
}

.linkBox a.grBox {
  background-color: #467b76;
  border-color: #467b76
}

.linkBox a.piBox {
  background-color: #df9c88;
  border-color: #df9c88
}

.linkBox a.iconBook:before,
.linkBox a.iconMail:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  vertical-align: -6px;
  background: no-repeat center/cover;
  transition: all 0.4s
}

.linkBox a.iconBook:before {
  background-image: url(../img/icon_book_wh.png)
}

.linkBox a.iconMail:before {
  background-image: url(../img/icon_mail_gr.png)
}

@media (min-width: 1367px) {
  .linkBox a:hover.grBox {
    color: #467b76
  }

  .linkBox a:hover.piBox {
    color: #df9c88
  }

  .linkBox a:hover.piBox:before {
    background-image: url(../img/icon_book_pk.png)
  }

  .linkBox a:hover:after {
    left: 0
  }
}

#footer {
  padding: 0 3% 15px;
  position: relative
}

#footer .waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(-100%)
}

@media (max-width: 1023px) {
  #footer .waves {
    height: 80px
  }
}

@media (max-width: 767px) {
  #footer .waves {
    height: 50px
  }
}

#footer .waves use {
  animation: waves 8s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  fill: #fff
}

@keyframes waves {
  0% {
    transform: translate3d(-90px, 0, 0)
  }

  100% {
    transform: translate3d(85px, 0, 0)
  }
}

#footer .logo {
  display: block;
  max-width: 90px;
  width: 18%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transform: translateY(-100%)
}

#footer .logo a {
  display: block;
  transition: all 0.4s
}

@media (min-width: 1367px) {
  #footer .logo a:hover {
    transform: translateY(-5px)
  }
}

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

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

#footer .sns li {
  width: 22px;
  margin-right: 10px
}

#footer .sns li a {
  display: block;
  transition: all 0.4s
}

@media (min-width: 1367px) {
  #footer .sns li a:hover {
    transform: translateY(-5px)
  }
}

#footer small {
  color: rgba(51, 51, 51, 0.5);
  font-size: 11px;
  line-height: 1
}

@media (max-width: 767px) {
  #footer small {
    font-size: 10px
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4efe9;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#loading p {
  max-width: 80px;
  width: 18%;
  overflow: hidden
}

#loading p img {
  display: block;
  transform: translateY(102%)
}

#contentWrap {
  overflow: hidden;
  background-color: #f4efe9
}

#main {
  position: relative;
  overflow: hidden
}

@media screen and (orientation: portrait) {
  #main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

#main:before {
  content: "";
  display: block;
  width: 100%;
  height: 10%;
  background-color: #f4efe9;
  position: absolute;
  bottom: 0;
  left: 0
}

@media screen and (orientation: portrait) {
  #main:before {
    height: 27%
  }
}

#main .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (orientation: portrait) {
  #main .inner {
    height: auto;
    position: static;
    display: block;
    padding: 5% 0 0
  }
}

#main .txtBox {
  margin-right: 10%;
  position: relative;
  z-index: 1;
  padding-bottom: 4%;
  padding-left: 5%
}

@media (max-width: 1023px) {
  #main .txtBox {
    margin-right: 5%;
    padding-bottom: 0
  }
}

@media screen and (orientation: portrait) {
  #main .txtBox {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10%;
    padding-left: 0
  }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  #main .txtBox {
    margin-bottom: 8%
  }
}

#main .txtBox h1 {
  font-size: 2.2em;
  letter-spacing: 0.28em
}

#main .txtBox h1 .box {
  display: block
}

#main .txtBox h1 .colorPi {
  color: #df9c88
}

#main .txtBox h1 .colorGr {
  color: #467b76
}

#main .txtBox h1 .colorYe {
  color: #cac996
}

@media (max-width: 1023px) {
  #main .txtBox h1 {
    font-size: 1.6em
  }
}

@media screen and (orientation: portrait) {
  #main .txtBox h1 {
    font-size: 2.6em
  }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  #main .txtBox h1 {
    font-size: 2em
  }
}

@media screen and (orientation: portrait) {
  #main .txtBox h1 br {
    display: none
  }
}

#main .txtBox p {
  line-height: 2.5;
  font-size: 1.1em;
  margin-top: 30px
}

@media (max-width: 1023px) {
  #main .txtBox p {
    font-size: 0.9em;
    margin-top: 10px
  }
}

@media screen and (orientation: portrait) {
  #main .txtBox p {
    font-size: 1.3em;
    margin-top: 30px
  }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  #main .txtBox p {
    font-size: 1.1em;
    line-height: 2;
    margin-top: 10px
  }
}

#main .imgBox {
  flex: 1;
  max-width: 850px;
  margin-right: 5%;
  height: 80%;
  max-height: 500px;
  position: relative;
  z-index: 1
}

@media screen and (orientation: portrait) {
  #main .imgBox {
    position: static;
    max-width: none;
    margin-right: 0;
    height: auto;
    max-height: none
  }
}

#main .imgBox ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  z-index: 2
}

@media screen and (orientation: portrait) {
  #main .imgBox ul {
    width: 80%;
    padding-top: 50%;
    margin: 0 auto;
    position: relative
  }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  #main .imgBox ul {
    padding-top: 54%
  }
}

#main .imgBox ul li {
  background: no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

#main .imgBox ul li:nth-of-type(1) {
  background-image: url(../img/main_img01.jpg)
}

#main .imgBox ul li:nth-of-type(2) {
  background-image: url(../img/main_img02.jpg)
}

#main .imgBox ul li:nth-of-type(3) {
  background-image: url(../img/main_img03.jpg)
}

#main .imgBox ul li:nth-of-type(4) {
  background-image: url(../img/main_img04.jpg)
}

#main .imgBox ul li:nth-of-type(5) {
  background-image: url(../img/main_img05.jpg)
}

@keyframes change3 {
  0%{
    opacity: 0;
  }

  /* 16% {
    opacity: 1
  }

  33% {
    opacity: 1
  }

  49% {
    opacity: 0
  } */

  8%, 24% {
    opacity: 1;
  }
  32%, 100% {
    opacity: 0;
  }
}

#main .imgBox ul.start li {
  animation: change3 15s ease-in-out infinite;
}

#main .imgBox ul.start li:nth-of-type(2) {
  animation-delay: 3s;
}

#main .imgBox ul.start li:nth-of-type(3) {
  animation-delay: 6s;
}
#main .imgBox ul.start li:nth-of-type(4) {
  animation-delay: 9s;
}
#main .imgBox ul.start li:nth-of-type(5) {
  animation-delay: 12s; 
}

#main .imgBox div {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #df9c88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  transform: translate(25%, 25%);
  text-align: center
}

@media (max-width: 1023px) {
  #main .imgBox div {
    width: 100px;
    height: 100px;
    font-size: 0.9em
  }
}

@media screen and (orientation: portrait) {
  #main .imgBox div {
    width: 100%;
    height: auto;
    padding: 10px 0;
    transform: none;
    border-radius: 0;
    font-size: 1.3em
  }
}

#main .imgBox div span {
  display: block;
  font-size: 1.3em;
  line-height: 1.4;
  position: relative;
  margin-bottom: 5px
}

@media (max-width: 1023px) {
  #main .imgBox div span {
    font-size: 1em
  }
}

@media screen and (orientation: portrait) {
  #main .imgBox div span {
    display: inline-block;
    margin: 0 10px
  }
}

#main .imgBox div span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0
}

#main .waves {
  position: absolute;
  bottom: 9%;
  left: 0;
  width: 120%;
  height: 32%
}

@media screen and (orientation: portrait) {
  #main .waves {
    width: 140%;
    height: 20%;
    bottom: 26%
  }
}

#main .waves use {
  animation: waves 9s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  fill: #f4efe9
}

@keyframes waves {
  0% {
    transform: translate3d(-90px, 0, 0)
  }

  100% {
    transform: translate3d(85px, 0, 0)
  }
}

#services {
  padding-bottom: 200px
}

@media (max-width: 767px) {
  #services {
    padding-bottom: 180px
  }
}

#services .borderTxt {
  text-align: center;
  font-size: 1.4em;
  line-height: 2.5;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1
}

@media (max-width: 767px) {
  #services .borderTxt {
    font-size: 1.1em
  }
}

#services .borderTxt .spBr br {
  display: none
}

@media (max-width: 767px) {
  #services .borderTxt .spBr br {
    display: block
  }
}

#services .borderTxt .border {
  display: inline-block;
  position: relative
}

@media (max-width: 767px) {
  #services .borderTxt .border {
    margin-bottom: 6px
  }
}

#services .borderTxt .border:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: repeating-linear-gradient(to right, #df9c88, #df9c88 9px, transparent 9px, transparent 13px)
}

#services .borderTxt .txtSmall {
  margin-top: 30px;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #df9c88
}

@media (max-width: 767px) {
  #services .borderTxt .txtSmall {
    margin-top: 20px;
    font-size: 11px
  }
}

#services .servicesBox {
  position: relative;
  margin-top: 200px
}

@media (max-width: 1023px) {
  #services .servicesBox {
    margin-top: 170px
  }
}

@media (max-width: 767px) {
  #services .servicesBox {
    margin-top: 100px
  }
}

#services .servicesBox .parts:before,
#services .servicesBox .parts:after {
  content: "";
  display: block;
  position: absolute;
  width: 35%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat
}

@media (max-width: 767px) {

  #services .servicesBox .parts:before,
  #services .servicesBox .parts:after {
    width: 45%
  }
}

#services .servicesBox .parts:before {
  background-position: top
}

#services .servicesBox .parts:after {
  background-position: bottom
}

#services .servicesBox .parts:nth-of-type(1):before,
#services .servicesBox .parts:nth-of-type(1):after {
  left: -10%
}

#services .servicesBox .parts:nth-of-type(1):before {
  top: -280px;
  background-image: url(../img/services_parts01.png)
}

@media (max-width: 767px) {
  #services .servicesBox .parts:nth-of-type(1):before {
    top: -80px
  }
}

#services .servicesBox .parts:nth-of-type(1):after {
  top: -50px;
  background-image: url(../img/services_parts02.png)
}

@media (max-width: 767px) {
  #services .servicesBox .parts:nth-of-type(1):after {
    top: 50px
  }
}

#services .servicesBox .parts:nth-of-type(2):before,
#services .servicesBox .parts:nth-of-type(2):after {
  right: 0
}

#services .servicesBox .parts:nth-of-type(2):before {
  top: 50px;
  right: -10%;
  width: 30%;
  background-image: url(../img/services_parts03.png)
}

@media (max-width: 767px) {
  #services .servicesBox .parts:nth-of-type(2):before {
    top: -50px;
    width: 36%
  }
}

#services .servicesBox .parts:nth-of-type(2):after {
  top: 120px;
  right: -5%;
  background-image: url(../img/services_parts04.png)
}

@media (max-width: 767px) {
  #services .servicesBox .parts:nth-of-type(2):after {
    top: 150px;
    width: 55%
  }
}

#services .inner {
  max-width: 900px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 100px 5% 30px;
  text-align: center;
  position: relative;
  z-index: 1
}

@media (max-width: 767px) {
  #services .inner {
    width: 90%;
    padding-top: 80px
  }
}

#services .inner .illust span {
  position: absolute;
  max-width: 180px;
  width: 26%;
  height: 310px;
  background: no-repeat center/contain
}

@media (max-width: 1023px) {
  #services .inner .illust span {
    height: 260px
  }
}

@media (max-width: 767px) {
  #services .inner .illust span {
    display: none;
    width: 34%;
    height: 140px
  }
}

#services .inner .illust span:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  background-image: url(../img/services_illust01.png);
  background-position: top center
}

@media (max-width: 767px) {
  #services .inner .illust span:nth-of-type(1) {
    display: block
  }
}

#services .inner .illust span:nth-of-type(2) {
  max-width: 200px;
  top: 20%;
  left: -5%;
  background-image: url(../img/services_illust02.png)
}

@media (max-width: 1023px) {
  #services .inner .illust span:nth-of-type(2) {
    left: -8%
  }
}

#services .inner .illust span:nth-of-type(3) {
  max-width: 270px;
  height: 300px;
  width: 32%;
  top: 70%;
  left: -10%;
  background-image: url(../img/services_illust03.png)
}

#services .inner .illust span:nth-of-type(4) {
  max-width: 190px;
  top: 15%;
  right: -3%;
  background-image: url(../img/services_illust04.png)
}

@media (max-width: 1023px) {
  #services .inner .illust span:nth-of-type(4) {
    right: -8%
  }
}

#services .inner .illust span:nth-of-type(5) {
  max-width: 210px;
  height: 300px;
  top: 60%;
  right: -8%;
  background-image: url(../img/services_illust05.png)
}

#services .inner .letter {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #e3e0cb 2px, transparent 2px);
  background-size: 10px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 2px;
  font-size: 1.2em;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500
}

@media (max-width: 767px) {
  #services .inner .letter {
    font-size: 1em
  }
}

#services .inner .name {
  margin-top: 50px;
  display: inline-block;
  width: 130px
}

@media (max-width: 767px) {
  #services .inner .name {
    width: 90px
  }
}

#sample {
  background-color: #dfe7de
}

#sample #sampleSlide {
  max-width: 840px;
  width: 68%;
  margin: 0 auto
}

@media (max-width: 767px) {
  #sample #sampleSlide {
    width: 80%
  }
}

@media (max-width: 767px) {
  #features {
    padding-bottom: 0
  }
}

#featuresList {
  max-width: 1120px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: features;
  padding-top: 30px
}

#featuresList>li {
  width: 100%
}

#featuresList>li .txtBox:before {
  display: block;
  counter-increment: features;
  content: counter(features);
  width: 46px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  border: 2px dashed #df9c88;
  color: #df9c88;
  font-size: 1.3em;
  margin-bottom: 10px
}

#featuresList>li .txtBox h3 {
  margin-bottom: 10px
}

#featuresList>li .txtBox p {
  line-height: 2.2
}

@media (max-width: 1023px) {
  #featuresList>li .txtBox p br {
    display: none
  }
}

@media (max-width: 767px) {
  #featuresList>li .txtBox p {
    line-height: 2
  }
}

#featuresList>li .txtBox a {
  margin-top: 10px;
  display: block
}

@media (max-width: 767px) {
  #featuresList>li .txtBox a {
    text-align: right
  }
}

#featuresList>li .txtBox a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -10px;
  margin-right: 6px;
  background: url(../img/icon_arrow_gr.png) no-repeat center/cover;
  transition: all 0.4s
}

#featuresList>li .txtBox a span {
  display: inline-block;
  background-color: #467b76;
  color: #fff;
  padding: 1px 10px 2px;
  border-radius: 3px;
  border: 1px solid #467b76;
  font-size: 0.9em;
  transition: all 0.4s
}

@media (min-width: 1367px) {
  #featuresList>li .txtBox a:hover:before {
    transform: translateX(8px)
  }

  #featuresList>li .txtBox a:hover span {
    background-color: #fff;
    color: #467b76
  }
}

#featuresList>li .list {
  margin-top: 10px;
  font-size: 0.9em
}

@media (max-width: 767px) {
  #featuresList>li .list {
    text-align: center
  }
}

#featuresList>li .list:after {
  content: "etc…";
  display: inline-block;
  margin-top: 8px
}

#featuresList>li .list li {
  display: inline-block;
  margin: 8px 5px 0 0;
  background-color: rgba(223, 156, 136, 0.15);
  padding: 2px 10px;
  white-space: nowrap
}

#featuresList>li .list li:last-of-type {
  margin-right: 15px
}

#featuresList>li:nth-of-type(-n+3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(-n+3) {
    display: block
  }
}

#featuresList>li:nth-of-type(-n+3) .imgBox {
  width: 52%
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(-n+3) .imgBox {
    width: 90%;
    max-width: 400px;
    margin: 35px auto 0
  }
}

#featuresList>li:nth-of-type(-n+3) .txtBox {
  width: 43%
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(-n+3) .txtBox {
    width: 90%;
    margin: 0 auto
  }

  #featuresList>li:nth-of-type(-n+3) .txtBox:before {
    margin: 0 auto 15px
  }
}

#featuresList>li:nth-of-type(-n+3) .txtBox h3 {
  font-size: 1.6em;
  letter-spacing: 0.1em
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(-n+3) .txtBox h3 {
    font-size: 1.4em;
    text-align: center
  }
}

#featuresList>li:nth-of-type(1),
#featuresList>li:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

#featuresList>li:nth-of-type(n+4) {
  width: 31%;
  margin-top: 120px;
  display: block;
  position: relative
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(n+4) {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

#featuresList>li:nth-of-type(n+4) .imgBox {
  margin: 20px 0;
  border-radius: 30px;
  overflow: hidden
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(n+4) .imgBox {
    width: 45%;
    margin-right: 5%;
    margin-top: 30px
  }
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(n+4) .txtBox {
    flex: 1
  }
}

#featuresList>li:nth-of-type(n+4) .txtBox:before {
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(n+4) .txtBox:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 1.1em
  }
}

#featuresList>li:nth-of-type(n+4) .txtBox h3 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-align: center
}

@media (max-width: 1023px) {
  #featuresList>li:nth-of-type(n+4) .txtBox h3 {
    font-size: 1.1em
  }
}

@media (max-width: 767px) {
  #featuresList>li:nth-of-type(n+4) .txtBox h3 {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 5px
  }

  #featuresList>li:nth-of-type(n+4) .txtBox h3 br {
    display: none
  }
}

#featuresList .features_01 .imgBox {
  position: relative
}

#featuresList .features_01 .imgBox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 35%;
  height: 100%;
  background: url(../img/features_parts01.png) no-repeat bottom/contain
}

#featuresList .features_02 {
  margin: 50px 0 0;
  padding: 100px 0;
  position: relative
}

@media (max-width: 767px) {
  #featuresList .features_02 {
    margin: 50px 0;
    padding: 0
  }
}

#featuresList .features_02:before,
#featuresList .features_02:after {
  content: "";
  display: block;
  position: absolute;
  width: 17%;
  height: 100%;
  left: 40%;
  background: no-repeat top/contain
}

@media (max-width: 1023px) {

  #featuresList .features_02:before,
  #featuresList .features_02:after {
    width: 30%
  }
}

@media (max-width: 767px) {

  #featuresList .features_02:before,
  #featuresList .features_02:after {
    display: none
  }
}

#featuresList .features_02:before {
  top: 5%;
  background-image: url(../img/features_parts04.png)
}

@media (max-width: 1023px) {
  #featuresList .features_02:before {
    top: 0
  }
}

#featuresList .features_02:after {
  bottom: 0;
  background-position: bottom;
  background-image: url(../img/features_parts05.png)
}

#featuresList .features_02 .imgBox {
  position: relative
}

#featuresList .features_02 .imgBox:after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  right: -5%;
  width: 38%;
  height: 100%;
  background: url(../img/features_parts02.png) no-repeat top/contain
}

#featuresList .features_03 .imgBox {
  position: relative
}

#featuresList .features_03 .imgBox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: url(../img/features_parts03.png) no-repeat bottom/contain
}

#detailBox {
  margin-top: 100px;
  max-width: 1120px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #e3e0cb;
  border-radius: 10px;
  padding: 40px 5%
}

#detailBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  #detailBox li {
    display: block
  }
}

#detailBox li:not(:first-of-type) {
  border-top: 1px solid #e3e0cb;
  margin-top: 40px;
  padding-top: 40px
}

#detailBox li h3 {
  width: 30%;
  max-width: 180px
}

@media (max-width: 767px) {
  #detailBox li h3 {
    width: 100%;
    max-width: none;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px
  }
}

#detailBox li>div {
  flex: 1
}

#detailBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

#detailBox dl:not(:first-of-type) {
  margin-top: 20px
}

#detailBox dt {
  margin-top: 1px;
  width: 90px;
  margin-right: 5%;
  text-align: center;
  padding: 2px 0;
  font-size: 0.9em;
  background-color: #f1e3db
}

@media (max-width: 767px) {
  #detailBox dt {
    width: 70px
  }
}

#detailBox dd {
  flex: 1
}

#detailBox dd:not(.ddSmall) {
  font-size: 1.2em
}

@media (max-width: 767px) {
  #detailBox dd:not(.ddSmall) {
    font-size: 1em
  }
}

#detailBox dd.colorGr {
  color: #8fae8b
}

#detailBox dd span {
  display: inline-block;
  opacity: 0.5;
  font-size: 12px
}

@media (max-width: 767px) {
  #detailBox dd span {
    padding-top: 5px
  }
}

#detailBox .smallBox {
  line-height: 1.4
}

#detailBox .smallBox:not(:first-of-type) {
  margin-top: 10px
}

#flow {
  max-width: 1120px;
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 767px) {
  #flow {
    padding-bottom: 0
  }
}

#flow ol {
  counter-reset: flow
}

#flow li {
  background-color: #fff;
  border-radius: 10px;
  border-top: 1px solid #e3e0cb;
  padding: 30px 5%
}

#flow li:not(:last-of-type) {
  margin-bottom: 70px;
  position: relative
}

@media (max-width: 767px) {
  #flow li:not(:last-of-type) {
    margin-bottom: 60px
  }
}

#flow li:not(:last-of-type):before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon_angle_gr.png) no-repeat center/cover
}

@media (max-width: 767px) {
  #flow li:not(:last-of-type):before {
    width: 60px;
    height: 60px;
    bottom: -60px
  }
}

#flow li h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #e3e0cb;
  color: #467b76;
  padding-bottom: 5px;
  margin-bottom: 10px
}

#flow li h3:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: -6px;
  margin-right: 14px;
  background-size: cover
}

#flow li h3 span:before {
  display: inline-block;
  counter-increment: flow;
  content: "STEP."counter(flow);
  margin-right: 14px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal
}

#flow li:nth-of-type(1) h3:before {
  background-image: url(../img/icon_cart_gr.png)
}

#flow li:nth-of-type(2) h3:before {
  background-image: url(../img/icon_book_gr2.png)
}

#flow li:nth-of-type(3) h3:before {
  background-image: url(../img/icon_check_gr.png)
}

#flow li:nth-of-type(4) h3:before {
  background-image: url(../img/icon_box_gr.png)
}

/* #flow li:nth-of-type(5) h3:before {
  background-image: url(../img/icon_box_gr.png)
} */

#flow li p {
  line-height: 2
}

#flow li .txtLink {
  text-decoration: underline
}

@media (min-width: 1367px) {
  #flow li .txtLink:hover {
    text-decoration: none
  }
}

@media (max-width: 767px) {
  #flow .linkBox a {
    width: 78%
  }
}

@media (max-width: 767px) {
  #howto {
    padding-bottom: 0
  }
}

#howto>p {
  font-size: 1.4em;
  text-align: center
}

@media (max-width: 767px) {
  #howto>p {
    font-size: 1.2em
  }
}

#howto>p br {
  display: none
}

@media (max-width: 767px) {
  #howto>p br {
    display: block
  }
}

#howto .inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 80px 5%;
  background-color: #f0e9e1
}

@media (max-width: 767px) {
  #howto .inner {
    padding: 70px 10%
  }
}

#howto .inner .howText {
  margin-top: 100px;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0.15em
}

@media (max-width: 767px) {
  #howto .inner .howText {
    margin-top: 80px;
    font-size: 1.1em
  }
}

#howto .inner .howText span br {
  display: none
}

@media (max-width: 767px) {
  #howto .inner .howText span br {
    display: block
  }
}

@media (max-width: 767px) {
  #howto .inner .linkBox {
    margin-top: 30px
  }

  #howto .inner .linkBox a {
    width: 90%
  }
}

#howto ol {
  counter-reset: flow
}

#howto ol>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 767px) {
  #howto ol>li {
    display: block
  }
}

#howto ol>li:not(:last-of-type) {
  margin-bottom: 10px
}

@media (max-width: 767px) {
  #howto ol>li:not(:last-of-type) {
    margin-bottom: 100px
  }
}

#howto ol>li:not(:last-of-type) .txtBox {
  padding-bottom: 100px
}

@media (max-width: 767px) {
  #howto ol>li:not(:last-of-type) .txtBox {
    padding-bottom: 0
  }
}

#howto ol>li:not(:last-of-type) .imgBox:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin: 10px auto 0;
  background: url(../img/icon_angle_gr.png) no-repeat center/cover;
  filter: brightness(0) invert(1)
}

@media (max-width: 767px) {
  #howto ol>li:not(:last-of-type) .imgBox:after {
    display: none
  }
}

#howto .txtBox {
  flex: 1
}

#howto .txtBox h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #467b76
}

@media (max-width: 767px) {
  #howto .txtBox h3 {
    display: block;
    text-align: center;
    margin-bottom: 15px
  }
}

#howto .txtBox h3:before {
  counter-increment: flow;
  content: "STEP."counter(flow);
  margin-right: 15px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media (max-width: 767px) {
  #howto .txtBox h3:before {
    display: block;
    width: 120px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 20px;
    background-color: #467b76;
    color: #fff
  }
}

#howto .txtBox h3 span {
  flex: 1
}

#howto .txtBox .arrowList {
  margin-bottom: 10px
}

@media (max-width: 767px) {
  #howto .txtBox .arrowList {
    text-align: center
  }
}

#howto .txtBox .arrowList li {
  margin-top: 3px
}

@media (max-width: 767px) {
  #howto .txtBox .arrowList li {
    margin-bottom: 8px;
    margin-right: 5px;
    display: inline-block
  }
}

#howto .txtBox .arrowList li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: -8px;
  background: url(../img/icon_arrow_pk.png) no-repeat center/cover
}

@media (max-width: 767px) {
  #howto .txtBox .arrowList li:before {
    display: none
  }
}

#howto .txtBox .arrowList li span {
  background-color: #fff;
  border: 3px;
  padding: 2px 10px
}

#howto .txtBox .linkBox {
  margin-top: 20px;
  text-align: left
}

@media (max-width: 767px) {
  #howto .txtBox .linkBox {
    text-align: center
  }
}

#howto .txtBox .linkBox a {
  width: auto;
  display: inline-block;
  padding: 3px 30px 5px;
  font-size: 1em;
  margin-left: 0
}

#howto .txtBox .colorImg {
  padding-top: 5px;
  max-width: 300px;
  margin-bottom: 10px
}

#howto .imgBox {
  width: 40%;
  margin-right: 5%;
  position: relative
}

@media (max-width: 767px) {
  #howto .imgBox {
    width: 90%;
    max-width: 400px;
    margin: 30px auto 0
  }
}

#howto .imgBox .num {
  position: absolute;
  top: 0;
  left: 7%;
  transform: translateY(-50%);
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #467b76;
  font-size: 3.6em;
  line-height: 1
}

@media (max-width: 767px) {
  #howto .imgBox .num {
    display: none
  }
}

#howto .imgBox span {
  display: block;
  overflow: hidden;
  border-radius: 50px
}

@media (max-width: 767px) {
  #author {
    padding-bottom: 0
  }
}

#authorBox {
  max-width: 1120px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #e3e0cb;
  padding: 30px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 767px) {
  #authorBox {
    display: block
  }
}

#authorBox .imgBox {
  max-width: 300px;
  width: 30%;
  margin-right: 3%
}

@media (max-width: 767px) {
  #authorBox .imgBox {
    max-width: 300px;
    width: 64%;
    margin: 0 auto 20px
  }
}

#authorBox .txtBox {
  flex: 1
}

#authorBox .txtBox h3 {
  font-size: 1.5em;
  margin-bottom: 10px
}

@media (max-width: 767px) {
  #authorBox .txtBox h3 {
    font-size: 1.4em
  }
}

#authorBox .txtBox h3 span {
  padding: 2px 16px 3px;
  font-size: 12px;
  margin-right: 20px;
  vertical-align: 2px;
  background-color: #f1e3db
}

#authorBox .txtBox p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 2
}

@media (max-width: 767px) {
  #authorBox .txtBox p:nth-of-type(2) {
    font-size: 1em
  }
}

#authorBox .txtBox a {
  color: #619dcc;
  display: inline-block
}

@media (min-width: 1367px) {
  #authorBox .txtBox a:hover {
    text-decoration: underline
  }
}

#action {
  padding-bottom: 0
}

#action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  #action ul {
    display: block
  }
}

#action li {
  width: 50%;
  padding: 70px 0;
  text-align: center;
  background: no-repeat center/cover
}

@media (max-width: 767px) {
  #action li {
    width: 100%
  }
}

#action li:nth-of-type(1) {
  background-image: url(../img/action_bk01.jpg)
}

#action li:nth-of-type(2) {
  background-image: url(../img/action_bk02.jpg)
}

#action li p {
  font-size: 1.2em;
  letter-spacing: 0.15em;
  color: #fff
}

#action li .linkBox {
  margin-top: 20px
}

#action li .linkBox a {
  background-color: #fff;
  border-color: #fff
}

#action li .linkBox a.grBox {
  color: #467b76
}

#action li .linkBox a.grBox:after {
  background-color: #467b76
}

#action li .linkBox a.piBox {
  color: #df9c88
}

#action li .linkBox a.piBox:after {
  background-color: #df9c88
}

#action li .linkBox a.piBox:before {
  background-image: url(../img/icon_book_pk.png)
}

@media (min-width: 1367px) {
  #action li .linkBox a:hover {
    color: #fff
  }

  #action li .linkBox a:hover.grBox:before {
    background-image: url(../img/icon_book_wh.png)
  }

  #action li .linkBox a:hover.piBox:before {
    background-image: url(../img/icon_book_wh.png)
  }
}

#terms {
  max-width: 1120px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px
}

#terms li {
  margin-top: 30px
}

#terms .termsBtn {
  display: block;
  background-color: #f0e9e1;
  padding: 20px 5%;
  font-size: 1.4em;
  position: relative
}

@media (max-width: 767px) {
  #terms .termsBtn {
    font-size: 1.2em
  }
}

#terms .termsBtn:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon_plus.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  transition: all 0.2s
}

@media (max-width: 767px) {
  #terms .termsBtn:after {
    width: 40px;
    height: 40px
  }
}

#terms .termsBtn.open:after {
  background-image: url(../img/icon_minus.png)
}

#terms .termsBox {
  display: none;
  background-color: #fff;
  padding: 30px 5%
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

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

.slick-arrow {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  width: 90px;
  height: 90px;
  background: url(../img/icon_angle.png) no-repeat center/cover;
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: all 0.4s
}

@media (max-width: 767px) {
  .slick-arrow {
    top: 45%;
    width: 40px;
    height: 40px
  }
}

.slick-arrow:focus {
  outline: none
}

.slick-prev {
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg)
}

@media (min-width: 1367px) {
  .slick-prev:hover {
    transform: translate(-100%, -50%) rotate(180deg) scale(1.2)
  }
}

.slick-next {
  right: 0;
  transform: translate(100%, -50%)
}

@media (min-width: 1367px) {
  .slick-next:hover {
    transform: translate(100%, -50%) scale(1.2)
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  opacity: 0.5;
  margin-right: 12px;
  transition: all 0.2s;
  text-indent: -100px
}

.slick-dots li:last-of-type {
  margin: 0 !important
}

.slick-dots li button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-indent: -100px;
  background-color: transparent
}

.slick-dots li button:focus {
  outline: none
}

.slick-dots li.slick-active {
  opacity: 1
}

@media (min-width: 1367px) {
  .slick-dots li:hover {
    opacity: 1
  }
}
