@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
.attention {
  color: #b4342b;
  font-weight: bold; }

a:link {
  color: #376797; }
a:visited {
  color: rgba(55, 103, 151, 0.8); }
a:hover {
  color: rgba(55, 103, 151, 0.6); }

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

*::before, *::after {
  box-sizing: border-box; }

html {
  font-size: 68%; }

body {
  line-height: 1.6;
  font-family: "Roboto", "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  color: #3d3d3d; }

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

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

ul, li {
  list-style: none; }

textarea, input, select {
  font-family: "Roboto", "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #376797;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none;
  border-bottom: none;
  opacity: 0.7; }
  @media screen and (max-width: 767px) {
    a:hover {
      opacity: 1; } }

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

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

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex; }

button {
  outline: none; }

body {
  font-size: 17px; }

p {
  margin-bottom: 1em;
  line-height: 1.6em; }
  p.center {
    text-align: center; }

sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6; }

hr {
  height: 15px;
  border: none;
  padding: 30px 0;
  margin: 0;
  clear: both; }
  @media screen and (max-width: 767px) {
    hr {
      padding: 15px 0; } }

img.right {
  margin: 0 0 30px 30px;
  float: right; }
  @media screen and (max-width: 767px) {
    img.right {
      float: none;
      margin: 0 0 30px; } }

img.left {
  margin: 0 30px 30px 0;
  float: left; }
  @media screen and (max-width: 767px) {
    img.left {
      float: none;
      margin: 0 0 30px; } }

img.center {
  display: block;
  margin: 0 auto 30px; }

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0; }

.pc {
  display: inherit; }

.pc_tb {
  display: inherit; }

.tb {
  display: none; }

.tb_sp {
  display: none; }

.sp {
  display: none; }

@media screen and (max-width: 1180px) {
  .pc {
    display: inherit; }

  .pc_tb {
    display: inherit; }

  .tb {
    display: inherit; }

  .tb_sp {
    display: inherit; }

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

  .pc_tb {
    display: none !important; }

  .tb {
    display: none !important; }

  .tb_sp {
    display: inherit !important; }

  .sp {
    display: inherit !important; } }
body {
  background: url("../../img/bg_main.jpg") no-repeat top center; }

header {
  width: 100%;
  height: 256px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    header {
      height: 120px; } }
  header .logo {
    position: absolute;
    top: 43px;
    left: 50%;
    margin-left: -100px;
    z-index: 110; }
    @media screen and (max-width: 767px) {
      header .logo {
        width: 70%;
        top: 20px;
        left: 20px;
        margin-left: 0; } }
    @media (orientation: landscape) and (max-width: 767px) {
      header .logo {
        width: 40%;
        left: 5%; } }
    header .logo .mark {
      display: block;
      margin: 0 auto 15px; }
      @media screen and (max-width: 767px) {
        header .logo .mark {
          height: 70px;
          display: inline-block;
          margin: 10px 10px 0 0; } }
    @media screen and (max-width: 767px) {
      header .logo .text {
        height: 40px;
        margin-bottom: 15px; } }
  header .submenu {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 280px;
    z-index: 110;
    transition: all .5s; }
    @media screen and (max-width: 767px) {
      header .submenu {
        top: 120px;
        left: -400px;
        height: auto; } }
    header .submenu li {
      float: left;
      margin-right: 18px; }
      header .submenu li:first-child {
        margin-right: 0;
        margin-bottom: 25px; }
      header .submenu li:last-child {
        margin-right: 0; }
      header .submenu li.tel a {
        color: #3d3d3d;
        font-size: 30px;
        text-decoration: none;
        font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif; }
        @media screen and (min-width: 900px) {
          header .submenu li.tel a {
            pointer-events: none; } }
        header .submenu li.tel a img {
          vertical-align: middle;
          margin-right: 10px; }
  header #gmenu {
    width: 100%;
    height: 100%;
    position: relative;
    top: 230px;
    left: -100vw;
    z-index: 105;
    transition: all .5s; }
    @media screen and (max-width: 767px) {
      header #gmenu {
        top: 240px; } }
    header #gmenu a {
      display: block;
      text-align: center;
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.6;
      font-weight: bold;
      font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
      color: #3d3d3d;
      line-height: 60px;
      text-decoration: none; }
  header .open #gmenu {
    display: block;
    width: 100%;
    left: 0; }
  @media screen and (max-width: 767px) {
    header .open .submenu {
      left: 50%;
      margin-left: -140px; }
      header .open .submenu .facebook {
        margin-left: 55px; } }
  header .toggle_btn {
    display: block;
    position: absolute;
    top: 92px;
    right: 0px;
    width: 40px;
    height: 35px;
    transition: all .5s;
    cursor: pointer;
    z-index: 110; }
    @media screen and (max-width: 1180px) {
      header .toggle_btn {
        right: 20px; } }
    @media screen and (max-width: 767px) {
      header .toggle_btn {
        top: 40px; } }
  header .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 5px;
    /* background-color: $site_base_color; */
    background-color: #3b5aa8;
    border-radius: 4px;
    transition: all .5s; }
  header .toggle_btn span:nth-child(1) {
    top: 0px; }
  header .toggle_btn span:nth-child(2) {
    top: 15px; }
  header .toggle_btn span:nth-child(3) {
    bottom: 0px; }
  header .open .toggle_btn span {
    background-color: #766A56; }
  header .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(15px) rotate(-315deg);
    transform: translateY(15px) rotate(-315deg); }
  header .open .toggle_btn span:nth-child(2) {
    opacity: 0; }
  header .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(315deg);
    transform: translateY(-15px) rotate(315deg); }
  header #mask {
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s; }
  header .open #mask {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 100;
    cursor: pointer; }

.wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1180px) {
    .wrapper {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding-left: 5px;
      padding-right: 5px; } }

header .wrapper,
footer .wrapper {
  max-width: 1080px; }

/*=====================table===========*/
table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #666666;
  margin-bottom: 20px;
  word-break: break-all; }

table th {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: center;
  background: #dadbc7;
  color: #666666;
  border: 1px solid #666666;
  vertical-align: middle; }

td.ivory {
  background-color: #FFFFCC; }

td.pink {
  background-color: #FFE6FF; }

td.pink_jikeikai {
  background-color: #FFF4FA; }

td.orange {
  background-color: #FCEFC0; }

td.orange2 {
  background-color: #FFF9DF; }

td.blue {
  background-color: #F2F8FD; }

td.green {
  background-color: #F3FBF0; }

table thead th {
  background: #dadbc7; }

table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #666666;
  vertical-align: middle;
  text-align: middle; }

/*=====================indent===========*/
.indent {
  text-indent: 1em; }

.indent_r {
  padding-left: 1em;
  text-indent: -1em; }

.indent_r2 {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1em; }

/*=====================main==========*/
@media screen and (max-width: 767px) {
  .main img {
    width: 100%;
    display: block;
    margin-bottom: 30px; } }

footer {
  width: 100%;
  min-width: 900px;
  background: #ebc8ed;
  padding: 78px 0 30px;
  margin-top: 50px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1180px) {
    footer {
      min-width: 100%;
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (max-width: 767px) {
    footer {
      min-width: 100%;
      padding: 30px 5px; } }
  footer a#linecoupon {
    transition: all .5s;
    position: absolute;
    right: 0;
    bottom: -300px;
    left: 50%;
    margin-left: 340px; }
    @media screen and (max-width: 767px) {
      footer a#linecoupon {
        bottom: auto;
        top: 10px;
        right: 80px;
        left: auto;
        bottom: -150px;
        margin-left: 0; }
        footer a#linecoupon img {
          width: 75px;
          height: auto; } }
    footer a#linecoupon.fixed {
      position: fixed;
      bottom: 20px;
      z-index: 1000; }
      @media screen and (max-width: 767px) {
        footer a#linecoupon.fixed {
          top: auto;
          right: 80px;
          left: auto;
          bottom: 50px;
          margin: 0; } }
  footer a#page_top {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.6));
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.6));
    transition: all .5s;
    bottom: -50px;
    left: 50%;
    margin-left: 540px; }
    @media screen and (max-width: 767px) {
      footer a#page_top {
        top: auto;
        right: 20px;
        left: auto;
        bottom: -150px;
        margin-left: 0; } }
    footer a#page_top.fixed {
      position: fixed;
      top: auto;
      right: auto;
      bottom: 50px;
      left: 50%;
      margin-left: 540px;
      z-index: 1000; }
      @media screen and (max-width: 1180px) {
        footer a#page_top.fixed {
          left: auto;
          margin-left: auto;
          right: 20px; } }
  footer access {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4em; }
    footer access:after {
      content: "";
      clear: both;
      display: block; }
    footer access .logo {
      height: 130px;
      width: 145px;
      margin: 0 auto;
      display: block; }
      footer access .logo .mark {
        margin-bottom: 10px; }
        footer access .logo .mark + img {
          width: 120px;
          height: auto; }
      @media screen and (max-width: 767px) {
        footer access .logo {
          float: none; } }
    footer access .tel {
      display: block;
      margin: 15px auto 10px;
      color: #3d3d3d;
      font-size: 30px;
      text-decoration: none; }
      footer access .tel img {
        margin-right: 5px;
        vertical-align: middle; }
      @media screen and (min-width: 900px) {
        footer access .tel {
          pointer-events: none; } }
      footer access .tel span {
        display: block;
        font-size: 16px;
        text-indent: 40px; }
  footer .fmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 60px;
    max-width: 685px; }
    @media screen and (max-width: 767px) {
      footer .fmenu {
        margin-bottom: 30px; } }
    footer .fmenu li {
      border-right: 1px solid #3d3d3d;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        footer .fmenu li {
          border-right: 0; } }
      footer .fmenu li:nth-child(5), footer .fmenu li:last-child {
        border: none; }
      footer .fmenu li a {
        display: block;
        line-height: 20px;
        padding: 0 15px;
        color: #3d3d3d;
        text-decoration: none; }
  footer .sns {
    width: 162px;
    margin: 0 auto 60px;
    height: 42px;
    display: block; }
    @media screen and (max-width: 767px) {
      footer .sns {
        margin-bottom: 30px; } }
    footer .sns li {
      width: 42px;
      height: 42px;
      margin-right: 18px;
      float: left; }
      footer .sns li:last-child {
        margin-right: 0; }
      footer .sns li a {
        display: block;
        width: 42px;
        height: 42px; }
  footer #copyright {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #3d3d3d; }

