@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&family=Roboto:wght@100;400;500;700&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 100%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%; }

body {
  font-family: 'M PLUS Rounded 1c','Roboto',sans-serif;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px; } }

.win body {
  font-family: 'M PLUS Rounded 1c','Roboto',sans-serif; }

a {
  text-decoration: none;
  color: #383838;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:link, a:active, a:visited {
    text-decoration: none; }

.opacity {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .opacity:hover {
    opacity: .5; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto; }

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

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

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px; }
  @media screen and (max-width: 767px) {
    #container_wrap {
      min-width: 1px; } }

.inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .inner::after {
    content: '';
    display: block;
    clear: both; }

.inner02 {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .inner02::after {
    content: '';
    display: block;
    clear: both; }

.section01 {
  padding: 6.25em 0 8.75em; }
  @media screen and (max-width: 767px) {
    .section01 {
      padding: 4em 0; } }

.section02 {
  padding: 7.5em 0 5.65em; }
  @media screen and (max-width: 767px) {
    .section02 {
      padding: 4em 0; } }

/*
//ヘッダー
------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    z-index: 5;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); } }

.header_box {
  width: 100%;
  max-width: 1530px;
  padding: 0 15px;
  margin: 25px auto 25px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .header_box {
      margin: 10px auto 10px; } }

.header_ttl {
  font-size: 2.68em;
  line-height: 1.3;
  font-weight: 500; }
  @media screen and (max-width: 1400px) {
    .header_ttl {
      font-size: 2em; } }
  @media screen and (max-width: 1200px) {
    .header_ttl {
      font-size: 1.8em; } }
  @media screen and (max-width: 767px) {
    .header_ttl {
      font-size: 1.3em; } }
  .header_ttl a {
    color: #ff8c9c; }
  .header_ttl span {
    display: block;
    font-size: .41em;
    color: #4d4d4d; }
    @media screen and (max-width: 767px) {
      .header_ttl span {
        font-size: .5em; } }

#header_left {
  float: left; }

#header_right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    #header_right {
      display: block;
      float: inherit; } }
  #header_right .h_li01 {
    margin-right: 30px; }
    @media screen and (max-width: 1200px) {
      #header_right .h_li01 {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      #header_right .h_li01 {
        margin: 0 0 20px 0; } }
    #header_right .h_li01 li {
      font-size: 1.125em; }
      @media screen and (max-width: 1400px) {
        #header_right .h_li01 li {
          font-size: 1em; } }
      @media screen and (max-width: 1200px) {
        #header_right .h_li01 li {
          font-size: .85em; } }
      @media screen and (max-width: 767px) {
        #header_right .h_li01 li {
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        #header_right .h_li01 li:last-child {
          margin-bottom: 0px; } }
      #header_right .h_li01 li span {
        display: inline-block;
        width: 140px;
        text-align: center;
        color: #fff;
        background: #69cfe4;
        border-radius: 50px;
        font-weight: 500;
        margin: 0 14px 9px 0; }
        @media screen and (max-width: 1400px) {
          #header_right .h_li01 li span {
            width: 110px;
            margin: 0 10px 9px 0; } }
        @media screen and (max-width: 1200px) {
          #header_right .h_li01 li span {
            width: 90px;
            margin: 0 5px 9px 0; } }
        @media screen and (max-width: 767px) {
          #header_right .h_li01 li span {
            display: block;
            margin: 0 auto; } }
  #header_right .h_tel {
    font-family: "Roboto", sans-serif;
    font-size: 3.05em;
    font-weight: 700;
    color: #ff8c9c;
    text-align: center;
    line-height: 1.2;
    padding-left: 60px;
    position: relative;
    letter-spacing: 0; }
    @media screen and (max-width: 1400px) {
      #header_right .h_tel {
        font-size: 2.5em; } }
    @media screen and (max-width: 1200px) {
      #header_right .h_tel {
        font-size: 2.3em;
        padding-left: 50px; } }
    @media screen and (max-width: 767px) {
      #header_right .h_tel {
        display: inline-block; } }
    #header_right .h_tel:before {
      position: absolute;
      content: '';
      background: url(../images/icon_tel.jpg) no-repeat center/contain;
      width: 41px;
      height: 34px;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    #header_right .h_tel span {
      display: block;
      font-size: .32em;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 500;
      position: relative; }
      @media screen and (max-width: 767px) {
        #header_right .h_tel span {
          font-size: .4em; } }
      #header_right .h_tel span:before {
        position: absolute;
        content: '';
        border-left: 1px solid #ff8c9c;
        width: 1px;
        height: 16px;
        left: 18px;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media screen and (max-width: 767px) {
          #header_right .h_tel span:before {
            left: -8px; } }
      #header_right .h_tel span:after {
        position: absolute;
        content: '';
        border-left: 1px solid #ff8c9c;
        width: 1px;
        height: 16px;
        right: 18px;
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          #header_right .h_tel span:after {
            right: -8px; } }
    #header_right .h_tel a {
      color: #ff8c9c; }

.h_fix {
  position: fixed;
  top: 55%;
  right: -25px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .h_fix {
      top: 68%;
      right: -20px; } }
  .h_fix .list_hfix li {
    text-align: center;
    font-size: 1.56em;
    text-align: center;
    font-weight: 800;
    background: #fff;
    border: 5px solid #ff8c9c;
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: tb;
    border-radius: 10px 0 0 10px; }
    @media screen and (max-width: 1200px) {
      .h_fix .list_hfix li {
        font-size: 1.2em; } }
    @media screen and (max-width: 767px) {
      .h_fix .list_hfix li {
        font-size: 1em;
        border: 3px solid #ff8c9c; } }
    .h_fix .list_hfix li a {
      color: #ff8c9c;
      display: inline-block;
      padding: 60px 10px 30px 0;
      line-height: 113px;
      text-align: center;
      -webkit-transform: .3s;
      -ms-transform: .3s;
      transform: .3s; }
      @media screen and (max-width: 1400px) {
        .h_fix .list_hfix li a {
          line-height: 90px; } }
      @media screen and (max-width: 1200px) {
        .h_fix .list_hfix li a {
          line-height: 70px;
          padding: 60px 12px 30px 0; } }
      @media screen and (max-width: 767px) {
        .h_fix .list_hfix li a {
          line-height: 40px;
          padding: 15px 12px 15px 0; } }
      .h_fix .list_hfix li a:hover {
        opacity: .8;
        -webkit-transform: .3s;
        -ms-transform: .3s;
        transform: .3s; }
    .h_fix .list_hfix li:first-child {
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .h_fix .list_hfix li:first-child {
          margin-bottom: 10px; } }
      .h_fix .list_hfix li:first-child a {
        position: relative; }
      .h_fix .list_hfix li:first-child img {
        position: absolute;
        width: 22px;
        left: 43px;
        top: 25px; }
        @media screen and (max-width: 1400px) {
          .h_fix .list_hfix li:first-child img {
            left: 34px; } }
        @media screen and (max-width: 1200px) {
          .h_fix .list_hfix li:first-child img {
            width: 19px;
            left: 26px; } }
    .h_fix .list_hfix li:last-child a {
      position: relative;
      padding-top: 75px; }
      @media screen and (max-width: 767px) {
        .h_fix .list_hfix li:last-child a {
          padding-top: 15px; } }
    .h_fix .list_hfix li:last-child img {
      position: absolute;
      width: 41px;
      left: 35px;
      top: 30px; }
      @media screen and (max-width: 1400px) {
        .h_fix .list_hfix li:last-child img {
          left: 25px; } }
      @media screen and (max-width: 1200px) {
        .h_fix .list_hfix li:last-child img {
          width: 31px;
          left: 20px; } }

@media screen and (max-width: 767px) {
  .h_fix02 {
    position: fixed;
    top: 68%;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media screen and (max-width: 767px) {
  .h_fix02 .list_hfix li {
    margin-bottom: 10px; } }

.h_fix02 .list_hfix li img {
  width: 40px;
  right: 0; }

#nav {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.list_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0; }
  @media screen and (max-width: 767px) {
    .list_nav {
      display: block;
      margin: 0 0 20px 0; } }
  .list_nav li {
    width: calc(100% / 5);
    text-align: center;
    font-size: 1.25em;
    font-weight: 500;
    border-left: 1px solid #999999;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 767px) {
      .list_nav li {
        width: 70%;
        font-size: 1em;
        border-left: none;
        border-bottom: 1px solid #999999;
        padding-bottom: 10px;
        margin: 0 auto 10px; } }
    .list_nav li span {
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: .8em;
      color: #ff8c9c;
      font-weight: 400; }
    .list_nav li:last-child {
      border-right: 1px solid #999999; }
      @media screen and (max-width: 767px) {
        .list_nav li:last-child {
          border-right: unset; } }
    .list_nav li a {
      display: inline-block; }
    .list_nav li:hover {
      opacity: .8;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc; }
  @media screen and (max-width: 767px) {
    .fixed {
      position: relative;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .fixed .list_nav {
    margin: 10px 0; }
    @media screen and (max-width: 767px) {
      .fixed .list_nav {
        margin: 0px 0 20px; } }
    .fixed .list_nav li {
      font-size: 1.1em; }
      @media screen and (max-width: 1200px) {
        .fixed .list_nav li {
          font-size: 1em; } }
      @media screen and (max-width: 767px) {
        .fixed .list_nav li {
          font-size: 1em; } }

#overlay {
  width: 100%;
  display: contents; }
  @media screen and (max-width: 767px) {
    #overlay {
      display: none;
      width: 100%;
      height: 100%;
      text-align: center;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 5;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow-y: scroll;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      padding: 50px 0; }
      #overlay.active {
        display: block;
        height: 100%;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; } }

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 59px;
    height: 59px;
    z-index: 9999;
    background: #ff8c9c;
    color: #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer; }
    .menu-trigger span {
      display: inline-block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      z-index: 4;
      left: 0;
      width: 55%;
      height: 1px;
      background: #fff;
      right: 0;
      margin: auto; }
      .menu-trigger span::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 1px;
        background: #ff8c9c;
        top: 0;
        right: 2px; }
      .menu-trigger span:nth-of-type(1) {
        top: 30%; }
      .menu-trigger span:nth-of-type(2) {
        top: 50%; }
      .menu-trigger span:nth-of-type(3) {
        bottom: 29%; }
    .menu-trigger.active span {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .menu-trigger.active span::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 1px;
        background: #fff;
        top: 0;
        right: 2px; }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(45deg);
        -ms-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg);
        top: 7px; }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(-45deg);
        -ms-transform: translateY(-20px) rotate(-45deg);
        transform: translateY(-20px) rotate(-45deg);
        bottom: 10px; } }

/*
//フッター
------------------------------------------------------------
*/
#footer {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 15px; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 50px 15px; } }

.footer_box {
  width: 100%;
  overflow: hidden; }

.footer_left {
  float: left;
  width: 55%;
  margin-right: 5%; }
  @media screen and (max-width: 767px) {
    .footer_left {
      float: inherit;
      width: 100%;
      margin: 0 0 5%; } }

.footer_right {
  float: right;
  text-align: right;
  width: 40%; }
  @media screen and (max-width: 767px) {
    .footer_right {
      float: inherit;
      width: 100%; } }

.f_txt01 {
  font-size: 2.686em;
  font-weight: 500;
  color: #ff8c9c; }
  @media screen and (max-width: 1200px) {
    .f_txt01 {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    .f_txt01 {
      font-size: 1.69em;
      margin-bottom: 10px; } }

.f_tel {
  font-size: 4.06em;
  color: #ff8c9c;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 70px;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media screen and (max-width: 1200px) {
    .f_tel {
      font-size: 3.06em; } }
  @media screen and (max-width: 767px) {
    .f_tel {
      font-size: 2.4em;
      padding-left: 55px;
      margin: 20px 0; } }
  .f_tel a {
    color: #ff8c9c; }
  .f_tel:before {
    position: absolute;
    content: '';
    background: url(../images/icon_tel.jpg) no-repeat center/contain;
    width: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; }
    @media screen and (max-width: 767px) {
      .f_tel:before {
        width: 45px; } }

.copy {
  font-size: 1.125em;
  text-align: center;
  background: #ff8c9c;
  color: #fff;
  font-weight: 500;
  padding: 14px; }

/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative;
  max-height: 800px; }
  @media screen and (max-width: 767px) {
    .main_img {
      margin-top: 58px; } }
  .main_img img {
    width: 100%;
    max-height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top; }
  .main_img .main_txt {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 45%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 700px; }
    @media screen and (max-width: 1200px) {
      .main_img .main_txt {
        width: 75%; } }
    .main_img .main_txt img {
      max-height: 700px;
      -o-object-fit: contain;
      object-fit: contain; }

.box_con {
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 5px solid #ff8c9c;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .box_con {
      width: 100%;
      display: block;
      border-radius: 20px;
      padding-bottom: 30px; } }
  .box_con_left {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .box_con_left {
        width: 100%;
        margin-bottom: 20px; } }
    .box_con_left img {
      border-radius: 24px 0 0 24px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .box_con_left img {
          border-radius: 14px 14px 0 0; } }
  .box_con_right {
    width: 55%;
    padding: 0 3%; }
    @media screen and (max-width: 767px) {
      .box_con_right {
        width: 100%;
        padding: 0;
        text-align: center; } }
    .box_con_right .list_con {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .box_con_right .list_con {
          margin-right: 0; } }
      .box_con_right .list_con li {
        font-size: 1.125em; }
        @media screen and (max-width: 767px) {
          .box_con_right .list_con li {
            font-size: .9em;
            margin-bottom: 10px; }
            .box_con_right .list_con li:last-child {
              margin-bottom: 0; } }
        .box_con_right .list_con li span {
          display: inline-block;
          width: 140px;
          text-align: center;
          color: #fff;
          background: #69cfe4;
          border-radius: 50px;
          font-weight: 500;
          margin: 0 14px 9px 0; }
          @media screen and (max-width: 767px) {
            .box_con_right .list_con li span {
              display: block;
              margin: 0 auto; } }
    .box_con_right .contel {
      color: #ff8c9c;
      text-align: center;
      font-size: 1.5em;
      font-weight: 500;
      position: relative; }
      @media screen and (max-width: 767px) {
        .box_con_right .contel {
          font-size: .9em;
          display: inline-block; } }
      .box_con_right .contel:before {
        position: absolute;
        content: '';
        border-left: 1px solid #ff8c9c;
        width: 1px;
        height: 25px;
        left: 15px;
        bottom: 8px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media screen and (max-width: 767px) {
          .box_con_right .contel:before {
            height: 15px;
            left: -15px;
            bottom: 5px; } }
      .box_con_right .contel:after {
        position: absolute;
        content: '';
        border-left: 1px solid #ff8c9c;
        width: 1px;
        height: 25px;
        right: 15px;
        bottom: 8px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          .box_con_right .contel:after {
            height: 15px;
            right: -15px;
            bottom: 5px; } }
    .box_con_right .con_tel {
      font-family: "Roboto", sans-serif;
      font-size: 3.93em;
      font-weight: 700;
      color: #ff8c9c;
      text-align: center;
      line-height: 1.2;
      padding-left: 60px;
      position: relative;
      letter-spacing: 0;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .box_con_right .con_tel {
          font-size: 2em;
          display: inline-block;
          padding-left: 40px;
          margin-bottom: 15px; } }
      .box_con_right .con_tel:before {
        position: absolute;
        content: '';
        background: url(../images/icon_tel.jpg) no-repeat center/contain;
        width: 55px;
        height: 44px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .box_con_right .con_tel:before {
            width: 30px; } }
      .box_con_right .con_tel a {
        color: #ff8c9c; }

.box_nayami {
  font-size: 1.56em;
  font-weight: 500;
  position: relative; }
  @media screen and (max-width: 767px) {
    .box_nayami {
      font-size: .9em; } }
  .box_nayami:before {
    position: absolute;
    content: '';
    background: url(../images/side_kakko.svg) no-repeat center/contain;
    width: 26px;
    height: 170px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .box_nayami:before {
        left: -12px; } }
  .box_nayami:after {
    position: absolute;
    content: '';
    background: url(../images/side_kakko.svg) no-repeat center/contain;
    width: 26px;
    height: 170px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    @media screen and (max-width: 767px) {
      .box_nayami:after {
        right: -12px; } }

.left_col {
  float: left;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .left_col {
      width: 48%; } }

.right_col {
  float: right;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .right_col {
      width: 48%; } }

.box_rei {
  padding: 90px 60px;
  background: #fff;
  border: 5px solid #69cfe4;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 767px) {
    .box_rei {
      padding: 60px 15px; } }
  .box_rei .box_rei_ttl {
    position: absolute;
    font-size: 1.56em;
    text-align: center;
    background: #fff;
    border: 5px solid #69cfe4;
    text-align: center;
    color: #69cfe4;
    font-weight: 800;
    max-width: 350px;
    width: 100%;
    padding: 8px 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px; }
    @media screen and (max-width: 767px) {
      .box_rei .box_rei_ttl {
        font-size: 1.3em;
        width: 60%; } }
  .box_rei_left {
    width: 48%;
    float: left;
    margin-right: 4%; }
    @media screen and (max-width: 767px) {
      .box_rei_left {
        margin-bottom: 15%; } }
    .box_rei_left img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .box_rei_right {
    width: 48%;
    float: right; }
    @media screen and (max-width: 767px) {
      .box_rei_right {
        margin-bottom: 15%; } }
    .box_rei_right img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .box_rei .rei_txt {
    background: #fff;
    text-align: center;
    color: #69cfe4;
    border: 3px solid #69cfe4;
    font-size: 1.25em;
    font-weight: 800;
    padding: 14px 5px;
    position: relative;
    margin: -35px auto;
    max-width: 275px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .box_rei .rei_txt {
        font-size: 1em;
        padding: 5px;
        margin: -10px auto;
        width: 90%; } }
    .box_rei .rei_txt:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 12px 0;
      border-color: transparent #69cfe4 transparent transparent;
      bottom: -15px;
      left: 0; }
    .box_rei .rei_txt:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 30px 0 0;
      border-color: #69cfe4 transparent transparent transparent;
      bottom: -15px;
      right: 0; }
  .box_rei .rei_txt02 {
    color: #ff8c9c;
    border: 3px solid #ff8c9c; }
    .box_rei .rei_txt02:before {
      border-color: transparent #ff8c9c transparent transparent; }
    .box_rei .rei_txt02:after {
      border-color: #ff8c9c transparent transparent transparent; }

.box_merit {
  text-align: center;
  background: #fff;
  font-size: 1.56em;
  font-weight: 500;
  border-radius: 10px;
  padding: 21.5px 5px;
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .box_merit {
      font-size: 1em;
      text-align: left;
      padding: 21.5px 10px; } }
  .box_merit:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 11px 0 11px;
    border-color: #fff transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -18px; }
  .box_merit:after {
    position: absolute;
    content: '';
    background: url(../images/woman02.png) no-repeat center/contain;
    width: 203px;
    height: 146px;
    right: 0;
    top: -143px; }
    @media screen and (max-width: 767px) {
      .box_merit:after {
        width: 83px;
        height: 227px; } }

.box_merit02 {
  position: relative;
  margin: 20px 0 100px 0; }
  @media screen and (max-width: 767px) {
    .box_merit02 {
      margin: 20px 0 50px 0; } }
  .box_merit02:before {
    position: absolute;
    content: '';
    background: url(../images/side_kakko_white.svg) no-repeat center/contain;
    width: 26px;
    height: 170px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .box_merit02:after {
    position: absolute;
    content: '';
    background: url(../images/side_kakko_white.svg) no-repeat center/contain;
    width: 26px;
    height: 170px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

.box_merit03 {
  background: #fff;
  border-radius: 20px;
  padding: 100px 80px; }
  @media screen and (max-width: 767px) {
    .box_merit03 {
      padding: 30px 15px; } }

.box_staff {
  position: relative; }
  .box_staff_img {
    max-width: 980px;
    float: right;
    position: relative; }
    @media screen and (max-width: 767px) {
      .box_staff_img {
        float: inherit; } }
    .box_staff_img:before {
      position: absolute;
      content: '';
      background: #fff6be;
      width: 357px;
      height: 80px;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 1200px) {
        .box_staff_img:before {
          width: 510px; } }
      @media screen and (max-width: 767px) {
        .box_staff_img:before {
          content: none; } }
  .box_staff_ttl {
    clear: both;
    font-size: 2.5em;
    color: #ff8c9c;
    font-weight: 800;
    margin: -70px 0 30px 0;
    display: inline-block;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      .box_staff_ttl {
        font-size: 1.4em;
        margin: 10px 0 5px 0;
        line-height: 1.5; } }
  .box_staff_txt {
    clear: both;
    font-size: 1.56em;
    color: #4d4d4d;
    font-weight: 500;
    max-width: 980px;
    float: right; }
    @media screen and (max-width: 767px) {
      .box_staff_txt {
        float: inherit;
        font-size: 1em; } }
  .box_staff .maru06 {
    position: absolute;
    width: 9%;
    left: -10%;
    top: 80%; }
  .box_staff .maru07 {
    position: absolute;
    width: 5.5%;
    left: 0%;
    top: 100%; }

.box_blue {
  border: 5px solid #69cfe4;
  position: relative;
  padding: 160px 90px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .box_blue {
      padding: 70px 15px 50px; } }
  .box_blue_ttl {
    max-width: 664px;
    width: 100%;
    background: #fff;
    color: #69cfe4;
    border: 5px solid #69cfe4;
    border-radius: 10px;
    font-size: 2.18em;
    text-align: center;
    font-weight: 800;
    margin: 0 auto;
    display: block;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -56px; }
    @media screen and (max-width: 767px) {
      .box_blue_ttl {
        width: 90%;
        font-size: 1.2em;
        padding: 10px;
        top: -33px; } }
    .box_blue_ttl:before {
      position: absolute;
      content: '';
      background: url(../images/fukidashi.png) no-repeat center/cover;
      width: 24px;
      height: 22px;
      left: 0;
      right: 0;
      bottom: -22px;
      margin: 0 auto; }
  .box_blue_ttl02 {
    color: #69cfe4;
    font-size: 2.06em;
    font-weight: 800;
    width: 100%;
    text-align: center;
    border: 5px solid #69cfe4;
    margin-bottom: 40px;
    color: #4d4d4d; }
    @media screen and (max-width: 767px) {
      .box_blue_ttl02 {
        font-size: 1.2em;
        margin-bottom: 25px; } }
  .box_blue_left {
    width: 50%;
    padding: 0 8%; }
    @media screen and (max-width: 767px) {
      .box_blue_left {
        width: 100%;
        padding: 0 20%;
        margin-bottom: 20px; } }
  .box_blue_right {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .box_blue_right {
        width: 100%; } }

/*
6:ul
------------------------------------------------------------
*/
.list_nayami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4em 0 6.25em; }
  @media screen and (max-width: 767px) {
    .list_nayami {
      margin: 4em 0; } }
  .list_nayami li {
    width: 31%;
    margin: 0 3.5% 5% 0; }
    @media screen and (max-width: 767px) {
      .list_nayami li {
        width: 48%;
        margin: 0 4% 10% 0; } }
    .list_nayami li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .list_nayami li:nth-child(3n) {
          margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .list_nayami li:nth-child(2n) {
        margin-right: 0; } }
    .list_nayami li:last-child {
      margin-right: 0; }
  .list_nayami_img {
    text-align: center; }
  .list_nayami_ttl {
    background: #fff;
    text-align: center;
    color: #69cfe4;
    border: 3px solid #69cfe4;
    font-size: 1.25em;
    font-weight: 800;
    padding: 14px 5px;
    position: relative;
    margin: -45px 0 0 0; }
    @media screen and (max-width: 767px) {
      .list_nayami_ttl {
        padding: 12px 3px;
        font-size: .9em;
        margin: -25px 0 0 0; } }
    .list_nayami_ttl:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 12px 0;
      border-color: transparent #69cfe4 transparent transparent;
      bottom: -15px;
      left: 0; }
    .list_nayami_ttl:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 30px 0 0;
      border-color: #69cfe4 transparent transparent transparent;
      bottom: -15px;
      right: 0; }

.list_02 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .list_02 {
      margin-top: 50px; } }
  .list_02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 3px dotted #ff8c9c; }
    @media screen and (max-width: 767px) {
      .list_02 li {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .list_02 li:first-child {
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .list_02 li:first-child {
          margin-top: 30px; } }
    .list_02 li:last-child {
      margin-bottom: 0; }
  .list_02_left {
    width: 40%;
    margin-right: 2%;
    float: left;
    text-align: center;
    font-size: 1.56em;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .list_02_left {
        font-size: 1em; } }
    .list_02_left img {
      display: block;
      width: 66px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 767px) {
        .list_02_left img {
          width: 25px; } }
  .list_02_img {
    width: 18%;
    margin-right: 2%; }
  .list_02_right {
    width: 40%;
    float: right;
    text-align: center;
    font-size: 1.56em;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .list_02_right {
        font-size: 1em; } }
    .list_02_right span {
      display: block;
      color: #ff8c9c;
      font-size: 2.11em; }
      @media screen and (max-width: 767px) {
        .list_02_right span {
          font-size: 1.5em; } }

.list_point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .list_point li {
      display: block;
      margin-bottom: 50px; } }
  .list_point li:last-child {
    margin-bottom: 0; }

.list_point_left {
  width: 25%;
  margin-right: 5%; }
  @media screen and (max-width: 767px) {
    .list_point_left {
      width: 50%;
      margin: 0 auto; } }
  .list_point_left span {
    font-size: 2.18em;
    font-family: "Roboto", sans-serif;
    color: #69cfe4;
    text-align: center;
    display: block;
    margin: -30px 0 0 0; }
    @media screen and (max-width: 767px) {
      .list_point_left span {
        font-size: 2em; } }

.list_point_right {
  width: 70%;
  font-size: 1.56em;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .list_point_right {
      font-size: 1em;
      width: 100%;
      margin: 0 0 5% 0; } }
  .list_point_right span {
    display: block;
    color: #69cfe4;
    font-size: 1.32em;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .list_point_right span {
        line-height: 1.5;
        margin-bottom: 5px;
        text-align: center; } }

.list_ng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .list_ng {
      display: block; } }
  .list_ng li {
    width: 48%;
    margin: 0 4% 5% 0;
    background: #fff;
    border: 3px solid #4c4c4c;
    padding: 30px 20px 30px 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .list_ng li {
        width: 100%;
        margin: 0 0% 15% 0; } }
    .list_ng li:before {
      position: absolute;
      content: '';
      background: url(../images/ng.png) no-repeat center/contain;
      width: 94px;
      height: 105px;
      left: 10px;
      top: -15px; }
      @media screen and (max-width: 767px) {
        .list_ng li:before {
          width: 50px;
          height: 60px;
          top: -30px; } }
    .list_ng li:nth-child(2n) {
      margin-right: 0; }
  .list_ng_ttl {
    font-size: 1.875em;
    font-weight: 800;
    border-bottom: 2px solid #4d4d4d;
    margin: 0 0 30px 90px;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .list_ng_ttl {
        font-size: 1.4em;
        margin: 0 0 15px 0;
        padding-bottom: 10px; } }
  .list_ng_txt {
    font-size: 1.56em;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .list_ng_txt {
        font-size: 1em; } }

.list_box {
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .list_box {
      margin: 75px 0 50px; } }
  .list_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .list_box li {
        display: block;
        margin-bottom: 80px; } }
    .list_box li:last-child {
      margin-bottom: 0; }
  .list_box_left {
    position: relative;
    width: 70%;
    background: #fff;
    padding: 100px 50px 50px 50px;
    font-size: 1.56em; }
    @media screen and (max-width: 767px) {
      .list_box_left {
        width: 100%;
        padding: 75px 15px 30px;
        font-size: 1em; } }
    .list_box_left .fuki_txt {
      max-width: 579px;
      width: 100%;
      background: #fff;
      color: #ff8c9c;
      border: 5px solid #ff8c9c;
      border-radius: 10px;
      font-size: 33px;
      text-align: center;
      font-weight: 800;
      margin: 0 auto;
      display: block;
      padding: 14px 10px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -50px; }
      @media screen and (max-width: 767px) {
        .list_box_left .fuki_txt {
          width: 80%;
          font-size: 16px;
          padding: 5px 10px; } }
      .list_box_left .fuki_txt:before {
        position: absolute;
        content: '';
        background: url(../images/fukidashi_pink.png) no-repeat center/cover;
        width: 24px;
        height: 22px;
        left: 0;
        right: 0;
        bottom: -22px;
        margin: 0 auto; }
  .list_box_right {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .list_box_right {
        width: 100%;
        margin-bottom: 20px; } }
    .list_box_right img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .list_box_right img {
          height: auto; } }
  .list_box .maru01 {
    position: absolute;
    width: 15%;
    right: -10%;
    top: -300px; }
  .list_box .maru02 {
    position: absolute;
    width: 9%;
    right: -18%;
    top: -120px; }
  .list_box .maru03 {
    position: absolute;
    width: 15%;
    left: -20%;
    top: 30%;
    bottom: 0;
    margin: auto; }
  .list_box .maru04 {
    position: absolute;
    width: 9%;
    left: -6%;
    top: 40%;
    bottom: 0;
    margin: auto;
    z-index: -1; }
  .list_box .maru05 {
    position: absolute;
    width: 15%;
    right: -10%;
    bottom: -10%;
    z-index: -1; }

.list_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px; }
  @media screen and (max-width: 767px) {
    .list_price {
      display: block; } }
  .list_price li {
    width: 48%;
    margin-right: 4%; }
    @media screen and (max-width: 767px) {
      .list_price li {
        width: 100%;
        margin: 0 0 4% 0; } }
    .list_price li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .list_price li:last-child {
          margin: 0; } }

.list_qa li {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 90px 50px 70px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .list_qa li {
      padding: 85px 10px 50px;
      margin-bottom: 80px; } }
  .list_qa li:last-child {
    margin-bottom: 0; }

.list_qa_q {
  max-width: 875px;
  width: 100%;
  background: #fff;
  color: #ff8c9c;
  border: 5px solid #ff8c9c;
  border-radius: 10px;
  font-size: 33px;
  text-align: center;
  font-weight: 800;
  margin: 0 auto;
  display: block;
  padding: 14px 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px; }
  @media screen and (max-width: 767px) {
    .list_qa_q {
      padding: 5px;
      width: 90%;
      font-size: 16px;
      top: -30px; } }
  .list_qa_q:before {
    position: absolute;
    content: '';
    background: url(../images/fukidashi_pink.png) no-repeat center/cover;
    width: 24px;
    height: 22px;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: 0 auto; }

.list_qa_a {
  font-size: 2.06em;
  font-weight: 800;
  text-align: center;
  color: #ff8c9c;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .list_qa_a {
      font-size: 1.5em;
      margin-bottom: 15px; } }

