@charset "UTF-8";
@charset "UTF-8";
/* ===============================================
box-shadow
=============================================== */
/* ===============================================
box-shadow
=============================================== */
/* ===============================================
●リセット用CSS
=============================================== */
/* ===============================================
●リセット用CSS 2019
=============================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

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;
}

a img {
  border: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===============================================
box-shadow
=============================================== */
/* ===============================================
●レスポンシブ デバイス表示切り替え
=============================================== */
.mv {
  display: none;
}

.sp {
  display: none;
}

/* only SP */
.tab {
  display: none;
}

/* only TAB */
.pad {
  display: none;
}

/* only Pad */
.pc {
  display: block;
}

/* only PC */
@media screen and (max-width: 1080px) {
  .mv {
    display: none;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
  .pad {
    display: block;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .mv {
    display: none;
  }
  .sp {
    display: none;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .pad {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    display: none;
  }
  .sp {
    display: none;
  }
  .pc {
    display: none;
  }
  .pad {
    display: block;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mv {
    display: none;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .pad {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .pad {
    display: none;
  }
  .sp {
    display: none;
  }
  .mv {
    display: block;
  }
}
.none {
  display: none;
}

/* ===============================================
box-shadow
=============================================== */
/* ===============================================
font (フォント)
=============================================== */
.roboto-slab300 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
}

.roboto-slab400 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
}

.roboto-slab500 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
}

.roboto-slab600 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
}

.roboto-slab700 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
}

.notosansJa400 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.notosansJa500 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.notosansJa700 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}

/*  font-family(欧文/ゴシック) ====================================== */
.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-weight: 400;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 400;
}

/* text-align====================================== */
.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

/* text-weight====================================== */
.fw_bold {
  font-weight: bold;
}

.fw_normal {
  font-weight: 300;
  font-weight: 400;
  font-weight: normal;
}

.fw_400 {
  font-weight: 400;
}

.fw_600 {
  font-weight: 600;
}