/* CSS Document */
.s001 {
  background: url("../../img/001_back.jpg") no-repeat center top;
  position: relative;
  margin-bottom: 50px;
  margin-top: -200px; }
  @media screen and (max-width: 767px) {
    .s001 {
      background-size: 150%;
      background-position: center 90px; } }
  .s001 .text {
    position: absolute;
    top: 200px;
    left: 300px; }
    @media screen and (max-width: 767px) {
      .s001 .text {
        top: 100px;
        left: auto;
        right: 10px; } }
  .s001 .txt {
    position: absolute;
    top: 360px;
    left: 200px; }
    @media screen and (max-width: 767px) {
      .s001 .txt {
        width: 50%;
        top: 320px;
        left: auto;
        right: 10px; } }
  .s001 .img {
    position: absolute;
    top: 570px;
    right: -20px; }
    @media screen and (max-width: 767px) {
      .s001 .img {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
        padding-top: 450px; } }
  .s001 div.ladies {
    padding-top: 1000px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .s001 div.ladies {
        padding-top: 0px;
        display: block; } }
    .s001 div.ladies .photo {
      margin-left: -40px; }
      @media screen and (max-width: 767px) {
        .s001 div.ladies .photo {
          margin-left: 0px;
          width: 100%;
          height: 100%;
          right: auto;
          left: auto; } }
    .s001 div.ladies div {
      width: 420px;
      padding-top: 30px; }
      @media screen and (max-width: 767px) {
        .s001 div.ladies div {
          width: 100%; } }
      .s001 div.ladies div h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.6;
        color: #fd6674;
        font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ebc8ed;
        margin-bottom: 25px; }
      .s001 div.ladies div p {
        font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif; }

