@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.txt-orange {
  color: #F08336;
}

.txt-yellow {
  color: #FFF57F;
}

.txt-gray {
  color: #707070;
}

sup {
  font-size: 60%;
  vertical-align: text-top;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.merker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF57F), color-stop(90%, #FFF57F), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 70%, #FFF57F 70%, #FFF57F 90%, transparent 90%);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.section-inner {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: calc(80/750 * 100vw) 0 calc(100/750 * 100vw);
  }
}

.btn-wrap {
  background: #FF9900;
  -webkit-box-shadow: 0 6px 0 #B74F00;
          box-shadow: 0 6px 0 #B74F00;
  border-radius: 50px;
  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;
  letter-spacing: 0.08rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    -webkit-box-shadow: 0 calc(6/750 * 100vw) 0 #B74F00;
            box-shadow: 0 calc(6/750 * 100vw) 0 #B74F00;
    font-size: calc(24/750 * 100vw);
  }
}

.main-ttl-wrap {
  text-align: center;
  position: relative;
}

.main-ttl-book-wrap {
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .main-ttl-book-wrap {
    width: calc(710/750 * 100vw);
  }
}
.main-ttl-book-wrap .main-ttl {
  width: auto;
  display: inline-block;
  padding: 0 20px 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .main-ttl-book-wrap .main-ttl {
    width: calc(500/750 * 100vw);
    text-align: left;
    margin-left: calc(20/750 * 100vw);
    padding: 0 0;
    border-bottom: none;
  }
}
.main-ttl-book-wrap .main-sub-ttl {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-ttl-book-wrap .main-sub-ttl {
    margin-bottom: calc(30/750 * 100vw);
  }
}
.main-ttl-book-wrap .main-sub-ttl p {
  font-size: 24px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 2px 30px 1px;
  background: #F08336;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .main-ttl-book-wrap .main-sub-ttl p {
    font-size: calc(26/750 * 100vw);
    padding: calc(4/750 * 100vw) 0 calc(2/750 * 100vw);
    border-radius: calc(6/750 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-ttl-book-wrap .main-sub-ttl p .txt-yellow {
    font-size: calc(24/750 * 100vw);
  }
}

.main-ttl-person-wrap {
  margin: 0 auto;
  text-align: left;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .main-ttl-person-wrap {
    margin: 0 auto calc(80/750 * 100vw);
    width: calc(600/750 * 100vw);
  }
}
.main-ttl-person-wrap .main-ttl-box {
  width: auto;
  display: inline-block;
  padding: 0 0px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: #333 2px solid;
}
@media screen and (max-width: 767px) {
  .main-ttl-person-wrap .main-ttl-box {
    width: calc(410/750 * 100vw);
    text-align: left;
    padding: 0 0 calc(15/750 * 100vw);
    border-bottom: #333 calc(2/750 * 100vw) solid;
  }
}
.main-ttl-person-wrap .main-ttl {
  border-bottom: none;
  padding-bottom: 0;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .main-ttl-person-wrap .main-ttl {
    font-size: calc(48/750 * 100vw);
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 calc(0/750 * 100vw) calc(0/750 * 100vw);
  }
}
.main-ttl-person-wrap .main-ttl-notes {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main-ttl-person-wrap .main-ttl-notes {
    text-align: left;
    font-size: calc(20/750 * 100vw);
  }
}

.main-ttl-box {
  border-bottom: #333 2px solid;
}
@media screen and (max-width: 767px) {
  .main-ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(710/750 * 100vw);
    margin: 0 auto;
    padding-bottom: calc(20/750 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: #333 calc(2/750 * 100vw) solid;
  }
}

.main-ttl {
  color: #F08336;
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: #333 2px solid;
}
@media screen and (max-width: 767px) {
  .main-ttl {
    font-size: calc(60/750 * 100vw);
    padding: 0 calc(40/750 * 100vw) calc(20/750 * 100vw);
    border-bottom: #333 calc(2/750 * 100vw) solid;
  }
}

.main-sub-ttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #F08336;
}
@media screen and (max-width: 767px) {
  .main-sub-ttl {
    margin-bottom: calc(10/750 * 100vw);
    font-size: calc(32/750 * 100vw);
  }
}

.ttl-book {
  position: absolute;
  content: "";
  width: 152px;
  height: 211px;
  z-index: 2;
  left: -122px;
  top: 50%;
  -webkit-transform: rotate(-10deg) translate(0%, -50%);
          transform: rotate(-10deg) translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .ttl-book {
    width: calc(152/750 * 100vw);
    height: calc(211/750 * 100vw);
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    margin-left: calc(40/750 * 100vw);
  }
}

.ttl-person {
  width: 122px;
  height: 187px;
  margin-left: 12px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ttl-person {
    width: calc(172/750 * 100vw);
    height: calc(264/750 * 100vw);
    right: calc(-15/750 * 100vw);
  }
}

.common-read {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .common-read {
    font-size: calc(32/750 * 100vw);
  }
}

.common-notes {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .common-notes {
    font-size: calc(20/750 * 100vw);
  }
}

.tel-area {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tel-area {
    padding-bottom: calc(00/750 * 100vw);
  }
}

.tel-txt {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 6px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .tel-txt {
    font-size: calc(24/750 * 100vw);
    padding-bottom: calc(15/750 * 100vw);
  }
}
.tel-txt-img {
  width: 382px;
  height: auto;
  font-size: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .tel-txt-img {
    width: calc(557/750 * 100vw);
    padding-bottom: calc(15/750 * 100vw);
  }
}
.tel-notes {
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  padding-bottom: 30px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .tel-notes {
    font-size: calc(20/750 * 100vw);
    padding-bottom: calc(15/750 * 100vw);
  }
}
.tel-bottom-txt {
  font-weight: 600;
  color: #222222;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(28/750 * 100vw);
  }
}

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

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-fl {
    display: none;
  }
}

.sp-fl {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------------------------------------
top-wrap
------------------------------------------------------------------*/
.top-wrap {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 5px rgba(72, 72, 72, 0.2);
          box-shadow: 0px 4px 5px rgba(72, 72, 72, 0.2);
}
@media screen and (max-width: 767px) {
  .top-wrap {
    display: none;
  }
}

.top-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-inner {
    height: calc(200/750 * 100vw);
    width: calc(750/750 * 100vw);
    padding: 0 calc(14/750 * 100vw);
  }
}

.logo{
  width: 326px;
  height: 110px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index:10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  margin: auto 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .logo {
    width: calc(314/750 * 100vw);
    height: calc(100/750 * 100vw);
    padding: 0;
    background-color: transparent;
  }
}
.logo .logo_icon {
  width: 55px;
  font-size: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .logo .logo_icon {
    width: calc(49/750 * 100vw);
  }
}
.logo .logo01 {
  width: 204px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .logo .logo01 {
    width: calc(181/750 * 100vw);
  }
}

.top-container {
  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;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .top-container {
    height: calc(100/750 * 100vw);
  }
}

.top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 510px;
}
@media screen and (max-width: 767px) {
  .top-box {
    width: calc(260/750 * 100vw);
    margin: 0 calc(20/750 * 100vw) 0 0;
  }
}

.mv {
  width: 100%;
  margin: 0 auto;
  background: url(../img/mv.jpg) center top/100% auto no-repeat, #fff;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: calc(100/750 * 100vw);
    width: 100%;
    height: calc(880/750 * 100vw);
    background: url(../img/mv_sp.jpg) center top/100% auto no-repeat, #fff;
    margin-bottom: 0;
  }
}
.mv h1 {
  font-size: 0;
}

.mv-inner {
  width: 1200px;
  height: 700px;
  margin: -110px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-inner {
    width: 100%;
    height: calc(1210/750 * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .mv:before{
    content: "";
    display: block;
    padding-top: 37.2%;
  }
}

.mv-cv-wrap {
  position: absolute;
  width: 595px;
  height: 239px;
  bottom: 40px;
  left: 0px;
  background: url(../img/cv_mv_bg.png) left top/595px auto no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mv-cv-wrap:hover .btn-wrap {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .mv-cv-wrap:hover .book {
    -webkit-animation: pikopiko 0.6s steps(1, start);
            animation: pikopiko 0.6s steps(1, start);
  }
}
@media screen and (max-width: 767px) {
  .mv-cv-wrap {
    width: calc(595/750 * 100vw);
    height: calc(239/750 * 100vw);
    left: calc(78/750 * 100vw);
    bottom: calc(30/750 * 100vw);
    background: url(../img/cv_mv_bg.png) center top/calc(595/750 * 100vw) auto no-repeat;
  }
}
.mv-cv-wrap .cta-book-img {
  width: 280px;
  height: 180px;
  position: relative;
  margin-left: 21px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mv-cv-wrap .cta-book-img {
    width: calc(280/750 * 100vw);
    height: calc(180/750 * 100vw);
    margin: calc(40/750 * 100vw) 0 0 calc(21/750 * 100vw);
  }
}
.mv-cv-wrap .cta-book-img .book {
  position: absolute;
  width: 146px;
  height: auto;
  z-index: 2;
  font-size: 0;
  left: 0;
  top: 0;
}
.mv-cv-wrap .cta-book-img .book img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mv-cv-wrap .cta-book-img .book {
    width: calc(146/750 * 100vw);
  }
}
.mv-cv-wrap .cta-book-img .book-bg {
  position: absolute;
  width: 219px;
  height: auto;
  z-index: 1;
  font-size: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .mv-cv-wrap .cta-book-img .book-bg {
    width: calc(219/750 * 100vw);
  }
}

.mv-cv-txt-box {
  margin-left: 30px;
  margin-top: 50px;
  text-align: center;
  width: 216px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv-cv-txt-box {
    margin-top: calc(35/750 * 100vw);
    margin-left: calc(30/750 * 100vw);
    width: calc(216/750 * 100vw);
  }
}
.mv-cv-txt-box .btn-wrap {
  border-radius: 6px;
  height: 87px;
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mv-cv-txt-box .btn-wrap {
    border-radius: calc(6/750 * 100vw);
    font-size: calc(22/750 * 100vw);
    height: calc(106/750 * 100vw);
  }
}
.mv-cv-txt-box .mv-cv-txt {
  color: #F08336;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mv-cv-txt-box .mv-cv-txt {
    font-size: calc(20/750 * 100vw);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-bottom: calc(10/750 * 100vw);
  }
}

.intro {
  background: #F9F4EF;
}
.intro .main-ttl-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .intro .main-ttl-wrap {
    margin-bottom: calc(40/750 * 100vw);
  }
}