/* ===============================================
box-shadow
=============================================== */
/* h1,h2,h3,h4,h5,h6 ====================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
  font-weight: 500;
}

/* fontsize====================================== */
.fz9 {
  font-size: 9px;
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fz16 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .fz16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.fz17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .fz17 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .fz17 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fz18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .fz18 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.fz19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .fz19 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  .fz19 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fz20 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fz20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .fz20 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.fz22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .fz22 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .fz22 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.fz24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .fz24 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .fz24 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.fz26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .fz26 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .fz26 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fz26 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.fz28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .fz28 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .fz28 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fz28 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.fz30 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fz30 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .fz30 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fz30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.fz32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .fz32 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .fz32 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fz32 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.fz34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .fz34 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 640px) {
  .fz34 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fz34 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.fz36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .fz36 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 640px) {
  .fz36 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fz36 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.fz38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .fz38 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .fz38 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fz38 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.fz40 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .fz40 {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 640px) {
  .fz40 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fz40 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.fz42 {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .fz42 {
    font-size: 39px;
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 640px) {
  .fz42 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fz42 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.fz44 {
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .fz44 {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 640px) {
  .fz44 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fz44 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.fz46 {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .fz46 {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 640px) {
  .fz46 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 414px) {
  .fz46 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.fz48 {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .fz48 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .fz48 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fz48 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.fz50 {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .fz50 {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 640px) {
  .fz50 {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fz50 {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.fz52 {
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .fz52 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .fz52 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fz52 {
    font-size: 41px;
    font-size: 4.1rem;
  }
}

.fz54 {
  font-size: 54px;
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .fz54 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .fz54 {
    font-size: 47px;
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fz54 {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

.fz56 {
  font-size: 56px;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .fz56 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 640px) {
  .fz56 {
    font-size: 49px;
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fz56 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.fz58 {
  font-size: 58px;
  font-size: 5.8rem;
}
@media screen and (max-width: 768px) {
  .fz58 {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 640px) {
  .fz58 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 414px) {
  .fz58 {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.fz60 {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .fz60 {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .fz60 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fz60 {
    font-size: 47px;
    font-size: 4.7rem;
  }
}

.fz62 {
  font-size: 62px;
  font-size: 6.2rem;
}

.fz64 {
  font-size: 64px;
  font-size: 6.4rem;
}

.fz66 {
  font-size: 66px;
  font-size: 6.6rem;
}

.fz68 {
  font-size: 68px;
  font-size: 6.8rem;
}

.fz70 {
  font-size: 70px;
  font-size: 7rem;
}

.fz72 {
  font-size: 72px;
  font-size: 7.2rem;
}

.fz74 {
  font-size: 74px;
  font-size: 7.4rem;
}

.fz76 {
  font-size: 76px;
  font-size: 7.6rem;
}

.fz78 {
  font-size: 78px;
  font-size: 7.8rem;
}

.fz80 {
  font-size: 80px;
  font-size: 8rem;
}

.fz90 {
  font-size: 90px;
  font-size: 9rem;
}

.fz100 {
  font-size: 100px;
  font-size: 10rem;
}

/* ===============================================
box-shadow
=============================================== */
.mg_B05em {
  margin-bottom: 0.5em;
}

.mg_B1em {
  margin-bottom: 1em;
}

.mg_B2em {
  margin-bottom: 2em;
}

.mg_B3em {
  margin-bottom: 3em;
}

.mg_B4em {
  margin-bottom: 4em;
}

.mg_T1em {
  margin-top: 1em;
}

.mg_T2em {
  margin-top: 2em;
}

.mg_T3em {
  margin-top: 3em;
}

.mg_T4em {
  margin-top: 4em;
}

.mg_L05em {
  margin-left: 0.5em;
}

.mg_L1em {
  margin-left: 1em;
}

.mg_L2em {
  margin-left: 2em;
}

.mg_L3em {
  margin-left: 3em;
}

.mg_L4em {
  margin-left: 4em;
}

.mg_R05em {
  margin-right: 0.5em;
}

.mg_R1em {
  margin-right: 1em;
}

.mg_R2em {
  margin-right: 2em;
}

.mg_R3em {
  margin-right: 3em;
}

.mg_R4em {
  margin-right: 4em;
}

/* ===============================================
box-shadow
=============================================== */
.pg_B1em {
  padding-bottom: 1em;
}

.pg_B2em {
  padding-bottom: 2em;
}

.pg_B3em {
  padding-bottom: 3em;
}

.pg_B4em {
  padding-bottom: 4em;
}

.pg_T1em {
  padding-top: 1em;
}

.pg_T2em {
  padding-top: 2em;
}

.pg_T3em {
  padding-top: 3em;
}

.pg_T4em {
  padding-top: 4em;
}

.pg_L1em {
  padding-left: 1em;
}

.pg_L2em {
  padding-left: 2em;
}

.pg_L3em {
  padding-left: 3em;
}

.pg_L4em {
  padding-left: 4em;
}

.pg_R1em {
  padding-right: 1em;
}

.pg_R2em {
  padding-right: 2em;
}

.pg_R3em {
  padding-right: 3em;
}

.pg_R4em {
  padding-right: 4em;
}

/* ===============================================
box-shadow
=============================================== */
.button {
  border: #3f3a39 solid 2px;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s;
}
.button:hover {
  background: rgba(95, 183, 224, 0.2);
}
.button a {
  position: relative;
  display: block;
  padding: 1em;
  color: #3f3a39;
}
.button a::after {
  position: absolute;
  right: 5px;
  z-index: 2;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/gnav_arrow-blue.png) no-repeat;
  background-size: contain;
}

.button01 {
  max-width: 200px;
  width: 100%;
  margin-top: 24px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 0;
}
.button01:hover {
  transform: translate(0px, -5px);
  transition: all 0.2s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .button01 {
    margin: 24px auto 0;
    max-width: 156px;
  }
}
.button01 a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #3f3a39;
  z-index: 10;
}
.button01 a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  content: "";
  width: 10px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/common/footer_arrow-blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .button01 a::before {
    left: 15px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
  }
}
@media screen and (max-width: 414px) {
  .button01 a::before {
    left: 10px;
    width: 6px;
    height: 9px;
    margin-top: -5px;
  }
}
.button01 .flex_nowrap {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border: #3f3a39 solid 2px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.button01 .link_title {
  padding: 25px 0px 25px 40px;
}
@media screen and (max-width: 768px) {
  .button01 .link_title {
    padding: 25px 0px 25px 30px;
  }
}
@media screen and (max-width: 414px) {
  .button01 .link_title {
    padding: 25px 0px 25px 25px;
  }
}
.button01 .title1 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .button01 .title1 {
    font-size: 16px;
  }
}
.button01 .title_en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5fb7e0;
  margin-bottom: 0em;
  text-align: left;
  font-weight: 600;
}
.button01 .title_jp {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3f3a39;
  margin-bottom: 0em;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .button01 .title_jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .button01 .title_jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .button01 .title_jp {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 414px) {
  .button01 .title_jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.button01 figure {
  padding: 25px 40px 25px 0px;
  width: 100%;
  max-width: 100px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .button01 figure {
    padding: 25px 30px 25px 0px;
    max-width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .button01 figure {
    padding: 25px 25px 25px 0px;
    max-width: 80px;
  }
}
@media screen and (max-width: 414px) {
  .button01 figure {
    padding: 25px 20px 25px 0px;
    max-width: 70px;
  }
}
.button02 {
  max-width: 100%;
  margin: 0 auto;
  border: #3f3a39 solid 2px;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s;
}
.button02:hover {
  background: #dff1f9;
}
.button02 a {
  position: relative;
  display: block;
  padding: 15px 15px;
  color: #3f3a39;
  text-align: center;
  font-weight: 600;
}
.button02 a::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/gnav_arrow-blue.png) no-repeat;
  background-size: contain;
}

.button_g2 {
  padding: 0.1em 0.2em;
  justify-content: space-between;
}
.button_g2 .button02 {
  width: 100%;
  max-width: 48%;
}

.button_g3 {
  padding: 0.1em 0.2em;
  justify-content: space-between;
}
.button_g3 .button02 {
  width: 100%;
  max-width: 31%;
}

.button03 {
  padding: 0em 0.2em;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  background: #5fb7e0;
  transition: all 0.2s;
}
.button03:hover {
  background: #74c1e4;
}
.button03 a {
  position: relative;
  display: block;
  padding: 15px 15px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.button03 a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/arrow-white.png) no-repeat;
  background-size: contain;
}

.button-cms-more {
  border: #3f3a39 solid 2px;
  border-radius: 50%;
  background: #fff;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .button-cms-more {
    width: 80px;
    height: 80px;
  }
}
.button-cms-more:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.button-cms-more a {
  position: relative;
  display: block;
  line-height: 100px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #3f3a39;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .button-cms-more a {
    font-size: 12px;
    font-size: 1.2rem;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.button-cms-more a::before {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: 2;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/gnav_arrow-blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .button-cms-more a::before {
    bottom: 20%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

.button-cms-next {
  border: #3f3a39 solid 2px;
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .button-cms-next {
    width: 60px;
    height: 60px;
  }
}
.button-cms-next a {
  position: relative;
  display: block;
  line-height: 80px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #3f3a39;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .button-cms-next a {
    font-size: 12px;
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.button-cms-prev {
  border: #3f3a39 solid 2px;
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .button-cms-prev {
    width: 60px;
    height: 60px;
  }
}
.button-cms-prev a {
  position: relative;
  display: block;
  line-height: 80px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #fff;
  color: #3f3a39;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .button-cms-prev a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.pagenavi_prev:hover,
.pagenavi_next:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.pagenavi_prev a,
.pagenavi_next a {
  position: relative;
  display: block;
  line-height: 80px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #3f3a39;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pagenavi_prev a,
  .pagenavi_next a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 60px;
  }
}
.pagenavi_prev a::before,
.pagenavi_next a::before {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: 2;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/gnav_arrow-blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .pagenavi_prev a::before,
  .pagenavi_next a::before {
    bottom: 16%;
    left: 50%;
    -ms-transform: translate(-50%, -16%);
    -webkit-transform: translate(-50%, -16%);
    transform: translate(-50%, -16%);
    width: 6px;
    height: 9px;
  }
}

.pagenavi_prev:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.pagenavi_prev a {
  position: relative;
  display: block;
  line-height: 80px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #3f3a39;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pagenavi_prev a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 60px;
  }
}
.pagenavi_prev a::before {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: 2;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/gnav_arrow-blue_left.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .pagenavi_prev a::before {
    bottom: 16%;
    left: 50%;
    -ms-transform: translate(-50%, -16%);
    -webkit-transform: translate(-50%, -16%);
    transform: translate(-50%, -16%);
    width: 6px;
    height: 9px;
  }
}

.button_con_tel {
  width: 100%;
  max-width: 47%;
  margin: 0 auto;
  border: #5fb7e0 solid 2px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .button_con_tel {
    width: 100%;
    max-width: 96%;
    margin: 0 2% 30px;
  }
}
.button_con_tel:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.button_con_tel > a {
  position: relative;
  display: block;
  padding: 0;
  height: 100%;
  width: 100%;
  color: #3f3a39;
  text-align: center;
}
.button_con_tel > a::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
  content: "";
  width: 10px;
  height: 16px;
  background: url(../img/common/footer_arrow-blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .button_con_tel > a::before {
    right: 10px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
  }
}
.button_con_tel .icon {
  position: relative;
  background: #ffffff;
  top: -2px;
  padding: 0 30px;
  z-index: 3;
  display: inline-block;
  margin-bottom: 20px;
}
.button_con_tel .icon img {
  max-width: 28px;
  height: auto;
  margin-top: -15px;
}
.button_con_tel_in {
  line-height: 1.4;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.button_con_tel .fz18 {
  margin-bottom: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .button_con_tel .fz18 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.button_con_tel .fz32 {
  letter-spacing: 0.1em;
}
.button_con_tel .fz14 {
  padding-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .button_con_tel .fz14 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.button_con_form {
  width: 100%;
  max-width: 47%;
  margin: 0 auto;
  border: #f5ac97 solid 2px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .button_con_form {
    width: 100%;
    max-width: 96%;
    margin: 0 2%;
  }
}
.button_con_form:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.button_con_form > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  color: #3f3a39;
  text-align: center;
}
.button_con_form > a::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
  content: "";
  width: 10px;
  height: 16px;
  background: url(../img/common/footer_arrow-orange.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .button_con_form > a::before {
    right: 10px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
  }
}
.button_con_form .icon {
  position: relative;
  background: #ffffff;
  top: -2px;
  padding: 0 30px;
  z-index: 3;
  display: inline-block;
  margin-bottom: 30px;
}
.button_con_form .icon img {
  max-width: 31px;
  height: auto;
  margin-top: -10px;
}
.button_con_form_in {
  line-height: 1.4;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .button_con_form_in {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .button_con_form_in {
    position: static;
  }
}
.button_con_form .fz20 {
  margin-bottom: 0.3em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .button_con_form .fz14 {
    padding-bottom: 30px;
  }
}

.button_dl {
  max-width: 360px;
  margin: 0 auto;
  border: #5fb7e0 solid 2px;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s;
  font-size: 14px;
  font-size: 1.4rem;
}
.button_dl:hover {
  background: #dff1f9;
}
@media screen and (max-width: 768px) {
  .button_dl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.button_dl a {
  position: relative;
  display: block;
  padding: 15px 15px 15px 35px;
  color: #3f3a39;
  text-align: center;
  font-weight: 600;
}
.button_dl a::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/gnav_arrow-blue.png) no-repeat;
  background-size: contain;
}
.button_dl span {
  position: relative;
  display: inline;
}
.button_dl span::before {
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -13px;
  z-index: 2;
  content: "";
  width: 22px;
  height: 25px;
  background: url(../img/thoughts/pdf-icon.png) no-repeat;
  background-size: contain;
}

/* ===============================================
box-shadow
=============================================== */
/* ===============================================
 common (共通項目)
=============================================== */
html {
  font-size: 62.5%; /*10px*/
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #3f3a39;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-weight: 500;
  font-feature-settings: "palt";
  font-variant-ligatures: none;
  background: #ffffff;
  letter-spacing: 0.08em;
  /* テキスト選択不可 */
}

/* 画像もドラッグ操作禁止 */
img {
  pointer-events: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

#wrapper {
  margin: 0;
  padding: 0;
}

/* ===============================================
imgレスポンシブ
=============================================== */
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.img-max {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ===============================================
clearfix
=============================================== */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ===============================================
radius
=============================================== */
.radius50 {
  border-radius: 50%;
}

/* ===============================================
ボタン枠線消す
=============================================== */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button:focus {
  outline: 0;
}

/* ===============================================
セレクトボタンの設定リセット
=============================================== */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* ===============================================
flex
=============================================== */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_nowrap {
  display: flex;
  flex-wrap: nowrap;
}

/* ===============================================
余白と背景の設定
=============================================== */
section {
  display: block;
  overflow: hidden;
}
article {
  display: block;
  overflow: hidden;
}
aside {
  background: none;
  display: block;
}

.container100 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.container1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.container1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.container800 {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
}

.container_100 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
}
@media screen and (max-width: 768px) {
  .container_100 {
    width: 100%;
    max-width: 92%;
    padding: 25px 4%;
  }
}

.container_ {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
}
@media screen and (max-width: 1080px) {
  .container_ {
    width: 100%;
    max-width: 92%;
    padding: 25px 4%;
  }
}

.container_1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
}
@media screen and (max-width: 1440px) {
  .container_1440 {
    width: 100%;
    max-width: 92%;
    padding: 25px 4%;
  }
}

.container_1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
}
@media screen and (max-width: 1080px) {
  .container_1080 {
    width: 100%;
    max-width: 92%;
    padding: 25px 4%;
  }
}

.container_800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
}
@media screen and (max-width: 800px) {
  .container_800 {
    width: 100%;
    max-width: 92%;
    padding: 25px 4%;
  }
}

.inner50 {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .inner50 {
    padding: 25px 0;
  }
}

.inner30 {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .inner30 {
    padding: 20px 0;
  }
}

/* table-cell インライン横並設定 */
.inline {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.inline .inline-box,
.inline .in-cell,
.inline li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* inline-block インライン横並設定 */
.inblock {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.inblock .inline-block,
.inblock .in-block,
.inblock li {
  display: inline-block;
  vertical-align: top;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.markerpen {
  background-image: linear-gradient(to top, #ffff00 40%, transparent 40%);
}

/* ===============================================
●リンク
=============================================== */
a {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  cursor: pointer;
}

/* ===============================================
tate_tx
=============================================== */
.tate_tx {
  display: inline-block;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  -webkit-text-orientation: upright; /* Safari */
  text-align: justify;
  text-justify: inter-ideograph;
}

a.disabled {
  pointer-events: none;
}

.base {
  color: #3f3a39;
}

.gray-d {
  color: #666464;
}

.gray {
  color: #ccc8c8;
}

.gray2 {
  color: #dcdcdc;
}

.blue {
  color: #5fb7e0;
}

.orange {
  color: #f5ac97;
}

.beige {
  color: #f8f8f3;
}

.yellow {
  color: #ffe98d;
}

.green-y {
  color: #cddf74;
}

.pink {
  color: #f7c8dc;
}

.purple {
  color: #8d93c8;
}

.green {
  color: #85ccc9;
}

.red {
  color: #ff6565;
}

/* ===============================================
 common (共通項目)
=============================================== */
.title1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .title1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.title2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .title2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.title3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0.8em;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .title3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.title_en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5fb7e0;
  margin-bottom: 0.8em;
  letter-spacing: 0.15em;
  text-align: center;
}

.title_sub {
  margin: 0 auto 0.3em;
  text-align: center;
}
.title_sub span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background: rgba(95, 183, 224, 0.5);
  border-radius: 15px;
  padding: 0.3em 1em;
  display: inline-block;
  min-width: 6em;
  font-weight: 600;
}

.area {
  display: block;
  background: url(../img/common/bg_gridpsd_parts.jpg) repeat;
}
.area .container_800 {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .area .container_800 {
    padding: 0 0 25px;
  }
}
.area_tx {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.8;
}
.area_list {
  display: flex;
  border-bottom: #dcdcdc solid 1px;
  padding: 1.2em 0.2em;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .area_list {
    flex-wrap: wrap;
    max-width: 96%;
    padding: 1em 2%;
  }
}
.area_list dt {
  color: #5fb7e0;
  font-size: 20px;
  font-size: 2rem;
  min-width: 8em;
  width: 20%;
  margin-right: 1%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area_list dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.area_list dd {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .area_list dd {
    width: 100%;
  }
}
.area_list .prefectures {
  font-weight: 600;
  width: 7em;
}

#gmap_out {
  position: relative;
}
#gmap_out #gmap {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 5;
  overflow: visible;
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1080px) {
  #gmap_out #gmap {
    padding: 25px 0 0 0;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #gmap_out #gmap {
    padding: 25px 0 0 0;
    height: 300px;
  }
}
#gmap_out #gmap .gmap {
  width: 100%;
  height: 480px;
  background: #dcdcdc;
  position: relative;
  z-index: 5;
}
#gmap_out #gmap .gmap iframe {
  width: 100%;
}
#gmap_out .button02 {
  z-index: 20;
  width: 100%;
  max-width: 300px;
  position: absolute;
  z-index: 6;
  bottom: -5%;
  left: 50%;
  -ms-transform: translate(-50%, 5%);
  -webkit-transform: translate(-50%, 5%);
  transform: translate(-50%, 5%);
}
@media screen and (max-width: 414px) {
  #gmap_out .button02 {
    width: 100%;
    max-width: 85%;
  }
}
#gmap_out .button02:hover {
  transform: translate(-50%, 0%);
  transition: all 0.2s;
}

iframe .c4YZDc > div > div > div > div {
  display: none !important;
}

iframe .HzV7m-b7CEbf > div > div > div > div {
  display: none !important;
}

iframe .neVct-IlgHgd > div > div > div > div {
  display: none !important;
}

.fadeIn,
img.lazyload,
.fadeIn img.lazyload {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transition: opacity 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .fadeIn,
  img.lazyload,
  .fadeIn img.lazyload {
    transform: translate(0, 30px);
  }
}

.fadeIn_after,
img.lazyloaded,
.fadeIn img.lazyloaded {
  opacity: 1;
  transform: translate(0, 0);
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f8f8f3;
  z-index: 100000000000000000000000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 100000000000000000000000;
}
#loader img {
  width: 170px;
  height: auto;
}

/* ===============================================
box-shadow
=============================================== */
/* ===============================================
header
=============================================== */
#header {
  position: relative;
  z-index: 99999;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  transition: 0.2s;
}
@media screen and (max-width: 1280px) {
  #header {
    max-width: 100%;
  }
}

.header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transition: 0.2s;
}

#header.is-animation {
  max-width: 100%;
  transition: 0.2s;
}

.is-animation .header {
  max-width: 100%;
  transition: 0.2s;
}

/* ===============================================
パンくずリスト
// <?php custom_breadcrumb(); ?> 生成
=============================================== */
#breadcrumb {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 15px 40px;
  position: absolute;
  z-index: 1;
  top: 160px;
}
@media screen and (max-width: 1400px) {
  #breadcrumb {
    top: 140px;
  }
}
@media screen and (max-width: 1280px) {
  #breadcrumb {
    top: 80px;
    margin: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    top: 60px;
    margin: 0.5em;
    max-width: calc(100% - 1em);
  }
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
#breadcrumb li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1em 0 0.5em;
  position: relative;
  color: #3f3a39;
}
@media screen and (max-width: 768px) {
  #breadcrumb li {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0.8em 0 0.3em;
  }
}
#breadcrumb li::after {
  position: absolute;
  right: 0;
  z-index: 10;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/common/gnav_arrow-blue.png) no-repeat;
  background-size: contain;
  line-height: 1.6;
  top: 20%;
}
@media screen and (max-width: 768px) {
  #breadcrumb li::after {
    width: 7px;
    height: 10px;
  }
}
#breadcrumb li:last-child::after {
  display: none;
}
#breadcrumb li a {
  color: #3f3a39;
}