.table_time {
  width: 100%;
  font-size: 1.56em;
  color: #4d4d4d;
  margin-bottom: 30px; }
  @media screen and (max-width: 1200px) {
    .table_time {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .table_time {
      margin-bottom: 15px; } }
  .table_time tr.bg_blue {
    color: #fff;
    background: #69cfe4; }
  .table_time .th01 {
    width: 35%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .table_time .th01 {
        width: 40%; } }
  .table_time td {
    text-align: center;
    padding: 5px 0; }
  .table_time th {
    text-align: center;
    padding: 5px 0; }
  .table_time .b_gray {
    border-bottom: 1px solid #4d4d4d; }

.map {
  position: relative; }
  .map::before {
    content: '';
    display: block;
    padding: 60% 0 0;
    height: 573px; }
    @media screen and (max-width: 767px) {
      .map::before {
        height: 300px; } }
  .map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.last_wrap {
  background: url(../images/f_bg.jpg) no-repeat center/cover;
  width: 100%;
  padding: 9.375em 0; }
  @media screen and (max-width: 767px) {
    .last_wrap {
      padding: 4em 0; } }

.box_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .box_last {
      display: block; } }
  .box_last_left {
    width: 62%;
    background: #fff;
    border: 5px solid #ff8c9c;
    border-radius: 10px;
    padding: 70px 50px 60px;
    position: relative;
    margin-right: 77px; }
    @media screen and (max-width: 1200px) {
      .box_last_left {
        padding: 50px 15px 40px; } }
    @media screen and (max-width: 767px) {
      .box_last_left {
        width: 100%;
        padding: 70px 15px 50px; } }
    .box_last_left .last_ttl {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -36px;
      text-align: center;
      font-size: 1.875em;
      font-weight: 800;
      color: #fff;
      background: #ff8c9c;
      max-width: 533px;
      width: 100%;
      padding: 10px 0; }
      @media screen and (max-width: 1200px) {
        .box_last_left .last_ttl {
          max-width: 90%;
          font-size: 1.2em; } }
    .box_last_left:before {
      position: absolute;
      content: '';
      background: url(../images/fukidashi02.png) no-repeat center/contain;
      width: 77px;
      height: 43px;
      right: -77px;
      bottom: 40px; }
      @media screen and (max-width: 767px) {
        .box_last_left:before {
          content: none; } }
    .box_last_left .last_txt02 {
      font-size: 1.56em;
      color: #4d4d4d;
      font-weight: 500; }
      @media screen and (max-width: 1200px) {
        .box_last_left .last_txt02 {
          font-size: 1.2em; } }
      @media screen and (max-width: 767px) {
        .box_last_left .last_txt02 {
          font-size: 1em; } }
  .box_last_right {
    width: 38%;
    display: table-column; }
    @media screen and (max-width: 767px) {
      .box_last_right {
        width: 100%;
        display: inherit; } }
    .box_last_right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .box_last_right .last_txt {
      text-align: center;
      color: #fff;
      font-size: 1.875em;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .box_last_right .last_txt {
          color: #ff8c9c;
          font-size: 1.5em;
          margin: 5px 0 10px; } }
      .box_last_right .last_txt span {
        font-size: .7666em;
        margin-right: 15px; }

/*
9:タイトル
------------------------------------------------------------
*/
.ttl_fuki {
  max-width: 664px;
  width: 100%;
  background: #fff;
  color: #69cfe4;
  border: 5px solid #69cfe4;
  border-radius: 10px;
  font-size: 2.18em;
  text-align: center;
  font-weight: 800;
  margin: 0 auto;
  display: block;
  padding: 17px 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ttl_fuki {
      font-size: 1.18em; } }
  .ttl_fuki:before {
    position: absolute;
    content: '';
    background: url(../images/fukidashi.png) no-repeat center/cover;
    width: 24px;
    height: 22px;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: 0 auto; }

.ttl01 {
  text-align: center; }
  .ttl01 span {
    font-size: 1.56em;
    font-weight: 800;
    position: relative; }
    @media screen and (max-width: 767px) {
      .ttl01 span {
        font-size: 1.1em; } }
    .ttl01 span:before {
      position: absolute;
      content: '';
      background: url(../images/side.png) no-repeat center/contain;
      width: 23px;
      height: 36px;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      left: -50px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .ttl01 span:after {
      position: absolute;
      content: '';
      background: url(../images/side.png) no-repeat center/contain;
      width: 23px;
      height: 36px;
      right: -50px;
      top: 0;
      bottom: 0;
      margin: auto; }

.ttl01_2 {
  color: #fff352; }
  .ttl01_2 span:before {
    background: url(../images/side_yellow.png) no-repeat center/contain;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .ttl01_2 span:after {
    background: url(../images/side_yellow.png) no-repeat center/contain;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

.ttl02 {
  font-size: 3.125em;
  color: #ff8c9c;
  font-weight: 800;
  margin-bottom: 70px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ttl02 {
      font-size: 1.5em;
      margin-bottom: 40px; } }
  .ttl02:before {
    position: absolute;
    content: '';
    background: url(../images/woman.png) no-repeat center/contain;
    width: 225px;
    height: 250px;
    top: -70px;
    left: -10px; }
    @media screen and (max-width: 1200px) {
      .ttl02:before {
        z-index: -1;
        width: 140px; } }
    @media screen and (max-width: 767px) {
      .ttl02:before {
        width: 65px; } }
  .ttl02:after {
    position: absolute;
    content: '';
    background: url(../images/side_ha.svg) no-repeat center/contain;
    width: 193px;
    height: 145px;
    top: 0px;
    right: 20px; }
    @media screen and (max-width: 1200px) {
      .ttl02:after {
        z-index: -1;
        width: 130px; } }
  @media screen and (max-width: 1200px) and (max-width: 767px) {
    .ttl02:after {
      width: 65px;
      right: 0; } }

.ttl02_2 {
  color: #fff;
  margin-bottom: 60px; }
  .ttl02_2:before {
    content: none; }
  .ttl02_2:after {
    content: none; }

.ttl02_3 {
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .ttl02_3 {
      margin-bottom: 50px; } }
  .ttl02_3:before {
    content: none; }
  .ttl02_3:after {
    content: none; }

.ttl03 {
  font-size: 2.1875em;
  text-align: center;
  color: #fff;
  background: #ff8c9c;
  position: relative;
  max-width: 701px;
  width: 100%;
  font-weight: 800;
  display: block;
  margin: 0 auto 70px;
  padding: 19.5px 10px;
  z-index: -0; }
  @media screen and (max-width: 767px) {
    .ttl03 {
      width: 80%;
      font-size: 1.2em;
      margin: 0 auto 50px; } }
  .ttl03:before {
    position: absolute;
    content: '';
    background: url(../images/side_ribon.png) no-repeat center/contain;
    width: 111px;
    height: 102px;
    bottom: -40px;
    left: -60px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .ttl03:before {
        width: 55px;
        bottom: -45px;
        left: -25px; } }
  .ttl03:after {
    position: absolute;
    content: '';
    background: url(../images/side_ribon.png) no-repeat center/contain;
    width: 111px;
    height: 102px;
    bottom: -40px;
    right: -60px;
    z-index: -1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    @media screen and (max-width: 767px) {
      .ttl03:after {
        width: 55px;
        bottom: -45px;
        right: -25px; } }

.ttl04 {
  text-align: center;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .ttl04 {
      margin-bottom: 30px; } }
  .ttl04 span.ttl04_txt {
    font-size: 2.06em;
    font-weight: 800;
    color: #ff8c9c;
    position: relative; }
    @media screen and (max-width: 767px) {
      .ttl04 span.ttl04_txt {
        font-size: 1.2em; } }
    .ttl04 span.ttl04_txt:before {
      position: absolute;
      content: '';
      background: url(../images/side_dot.png) no-repeat center/contain;
      width: 64px;
      height: 99px;
      left: -70px;
      bottom: -10px; }
      @media screen and (max-width: 767px) {
        .ttl04 span.ttl04_txt:before {
          width: 40px;
          left: -80px;
          bottom: -25px; } }
    .ttl04 span.ttl04_txt:after {
      position: absolute;
      content: '';
      background: url(../images/side_dot.png) no-repeat center/contain;
      width: 64px;
      height: 99px;
      right: -100px;
      bottom: -10px;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
      @media screen and (max-width: 767px) {
        .ttl04 span.ttl04_txt:after {
          width: 40px;
          right: -40px;
          bottom: -25px; } }

.ttl05 {
  font-size: 1.875em;
  font-weight: 800;
  border: 3px solid #4d4d4d;
  border-radius: 50px;
  text-align: center;
  max-width: 425px;
  width: 100%;
  padding: 5px; }
  @media screen and (max-width: 767px) {
    .ttl05 {
      font-size: .9em; } }

.ttl06 {
  font-size: 2.079em;
  font-weight: 800;
  text-align: center;
  color: #ff8c9c;
  margin-bottom: 3.3em; }
  @media screen and (max-width: 767px) {
    .ttl06 {
      font-size: 1.4em; } }

/*
10：装飾
------------------------------------------------------------
*/
.bg_yellow {
  background: #fff352;
  padding: 5.625em 0; }
  @media screen and (max-width: 767px) {
    .bg_yellow {
      padding: 4em 0; } }

.bg_yellow02 {
  background: rgba(255, 238, 125, 0.5);
  padding: 8.75em 0 5.93em; }
  @media screen and (max-width: 767px) {
    .bg_yellow02 {
      padding: 4em 0; } }

.bg_dotblue {
  background: url(../images/bg_dot.jpg);
  padding: 5.93em 0 8.75em; }
  @media screen and (max-width: 767px) {
    .bg_dotblue {
      padding: 5em 0 4em; } }

.bg_dotpink {
  background: url(../images/bg_dotpink.jpg);
  padding: 10.6em 0 8.43em;
  border-top: 5px dotted #ff8c9c;
  position: relative; }
  @media screen and (max-width: 767px) {
    .bg_dotpink {
      padding: 6em 0 4em; } }
  .bg_dotpink .price_img {
    position: absolute;
    max-width: 622px;
    width: 100%;
    margin: 0 auto;
    top: -100px;
    left: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .bg_dotpink .price_img {
        top: -50px; } }

.bg_blue {
  background: #69cfe4;
  padding: 5.625em 0 8.75em; }
  @media screen and (max-width: 767px) {
    .bg_blue {
      padding: 4em 0; } }

.txt_center {
  text-align: center; }

.txt_center02 {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .txt_center02 {
      text-align: left; } }

.txt_25 {
  font-size: 1.5625em; }
  @media screen and (max-width: 767px) {
    .txt_25 {
      font-size: 1.1em; } }

.txt_35 {
  font-size: 2.18em; }
  @media screen and (max-width: 767px) {
    .txt_35 {
      font-size: 1.5em; } }

.txt_45 {
  font-size: 2.8125em; }
  @media screen and (max-width: 767px) {
    .txt_45 {
      font-size: 1.5em; } }

.txt_me {
  font-weight: 500; }

.txt_ex {
  font-weight: 800; }

.txt_pink {
  color: #ff8c9c;
  border: 3px solid #ff8c9c; }

.txt_yellow {
  color: #fff352; }

.txt_white {
  color: #fff; }

.txt_right {
  float: right; }

.txt_gray {
  color: #4d4d4d; }

span.b_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff352));
  background: -webkit-linear-gradient(transparent 40%, #fff352 40%);
  background: -o-linear-gradient(transparent 40%, #fff352 40%);
  background: linear-gradient(transparent 40%, #fff352 40%); }

.over_flow {
  overflow: hidden;
  clear: both; }

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

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%; }

a.btn {
  width: 749px;
  font-size: 2.18em;
  font-weight: 800;
  color: #ff8c9c;
  position: relative;
  background: #fff;
  text-align: center;
  border: 5px solid #ff8c9c;
  border-radius: 80px;
  padding: .54em;
  margin: 0 auto 45px;
  display: block;
  position: relative;
  -webkit-transition: .3;
  -o-transition: .3;
  transition: .3; }
  @media screen and (max-width: 767px) {
    a.btn {
      width: 100%;
      font-size: 1.2em;
      line-height: 1.2; } }
  a.btn img {
    width: 38px;
    margin: 5px 22px 0 0; }
    @media screen and (max-width: 767px) {
      a.btn img {
        width: 19px;
        margin: 0 10px 0 0; } }
  a.btn:before {
    position: absolute;
    content: '';
    background: url(../images/arrow.jpg) no-repeat center/contain;
    width: 32px;
    height: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
    -webkit-transition: .3;
    -o-transition: .3;
    transition: .3; }
    @media screen and (max-width: 767px) {
      a.btn:before {
        width: 18px;
        right: 15px; } }
  a.btn:hover {
    opacity: .85;
    -webkit-transition: .3;
    -o-transition: .3;
    transition: .3; }
    a.btn:hover:before {
      right: 35px;
      -webkit-transition: .3;
      -o-transition: .3;
      transition: .3; }
      @media screen and (max-width: 767px) {
        a.btn:hover:before {
          right: 10px; } }

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m100 {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .m100 {
      margin-bottom: 50px; } }

.m110 {
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .m110 {
      margin-bottom: 50px; } }

.m120 {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .m120 {
      margin-bottom: 60px; } }

.m130 {
  margin-bottom: 130px; }

.m0 {
  margin-bottom: 0; }

.m10 {
  margin-bottom: 10px; }

.m15 {
  margin-bottom: 15px; }

.m20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 30px; }

.m40 {
  margin-bottom: 40px; }

.m50 {
  margin-bottom: 50px; }

.fadein {
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }
  .fadein.fade_up {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  .fadein.fade_down {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  .fadein.fade_left {
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  .fadein.fade_right {
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