.intro-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .intro-inner {
    width: 100%;
  }
}

.Q-bg {
  position: absolute;
  top: 300px;
  right: 0;
  width: 268px;
  height: 342px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .Q-bg {
    width: calc(268/750 * 100vw);
    height: calc(342/750 * 100vw);
    top: calc(298/750 * 100vw);
    right: calc(21/750 * 100vw);
  }
}

.intro-trouble-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto 86px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro-trouble-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto calc(135/750 * 100vw);
  }
}

.intro-trouble-img {
  width: 400px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .intro-trouble-img {
    width: calc(550/750 * 100vw);
    margin: calc(40/750 * 100vw) auto 0;
  }
}

.intro-trouble-txt-box {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .intro-trouble-txt-box {
    width: 100%;
  }
}

.intro-trouble-ttl {
  font-size: 32px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .intro-trouble-ttl {
    font-size: calc(32/750 * 100vw);
    padding: 0 calc(60/750 * 100vw) calc(30/750 * 100vw) calc(40/750 * 100vw);
  }
}

.intro-trouble-txt {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .intro-trouble-txt {
    font-size: calc(28/750 * 100vw);
    padding: 0 calc(60/750 * 100vw);
  }
}

.intro-trouble-bottom-block {
  width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  padding: 60px 60px 55px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .intro-trouble-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: calc(10/750 * 100vw);
    width: calc(690/750 * 100vw);
    padding: calc(190/750 * 100vw) calc(40/750 * 100vw) calc(100/750 * 100vw)  calc(40/750 * 100vw);
    position: relative;
  }
}


@media screen and (min-width: 769px) {
  .intro-trouble-bottom-block-top{
    display:flex;
    width: 682px;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
  }
}

.intro-trouble-bottom-ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-left: auto;
  line-height: 1.5;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .intro-trouble-bottom-ttl {
    font-size: calc(32/750 * 100vw);
    text-align: center;
    width: 100%;
    margin-bottom: calc(32/750 * 100vw);
  }
}
.intro-trouble-bottom-ttl .txt-big {
  font-size: 32px;
  color: #FF9901;
}
@media screen and (max-width: 767px) {
  .intro-trouble-bottom-ttl .txt-big {
    font-size: calc(48/750 * 100vw);
    
  }
}
.intro-trouble-bottom-baloon {
  width: 102px;
  height: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-trouble-bottom-baloon {
    width: calc(128/750 * 100vw);
    height: calc(113/750 * 100vw);
  }
}