.s002 {
  background: #ebc8ed url("../../img/002_back.png") no-repeat center center;
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .s002 img {
      width: 100%; } }

.s003 {
  background: #533316 url("../../img/003_back.png") repeat-x center top;
  padding: 50px 0 0; }
  .s003 h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif; }
    .s003 h2 span {
      background: url("../../img/003_nayami.png") no-repeat bottom center;
      padding-bottom: 15px;
      position: relative; }
      .s003 h2 span:before {
        content: "";
        background: url(../../img/003_dotted.png) no-repeat 15px top;
        width: 100%;
        position: absolute;
        padding-bottom: 30px;
        top: -40px; }
  .s003 .fat {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .s003 .fat {
        display: block;
        margin-bottom: 50px; } }
    .s003 .fat div.img {
      width: 400px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s003 .fat div.img {
          width: auto;
          text-align: center; } }
      .s003 .fat div.img img {
        position: absolute;
        top: 30px;
        left: 100px; }
        @media screen and (max-width: 767px) {
          .s003 .fat div.img img {
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 50px; } }
    .s003 .fat p {
      width: 500px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .s003 .fat p {
          width: auto; } }
      .s003 .fat p img {
        display: block;
        padding-bottom: 20px;
        margin: auto; }
  .s003 section {
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .s003 section {
        padding-bottom: 30px; } }
    .s003 section h3 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      color: #ffe700;
      font-weight: bold;
      margin-bottom: 10px; }
    .s003 section p {
      color: #fff; }
      @media screen and (max-width: 767px) {
        .s003 section p img.right {
          display: block;
          margin: 10px auto; } }
    @media screen and (max-width: 767px) {
      .s003 section img {
        width: 100%; } }

.s004 h2 {
  height: 286px;
  padding-top: 50px;
  background: url("../../img/004_title.png") repeat-x center top;
  margin-bottom: 20px;
  font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .s004 h2 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.6; } }
  .s004 h2 span {
    display: block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .s004 h2 span {
        display: inline;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6; } }
.s004 h3 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .s004 h3 {
      margin-bottom: 50px; }
      .s004 h3 img {
        width: 100%; } }
.s004 .img {
  width: 100%; }
.s004 p.copy {
  margin: 100px auto;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif; }
  @media screen and (max-width: 767px) {
    .s004 p.copy {
      margin: 60px auto; } }
  .s004 p.copy strong {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6;
    margin-top: 50px;
    display: block; }