/* ===============================================
box-shadow
=============================================== */
.gnav {
  width: 100%;
  max-width: 1360px;
  background: #fff;
  border-radius: 20px;
  margin: 40px 40px 0;
  justify-content: space-between;
  box-shadow: 0 0px 10px rgba(51, 51, 51, 0.2);
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 50;
}
@media screen and (max-width: 1400px) {
  .gnav {
    max-width: calc(100% - 80px);
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  .gnav {
    margin: 0px;
    max-width: 100%;
    border-radius: 0px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    height: 60px;
  }
}
.gnav .gnav_list {
  align-items: center;
  display: flex;
  max-width: 820px;
  justify-content: space-around;
}
@media screen and (max-width: 1400px) {
  .gnav .gnav_list {
    justify-content: space-around;
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .gnav .gnav_list {
    justify-content: space-around;
    max-width: 700px;
  }
}
.gnav .menu {
  align-items: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 260px);
}
@media screen and (max-width: 1400px) {
  .gnav .menu {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1280px) {
  .gnav .menu {
    display: none;
  }
}

.h_logo a.logo_pc {
  display: block;
  height: 100%;
  height: auto;
  padding: 1em 30px;
}
@media screen and (max-width: 1400px) {
  .h_logo a.logo_pc {
    padding: 1em 25px;
  }
}
@media screen and (max-width: 1280px) {
  .h_logo a.logo_pc {
    display: none;
  }
}
.h_logo a.logo_pc:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.h_logo a.logo_pc img {
  margin-top: -30px;
  width: 100%;
  max-width: 187px;
}
@media screen and (max-width: 1400px) {
  .h_logo a.logo_pc img {
    margin-top: -30px;
    width: 100%;
    max-width: 160px;
  }
}
@media screen and (max-width: 1280px) {
  .h_logo a.logo_pc img {
    display: none;
  }
}
.h_logo a.logo_sp {
  display: none;
}
@media screen and (max-width: 1400px) {
  .h_logo a.logo_sp {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .h_logo a.logo_sp {
    display: block;
    margin: 5px 10px;
  }
}
.h_logo a.logo_sp:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.h_logo a.logo_sp img {
  margin-top: -40px;
}
@media screen and (max-width: 1400px) {
  .h_logo a.logo_sp img {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1280px) {
  .h_logo a.logo_sp img {
    margin-top: 0px;
    width: auto;
    max-width: 240px;
    max-height: 40px;
  }
}

.gnav_menu {
  width: 100%;
}
.gnav_menu a {
  display: block;
  text-align: center;
  color: #3f3a39;
}
.gnav_menu a:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.gnav_menu a img {
  width: 100%;
  max-width: 50px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .gnav_menu a img {
    max-width: 45px;
  }
}
@media screen and (max-width: 1280px) {
  .gnav_menu a img {
    max-width: 40px;
  }
}
.gnav_menu a p {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  max-width: 100%;
  width: 9em;
  display: block;
}
@media screen and (max-width: 1400px) {
  .gnav_menu a p {
    margin-top: 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1280px) {
  .gnav_menu a p {
    margin: 0.2em 0 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.gnav_link {
  padding: 1em 30px;
  min-width: 240px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .gnav_link {
    padding: 0.5em 15px;
  }
}
@media screen and (max-width: 1280px) {
  .gnav_link {
    padding: 0.5em 15px;
  }
}
.gnav_link_tel {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1400px) {
  .gnav_link_tel {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1280px) {
  .gnav_link_tel {
    display: none;
  }
}
.gnav_link_tel a {
  display: inline-block;
  vertical-align: center;
  color: #3f3a39;
  letter-spacing: 0.1em;
}
.gnav_link_tel a:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
.gnav_link_tel img {
  width: 18px;
  height: auto;
}
.gnav_link_tel span.fz28 {
  margin-left: 0.3em;
}
.gnav_link_contact {
  justify-content: space-between;
}
.gnav_link_contact .button {
  width: 100%;
  max-width: 230px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .gnav_link_contact .button a {
    padding: 1em 0.6em;
  }
}
@media screen and (max-width: 1280px) {
  .gnav_link_contact .button a {
    padding: 1em 0.6em;
  }
}
@media screen and (max-width: 1400px) {
  .gnav_link_contact .button a::after {
    right: 3px;
  }
}
@media screen and (max-width: 1280px) {
  .gnav_link_contact .button a::after {
    right: 3px;
  }
}

.is-animation {
  color: #fff;
  transition: 0.3s;
}
.is-animation .gnav {
  max-width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 0px;
  margin: 0px;
  box-shadow: 0 0px 10px rgba(51, 51, 51, 0.2);
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .is-animation .gnav {
    height: 60px;
  }
}
.is-animation .gnav .gnav_list {
  display: flex;
  max-width: 820px;
}
.is-animation .gnav .menu {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 260px);
}
@media screen and (max-width: 1280px) {
  .is-animation .gnav .menu {
    display: none;
  }
}
.is-animation .h_logo a.logo_pc {
  display: block;
  height: 100%;
  height: auto;
  padding: 1em 30px;
  display: none;
}
.is-animation .h_logo a.logo_sp {
  margin: 5px 10px;
  display: block;
}
.is-animation .h_logo a.logo_sp img {
  margin-top: 0px;
  width: auto;
  max-width: 240px;
  max-height: 40px;
}
.is-animation .gnav_menu {
  width: 100%;
}
.is-animation .gnav_menu a {
  padding: 0.5em;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #3f3a39;
  max-width: 100%;
}
.is-animation .gnav_menu a img {
  width: 100%;
  max-width: 40px;
  height: auto;
}
.is-animation .gnav_menu a p {
  margin: 0.2em 0 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.is-animation .gnav_link {
  width: 100%;
  padding: 0.5em 15px;
  max-width: 240px;
  text-align: center;
}
.is-animation .gnav_link_tel {
  display: none;
}
.is-animation .gnav_link_tel a {
  display: inline-block;
  vertical-align: center;
  color: #3f3a39;
  letter-spacing: 0.1em;
}
.is-animation .gnav_link_tel img {
  width: 18px;
  height: auto;
}
.is-animation .gnav_link_tel span.fz28 {
  margin-left: 0.2em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.is-animation .gnav_link_contact {
  justify-content: space-between;
}
.is-animation .gnav_link_contact .button {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .is-animation .gnav_link_contact .button {
    max-width: 100%;
  }
}
.is-animation .gnav_link_contact a {
  padding: 1em 0.6em;
}

.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 70px;
  background-color: #fff;
  transition: all 0.6s;
  z-index: 2000;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
@media screen and (max-width: 640px) {
  .global-nav {
    padding-top: 60px;
  }
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 60px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 3000;
}
@media screen and (min-width: 1281px) {
  .hamburger {
    display: none;
  }
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  text-align: center;
  padding: 0;
}

.global-nav__item a {
  display: flex;
  align-items: center;
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #3f3a39;
}
.global-nav__item a img {
  width: 50px;
}
.global-nav__item a p {
  font-weight: 600;
  margin-left: 10px;
}

.global-nav__item a:hover {
  background-color: #f8f8f3;
}

.hamburger__line {
  position: absolute;
  left: 27px;
  width: 26px;
  height: 2px;
  background-color: #3f3a39;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 20px;
  }
}

.hamburger__line--2 {
  top: 38px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 28px;
  }
}

.hamburger__line--3 {
  top: 46px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 36px;
  }
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #5fb7e0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 34px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 34px;
}

.global-nav_tel a {
  display: block;
  vertical-align: center;
  color: #3f3a39;
  letter-spacing: 0.1em;
  margin: 20px auto;
  text-align: center;
}
.global-nav_tel img {
  width: 18px;
  height: auto;
}
.global-nav_tel span.fz28 {
  margin-left: 0.3em;
}
.global-nav_contact {
  margin: 10px 20px;
}
.global-nav_contact .button {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .global-nav_contact .button a {
    padding: 1em 0.6em;
  }
}
@media screen and (max-width: 1400px) {
  .global-nav_contact .button a::after {
    right: 3px;
  }
}

/* ===============================================
box-shadow
=============================================== */
/* ===============================================
page-top
=============================================== */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
#page-top a {
  background: #f5ac97;
  border: rgba(255, 255, 255, 0.8) solid 1px;
  text-decoration: none;
  border-radius: 50%;
  color: #3f3a39;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  position: relative;
}
#page-top a .gotop_arrow {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page-top a .gotop_arrow img {
  width: 11px;
  height: 7px;
  margin-bottom: 0.2em;
}
#page-top a .gotop_arrow span.fz12 {
  display: block;
  text-align: center;
  margin-top: 0.2em;
  font-weight: 600;
}
#page-top a:hover {
  text-decoration: none;
  background: #5fb7e0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.f_contact {
  background: #f8f8f3;
}
@media screen and (max-width: 768px) {
  .f_contact {
    padding-right: 0;
    padding-left: 0;
  }
}
.f_contact .title_en {
  text-align: center;
}
.f_contact .title2 {
  text-align: center;
}
.f_bnr {
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .f_bnr {
    padding: 25px 0;
  }
}
.f_bnr_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -40px;
}
@media screen and (max-width: 960px) {
  .f_bnr_list {
    margin-right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .f_bnr_list {
    margin-right: 0;
  }
}
.f_bnr_list li {
  margin: 0 40px 16px 0;
  max-width: 424px;
  width: 45%;
}
@media screen and (max-width: 960px) {
  .f_bnr_list li {
    margin: 0 25px 12px 25px;
  }
}
.f_bnr_list li a {
  display: block;
  transition: all 0.2s;
}
.f_bnr_list li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .f_bnr_list li {
    margin: 0 auto 20px;
    width: 90%;
    max-width: 424px;
  }
}
@media screen and (max-width: 768px) {
  .f_bnr_list li:first-child {
    margin: 0 auto 20px;
    width: 90%;
    max-width: 424px;
  }
}
@media screen and (max-width: 768px) {
  .f_bnr_list li:last-child {
    margin: 0 auto;
    width: 90%;
    max-width: 424px;
  }
}
.f_bnr_list img {
  width: 100%;
  max-width: 424px;
  height: auto;
}

.f_information {
  border-top: 1px #ccc8c8 solid;
  border-bottom: 1px #ccc8c8 solid;
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f_information {
    border-bottom: none;
    padding: 25px 0 0;
  }
}
.f_information .container_1080 {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .f_information .container_1080 {
    flex-wrap: wrap;
    margin: 20px 0 0;
    max-width: 100%;
  }
}

.f_info {
  max-width: 270px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  .f_info {
    max-width: 290px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .f_info {
    max-width: 90%;
  }
}
.f_info .f_logo {
  text-align: center;
}
.f_info .f_logo a {
  display: block;
}
.f_info .f_logo a:hover {
  transform: translate(0px, -5px);
  transition: all 0.2s;
}
.f_info .f_logo img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .f_info .f_logo img {
    width: 200px;
  }
}
.f_info .f_tel {
  margin: 1em 0.2em;
}
.f_info .f_tel:hover {
  transform: translate(0px, -3px);
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .f_info .f_tel {
    text-align: center;
    margin: 1em auto;
    padding: 0.5em 1.5em 0.5em 1.5em;
    border-radius: 30px;
    background: #fff;
    border: #3f3a39 solid 2px;
    display: inline-block;
  }
}
.f_info .f_tel img {
  width: 28px;
  height: auto;
  margin-right: 0.5em;
}
.f_info .f_tel a {
  display: flex;
  align-items: center;
  color: #3f3a39;
  letter-spacing: 0.1em;
}
.f_info .f_add {
  line-height: 1.6;
}

.f_index {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .f_index {
    margin: 0px auto;
  }
}
@media screen and (max-width: 768px) {
  .f_index {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
  }
}
.f_index a {
  color: #3f3a39;
  padding: 0.5em;
  display: block;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .f_index a {
    padding: 1em;
  }
}
.f_index a:hover {
  color: #5fb7e0;
  transition: 0.3s;
}
.f_index_box {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .f_index_box {
    width: 50%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .f_index_box:last-child {
    width: 100%;
    margin-right: 0px;
  }
  .f_index_box:last-child > li {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .f_index_box:first-child {
    border-top: #ccc8c8 solid 2px;
  }
}
@media screen and (max-width: 768px) {
  .f_index_box:nth-child(2) {
    border-top: #ccc8c8 solid 2px;
  }
  .f_index_box:nth-child(2) > li {
    width: 100%;
    border-right: none;
  }
}
.f_index_box > li {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .f_index_box > li {
    width: 100%;
    border-right: #ccc8c8 solid 2px;
    border-bottom: #ccc8c8 solid 2px;
  }
}
.f_index_box > li > a {
  display: block;
}
@media screen and (max-width: 768px) {
  .f_index_box > li > a:hover {
    background: rgba(95, 183, 224, 0.2);
  }
}
.f_index_second {
  display: flex;
}
@media screen and (max-width: 768px) {
  .f_index_second {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.f_index_second li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 1.3em;
  position: relative;
}
.f_index_box2 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .f_index_box2 {
    width: 100%;
    margin-right: 0px;
  }
  .f_index_box2 > li:hover {
    background: rgba(95, 183, 224, 0.2);
  }
  .f_index_box2 li.f_index_third:hover {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .f_index_box2:last-child li:last-child {
    border-bottom: none;
  }
}
.f_index_box2 > li {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .f_index_box2 > li {
    line-height: 1.4;
    border-bottom: #ccc8c8 dotted 2px;
  }
}
.f_index_box2 > li > a {
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .f_index_box2 > li > a {
    padding-left: 2em;
  }
}
.f_index_box2 > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.8em;
  height: 1px;
  background: #3f3a39;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .f_index_box2 > li > a::before {
    left: 1em;
  }
}
.f_index_box3 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .f_index_box3 {
    width: 100%;
    margin-right: 0px;
  }
  .f_index_box3 li:hover {
    background: rgba(95, 183, 224, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .f_index_box3:last-child li:last-child {
    border-bottom: none;
  }
}
.f_index_box3 > li {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .f_index_box3 > li {
    line-height: 1.4;
    border-bottom: #ccc8c8 dotted 1px;
  }
}
.f_index_box3 > li a {
  position: relative;
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  .f_index_box3 > li a {
    padding-left: 3em;
  }
}
.f_index_box3 > li a::before {
  content: "∟";
  position: absolute;
  top: 15%;
  left: 1.5em;
  width: 1.5em;
  height: 100%;
  color: #3f3a39;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .f_index_box3 > li a::before {
    top: 25%;
    left: 2em;
  }
}

.copyright {
  text-align: center;
  padding: 1.8em 1em;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

/* ===============================================
book
=============================================== */
#hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 50px;
    margin-bottom: 50px;
    display: block;
  }
  @media screen and (max-width: 768px) {
    #hero {
      margin-bottom: 30px;
    }
  }
  
  .hero {
    background: #f8f8f3;
    border-radius: 0 0 100% 100%/0 0 100px 100px;
    height: 420px;
    width: 100%;
    position: relative;
    display: block;
    z-index: 1;
  }
  @media screen and (max-width: 1280px) {
    .hero {
      height: 360px;
    }
  }
  @media screen and (max-width: 768px) {
    .hero {
      height: 320px;
    }
  }
  @media screen and (max-width: 414px) {
    .hero {
      height: 300px;
    }
  }
  .hero_title {
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    width: 100%;
    bottom: 20%;
    z-index: 5;
  }
  @media screen and (max-width: 768px) {
    .hero_title {
      font-size: 34px;
      font-size: 3.4rem;
      bottom: 30%;
    }
  }
  @media screen and (max-width: 640px) {
    .hero_title {
      font-size: 26px;
      font-size: 2.6rem;
    }
  }
  .hero_icon {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px;
  }
  .hero_icon img {
    height: 100%;
    max-height: 94px;
    width: auto;
  }
  .inner30 {
    padding: 30px 16px;
  }

  .book_item {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    border-top: #dcdcdc solid 1px;
    padding-top: 36px;
  }
  @media screen and (max-width: 768px) {
    .book_item {
        flex-direction: column-reverse;
      }
  }

  .book_item:last-child {
    margin-bottom: 0;
  }

  .book_body {
    width: 60%;
    font-size: 20px;
    line-height: 1.5;
  }
  @media screen and (max-width: 768px) {
    .book_body {
        width: 100%;
        font-size: 18px;
        margin-top: 24px;
    }
  }

  .book_img {
    width: 40%;
    max-width: 350px;
    padding-left: 24px;
  }
  @media screen and (max-width: 768px) {
    .book_img {
        width: 100%;
        padding-left: 0;
    }
  }

  .book_img img {
    border: 1px solid #dcdcdc;
  }

  @media screen and (max-width: 768px) {
    .book_text {
        margin-bottom: 24px;
    }
  }

  .bookDetail_title {
    font-weight: bold;
  }

  .bookDetail_item {
    margin-bottom: 24px;
  }
  .bookDetail_item:last-child {
    margin-bottom: 0;
  }
  .bookDetail_text {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.5;
  }
  .bookDetail_inner {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    border-top: #dcdcdc solid 1px;
    padding-top: 36px;
  }
  @media screen and (max-width: 768px) {
    .bookDetail_inner {
        flex-direction: column-reverse;
      }
  }

  .bookDetail_inner:last-child {
    margin-bottom: 0;
  }

  .bookDetail_body {
    width: 60%;
    font-size: 20px;
    line-height: 1.5;
  }
  @media screen and (max-width: 768px) {
    .bookDetail_body {
        width: 100%;
        font-size: 18px;
        margin-top: 24px;
    }
  }

  .bookDetail_img {
    width: 40%;
    max-width: 350px;
    padding-left: 24px;
  }

  .bookDetail_img img {
    border: #dcdcdc solid 1px;
  }
  @media screen and (max-width: 768px) {
    .bookDetail_img {
        width: 100%;
        padding-left: 0;
    }
  }

  .button01.bookDetail01 {
    max-width: 238px;
    margin: 24px auto 0;
  }
  @media screen and (max-width: 768px) {
    .button01.bookDetail01 {
        max-width: 210px;
      }
  }

  .bookDetail_lead {
    color: #f5ac97;
    text-align: center;
    line-height: 1.5;
  }

  .bookDetail_under {
    margin-bottom: 36px;
  }

  .bookDetail_flex {
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .bookDetail_flex {
      flex-direction: column;
    }
  }

  .bookDetail_flex img {
    width: 48%;
  }
  @media screen and (max-width: 768px) {
    .bookDetail_flex img {
      width: 100%;
      margin-bottom: 16px;
    }
  }

  .bookDetail_flex img:last-child {
    margin-bottom: 0;
  }

  .bookDetail_list {
    margin-top: 36px;
  }

  .bookDetail_list_item {
    margin-bottom: 24px;
  }

  .bookDetail_list_item:last-child {
    margin-bottom: 0;
  }

  .bookDetail_list_title {
    font-weight: bold;
    font-size: 20px;
  }

  @media screen and (max-width: 768px) {
     .bookDetail_list_title {
      font-size: 18px;
    }
  }

  .bookDetail_list_text {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.5;
  }

  .bookDetail_thoughts {
    margin-top: 36px;
    background-color: #ffe4dc;
    border-radius: 20px;
    padding: 24px 24px;
  }

  @media screen and (max-width: 768px) {
    .bookDetail_thoughts {
      padding: 16px 16px;
    }
  }

  .bookDetail_thoughts_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
  }

  .bookDetail_thoughts_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1em;
  }

  .bookDetail_thoughts_text:last-child {
    margin-bottom: 0;
  }