@media screen and (max-width: 767px) {
  .intro-trouble-bottom-img {
    width: calc(258/750 * 100vw);
    position: absolute;
    top:calc(-171/750 * 100vw);
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.intro-trouble-bottom-txt-box-pc{
  text-align: center;
}

.intro-trouble-bottom-stxt{
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .intro-trouble-bottom-stxt{
    font-size: calc(32/750 * 100vw);
  }
}

.intro-trouble-bottom-img{
  width: 35%;
}

@media screen and (max-width: 767px) {
  .intro-trouble-bottom-txt-box-sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: calc(40/750 * 100vw);
  }
}

.intro-trouble-bottom-txt {
  line-height: 1.7;
  width: 682px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .intro-trouble-bottom-txt {
    width: 100%;
  }
}
.intro-trouble-bottom-txt-em {
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intro-trouble-bottom-txt-em {
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
}
.intro-trouble-bottom-txt-em .txt-big {
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .intro-trouble-bottom-txt-em .txt-big {
    font-size: calc(46/750 * 100vw);
  }
}
.intro-check-block {
  width: 880px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .intro-check-block {
    width: 100%;
    padding-top: calc(331/750 * 100vw);
  }
}
.check-bg {
  position: absolute;
  top: 40px;
  right: 0;
  width: 248px;
  height: 217px;
  z-index: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .check-bg {
    width: calc(248/750 * 100vw);
    height: calc(216/750 * 100vw);
    top: calc(262/750 * 100vw);
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.intro-check-baloon {
  position: absolute;
  font-size: 0;
  top: 80px;
  left: 22px;
  width: 145px;
  height: 135px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .intro-check-baloon {
    width: calc(227/750 * 100vw);
    height: calc(212/750 * 100vw);
    left: calc(237/750 * 100vw);
    top: calc(80/750 * 100vw);
    -webkit-transform: none;
            transform: none;
  }
}

.intro-check-sub-ttl {
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro-check-sub-ttl {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(5/750 * 100vw);
  }
}

.intro-check-ttl {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .intro-check-ttl {
    font-size: calc(46/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}

.intro-check-read {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .intro-check-read {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

.intro-check-read-em {
  color: #F08336;
  font-size: 32px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .intro-check-read-em {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

.intro-check-list {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  width: 400px;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .intro-check-list {
    width:calc(570/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
    font-size: calc(24/750 * 100vw);
    margin-bottom: 0;
  }
}
.intro-check-list-item {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intro-check-list-item {
    font-size: calc(25/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}
.intro-check-list-item:last-child {
  padding-bottom: 0;
}
.intro-check-list-item .fa-solid {
  color: #F08336;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .intro-check-list-item .fa-solid {
    padding-right: calc(8/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .intro-check-oneline {
    padding-bottom: calc(20/750 * 100vw);
    display: inline-block;
  }
}

.intro-check-list-bottom-txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .intro-check-list-bottom-txt {
    font-size: calc(32/750 * 100vw);
  }
}

.howto01 .main-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto01 .main-ttl-wrap {
    margin-bottom: calc(40/750 * 100vw);
  }
}
.howto01 .common-read {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto01 .common-read {
    padding-bottom: calc(40/750 * 100vw);
  }
}

.howto02 {
  background: #F9F4EF;
}
.howto02 .main-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto02 .main-ttl-wrap {
    margin-bottom: calc(40/750 * 100vw);
  }
}
.howto02 .common-read {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto02 .common-read {
    padding-bottom: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .howto02 .howto-top-block {
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .howto02 .howto-top-block {
    margin: 0 auto calc(140/750 * 100vw);
  }
}

.howto03 {
  background: #fff;
}
.howto03 .main-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto03 .main-ttl-wrap {
    margin-bottom: calc(40/750 * 100vw);
  }
}
.howto03 .common-read {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto03 .common-read {
    padding-bottom: calc(40/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .howto03 .howto-top-block {
    margin: 0 auto calc(140/750 * 100vw);
  }
}

.howto-top-block {
  width: 750px;
  margin: 0 auto 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .howto-top-block {
    width: calc(630/750 * 100vw);
    margin: 0 auto calc(193/750 * 100vw);
  }
}
.howto-top-block::after {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 40px;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: url(../img/arrow.png) left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .howto-top-block::after {
    width: calc(38/750 * 100vw);
    height: calc(40/750 * 100vw);
    bottom: calc(-60/750 * 100vw);
    background: url(../img//arrow.png) left top/contain no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .howto-top-img {
    width: 222px;
  }
}

.howto-top-txt {
  width: 488px;
}
@media screen and (max-width: 767px) {
  .howto-top-txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: calc(630/750 * 100vw);
  }
}

.howto01-qa-block {
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .howto01-qa-block {
    width: calc(710/750 * 100vw);
    padding: calc(56/750 * 100vw) calc(40/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
  }
}

.howto01-qa-ttl {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  font-size: 0;
  width: 404px;
}
@media screen and (max-width: 767px) {
  .howto01-qa-ttl {
    width: calc(404/750 * 100vw);
  }
}

.howto01-qa-block-family {
  border: #E6755F 2px solid;
  background: #FDEDE3;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .howto01-qa-block-family {
    border: #E6755F calc(2/750 * 100vw) solid;
    margin-bottom: calc(90/750 * 100vw);
  }
}
.howto01-qa-block-family .open-txt {
  color: #E6755F;
}
.howto01-qa-block-family .howto01-qa-icon {
  border: #E6755F 4px solid;
  color: #E6755F;
}
@media screen and (max-width: 767px) {
  .howto01-qa-block-family .howto01-qa-icon {
    border: #E6755F calc(4/750 * 100vw) solid;
  }
}
.howto01-qa-block-family .howto01-a-wrap .howto01-qa-icon {
  background: #E6755F;
}

.howto01-qa-block-self {
  border: #6ABC6F 2px solid;
  background: #F9F4EF;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto01-qa-block-self {
    border: #6ABC6F calc(2/750 * 100vw) solid;
    margin-bottom: calc(20/750 * 100vw);
  }
}
.howto01-qa-block-self .open-txt {
  color: #6ABC6F;
}
.howto01-qa-block-self .howto01-qa-icon {
  border: #6ABC6F 4px solid;
  color: #6ABC6F;
}
@media screen and (max-width: 767px) {
  .howto01-qa-block-self .howto01-qa-icon {
    border: #6ABC6F calc(4/750 * 100vw) solid;
  }
}
.howto01-qa-block-self .howto01-a-wrap .howto01-qa-icon {
  background: #6ABC6F;
}
@media screen and (min-width: 768px) {
  .howto01-qa-block-self .howto01-a-wrap {
    min-height: 570px;
  }
}
.howto01-qa-block-self .howto01-a-inner {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .howto01-qa-block-self .howto01-qa-txt {
    min-height: 123px;
  }
}

.howto01-qa-box {
  background: #fff;
  width: 540px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 0 0px 40px;
}
@media screen and (max-width: 767px) {
  .howto01-qa-box {
    width: calc(630/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
    padding: calc(40/750 * 100vw) calc(40/750 * 100vw) calc(0/750 * 100vw);
  }
}

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

.howto01-q-wrap .howto01-qa-icon {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: bold;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  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;
  line-height: 1;
  margin-right: 16px;
  margin-top: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .howto01-q-wrap .howto01-qa-icon {
    width: calc(89/750 * 100vw);
    height: calc(89/750 * 100vw);
    font-size: calc(56/750 * 100vw);
    margin-right: calc(20/750 * 100vw);
    margin-top: calc(10/750 * 100vw);
  }
}
.howto01-q-wrap .howto01-qa-txt {
  width: 410px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .howto01-q-wrap .howto01-qa-txt {
    width: calc(440/750 * 100vw);
    font-size: calc(36/750 * 100vw);
  }
}

.howto01-a-wrap {
  border-top: #333333 2px solid;
  padding-top: 20px;
  margin-top: 30px;
  width: 460px;
  padding-bottom: 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .howto01-a-wrap {
    width: calc(550/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
    margin-top: calc(40/750 * 100vw);
    padding-top: calc(30/750 * 100vw);
    border-top: #333333 calc(2/750 * 100vw) solid;
    position: relative;
    height: calc(220/750 * 100vw);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .howto01-a-wrap::after {
    content: "";
    display: block;
    z-index: 4;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: calc(200/750 * 100vw);
    background: url(../img/grd_bg.png) left bottom/auto calc(200/750 * 100vw) repeat-x;
  }
}
.howto01-a-wrap .howto01-qa-wrap {
  margin-bottom: auto;
}
.howto01-a-wrap .howto01-qa-icon {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: bold;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  color: #fff;
  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;
  line-height: 1;
  margin-right: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .howto01-a-wrap .howto01-qa-icon {
    width: calc(89/750 * 100vw);
    height: calc(89/750 * 100vw);
    font-size: calc(56/750 * 100vw);
    margin-right: calc(20/750 * 100vw);
    margin-top: 0;
  }
}
.howto01-a-wrap .howto01-qa-txt {
  width: 370px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .howto01-a-wrap .howto01-qa-txt {
    width: calc(440/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    padding-top: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media screen and (max-width: 767px) {
  .open-txt {
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: bold;
    text-shadow: 1px 1px 2px white;
    z-index: 7;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .open-txt {
    display: none;
  }
}

.is-open .open-txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-open .howto01-a-wrap {
    height: calc(580/750 * 100vw);
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .is-open .howto01-a-wrap::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .is-open .howto01-a-wrap-long {
    height: calc(580/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .is-open .howto01-a-wrap-bg {
    height: calc(200/750 * 100vw);
  }
}

.howto01-a-page {
  width: 100%;
  font-size: 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howto01-a-page {
    text-align: left;
  }
}
.howto01-a-page img {
  width: 244px;
  font-size: 0;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .howto01-a-page img {
    width: calc(275/750 * 100vw);
    margin: calc(30/750 * 100vw) auto calc(30/750 * 100vw) 0;
  }
}

.howto01-a-page-txt {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #F5A347;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .howto01-a-page-txt {
    width: calc(260/750 * 100vw);
    height: calc(260/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    text-align: center;
    left: auto;
    right: 0;
  }
}
.howto01-a-page-txt p {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .howto01-a-page-txt p {
    padding-top: calc(10/750 * 100vw);
  }
}

.howto01-a-wrap-bg {
  width: 254px;
  height: 290px;
  position: absolute;
  bottom: 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .howto01-a-wrap-bg {
    width: calc(175/750 * 100vw);
    height: calc(0/750 * 100vw);
    right: calc(-20/750 * 100vw);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.howto01-notes {
  width: 1200px;
  font-size: 18px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 767px) {
  .howto01-notes {
    width: calc(630/750 * 100vw);
    font-size: calc(20/750 * 100vw);
    margin: 0 auto calc(90/750 * 100vw);
  }
}

.howto-bottom-block {
  width: 800px;
  margin: 0 auto;
  border: #333 2px solid;
  border-radius: 10px;
  background: #F9F4EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
  position: relative;
  padding: 35px 25px 25px 30px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-block {
    width: calc(690/750 * 100vw);
    border: #333 calc(2/750 * 100vw) solid;
    border-radius: calc(10/750 * 100vw);
    padding: 0 0 calc(60/750 * 100vw);
  }
}

.howto-bottom-fuchi-l {
  position: absolute;
  width: 64px;
  height: 65px;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-fuchi-l {
    width: calc(63/750 * 100vw);
    height: calc(64/750 * 100vw);
    top: calc(-10/750 * 100vw);
    left: calc(-10/750 * 100vw);
  }
}

.howto-bottom-fuchi-r {
  position: absolute;
  width: 64px;
  height: 65px;
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-fuchi-r {
    width: calc(63/750 * 100vw);
    height: calc(64/750 * 100vw);
    bottom: calc(-10/750 * 100vw);
    right: calc(-10/750 * 100vw);
  }
}

.howto-bottom-img {
  width: 420px;
  font-size: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-img {
    width: calc(400/750 * 100vw);
    margin: 0 auto calc(20/750 * 100vw);
  }
}

.howto-bottom-txt {
  width: 715px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .howto-bottom-txt {
    width: 100%;
  }
}

.howto-bottom-baloon {
  width: 122px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-baloon {
    width: calc(124/750 * 100vw);
    height: calc(68/750 * 100vw);
    top: calc(22/750 * 100vw);
    right: calc(30/750 * 100vw);
  }
}

.howto-bottom-ttl-wrap {
  width: 682px;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-ttl-wrap {
    width: 100%;
    padding-top: calc(60/750 * 100vw);
  }
}

.howto-bottom-sub-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howto-bottom-sub-ttl {
    font-size: calc(24/750 * 100vw);
    padding-right: calc(45/750 * 100vw);
  }
}

.howto-bottom-ttl {
  font-size: 32px;
  font-weight: bold;
  color: #F08336;
  line-height: 1.2;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-ttl {
    padding-left: calc(30/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(43/750 * 100vw);
  }
}

.howto-bottom-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 682px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .howto-bottom-step-list {
    width: calc(630/750 * 100vw);
    margin: 0 auto calc(25/750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.howto-bottom-step-list-item {
  width: 310px;
  background: #fff;
  border-radius: 6px;
  padding: 30px 20px 20px 30px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .howto-bottom-step-list-item {
    width: calc(630/750 * 100vw);
    padding: calc(30/750 * 100vw) calc(30/750 * 100vw) calc(20/750 * 100vw);
    text-align: center;
    font-size: calc(28/750 * 100vw);
    border-radius: calc(6/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .howto-bottom-step-list-item:first-child {
    margin-bottom: calc(80/750 * 100vw);
  }
}
.howto-bottom-step-list-item:first-child::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .howto-bottom-step-list-item:first-child::after {
    top: 50%;
    right: -40px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #F08336;
  }
}
@media screen and (max-width: 767px) {
  .howto-bottom-step-list-item:first-child::after {
    bottom: calc(-40/750 * 100vw);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    border-right: calc(15/750 * 100vw) solid transparent;
    border-left: calc(15/750 * 100vw) solid transparent;
    border-top: calc(21/750 * 100vw) solid #F08336;
  }
}

.howto-bottom-step-ttl {
  position: absolute;
  width: 104px;
  height: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: #333;
  border-radius: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0%;
}
@media screen and (max-width: 767px) {
  .howto-bottom-step-ttl {
    font-size: calc(28/750 * 100vw);
    width: calc(138/750 * 100vw);
    height: calc(44/750 * 100vw);
  }
}

.howto-bottom-read-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .howto-bottom-read-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.howto-bottom-read {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .howto-bottom-read {
    font-size: calc(28/750 * 100vw);
    width: calc(430/750 * 100vw);
    text-align: center;
  }
}

.howto-bottom-read-em {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .howto-bottom-read-em {
    font-size: calc(32/750 * 100vw);
  }
}

.howto-bottom-read-img {
  width: 169px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .howto-bottom-read-img {
    width: calc(185/750 * 100vw);
    margin-left: calc(16/750 * 100vw);
  }
}

.howto02-bottom-block {
  background: #fff;
  padding: 40px 140px 45px 60px;
}
@media screen and (max-width: 767px) {
  .howto02-bottom-block {
    padding: calc(40/750 * 100vw) calc(60/750 * 100vw) calc(60/750 * 100vw);
  }
}
.howto02-bottom-block .howto-bottom-img {
  width: 436px;
}
@media screen and (max-width: 767px) {
  .howto02-bottom-block .howto-bottom-img {
    width: calc(436/750 * 100vw);
    margin: calc(30/750 * 100vw) 0 0 calc(30/750 * 100vw);
  }
}
.howto02-bottom-block .howto-bottom-txt {
  width: 510px;
}
@media screen and (max-width: 767px) {
  .howto02-bottom-block .howto-bottom-txt {
    width: calc(570/750 * 100vw);
  }
}
.howto02-bottom-block .howto-bottom-ttl-wrap {
  width: 100%;
  line-height: 1.5;
  background: url(../img/dot_line.png) left bottom/8px 4px repeat-x;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .howto02-bottom-block .howto-bottom-ttl-wrap {
    margin-bottom: calc(40/750 * 100vw);
    background: url(../img/dot_line.png) left bottom/calc(8/750 * 100vw) calc(4/750 * 100vw) repeat-x;
  }
}
.howto02-bottom-block .howto-bottom-sub-ttl {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .howto02-bottom-block .howto-bottom-sub-ttl {
    font-size: calc(28/750 * 100vw);
    padding: 0;
  }
}
.howto02-bottom-block .howto-bottom-ttl {
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .howto02-bottom-block .howto-bottom-ttl {
    padding-left: 0;
  }
}
.howto02-bottom-block .howto-bottom-baloon {
  top: -14px;
  right: -110px;
  width: 143px;
  height: 83px;
}
@media screen and (max-width: 767px) {
  .howto02-bottom-block .howto-bottom-baloon {
    width: calc(144/750 * 100vw);
    height: calc(94/750 * 100vw);
    right: calc(-20/750 * 100vw);
    top: calc(-20/750 * 100vw);
  }
}

.howto03-bottom-block {
  background: #F9F4EF;
  padding: 40px 140px 45px 60px;
}
@media screen and (max-width: 767px) {
  .howto03-bottom-block {
    padding: calc(40/750 * 100vw) calc(60/750 * 100vw) calc(60/750 * 100vw);
  }
}
.howto03-bottom-block .howto-bottom-img {
  width: 436px;
}
@media screen and (max-width: 767px) {
  .howto03-bottom-block .howto-bottom-img {
    width: calc(436/750 * 100vw);
    margin: calc(30/750 * 100vw) 0 0 calc(30/750 * 100vw);
  }
}
.howto03-bottom-block .howto-bottom-txt {
  width: 510px;
}
@media screen and (max-width: 767px) {
  .howto03-bottom-block .howto-bottom-txt {
    width: calc(570/750 * 100vw);
  }
}
.howto03-bottom-block .howto-bottom-ttl-wrap {
  width: 100%;
  line-height: 1.5;
  background: url(../img/dot_line.png) left bottom/8px 4px repeat-x;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .howto03-bottom-block .howto-bottom-ttl-wrap {
    margin-bottom: calc(40/750 * 100vw);
    background: url(../img/dot_line.png) left bottom/calc(8/750 * 100vw) calc(4/750 * 100vw) repeat-x;
  }
}
.howto03-bottom-block .howto-bottom-sub-ttl {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .howto03-bottom-block .howto-bottom-sub-ttl {
    font-size: calc(28/750 * 100vw);
    padding: 0;
  }
}
.howto03-bottom-block .howto-bottom-ttl {
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .howto03-bottom-block .howto-bottom-ttl {
    padding-left: 0;
  }
}
.howto03-bottom-block .howto-bottom-baloon {
  top: -14px;
  right: -110px;
  width: 143px;
  height: 83px;
}
@media screen and (max-width: 767px) {
  .howto03-bottom-block .howto-bottom-baloon {
    width: calc(144/750 * 100vw);
    height: calc(94/750 * 100vw);
    right: calc(-20/750 * 100vw);
    top: calc(-20/750 * 100vw);
  }
}

.howto-list-item {
  width: 1200px;
  margin: 0 auto 150px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .howto-list-item {
    width: calc(630/750 * 100vw);
    margin: 0 auto calc(80/750 * 100vw);
  }
}
.howto-list-item .howto-list-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto-list-item .howto-list-ttl {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
    text-align: left;
    line-height: 1.5;
  }
}
.howto-list-item .howto-list-item-num {
  color: #F9C170;
  position: absolute;
  line-height: 1;
  left: 10px;
  top: -50px;
  opacity: 0.5;
  font-size: 160px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .howto-list-item .howto-list-item-num {
    top: 0;
    position: relative;
    font-size: calc(140/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
    left: auto;
  }
}
.howto-list-item:nth-child(2n) .howto-list-item-bottom-img-inner {
  text-align: right;
}
.howto-list-item:nth-child(2n) .howto-list-item-bottom-img-txt {
  left: 0;
  right: auto;
}
@media screen and (min-width: 768px) {
  .howto-list-item:nth-child(2n) .howto-list-item-num {
    left: auto;
    right: 10px;
  }
  .howto-list-item:nth-child(2n) .howto-list-item-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .howto-list-item:last-child .howto-list-ttl {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .howto-list-item:last-child .howto-list-item-img {
    width: calc(212/750 * 100vw);
    height: calc(239/750 * 100vw);
    top: calc(42/750 * 100vw);
    right: calc(0/750 * 100vw);
  }
}

.howto03-list .howto-list-item-num {
  color: #9c9c9c;
}
@media screen and (max-width: 767px) {
  .howto03-list .howto-list-item-txt {
    padding-bottom: calc(40/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .howto03-list .howto-list-item-bottom-img-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .howto03-list .howto-list-item-img {
    width: calc(312/750 * 100vw);
    height: calc(214/750 * 100vw);
    top: calc(20/750 * 100vw);
    right: calc(0/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .howto03-list .howto-list-item:last-child .howto-list-item-img {
    top: calc(0/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .howto03-list .howto-list-item:last-child .howto-list-ttl {
    text-align: center;
  }
}

.howto-list-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 340px;
}
@media screen and (max-width: 767px) {
  .howto-list-item-box {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .howto-list-item-txt {
    padding-bottom: calc(60/750 * 100vw);
  }
}

.howto-list-item-img {
  width: 510px;
  height: 340px;
  font-size: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .howto-list-item-img {
    width: calc(200/750 * 100vw);
    height: calc(239/750 * 100vw);
    position: absolute;
    top: calc(18/750 * 100vw);
    right: calc(22/750 * 100vw);
  }
}

.howto-list-item-txt {
  margin-bottom: auto;
}

.howto-list-item-txtbox {
  width: 630px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .howto-list-item-txtbox {
    width: 100%;
  }
}

.howto-list-item-bottom-img-inner {
  margin-top: 24px;
}


.howto-list-item-bottom-img-3-1 {
  width: 315px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-3-1 {
    width: 100%;
  }
}

.howto-list-item-bottom-img-3-2 {
  width: 294px;
  margin-left: auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-3-2 {
    width: 100%;
  }
}

.howto-list-item-bottom-img-txt {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #F5A347;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-txt {
    width: calc(260/750 * 100vw);
    height: calc(260/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.howto-list-item-bottom-img-txt p {
  padding-top: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-txt p {
    padding-top: calc(10/750 * 100vw);
  }
}

.howto-list-item-bottom-img-baloon-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-baloon-wrap {
    position: relative;
    width: 100%;
  }
}

.howto-list-item-bottom-img-baloon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 275px;
  height: 223px;
  color: #42B7BE;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #42B7BE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-baloon {
    width: 100%;
    height: calc(100/750 * 100vw);
    border: solid calc(2/750 * 100vw) #42B7BE;
    border-radius: calc(10/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}
.howto-list-item-bottom-img-baloon p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-baloon p {
    font-size: calc(26/750 * 100vw);
  }
}
.howto-list-item-bottom-img-baloon:before {
  content: "";
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .howto-list-item-bottom-img-baloon:before {
    top: 50%;
    left: -38px;
    margin-top: -21px;
    border: 20px solid transparent;
    border-right: 24px solid #FFF;
  }
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-baloon:before {
    bottom: calc(-32/750 * 100vw);
    left: 50%;
    margin-left: calc(-15/750 * 100vw);
    border: calc(14/750 * 100vw) solid transparent;
    border-top: calc(18/750 * 100vw) solid #FFF;
  }
}
.howto-list-item-bottom-img-baloon:after {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .howto-list-item-bottom-img-baloon:after {
    top: 50%;
    left: -40px;
    margin-top: -19px;
    border: 18px solid transparent;
    border-right: 22px solid #42B7BE;
  }
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-baloon:after {
    bottom: calc(-40/750 * 100vw);
    left: 50%;
    margin-left: calc(-20/750 * 100vw);
    border: calc(18/750 * 100vw) solid transparent;
    border-top: calc(22/750 * 100vw) solid #42B7BE;
  }
}

.howto-list-item-bottom-img-wrap02 .howto-list-item-bottom-img-baloon-wrap {
  right: auto;
}
.howto-list-item-bottom-img-wrap02 .howto-list-item-bottom-img-baloon {
  width: 300px;
  height: 162px;
}
@media screen and (max-width: 767px) {
  .howto-list-item-bottom-img-wrap02 .howto-list-item-bottom-img-baloon {
    width: 100%;
    height: calc(100/750 * 100vw);
  }
}
.howto-list-item-bottom-img-wrap02 .howto-list-item-bottom-img-baloon:before {
  content: "";
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .howto-list-item-bottom-img-wrap02 .howto-list-item-bottom-img-baloon:before {
    top: 50%;
    left: auto;
    right: -22px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 10px solid transparent;
    border-left: 12px solid #FFF;
  }
}
.howto-list-item-bottom-img-wrap02 .howto-list-item-bottom-img-baloon:after {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .howto-list-item-bottom-img-wrap02 .howto-list-item-bottom-img-baloon:after {
    top: 50%;
    left: auto;
    right: -27px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 12px solid transparent;
    border-left: 14px solid #42B7BE;
  }
}

.data-wrap {
  background: #F6F6F6;
  width: 100%;
  margin-bottom: 80px;
}

.data-inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .data-inner {
    width: calc(630/750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: calc(40/750 * 100vw) 0;
  }
}

.data-img {
  width: 392px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .data-img {
    width: calc(499/750 * 100vw);
  }
}

.data-txt-box {
  width: 628px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .data-txt-box {
    width: calc(630/750 * 100vw);
    margin-left: 0;
    margin-bottom: calc(20/750 * 100vw);
  }
}

.data-ttl {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  background: url(../img/dot_line.png) left bottom/8px 4px repeat-x;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .data-ttl {
    font-size: calc(32/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
    background: url(../img/dot_line.png) left bottom/calc(8/750 * 100vw) calc(4/750 * 100vw) repeat-x;
  }
}

.message {
  background: #F6F6F6;
}
.message .main-ttl-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .message .main-ttl-wrap {
    margin-bottom: calc(40/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .message .main-ttl {
    width: calc(630/750 * 100vw);
    padding: 0 calc(0/750 * 100vw) calc(40/750 * 100vw);
    font-size: calc(48/750 * 100vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .message-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(630/750 * 100vw);
  }
}

.message-img {
  width: 510px;
}
@media screen and (max-width: 767px) {
  .message-img {
    width: calc(550/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
  }
}

.message-txt {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .message-txt {
    width: calc(630/750 * 100vw);
  }
}
.message-txt p {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .message-txt p {
    padding-bottom: calc(30/750 * 100vw);
  }
}
.message-txt p:last-child {
  padding-bottom: 0;
}

.message-bottom-box {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message-bottom-box {
    width: calc(630/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    padding: calc(40/750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.message-bottom-box-bg {
  position: absolute;
  width: 192px;
  height: 137px;
  top: -13px;
  left: -27px;
}
@media screen and (max-width: 767px) {
  .message-bottom-box-bg {
    width: calc(192/750 * 100vw);
    height: calc(137/750 * 100vw);
    top: calc(77/750 * 100vw);
    left: calc(45/750 * 100vw);
  }
}

.message-bottom-ttl-box {
  width: 224px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .message-bottom-ttl-box {
    width: calc(377/750 * 100vw);
    margin-right: 0;
    margin-left: calc(253/750 * 100vw);
    margin-bottom: calc(45/750 * 100vw);
  }
}

.message-bottom-ttl-box-head p {
  display: inline-block;
  padding: 3px 20px;
  background: #F08336;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .message-bottom-ttl-box-head p {
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
    padding: calc(10/750 * 100vw) calc(35/750 * 100vw);
  }
}

.message-bottom-ttl-box-sub-ttl {
  font-size: 18px;
  color: #F08336;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .message-bottom-ttl-box-sub-ttl {
    font-size: calc(28/750 * 100vw);
  }
}

.message-bottom-ttl-box-ttl {
  font-size: 32px;
  color: #F08336;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .message-bottom-ttl-box-ttl {
    font-size: calc(48/750 * 100vw);
  }
}

.message-bottom-txt-box {
  width: 716px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .message-bottom-txt-box {
    width: calc(550/750 * 100vw);
    font-size: calc(24/750 * 100vw);
  }
}

.cta-box {
  width: 1000px;
  border-radius: 10px;
  border: #333333 2px solid;
  background: #F9F4EF;
  margin: 80px auto;
  padding: 60px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta-box:hover .btn-wrap {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .cta-box {
    width: calc(710/750 * 100vw);
    padding: calc(60/750 * 100vw) 0;
    margin: calc(100/750 * 100vw) auto;
    border: #333333 calc(2/750 * 100vw) solid;
  }
}

.cta-book-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
}
@media screen and (max-width: 767px) {
  .cta-book-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta-book-box .btn-wrap {
  width: 400px;
  height: 80px;
  padding: 0 30px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .cta-book-box .btn-wrap {
    width: calc(630/750 * 100vw);
    height: calc(120/750 * 100vw);
    padding: 0 calc(30/750 * 100vw);
  }
}
.cta-book-box .btn-wrap .btn-txt {
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta-book-box .btn-wrap .btn-txt {
    font-size: calc(30/750 * 100vw);
  }
}
.cta-book-box .btn-arrow {
  width: 30px;
  height: 5px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cta-book-box .btn-arrow {
    width: calc(48/750 * 100vw);
    height: calc(8/750 * 100vw);
    margin-bottom: calc(8/750 * 100vw);
  }
}

.cta-read {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cta-read {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}

.cta-book-img {
  width: 350px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-book-img {
    width: calc(570/750 * 100vw);
    height: calc(362/750 * 100vw);
    margin: 0 auto;
  }
}
.cta-book-img .book {
  position: absolute;
  width: 183px;
  height: auto;
  z-index: 2;
  font-size: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .cta-book-img .book {
    width: calc(297/750 * 100vw);
  }
}
.cta-book-img .book-bg {
  position: absolute;
  width: 272px;
  height: auto;
  z-index: 1;
  font-size: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .cta-book-img .book-bg {
    width: calc(445/750 * 100vw);
  }
}

@-webkit-keyframes pikopiko {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) {
  .cta-box:hover .book {
    -webkit-animation: pikopiko 0.6s steps(1, start);
            animation: pikopiko 0.6s steps(1, start);
  }
}

.cta-book-txt {
  width: 520px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-book-txt {
    width: 100%;
  }
}

.cta-book-txt-sub-read {
  font-size: 18px;
  font-weight: bold;
  color: #F08336;
}
@media screen and (max-width: 767px) {
  .cta-book-txt-sub-read {
    font-size: calc(28/750 * 100vw);
  }
}

.cta-book-txt-main-read {
  font-size: 32px;
  font-weight: bold;
  color: #F08336;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cta-book-txt-main-read {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(25/750 * 100vw);
  }
}

.home {
  background: #F9F4EF;
}
.home .section-inner {
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .home .section-inner {
    padding: calc(100/750 * 100vw) 0 calc(100/750 * 100vw);
  }
}

.home-read-baloon-wrap {
  width: 750px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home-read-baloon-wrap {
    width: calc(640/750 * 100vw);
    margin-bottom: calc(140/750 * 100vw);
  }
}
.home-read-baloon-wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 40px;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: url(../img/arrow.png) left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .home-read-baloon-wrap::after {
    width: calc(38/750 * 100vw);
    height: calc(40/750 * 100vw);
    bottom: calc(-60/750 * 100vw);
    background: url(../img/arrow.png) left top/contain no-repeat;
  }
}

.home-read-baloon-img {
  position: absolute;
  left: 30px;
  top: 45%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 220px;
  height: auto;
  font-size: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-read-baloon-img {
    left: 0;
    top: 50%;
    width: calc(161/750 * 100vw);
  }
}
.home-read-baloon-img img {
  width: 100%;
}

.home-read-baloon {
  display: inline-block;
  padding: 40px 0px;
  font-size: 24px;
  background: #fff;
  width: 582px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  right: 0;
}
@media screen and (max-width: 767px) {
  .home-read-baloon {
    width: calc(482/750 * 100vw);
    padding: calc(50/750 * 100vw) 0 calc(40/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
}
.home-read-baloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media screen and (max-width: 767px) {
  .home-read-baloon:before {
    left: -20px;
    margin-top: -10px;
    border: 8px solid transparent;
    border-right: 15px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .home-read-baloon .txt-orange {
    font-size: calc(28/750 * 100vw);
  }
}

.home-read {
  font-size: 24px;
  padding-bottom: 80px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home-read {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
  }
}

.home-list-ttl-wrap {
  text-align: center;
}

.home-list-ttl {
  position: relative;
  display: inline-block;
  padding: 25px 0px;
  width: 750px;
  color: #555;
  font-size: 24px;
  background: #F9F4EF;
  border: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home-list-ttl {
    width: calc(630/750 * 100vw);
    font-size: calc(24/750 * 100vw);
    padding: calc(25/750 * 100vw) 0px;
    border-radius: calc(10/750 * 100vw);
    border: solid calc(2/750 * 100vw) #555;
    margin-bottom: calc(60/750 * 100vw);
  }
}
.home-list-ttl:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F9F4EF;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-list-ttl:before {
    bottom: -20px;
    left: 50%;
    margin-left: -11px;
    border: 8px solid transparent;
    border-top: 12px solid #F9F4EF;
  }
}
.home-list-ttl:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-list-ttl:after {
    bottom: -24px;
    left: 50%;
    margin-left: -12px;
    border: 9px solid transparent;
    border-top: 14px solid #555;
  }
}

.home-list-txt-em {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .home-list-txt-em {
    font-size: calc(32/750 * 100vw);
  }
}
.home-list-txt-em span {
  color: #F08336;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  padding-right: 0.2rem;
}
@media screen and (max-width: 767px) {
  .home-list-txt-em span {
    font-size: calc(60/750 * 100vw);
  }
}

.home-list {
  width: 1200px;
  margin: 0px auto 0;
  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;
}
@media screen and (max-width: 767px) {
  .home-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(630/750 * 100vw);
  }
}

.home-list-item {
  width: 580px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home-list-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .home-list-item {
    border-radius: calc(10/750 * 100vw);
    width: calc(630/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}
.home-list-item .home-list-item-ttl {
  height: 100px;
  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;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .home-list-item .home-list-item-ttl {
    height: calc(108/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .home-list-item .home-list-item-ttl p img {
    width: auto;
    height: calc(44/750 * 100vw);
  }
}
.home-list-item .home-list-item-contents {
  padding: 30px 0 40px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-list-item .home-list-item-contents {
    padding: calc(22/750 * 100vw) 0 calc(44/750 * 100vw);
  }
}
.home-list-item .home-list-item-txt {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home-list-item .home-list-item-txt {
    font-size: calc(34/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}
.home-list-item .home-list-item-img {
  width: 500px;
  font-size: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-list-item .home-list-item-img {
    width: calc(542/750 * 100vw);
  }
}

.home-list-item-aria {
  border: #3E4972 4px solid;
}
@media screen and (max-width: 767px) {
  .home-list-item-aria {
    border: #3E4972 calc(4/750 * 100vw) solid;
  }
}
.home-list-item-aria .home-list-item-ttl {
  background: #3E4972;
}

.home-list-item-gg {
  border: #34A584 4px solid;
}
@media screen and (max-width: 767px) {
  .home-list-item-gg {
    border: #34A584 calc(4/750 * 100vw) solid;
  }
}
.home-list-item-gg .home-list-item-ttl {
  background: #34A584;
}

.home-list-item-bonsejour {
  border: #148CC2 4px solid;
}
@media screen and (max-width: 767px) {
  .home-list-item-bonsejour {
    border: #148CC2 calc(4/750 * 100vw) solid;
  }
}
.home-list-item-bonsejour .home-list-item-ttl {
  background: #148CC2;
}

.home-list-item-cocochi {
  border: #94492F 4px solid;
}
@media screen and (max-width: 767px) {
  .home-list-item-cocochi {
    border: #94492F calc(4/750 * 100vw) solid;
  }
}
.home-list-item-cocochi .home-list-item-ttl {
  background: #94492F;
}

.home-list-item-kurara {
  border: #EE9C52 4px solid;
}
@media screen and (max-width: 767px) {
  .home-list-item-kurara {
    border: #EE9C52 calc(4/750 * 100vw) solid;
  }
}
.home-list-item-kurara .home-list-item-ttl {
  background: #EE9C52;
}

.home-list-item-madoka {
  border: #DD577A 4px solid;
}
@media screen and (max-width: 767px) {
  .home-list-item-madoka {
    border: #DD577A calc(4/750 * 100vw) solid;
  }
}
.home-list-item-madoka .home-list-item-ttl {
  background: #DD577A;
}

/*Footer
******************************************************/
.footer {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: calc(60/750 * 100vw) 0 calc(180/750 * 100vw);
  }
}

.footer-logo {
  width: 510px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: calc(510/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
  }
}

.footer-txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-txt {
    font-size: calc(20/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
  }
}

.footer-copy {
  font-size: 16px;
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: calc(22/750 * 100vw);
    margin-bottom: calc(200/750 * 100vw);
  }
}

/*Floating
******************************************************/
.floating {
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 2px 4px 5px 5px rgba(72, 72, 72, 0.2);
          box-shadow: 2px 4px 5px 5px rgba(72, 72, 72, 0.2);
  overflow: hidden;
  background: rgba(255, 232, 198, 0.8);
}
@media screen and (max-width: 767px) {
  .floating {
    padding: calc(20/750 * 100vw) 0 calc(0/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .floating:hover .floating-img-book {
    -webkit-animation: pikopiko 0.6s steps(1, start);
            animation: pikopiko 0.6s steps(1, start);
  }
}

.floating.show {
  height: auto;
  position: fixed;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  -webkit-animation: Slideup 0.5s ease-in-out forwards;
          animation: Slideup 0.5s ease-in-out forwards;
}

.floating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 774px;
  margin: 0 auto;
  height: 130px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .floating-inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .floating-inner {
    width: 100%;
    padding: 0;
    height: calc(180/750 * 100vw);
  }
}

.floating-img-box {
  width: 282px;
  background: url(../img/floating_img_bg.png) left top/contain no-repeat;
}

.floating-img-box-inner {
  position: relative;
}

.floating-img-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 152px;
  font-size: 0;
  top: 10px;
  z-index: 0;
}

.floating-img-dot-l {
  position: absolute;
  width: 22px;
  font-size: 0;
  top: 67px;
  left: 80px;
  z-index: 2;
}

.floating-img-dot-r {
  position: absolute;
  width: 22px;
  font-size: 0;
  top: 67px;
  right: 80px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .floating-img-dot {
    position: absolute;
    width: calc(44/750 * 100vw);
    font-size: 0;
    top: calc(-54/750 * 100vw);
    left: calc(-4/750 * 100vw);
  }
}

.floating-img-book {
  position: absolute;
  z-index: 2;
  width: 68px;
  left: 110px;
  top: 37px;
}
@media screen and (max-width: 767px) {
  .floating-img-book {
    width: calc(90/750 * 100vw);
    font-size: 0;
    top: calc(-30/750 * 100vw);
    left: calc(32/750 * 100vw);
  }
}

.floating-btn-box {
  width: 470px;
  margin-left: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .floating-btn-box {
    margin-left: 0;
    width: 100%;
  }
}
.floating-btn-box .btn-wrap {
  width: 100%;
  height: 72px;
  padding: 0 30px;
  margin: 0px auto 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .floating-btn-box .btn-wrap {
    width: calc(630/750 * 100vw);
    height: calc(100/750 * 100vw);
    padding: 0 calc(30/750 * 100vw);
    position: relative;
  }
}
.floating-btn-box .btn-wrap:hover {
  opacity: 0.8;
}
.floating-btn-box .btn-wrap .btn-txt {
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .floating-btn-box .btn-wrap .btn-txt {
    font-size: calc(32/750 * 100vw);
  }
}
.floating-btn-box .btn-arrow {
  width: 30px;
  height: 5px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .floating-btn-box .btn-arrow {
    width: calc(48/750 * 100vw);
    height: calc(8/750 * 100vw);
    margin-bottom: calc(8/750 * 100vw);
  }
}

.floating-btn-box-txt {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 18px 0 10px;
  color: #F08336;
}
@media screen and (max-width: 767px) {
  .floating-btn-box-txt {
    font-size: calc(26/750 * 100vw);
    padding: calc(0/750 * 100vw) 0 calc(20/750 * 100vw);
    position: relative;
  }
}

@media screen and (max-width: 768px) 
{
  .floating-btn-box .btn-txt{
    font-size: calc(32/750 * 100vw);
  }
  .floating-btn-box .btn-arrow{
    right: calc(43 / 750* 100vw);
    top: calc(42 / 750* 100vw);
    width: calc(50 / 750* 100vw);
    position: absolute;
  }

}

@media screen and (max-width: 767px) {
  .floating-btn-box-txt:after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

.pc-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-fl {
    display: none;
  }
}

.sp-fl {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*------------------------------------------------------------------
floating02
------------------------------------------------------------------*/
.floating02-wrap {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: fixed;
  background: transparent;
  top: 0px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .floating02-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 767px) {
  .floating02-wrap .top-inner {
    height: calc(100/750 * 100vw);
    width: calc(750/750 * 100vw);
    padding: 0 calc(14/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .floating02-inner {
    width: 100%;
    height: calc(100/750 * 100vw);
    padding: 0 0 0 calc(10/750 * 100vw);
  }
}

@-webkit-keyframes Slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes Slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes Slideup02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes Slideup02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.floating02-wrap.show {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  -webkit-animation: Slideup02 0.5s ease-in-out forwards;
          animation: Slideup02 0.5s ease-in-out forwards;
  opacity: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .floating02-wrap.show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100/750 * 100vw);
    width: calc(100/750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: rgba(240, 131, 54, 0.8);
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span,
.floating02-menu-btn span:before,
.floating02-menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: calc(50/750 * 100vw);
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:before {
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:after {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .floating02-menu-btn.is-show span {
    background-color: #F08336;
  }

  .floating02-menu-btn.is-show span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .floating02-menu-btn.is-show span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .floating02-menu-content ul {
    padding: calc(180/750 * 100vw) calc(52/750 * 100vw) 0;
  }

  .floating02-menu-content ul li {
    border-bottom: dotted 1px #ffffff;
    list-style: none;
  }

  .floating02-menu-content ul li a {
    display: block;
    width: 100%;
    font-family: yu-mincho-pr6, sans-serif;
    font-size: calc(32/750 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: calc(30/750 * 100vw) 0 calc(20/750 * 100vw) calc(60/750 * 100vw);
    position: relative;
  }

  .floating02-menu-content ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: calc(36/750 * 100vw);
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }

  .floating02-menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 80;
    background-color: rgba(240, 131, 54, 0.9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  .floating02-menu-content.is-show {
    top: 0;
    /*メニューを画面内へ*/
  }
}




/* map */



.map-wrap{
  width: 100%;
  background: #F6F6F6;
  padding-bottom: 80px;
  padding-top: 80px;
}

.map-inner{
  width: 1000px;
  margin: 0 auto;
  background: url(../img/map.png) right 40px center /471px auto no-repeat, #fff;
  padding: 80px 60px;
}

.tac{
  text-align: center;
}

.map-ttl {
  font-size: 32px;
  color: #F08336;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1;
  position: relative;
}
.map-ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 60px;
  /*下線の幅*/
  height: 2px;
  /*下線の太さ*/
  transform: translate(-50%);
  /*位置調整*/
  background-color: #F08336;
  /*下線の色*/
}
@media screen and (max-width: 767px) {
  .map-ttl {
    line-height: 1.45;
    font-size: calc(40/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}


@media screen and (max-width: 767px) {
  .map-wrap{
    padding-bottom: calc(80/750 * 100vw);
    padding-top: calc(80/750 * 100vw);
  }
  .map-inner{
    width: calc(710/750 * 100vw);
    margin: 0 auto;
    background: #fff;
    padding: calc(60/750 * 100vw) calc(40/750 * 100vw) calc(40/750 * 100vw);
  }
  
}
.map-list{
  margin-bottom: 40px;
  margin-top: 60px;
}
.map-list-item{
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .map-list{
    margin-bottom: calc(40/750 * 100vw);
    margin-top: calc(60/750 * 100vw);
  }
  .map-list-item{
    margin-bottom: 0px;
  }
}

.map-list-ttl{
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  border-left: 2px solid #333333;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.map-list-ttl-sp{
display: none;
}
@media screen and (max-width: 767px) {
  .map-list-ttl{
  display: none;
  }
  .map-list-ttl-sp{
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    font-size: calc(32/750 * 100vw);
    border-left: 2px solid #333333;
    padding-left: calc(20/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.map-in-list{
  display: flex;
}

.map-in-list-item{
  width: 100px;
  height: 40px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #F08336;
  color: #F08336;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .map-in-list{
  flex-direction: column;
  }
  .map-in-list-item{
    width: calc(630/750 * 100vw);
    height: calc(80/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    border: 2px solid #F08336;
    margin-right: 0;
    border-radius: 20px;
    margin-bottom: calc(25/750 * 100vw);
  }
}
.map-in-list-item:hover{
  background: #F08336;
  color: #fff;
}

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

.popular-town-ttl{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.popular-town-list{
  display: flex;
}

.popular-town-list-item{
  display: flex;
  background: #eaeaea;
  font-size: 14px;
  color: #333;
  padding: 6px 18px;
  line-height: 1;
  margin-right: 10px;
  border-radius: 20px;
  transition: 0.2s;
}

.popular-town-list-item:hover{
  color: #eaeaea;
  background: #333;
}


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


@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
  }

  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}  
.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   width: 800px;
   padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .modal__content{
  width: calc(710/750 * 100vw);
  }
}

.notes{
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .notes{
    font-size: calc(22/750 * 100vw);
  }
}



.m__top__area-search_item{
  position: relative;
    width: 100%;
    padding: 15px 15px 15px 30px;
    font-size: 15px;
    border-bottom: 1px solid #dcdcdc;
}

.m__top__area-search_item:after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background: url(../img/ico_arrow_orange01.svg) 50% no-repeat;
  background-size: contain;
}


@media screen and (max-width: 767px) {
input{
  font-size:16px!important;
}
}


.area-modal-acco-btn{
  background: #f2f2f2;
  /* padding: 6px 15px; */
  /* font-size: 80%; */
  padding: 15px;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  position: relative;
}


/*img-modal*/
#grayDisplay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}

.cv-area{
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  .cv-area{
    margin:calc(48/750 * 100vw) 0;
    margin-top: 0;
  }
}

.cv-area .cv-btn{
  background: #FF9900;
  -webkit-box-shadow: 0 6px 0 #B74F00;
  box-shadow: 0 6px 0 #B74F00;
  border-radius: 50px;
  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;
  letter-spacing: 0.08rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 20px 0;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cv-area .cv-btn{
    width: calc(610/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    font-weight: 600;
    padding: calc(24/750 * 100vw) 0;
    margin-bottom: calc(24/750 * 100vw);
    -webkit-box-shadow: 0 calc(6/750 * 100vw) 0 #B74F00;
    box-shadow: 0 calc(6/750 * 100vw) 0 #B74F00;
  }
}
.cv-area .btn-txt{
  color: #fff;
}
.cv-area .btn-arrow{
  position: absolute;
  right: 36px;
  top: 15px;
  width: 30px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .cv-area .btn-arrow{
    right: calc(43/750 * 100vw);
    top: calc(14/750 * 100vw);
    width: calc(50/750 * 100vw);
  }
}
.cv-area .cv-btn:hover{
  opacity: 0.7;
  cursor: pointer;
}

.cv-area .btn-stxt{
  text-align: center;
  color: rgb(255, 153, 0);
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .cv-area .btn-stxt{
    font-size: calc(26/750 * 100vw);
    margin-bottom: calc(8/750 * 100vw);
  }
}

.intro-pre-sttl{
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .intro-pre-sttl{
font-size: calc(32/750 * 100vw);
  }
}
.intro-pre-ttl{
  text-align: center;
  color: #F08336;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .intro-pre-ttl{
    font-size: calc(45/750 * 100vw);
    margin-top: calc(12/750 * 100vw);
    margin-bottom: calc(200/750 * 100vw);
  }
}

.trouble-txt-img{
  width: 225px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .trouble-txt-img{
    width: calc(300/750 * 100vw);
    margin-bottom: calc(24/750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .trouble-txt-img img{
    width: calc(300/750 * 100vw);
  }
}

.howto-ttl{
width: 752px;
margin: 0 auto;
display: flex;
align-items: center;
border-bottom: solid  #939393 2px;
padding-bottom: 24px;
letter-spacing: 0.08em;
margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .howto-ttl{
    width: calc(710/750 * 100vw);
    padding-left: calc(24/750 * 100vw);
  }
}
.howto-ttl-num{
  line-height: 1;
  font-size: 160px;
  color: #F08336;
  font-weight: 600;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .howto-ttl-num{
    font-size:calc(320/750 * 100vw);
  }
}
.howto-ttl-txt{
  font-size: 40px;
  font-weight: 600;
  margin-left: 12px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .howto-ttl-txt{
    font-size: calc(64/750 * 100vw);
    line-height: 1.4em;
    padding-top: calc(25/750 * 100vw);
  }

}

.course-item{
  cursor: pointer;
}

.howto-list-item-bottom-img-ttl{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #F5A347;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .howto-list-item-bottom-img-ttl{
    letter-spacing: 0.03em;
    font-size: calc(26/750 * 100vw);
    padding: calc(12/750 * 100vw) 0;
  }
}

.data-txt-list{
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  background-color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .data-txt-list{
    font-size: calc(28/750 * 100vw);
  }
}
.data-txt-list:nth-child(1){
  width: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .data-txt-list:nth-child(1){
    width: calc(340/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }
}
.data-txt-list:nth-child(2){
  width: 380px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .data-txt-list:nth-child(2){
    width: calc(440/750 * 100vw);
    margin-bottom: calc(24/750 * 100vw);
  }
}

.border-img{
  border: solid 1px #a8a8a8;
}

@media screen and (min-width: 769px) 
{
  .howto-list-ite-01{
    margin-bottom: 300px;
  }
  
}

.howto-list-item-bottom-img-clum{
  display: flex;
  justify-content: space-between;
}
.howto-list-item-bottom-img-clum .course-item{
  width: 48%;
}

@media screen and (max-width: 768px) {
  .howto01-qa-block-family .open-txt {
      font-size: calc(24 / 750* 100vw);
  }
}
@media screen and (max-width: 768px) {
  .howto01-qa-block-self .open-txt {
      font-size: calc(24 / 750* 100vw);
  }
}
.data-img {
  width:100%
}
@media screen and (max-width: 767px) {
  .data-img {
    width: 100%;
  }
}

.data-img-box{
  width: 35%;
}
@media screen and (max-width: 768px) {
  .data-img-box{
   width: 100%;
   margin-top: calc(80/750 * 100vw);
  }
}

.data-txt-box {
  width: 628px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .data-txt-box {
    width: calc(630/750 * 100vw);
    margin-left: 0;
    margin-bottom: calc(20/750 * 100vw);
  }
}

.data-ttl {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  background: url(../img/dot_line.png) left bottom/8px 4px repeat-x;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .data-ttl {
    font-size: calc(32/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
    background: url(../img/dot_line.png) left bottom/calc(8/750 * 100vw) calc(4/750 * 100vw) repeat-x;
  }
}

/*modal-howto01*/

.how-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 200;
}

.how-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.how-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .how-modal__content {
    width: 80vw;
  }
}

.how-modal-close__btn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  color: #fff;
}

.how-modal-btn {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.how-modal-btn:hover {
  opacity: 0.8;
}

.how-modal-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .how-modal-contents {
    width: 89.3333333333vw;
  }
}

.how-modal-img{
  border: solid 1px #a8a8a8;
}

@media screen and (max-width: 768px) {
  .how-modal-img{
    width: calc(550/750 * 100vw);
  }
}

.how-modal-img:hover{
  cursor: pointer;
  opacity: 0.7;
}

.howto-modal-ttl{
  color: #ffffff;
  background-color: #FF9900;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 0;
  margin-bottom: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .howto-modal-ttl{
    font-size: calc(20/750 * 100vw);
    padding: calc(4/750 * 100vw) 0;
    margin-bottom:calc(12/750 * 100vw);
    margin-top: calc(24/750 * 100vw);
  }
}



.howto01-a-wrap-bg {
  width: 130px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .howto01-a-wrap-bg {
    width: calc(175/750 * 100vw);
    height: calc(0/750 * 100vw);
    right: calc(-20/750 * 100vw);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.common-notes {
  font-size: 14px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .common-notes {
    font-size: calc(20/750 * 100vw);
    margin-top: calc(24/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .is-open .howto01-a-wrap {
    height: calc(640/750 * 100vw);
    overflow: visible !important;
  }
}


@media screen and (max-width: 767px) {
  .is-open .howto01-a-wrap-long {
    height: calc(640/750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .modal__content{
    padding: 0;
  }
}

/*------------------------------------------------------------------
認知症ケア賞
------------------------------------------------------------------*/

.about-bottom-box {
  width: 1000px;
  margin: 80px auto;
  padding: 30px 40px 30px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 6px double #c06a29;
}
@media screen and (min-width: 768px) {
  .about-bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
      -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .about-bottom-box {
    width: 92vw;
    padding: 4.6666666667vw 3.6666666667vw;
  }
}

.about-bottom-img {
  width: 640px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-bottom-img {
    width: 66.6666666667vw;
    margin: 0 auto 1rem;
  }
}

.about-bottom-txt {
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-bottom-txt {
    font-size: 3.7333333333vw;
  }
}

.about-bottom-txt h4 {
  display: block;
  margin-bottom: 1rem;
  color: #F18D00;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .about-bottom-txt h4 {
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 0.6rem;
  }
}

.about-bottom-txt h4 .big {
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  .about-bottom-txt h4 .big {
    font-size: 150%;
  }
}

.about-bottom-txt h4 .min {
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .about-bottom-txt h4 .min {
    font-size: 60%;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.bold-line {
font-weight:bold;
}

/*------------------------------------------------------------------
nav-area
------------------------------------------------------------------*/
.nav-area {
  display: block;
  width: 600px;
  margin: auto;
  padding: 0 0 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .nav-area {
    width: 85%;
  }
}

.nav-area-block {
  padding: .8rem .5rem;
  border-bottom: solid 1px #333;
}

.nav-area-block a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.nav-area-block a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  background-image: url(../img/nav_area_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .nav-area-block a::after {
    width: calc(55 / 750* 100vw);
    height: calc(55 / 750* 100vw);
  }
}

.nav-area-txt {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nav-area-txt {
    padding-right: calc(60 / 750* 100vw);
    font-size: calc(30 / 750* 100vw);
  }
}

.nav-area-txt span {
  display: block;
  font-size: 70%;
  font-weight: 400;
}

/*------------------------------------------------------------------
reason
------------------------------------------------------------------*/
.reason {
  display: block;
  background: #F6F6F6;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-bottom: 3rem;
  }
}

.reason-ttl {
  display: block;
  margin: 0 auto 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .reason-ttl {
    font-size: calc(64 / 750* 100vw);
  }
}

.reason-ttl span.ul {
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #FFF43F 7px, transparent 7px) ,
              radial-gradient(circle at 7px calc(100% - 7px), #FFF43F 7px, transparent 7px) ,
              linear-gradient(to bottom, #F6F6F6 calc(100% - 14px), transparent calc(100% - 14px)) ,
              linear-gradient(to right, transparent 7px, #FFF43F 7px, #FFF43F calc(100% - 7px), transparent calc(100% - 7px));
  display:inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.reason-body {
  display: block;
  width: 1200px;
  margin: auto;
  padding: 60px 100px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .reason-body {
    width: calc(630/750 * 100vw);
    padding: calc(40 / 750* 100vw) 0;
    border-radius: calc(10/750 * 100vw);
  }
}

.reason-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
      justify-content: space-between;
  width: 100%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .reason-head {
    display: block;
    margin-bottom: 2rem;
  }
}

.reason-head-img {
  display: block;
  flex-shrink: 0;
  width: 400px;
}
@media screen and (min-width: 768px) {
  .reason-head-img {
   margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .reason-head-img {
    width: 100%;
    margin: 0 auto 1.5rem;
    padding-left: calc(20 / 750* 100vw);
    padding-right: calc(10 / 750* 100vw);
  }
}

.reason-head-img-ttl {
  width: 100%;
  background-color: #00add4;
  color: #fff;
  text-align: center;
  padding: .1rem;
  border-radius: .5rem;
  line-height: 1.4;
  font-weight: bold;
}
.reason-head-img-ttl span.sup {
  font-size: 70%;
}

.reason-head-img span.note {
  display: block;
  color: #00add4;
  margin-top: .5rem;
  font-size: 70%;
}

.reason-head-body {
  display: block;
  flex-shrink: 0;
  width: 570px;
}

@media screen and (max-width: 767px) {
  .reason-head-body {
    width: 100%;
    padding: 0 calc(40 / 750* 100vw);
  }
}

.reason-head-ttl {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .reason-head-ttl {
    font-size: calc(40/750 * 100vw);
    text-align: center;
  }
}
.reason-head-ttl span.sup {
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  .reason-head-txt {
    line-height: 1.8;
  }
}

.reason-head-txt span.note {
  display: block;
  margin-top: 1rem;
  font-size: 80%;
}
.reason-head-txt span.sup {
  font-size: 70%;
}
.reason-head-txt span.ul {
  background: linear-gradient(to bottom, transparent 70%, #FFF57F 70%, #FFF57F 90%, transparent 90%);
}

.reason-open {
  position: relative;
  width: 500px;
  font-size: 90%;
  margin: 0 auto 6rem;
  padding: 1.5rem;
  background-color: #D9D9D9;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .reason-open {
    display: block;
    width: 90%;
    margin-bottom: 3rem;
    padding: calc(40 / 750* 100vw) calc(40 / 750* 100vw) calc(40 / 750* 100vw) calc(10 / 750* 100vw);
  }
}

.reason-open::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: block;
  width: 33px;
  height: 28px;
  margin: auto;
  background-image: url(../img/reason_open_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .reason-open::after {
    right: calc(30/750 * 100vw);
    width: calc(33/750 * 100vw);
    height: calc(28/750 * 100vw);
  }
}

.reason-video {
  width: 768px;
  aspect-ratio: 16 / 9;
  height: 432px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

.reason-video-ttl {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .reason-video-ttl {
   font-size: calc(28/750 * 100vw);
  }
}

.reason-cta {
  width: 500px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .reason-cta {
    width: calc(540/750 * 100vw);
    margin-top: 1.5rem;
  }
}

.reason-cta .btn-wrap {
  width: 500px;
  height: 80px;
  padding: 0 30px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .reason-cta .btn-wrap {
    width: calc(540/750 * 100vw);
    height: calc(100/750 * 100vw);
    padding: 0 calc(30/750 * 100vw);
    margin-top: calc(20/750 * 100vw);
  }
}

.reason-cta .btn-wrap:hover {
  opacity: .7;
}

.reason-box-wrap {
  display: block;
  width: 1000px;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .reason-box-wrap {
    width: calc(630/750 * 100vw);
    margin-top: 3rem;
  }
}

.reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reason-box {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0;
    margin-bottom: 1rem;
    border-radius: calc(10/750 * 100vw);
  }
}

.reason-box-img {
  position: relative;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .reason-box-img {
    width: 100%;
  }
}

.reason-box-img .img-caption {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  font-size: 11px;
  text-align: right;
  color: #fff;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #000000, -1px 1px 2px #000000, 1px -1px 2px #000000, -1px -1px 2px #000000, 1px 0 2px #000000, 0 1px 2px #000000, -1px 0 2px #000000, 0 -1px 2px #000;
}

.reason-box-body {
  display: block;
  width: 620px;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .reason-box-body {
    width: 100%;
    padding: 1rem 1rem 1.5rem;
  }
}

.reason-box-ttl {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #8D7027;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .reason-box-ttl {
    text-align: center;
  }
}

.reason-box-txt {
  font-size: 95%;
  text-align: justify;
}

.reason-modal-wrapper {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow-y: auto;
}

.reason-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 40px;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 5px;
  width: 800px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .reason-modal {
    width: 90%;
    padding: calc(30/750 * 100vw) calc(40/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
  }
}

.reason-modal-ttl {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.reason-modal-txt {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}

.reason-accordion-wrap {
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.reason-accordion {
  position: relative;
  cursor: pointer;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .reason-accordion {
    padding-left: calc(30/750 * 100vw);
    padding-right: 4rem;
  }
}

.reason-accordion::before,
.reason-accordion::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #333;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .reason-accordion::before,
  .reason-accordion::after {
    width: calc(30/750 * 100vw);
  }
}

.reason-accordion::after {
  transform: rotate(90deg);
}

.reason-accordion.open::after {
  transform: rotate(180deg);
}

.reason-accordion-head {
  font-weight: bold;
}

.reason-accordion-inner {
  display: none;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .reason-accordion-inner {
    padding: 0 calc(30/750 * 100vw);
  }
}

.reason-accordion-inner-body {
  display: block;
  border-top: solid 1px #333;
  padding: 2rem 0;
}

.reason-accordion-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
      justify-content: space-between;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .reason-accordion-inner-flex {
    display: block;
    padding: 0;
  }
}

.reason-accordion-inner-flex picture {
  display: block;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .reason-accordion-inner-flex picture {
    width: 100%;
    margin: 0 auto 1rem;
  }
}

.reason-accordion-inner-img {
  display: block;
  width: 340px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .reason-accordion-inner-img {
    width: 100%;
  }
}

.reason-accordion-inner-body-txt {
  display: block;
  margin-top: 1rem;
  font-size: 90%;
}

.reason-modal-body {
  display: block;
  margin-bottom: 2.5rem;
}

.reason-modal-body-line {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 2px #45AA97;
  margin: 0 auto 2rem;
  padding: 0rem 0 1rem;
  width: 100%;
  text-align: center;
}
.reason-modal-body-line::before,
.reason-modal-body-line::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.reason-modal-body-line::before {
    border: solid 24px transparent;
    border-top: solid 24px #45AA97;
}
.reason-modal-body-line::after {
    border: solid 28px transparent;
    border-top: solid 28px #fff;
    margin-top: -7px;
}

.reason-modal-body-ttl {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reason-modal-body-ttl {
    font-size: 1.2rem;
  }
}

.reason-modal-body picture {
  display: block;
  width: 150px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason-modal-body picture {
    width: 30%;
  }
}

.reason-modal-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
      justify-content: space-between;
  width: 80%;
  margin: 0 auto 2rem;
  padding: 2rem;
  border-radius: 10px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .reason-modal-case {
    display: block;
    position: relative;
    width: 100%;
    border-radius: calc(10/750 * 100vw);
    padding: 2rem calc(30/750 * 100vw);
  }
}

.reason-modal-case-ttl {
  display: block;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reason-modal-case-ttl {
    font-size: 1.2rem;
  }
}

.reason-modal-case-head {
  display: block;
  flex-shrink: 0;
  width: 60%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .reason-modal-case-head {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
}

.reason-modal-case-head-ttl {
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .reason-modal-case-head-ttl {
    margin-bottom: 1rem;
    font-size: calc(28/750 * 100vw);
  }
}

.reason-modal-case-head-name {
  font-size: 80%;
  text-decoration: underline;
}

.reason-modal-case picture {
  display: block;
  flex-shrink: 0;
  width: 35%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .reason-modal-case picture {
    position: absolute;
    top: calc(180/750 * 100vw);
    right: calc(20/750 * 100vw);
    width: 30%;
    padding: 0;
    z-index: -1;
  }
}

.reason-modal-case-liner {
  display: block;
  font-weight: bold;
  font-size: 110%;
}

.reason-modal-case-txt {
  display: block;
  flex-shrink: 0;
  margin-top: 1rem;
  width: 100%;
  font-size: 80%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .reason-modal-case-txt {
    margin-top: 1rem;
    font-size: 90%;
  }
}

.close-button {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 1rem;
  background-color: #D9D9D9;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}