.s005 {
  background: url("../../img/005_back.jpg") no-repeat center 250px;
  height: 1470px; }
  .s005 h2 {
    min-height: 140px;
    padding-top: 40px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.6;
    line-height: 59px;
    text-align: center;
    background: url("../../img/back_slash.png") repeat center top;
    font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 65px; }
    @media screen and (max-width: 767px) {
      .s005 h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .s005 h2::before {
      content: url("../../img/005_title_left.png");
      display: inline-block;
      position: relative;
      right: 20px;
      top: 10px; }
      @media screen and (max-width: 767px) {
        .s005 h2::before {
          content: ""; } }
    .s005 h2::after {
      content: url("../../img/005_title_right.png");
      display: inline-block;
      position: relative;
      left: 20px;
      top: 10px; }
      @media screen and (max-width: 767px) {
        .s005 h2::after {
          content: ""; } }
  .s005 h3 {
    display: inline-block;
    font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6;
    border-bottom: 1px solid #ebc8ed;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .s005 p {
    max-width: 450px; }
  .s005 .attention {
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .s005 {
      height: 1800px; } }

.s006 {
  margin-top: -350px;
  background: url("../../img/006_img2.jpg") no-repeat calc(50% + 200px) 170px; }
  .s006 div.deep {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap; }
    .s006 div.deep img {
      height: 100%; }
      @media screen and (max-width: 767px) {
        .s006 div.deep img {
          width: 100%; } }
    .s006 div.deep div.right {
      width: 486px; }
      .s006 div.deep div.right h2 {
        font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6;
        border-bottom: 1px solid #ebc8ed;
        padding-bottom: 20px;
        margin-bottom: 10px;
        text-align: right; }
        @media screen and (max-width: 767px) {
          .s006 div.deep div.right h2 {
            text-align: left;
            margin-top: 40px; } }
  .s006 .allhand {
    margin-bottom: 80px; }
    .s006 .allhand h2 {
      font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.6;
      margin-bottom: 50px; }
      .s006 .allhand h2 span {
        color: #3b5aa8;
        background: linear-gradient(transparent 68%, #e7f300 0%); }
    .s006 .allhand p {
      margin-bottom: 2em;
      max-width: 506px; }
  .s006 .bed {
    background-image: url("../../img/006_div_top.png"), url("../../img/006_div_bottom.png"), url("../../img/006_div_center.png");
    background-position: top center, bottom center, center center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    margin: 0 -20px 50px;
    width: 940px;
    padding: 45px; }
    @media screen and (max-width: 767px) {
      .s006 .bed {
        width: 100%;
        margin: 0 0px 50px;
        padding: 15px;
        background-size: 100%, 100%, 100%; } }
    .s006 .bed h2 {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 1.6;
      text-align: center;
      font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
      color: #bd8a55;
      margin-bottom: 30px; }
      .s006 .bed h2 .attention {
        font-weight: normal; }
      .s006 .bed h2::before {
        content: url("../../img/006_title_left.png");
        display: inline-block;
        position: relative;
        right: 15px; }
        @media screen and (max-width: 767px) {
          .s006 .bed h2::before {
            content: ""; } }
      .s006 .bed h2::after {
        content: url("../../img/006_title_right.png");
        display: inline-block;
        position: relative;
        left: 15px; }
        @media screen and (max-width: 767px) {
          .s006 .bed h2::after {
            content: ""; } }
    .s006 .bed div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .s006 .bed div .p1 {
        width: 500px; }
        @media screen and (max-width: 767px) {
          .s006 .bed div .p1 {
            width: 100%; } }
      .s006 .bed div .p1 + img {
        margin-bottom: 30px; }
      .s006 .bed div .p2 {
        width: 590px;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .s006 .bed div .p2 {
            width: 100%; } }
      .s006 .bed div img {
        height: 100%; }
        @media screen and (max-width: 767px) {
          .s006 .bed div img {
            width: 100%; } }
      .s006 .bed div .blue {
        color: #3b5aa8; }
  .s006 .osusume {
    margin: 0 -20px 50px; }
    @media screen and (max-width: 767px) {
      .s006 .osusume {
        margin: 0 0 50px;
        width: 100%; } }

.s07 {
  background: url("../../img/007_blueback.png") repeat-x bottom center;
  padding-bottom: 185px; }
  @media screen and (max-width: 767px) {
    .s07 {
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .s07 h2 img {
      width: 100%; } }
  .s07 .point {
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      .s07 .point {
        width: 100%;
        margin: 0 0px 50px;
        background-size: 100%, 100%, 100%; } }
    .s07 .point::before {
      content: "";
      background: url("../../img/007_div_top.png") no-repeat bottom;
      display: block;
      height: 30px; }
      @media screen and (max-width: 767px) {
        .s07 .point::before {
          background-size: 100%; } }
    .s07 .point::after {
      content: url("../../img/007_div_bottom.png") no-repeat top;
      display: block;
      height: 30px; }
      @media screen and (max-width: 767px) {
        .s07 .point::after {
          background-size: 100%; } }
    .s07 .point dl {
      background: url("../../img/007_div_center.png") center center repeat-y;
      margin: 0;
      padding: 0 35px;
      display: block; }
      @media screen and (max-width: 767px) {
        .s07 .point dl {
          background-size: 100%; } }
      .s07 .point dl dt {
        border-top: none;
        width: auto;
        font-size: 33px;
        font-size: 3.3rem;
        line-height: 1.6;
        color: #b4342b;
        font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
        border-top: 1px dashed #c79f62;
        width: auto;
        padding: 30px 0 0; }
        @media screen and (max-width: 767px) {
          .s07 .point dl dt {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.6; } }
        .s07 .point dl dt::before {
          margin-right: 20px;
          display: inline-block;
          width: 160px;
          height: 142px;
          content: "";
          background: no-repeat;
          float: left; }
          @media screen and (max-width: 767px) {
            .s07 .point dl dt::before {
              width: 80px;
              height: 64px;
              background-size: 100%; } }
        .s07 .point dl dt.p1::before {
          background-image: url("../../img/007_1.png"); }
        .s07 .point dl dt.p2::before {
          background-image: url("../../img/007_2.png"); }
        .s07 .point dl dt.p3::before {
          background-image: url("../../img/007_3.png"); }
        .s07 .point dl dt.p4::before {
          background-image: url("../../img/007_4.png"); }
        .s07 .point dl dt.p5::before {
          background-image: url("../../img/007_5.png"); }
        .s07 .point dl dt.p6::before {
          background-image: url("../../img/007_6.png"); }
      .s07 .point dl dt:first-child {
        border-top: none;
        padding-top: 0; }
      .s07 .point dl dd {
        border-top: none;
        padding-bottom: 30px; }

.s08 {
  margin-bottom: 100px; }
  .s08 h2 {
    height: 316px;
    padding-top: 50px;
    background: url("../../img/008_title.png") repeat-x center top;
    margin-bottom: 100px;
    font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.6;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .s08 h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6;
        padding: 50px 20px 0;
        margin-bottom: 50px; } }
    .s08 h2 span {
      display: block;
      font-size: 75px;
      font-size: 7.5rem;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .s08 h2 span {
          display: inline;
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.6; } }
  .s08 .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .s08 .wrapper div {
      width: 283px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s08 .wrapper div {
          width: 100%; } }
      .s08 .wrapper div::after {
        position: absolute;
        right: -23px;
        top: 100px;
        content: url("../../img/008_arrow.png"); }
        @media screen and (max-width: 767px) {
          .s08 .wrapper div::after {
            top: auto;
            right: 50%;
            bottom: 0px;
            transform: rotate(90deg); } }
      .s08 .wrapper div:last-child::after {
        content: none; }
      .s08 .wrapper div img {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .s08 .wrapper div img {
            width: 100%;
            height: auto; } }
      .s08 .wrapper div h3 {
        width: auto;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.6;
        color: #b4342b;
        text-align: center;
        border-bottom: 1px dashed #c79f62;
        font-weight: bold;
        width: auto;
        padding: 0 0 10px;
        margin-bottom: 20px; }
      .s08 .wrapper div p:first-child {
        border-top: none;
        padding-top: 0; }
      .s08 .wrapper div p {
        border-top: none;
        padding-bottom: 30px; }

.s09 {
  background: #f7eddf;
  padding-bottom: 100px;
  margin-bottom: 50px; }
  .s09 h2 {
    margin: 0 auto;
    background: url("../../img/009_title_back.png") repeat-x bottom center;
    text-align: center;
    padding-bottom: 13px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .s09 h2 {
        padding-bottom: 23px; }
        .s09 h2 img {
          width: 100%; } }
  .s09 .wrapper {
    max-width: 940px; }
    .s09 .wrapper .voice {
      width: 760px;
      position: relative;
      background: #de6c67;
      border-radius: 20px;
      margin: 50px 0 0;
      padding: 20px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s09 .wrapper .voice {
          width: 100%; } }
      .s09 .wrapper .voice + .voice {
        margin-top: 100px; }
      .s09 .wrapper .voice:after {
        content: "";
        width: 75%;
        position: absolute;
        border-bottom: 1px dotted #fff;
        right: 20px;
        top: 45px; }
        @media screen and (max-width: 767px) {
          .s09 .wrapper .voice:after {
            border: none; } }
      .s09 .wrapper .voice img {
        position: absolute;
        top: -30px; }
        @media screen and (max-width: 767px) {
          .s09 .wrapper .voice img {
            width: 150px; } }
      .s09 .wrapper .voice h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6;
        color: #fff;
        margin-bottom: 10px;
        background: #de6c67;
        display: inline-block;
        padding-right: 10px;
        z-index: 100;
        position: relative; }
      .s09 .wrapper .voice p {
        background: url("../../img/009_grid.png");
        border-radius: 20px;
        padding: 40px 20px;
        margin-bottom: 0;
        font-weight: bold; }
      .s09 .wrapper .voice:nth-child(odd) {
        margin-left: 180px; }
        @media screen and (max-width: 767px) {
          .s09 .wrapper .voice:nth-child(odd) {
            margin-left: 0; } }
        .s09 .wrapper .voice:nth-child(odd) img {
          left: -180px; }
          @media screen and (max-width: 767px) {
            .s09 .wrapper .voice:nth-child(odd) img {
              left: 0;
              top: -70px; } }
        .s09 .wrapper .voice:nth-child(odd) h3 {
          margin-left: 140px; }
        .s09 .wrapper .voice:nth-child(odd) p {
          margin-left: 140px; }
          @media screen and (max-width: 767px) {
            .s09 .wrapper .voice:nth-child(odd) p {
              margin-left: 0; } }
      .s09 .wrapper .voice:nth-child(even) {
        margin-right: 180px; }
        .s09 .wrapper .voice:nth-child(even):after {
          left: 20px;
          right: auto; }
        @media screen and (max-width: 767px) {
          .s09 .wrapper .voice:nth-child(even) {
            margin-right: 0; } }
        .s09 .wrapper .voice:nth-child(even) img {
          right: -180px; }
          @media screen and (max-width: 767px) {
            .s09 .wrapper .voice:nth-child(even) img {
              right: 0;
              top: -70px; } }
        .s09 .wrapper .voice:nth-child(even) h3 {
          margin-left: 410px;
          margin-right: 0;
          padding-left: 10px;
          padding-right: 0; }
          @media screen and (max-width: 767px) {
            .s09 .wrapper .voice:nth-child(even) h3 {
              margin-left: 0; } }
        .s09 .wrapper .voice:nth-child(even) p {
          margin-right: 140px; }
          @media screen and (max-width: 767px) {
            .s09 .wrapper .voice:nth-child(even) p {
              margin-right: 0; } }

.s10 h2 {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .s10 h2 img {
      width: 95%; } }
.s10 .wrapper {
  max-width: 940px; }
  .s10 .wrapper h3 {
    background: url("../../img/010_subtitle.png") no-repeat left bottom;
    height: 60px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6;
    line-height: 60px;
    font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
    padding-left: 60px;
    margin-bottom: 50px; }
  .s10 .wrapper dl dt {
    background-image: url("../../img/010_qa_top.png"), url("../../img/010_qa_bottom.png"), url("../../img/010_qa_center.png");
    background-position: top center, bottom center, center center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding: 20px 50px 20px 150px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
    position: relative;
    min-height: 105px;
    line-height: 65px;
    font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif; }
    @media screen and (max-width: 767px) {
      .s10 .wrapper dl dt {
        background-size: 100%,100%,100%;
        padding: 20px 30px 20px 100px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6; } }
    .s10 .wrapper dl dt::before {
      content: url("../../img/010_q.png");
      display: inline-block;
      position: absolute;
      left: 70px;
      top: calc(50% - 32px); }
      @media screen and (max-width: 767px) {
        .s10 .wrapper dl dt::before {
          left: 20px; } }
    .s10 .wrapper dl dt.long {
      line-height: 40px; }
  .s10 .wrapper dl dd {
    padding: 20px 50px 20px 150px;
    position: relative; }
    .s10 .wrapper dl dd::before {
      content: url("../../img/010_a.png");
      display: inline-block;
      position: absolute;
      left: 70px; }
      @media screen and (max-width: 767px) {
        .s10 .wrapper dl dd::before {
          left: 20px; } }
    @media screen and (max-width: 767px) {
      .s10 .wrapper dl dd {
        padding: 20px 30px 20px 30px; } }
    .s10 .wrapper dl dd h4 {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.6;
      padding-top: 10px;
      min-height: 65px;
      color: #de6c67;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .s10 .wrapper dl dd h4 {
          padding-left: 70px;
          padding-top: 15px;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.6; } }
    .s10 .wrapper dl dd p {
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .s10 .wrapper dl dd p {
          margin-top: 20px; } }
