@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/6.7.2/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    padding: 30px 0;
    font-size: 16px;
    color: #333; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: 'M PLUS Rounded 1c','Zen Maru Gothic','Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px; }

.inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1%;
  box-sizing: border-box; }

.inner_wide {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1%;
  box-sizing: border-box; }

.section {
  padding: 120px 0; }

.red {
  font-weight: bold;
  color: #e95532; }

.brown {
  margin-bottom: 56px;
  font-size: 40px;
  font-weight: 800;
  color: #6a3906;
  text-align: center; }

@media screen and (max-width: 896px) {
  .inner_wide {
    width: 90%;
    padding: 0; }

  .inner {
    width: 90%;
    padding: 0; }

  .sp_none {
    display: none !important; }

  .section {
    padding: 60px 0; }

  .brown {
    width: 90%;
    margin: 0 auto 28px;
    font-size: 20px; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; }

  #menu {
    visibility: hidden; } }
/*　mmenu
----------------------------------------------------*/
@media screen and (max-width: 896px) {
  .sp_menu {
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 30px;
    background: #111; }
    .sp_menu a {
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
      .sp_menu a i {
        font-size: 30px;
        color: #fff; }

  .sp_nav {
    visibility: visible; }

  .mm-listitem > a i {
    margin-right: 8px; }

  .mm-listitem > a, .mm-listitem > span {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #666 !important; }

  #mm-1 > ul > li:nth-child(8) > a {
    width: 80%;
    margin: 0 auto;
    color: #fff !important;
    background: #111; }

  #mm-1 > ul > li:nth-child(8) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(8)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(9) > a {
    width: 80%;
    margin: 10px auto 0;
    color: #FFF !important;
    background: #111; }

  #mm-1 > ul > li:nth-child(10) > a {
    width: 80%;
    margin: 10px auto 0;
    color: #FFF !important;
    background: #111; } }
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　見出し2
----------------------------------------------------*/
h2 {
  width: 100%;
  margin-bottom: 56px;
  text-align: center; }

h2 + p {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  line-height: 56px;
  text-align: center; }

@media screen and (min-width: 896px) and (max-width: 1520px) {
  h2 img {
    width: 90%; } }
@media screen and (max-width: 896px) {
  h2 {
    margin-bottom: 40px; }

  h2 + p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px; } }
/*　テーブル
----------------------------------------------------*/
/* 背景
----------------------------------------------------*/
.bk_yellow {
  position: relative;
  background: rgba(255, 250, 220, 0.45);
  z-index: 0; }
  .bk_yellow::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../images/common/pattern.png) repeat;
    z-index: -1; }

.bk_blue {
  background: #3e63a2; }
  .bk_blue h2 + p {
    color: #fff; }

/*****************************************************

 メールフォーム装飾
 
*****************************************************/
.contactform_container {
  width: 100%; }
  .contactform_container p {
    font-size: 14px; }

.agreementicon {
  padding: 2px 14px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background: #c30d23; }

.confirm_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  border: 1px solid #ffFF00;
  background: #F9A638; }

.policy_title {
  padding: 10px 0 0;
  font-size: 18px;
  text-align: center; }

.privacypolicy {
  width: 100%;
  height: 200px;
  position: relative;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #666666;
  text-align: left !important;
  border: 1px solid #ccc;
  background: #fff;
  overflow-y: scroll; }
  .privacypolicy p {
    text-align: left !important; }
  .privacypolicy h3 {
    font-size: 18px; }
  .privacypolicy h4 {
    margin: 24px 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #666666; }
    .privacypolicy h4:first-child {
      margin-top: 0; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.thanks_container {
  text-align: center; }

#formWrap {
  padding: 80px 0; }
  #formWrap h3 {
    margin-bottom: 40px; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  width: 30%;
  height: auto;
  display: block;
  padding: 10px 0;
  margin: 50px auto;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #DB621D; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 896px) {
  .contactform_container p {
    font-size: 14px; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 10px 0; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
    border-bottom: none; }

  .contactform_container table tr:last-child th {
    border-bottom: 1px solid #00013f; }

  .privacypolicy {
    width: 100%;
    margin-bottom: 24px; }

  .privacypolicy h4 {
    font-size: 15px; }

  .thanks_container .link_btn {
    width: 100%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #FFF;
  transition: all .3s; }
  input[type="text"].w100, input[type="tel"].w100, input[type="number"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="number"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="number"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="number"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="number"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

input[type='checkbox'] {
  width: 20px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
  appearance: none;
  outline: none;
  cursor: pointer; }
  input[type='checkbox']::before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    display: block;
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #fff; }
  input[type='checkbox']:checked::before {
    background-color: #B3B3B3; }
  input[type='checkbox']::after {
    width: 4px;
    height: 12px;
    position: absolute;
    content: '';
    left: 8px;
    top: 2px;
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    cursor: pointer;
    font-size: 14px;
    color: #333; }
    input[type="radio"] + span::before {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      display: block;
      border: 1px solid #B3B3B3;
      border-radius: 50%;
      transform: translateY(-50%);
      background: #fff; }
  input[type="radio"]:checked + span::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    display: block;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #666666; }
  input[type="radio"]:checked + span::before {
    border: 1px solid #B3B3B3; }

input[type="submit"] {
  width: 35%;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 32px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  background: #111;
  transition: .3s;
  cursor: pointer; }
  input[type="submit"]:hover {
    opacity: 0.7;
    transition: .3s; }

input[type="button"] {
  width: 35%;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 56px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  border: 1px solid #111;
  border-radius: 8px;
  background: #FFF;
  transition: .3s;
  cursor: pointer; }
  input[type="button"]:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 90%;
    margin: 24px auto 0;
    padding: 12px 0; }

  input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0;
    margin-bottom: 0; } }
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  position: relative;
  z-index: 1; }

.global_nav {
  width: auto; }
  .global_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px;
    box-sizing: border-box; }
    .global_nav ul li {
      margin-right: 24px; }
      .global_nav ul li:last-of-type {
        margin-right: 0;
        border-right: 0; }
      .global_nav ul li a {
        width: 275px;
        display: block;
        padding: 16px 0;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        text-align: center;
        border-radius: 30px; }
        .global_nav ul li a i {
          margin-right: 5px; }
        .global_nav ul li a:hover {
          opacity: 0.7;
          transition: .3s; }
      .global_nav ul li .b_blue {
        background: #103f99; }
      .global_nav ul li .b_orange {
        background: #e95532; }
      .global_nav ul li .b_yellow {
        color: #6a3906;
        background: #fcd65c; }

.header_wrapper {
  width: 100%;
  min-width: 1300px;
  position: absolute;
  display: flex;
  justify-content: space-between; }
  .header_wrapper .header_ttl {
    width: 330px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 0 0 40px 0;
    background: #3e63a2; }
    .header_wrapper .header_ttl a {
      width: 100%;
      height: 100%;
      position: absolute;
      content: '';
      top: 0;
      left: 0; }
    .header_wrapper .header_ttl:hover {
      opacity: 0.7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .header_wrapper {
    min-width: 100%; }

  .header_wrapper .header_ttl {
    width: 140px;
    padding: 16px;
    border-radius: 0 0 20px 0; } }
.main_cover {
  width: 100%;
  position: relative; }
  .main_cover figure {
    width: 100%;
    font-size: 0; }
    .main_cover figure img {
      width: 100%; }
  .main_cover::after {
    width: 307px;
    height: 273px;
    position: absolute;
    bottom: -80px;
    right: 40px;
    content: '';
    background: url("../images/home/main_cover_after.png") center/cover no-repeat; }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .main_cover::after {
    width: 227px;
    height: 202px;
    right: 20px; } }
@media screen and (max-width: 896px) {
  .main_cover::after {
    width: 137px;
    height: 121px;
    bottom: -20px;
    right: 15px; } }
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  padding: 120px 80px 0;
  box-sizing: border-box;
  background: #3e63a2; }

.footer_area {
  width: 100%;
  position: relative;
  padding: 80px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #fff; }
  .footer_area::after {
    width: 200px;
    height: 134px;
    position: absolute;
    top: -40px;
    right: -40px;
    content: '';
    background: url("../images/home/footer_bk_after.png") center/cover no-repeat; }
  .footer_area .top_area {
    width: 100%;
    padding-bottom: 64px;
    margin-bottom: 64px;
    border-bottom: 2px solid #3e63a2; }
    .footer_area .top_area h2 {
      font-size: 40px;
      font-weight: 800;
      color: #333; }
    .footer_area .top_area .tel_link {
      display: block;
      font-size: 64px;
      font-weight: 800;
      color: #3e63a2;
      text-decoration: none;
      text-align: center; }
      .footer_area .top_area .tel_link i {
        margin-right: 24px; }
      .footer_area .top_area .tel_link:hover {
        opacity: 0.7;
        transition: .3s; }
    .footer_area .top_area p {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      text-align: center; }
    .footer_area .top_area ul {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 48px; }
      .footer_area .top_area ul li {
        width: 25%;
        margin-right: 24px; }
        .footer_area .top_area ul li:last-of-type {
          margin-right: 0;
          border-right: 0; }
        .footer_area .top_area ul li a {
          display: block;
          padding: 16px 0;
          box-sizing: border-box;
          font-size: 18px;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          text-align: center;
          border-radius: 40px; }
          .footer_area .top_area ul li a i {
            margin-right: 5px; }
          .footer_area .top_area ul li a:hover {
            opacity: 0.7;
            transition: .3s; }
        .footer_area .top_area ul li .b_blue {
          background: #103f99; }
        .footer_area .top_area ul li .b_orange {
          background: #e95532; }
        .footer_area .top_area ul li .b_yellow {
          color: #6a3906;
          background: #fcd65c; }
  .footer_area .under_area {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .footer_area .under_area .left_area {
      width: 48%;
      margin-right: 40px; }
      .footer_area .under_area .left_area a {
        display: block;
        text-align: center; }
        .footer_area .under_area .left_area a img {
          width: 450px; }
        .footer_area .under_area .left_area a:hover {
          opacity: 0.7;
          transition: .3s; }
      .footer_area .under_area .left_area p {
        margin-top: 48px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        text-align: center; }
    .footer_area .under_area .right_area {
      width: 48%; }
      .footer_area .under_area .right_area .link_01 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .footer_area .under_area .right_area .link_01 li {
          width: 32%;
          margin: 0 2% 2% 0; }
          .footer_area .under_area .right_area .link_01 li a {
            font-size: 16px;
            font-weight: 500;
            color: #333;
            text-decoration: none; }
            .footer_area .under_area .right_area .link_01 li a:hover {
              opacity: 0.7;
              transition: .3s; }
          .footer_area .under_area .right_area .link_01 li:nth-of-type(3n) {
            margin-right: 0; }
      .footer_area .under_area .right_area .link_02 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 40px; }
        .footer_area .under_area .right_area .link_02 li {
          width: 32%;
          margin-right: 2%; }
          .footer_area .under_area .right_area .link_02 li a {
            width: 100%;
            display: block;
            padding: 20px;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            text-decoration: none;
            text-align: center;
            border-radius: 10px;
            background: #111; }
            .footer_area .under_area .right_area .link_02 li a i {
              margin-right: 5px; }
            .footer_area .under_area .right_area .link_02 li a:hover {
              opacity: 0.7;
              transition: .3s; }
          .footer_area .under_area .right_area .link_02 li:last-of-type {
            margin-right: 0; }

.copy_area {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 896px) {
  .global_footer {
    padding: 60px 20px 0; }

  .footer_area {
    padding: 48px 20px;
    border-radius: 10px; }

  .footer_area::after {
    width: 120px;
    height: 80px;
    right: -5px; }

  .footer_area .top_area {
    padding-bottom: 40px;
    margin-bottom: 40px; }

  .footer_area .top_area h2 {
    font-size: 24px; }

  .footer_area .top_area .tel_link {
    font-size: 24px; }

  .footer_area .top_area .tel_link i {
    margin-right: 10px; }

  .footer_area .top_area p {
    margin-top: 14px;
    font-size: 14px; }

  .footer_area .top_area ul {
    width: 100%;
    margin-top: 48px;
    flex-wrap: wrap; }

  .footer_area .top_area ul li {
    width: 100%;
    margin: 0 0 16px; }

  .footer_area .top_area ul li a {
    width: 100%;
    padding: 12px 0;
    font-size: 14px; }

  .footer_area .top_area ul li:last-of-type {
    margin-bottom: 0; }

  .footer_area .under_area {
    width: 100%;
    flex-wrap: wrap; }

  .footer_area .under_area .left_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }

  .footer_area .under_area .left_area a img {
    width: 80%; }

  .footer_area .under_area .left_area p {
    margin-top: 24px;
    font-size: 14px; }

  .footer_area .under_area .right_area {
    width: 100%; }

  .footer_area .under_area .right_area .link_01 {
    width: 100%;
    flex-wrap: wrap; }

  .footer_area .under_area .right_area .link_01 li {
    width: 100%;
    margin: 0 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc; }

  .footer_area .under_area .right_area .link_01 li a {
    width: 100%;
    font-size: 14px; }

  .footer_area .under_area .right_area .link_02 {
    width: 100%;
    margin-top: 32px;
    flex-wrap: wrap; }

  .footer_area .under_area .right_area .link_02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px; }
    .footer_area .under_area .right_area .link_02 li:last-of-type {
      margin-bottom: 0; }

  .footer_area .under_area .right_area .link_02 li a {
    width: 100%;
    padding: 12px;
    font-size: 14px; }

  .copy_area {
    font-size: 14px; } }
/*****************************************************

 Page - Home
 
*****************************************************/
/* トップ
----------------------------------------------------*/
.sec1_area {
  margin-top: -120px; }
  .sec1_area figure {
    width: 100%; }
    .sec1_area figure img {
      width: 100%; }

@media screen and (max-width: 896px) {
  .sec1_area {
    margin-top: -30px; } }
/* こんなお悩みありませんか？
----------------------------------------------------*/
.sec2_area {
  width: 100%;
  position: relative;
  margin-top: -600px; }
  .sec2_area figure {
    width: 100%;
    position: relative; }
    .sec2_area figure::after {
      width: 866px;
      height: 816px;
      position: absolute;
      top: 50%;
      right: 40px;
      content: '';
      transform: translate(0, -50%);
      background: url("../images/home/sec2_txt.png") center/cover no-repeat; }
    .sec2_area figure img {
      width: 100%;
      position: relative;
      z-index: -1; }

@media screen and (min-width: 896px) and (max-width: 1400px) {
  .sec2_area {
    margin-top: -470px; }

  .sec2_area h2 img {
    width: 90%; }

  .sec2_area figure::after {
    width: 516px;
    height: 487px; } }
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .sec2_area {
    margin-top: -350px; } }
@media screen and (max-width: 896px) {
  .sec2_area {
    margin-top: -530px; }

  .sec2_area h2 img {
    width: 90%; }

  .sec2_area figure {
    z-index: 1; }

  .sec2_area figure:nth-of-type(2) {
    width: 90%;
    margin: 0 auto; }

  .sec2_area figure:last-of-type {
    margin-top: -100px;
    z-index: -1; }

  .sec2_area figure::after {
    display: none; } }
/* そのお悩み、そのままにしないで下さい！
----------------------------------------------------*/
@media screen and (max-width: 896px) {
  .sec3_area h2 img {
    width: 90%;
    margin-top: 48px; } }
/* 資料請求・ご相談はこちら
----------------------------------------------------*/
.link_area {
  width: 55%;
  position: relative;
  margin: 120px auto;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #e95532; }
  .link_area h2 {
    margin-bottom: 32px;
    font-size: 56px;
    font-weight: 800;
    color: #fff; }
  .link_area ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .link_area ul li {
      /*width: 32.2%; 3カラムの場合*/
      width: 65%;
      margin-right: 24px;
      /*.b_blue{
      	background: #103f99;
      }
      
      .b_orange{
      	background: #e95532;
      }
      
      .b_yellow{
      	color: #6a3906;
      	background: #fcd65c;
      }*/ }
      .link_area ul li:last-of-type {
        margin-right: 0;
        border-right: 0; }
      .link_area ul li a {
        display: block;
        padding: 16px 0;
        box-sizing: border-box;
        font-size: 28px;
        font-weight: bold;
        color: #e95532;
        text-decoration: none;
        text-align: center;
        border-radius: 40px;
        background: #fff !important; }
        .link_area ul li a i {
          margin-right: 5px; }
        .link_area ul li a:hover {
          opacity: 0.7;
          transition: .3s; }
  .link_area::before {
    width: 152px;
    height: 150px;
    position: absolute;
    bottom: -50px;
    left: -40px;
    content: '';
    background: url("../images/home/illust.png") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .link_area {
    width: 90%;
    margin: 60px auto;
    padding: 20px;
    border: 5px solid #e95532;
    border-radius: 20px; }

  .link_area::before {
    width: 82px;
    height: 78px;
    bottom: -50px;
    left: -20px; }

  .link_area h2 {
    margin-bottom: 20px;
    font-size: 24px; }

  .link_area ul {
    width: 100%;
    flex-wrap: wrap; }

  .link_area ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px; }

  .link_area ul li a {
    width: 100%;
    padding: 12px 0;
    font-size: 16px; }

  .link_area ul li:last-of-type {
    margin-bottom: 0; } }
/* 疲れやすい体・元気に笑顔
----------------------------------------------------*/
.sec4_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .sec4_area figure {
    width: 50%;
    font-size: 0; }
    .sec4_area figure img {
      width: 100%; }

@media screen and (max-width: 896px) {
  .sec4_area {
    flex-wrap: wrap; }

  .sec4_area figure {
    width: 100%; } }
/* ぐうすけはあなたの寝顔を”笑顔”にするために生まれた『枕』です！
----------------------------------------------------*/
.sec5_area {
  padding: 80px 0 0; }
  .sec5_area figure {
    width: 100%;
    position: relative;
    margin-top: 80px;
    font-size: 0; }
    .sec5_area figure img {
      width: 100%; }
    .sec5_area figure::after {
      width: 550px;
      height: 678px;
      position: absolute;
      top: -64px;
      right: 64px;
      content: '';
      background: url("../images/home/sec5_img_01.png") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .sec5_area {
    padding: 60px 0 0; }

  .sec5_area h2 img {
    width: 90%; }

  .sec5_area figure::after {
    width: 120px;
    height: 149px;
    right: 14px; } }
/* 『ぐうすけ』とは？
----------------------------------------------------*/
.sec6_area {
  position: relative; }
  .sec6_area::before {
    width: 200px;
    height: 216px;
    position: absolute;
    top: -40px;
    left: 80px;
    content: '';
    background: url("../images/home/bk_before.png") center/cover no-repeat; }
  .sec6_area .brown + p {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 56px;
    text-align: center; }
  .sec6_area .img_area {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 80px; }
    .sec6_area .img_area figure {
      width: 50%;
      margin-right: 40px;
      font-size: 0; }
      .sec6_area .img_area figure img {
        width: 100%; }
      .sec6_area .img_area figure:last-of-type {
        margin-right: 0; }
  .sec6_area .commitment_area {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56px; }
    .sec6_area .commitment_area .commitment_item {
      width: 31.4%;
      margin-right: 3%; }
      .sec6_area .commitment_area .commitment_item figure {
        width: 100%;
        font-size: 0; }
        .sec6_area .commitment_area .commitment_item figure img {
          width: 100%; }
      .sec6_area .commitment_area .commitment_item p {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        font-size: 20px;
        font-weight: 500;
        color: #6a3906;
        border-radius: 0 0 10px 10px;
        background: #fff; }
      .sec6_area .commitment_area .commitment_item:nth-of-type(2) {
        margin-top: 40px; }
      .sec6_area .commitment_area .commitment_item:last-of-type {
        margin-right: 0; }

@media screen and (max-width: 896px) {
  .sec6_area::before {
    display: none; }

  .sec6_area h2 img {
    width: 80%; }

  .sec6_area .brown + p {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 32px; }

  .sec6_area .img_area {
    width: 90%;
    margin: 40px auto 64px;
    flex-wrap: wrap; }

  .sec6_area .img_area figure {
    width: 100%;
    margin-right: 0; }

  .sec6_area .img_area figure:last-of-type {
    margin-top: 40px; }

  .sec6_area .inner .brown {
    width: 100%; }

  .sec6_area .inner .brown + p {
    width: 100%; }

  .sec6_area .commitment_area {
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap; }

  .sec6_area .commitment_area .commitment_item {
    width: 85%;
    margin-right: 0; }

  .sec6_area .commitment_area .commitment_item:last-of-type {
    margin-top: 40px; }

  .sec6_area .commitment_area .commitment_item p {
    font-size: 16px; } }
/* オーダーメイド枕ぐうすけの紹介動画
----------------------------------------------------*/
.sec7_area {
  width: 100%;
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #3e63a2 0%, #3e63a2 72%, #fff 72%, #fff 100%);
  z-index: -1; }
  .sec7_area .youtube_area {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 56px auto 0; }
    .sec7_area .youtube_area .youtube_item {
      width: 48%;
      margin-right: 40px; }
      .sec7_area .youtube_area .youtube_item h3 {
        text-align: center; }
        .sec7_area .youtube_area .youtube_item h3 span {
          display: inline-block;
          margin-bottom: 32px;
          font-size: 28px;
          font-weight: 600;
          color: #fff;
          background: linear-gradient(transparent 60%, #fcd65c 50%); }
      .sec7_area .youtube_area .youtube_item .movie {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9; }
      .sec7_area .youtube_area .youtube_item:last-of-type {
        margin-right: 0; }
  .sec7_area::before {
    width: 136px;
    height: 742px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url("../images/home/sec7_bk_before.png") center/cover no-repeat;
    z-index: -1; }
  .sec7_area::after {
    width: 136px;
    height: 742px;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: url("../images/home/sec7_bk_after.png") center/cover no-repeat;
    z-index: -1; }

@media screen and (max-width: 896px) {
  .sec7_area {
    padding: 60px 0;
    background: #3e63a2; }

  .sec7_area h2 img {
    width: 95%; }

  .sec7_area::before, .sec7_area::after {
    display: none; }

  .sec7_area .youtube_area {
    width: 90%;
    margin: 40px auto 0;
    flex-wrap: wrap; }

  .sec7_area .youtube_area .youtube_item {
    width: 100%;
    margin-right: 0; }

  .sec7_area .youtube_area .youtube_item h3 span {
    margin-bottom: 28px;
    font-size: 18px;
    background: linear-gradient(transparent 70%, #fcd65c 50%); }

  .sec7_area .youtube_area .youtube_item:last-of-type {
    margin-top: 40px; } }
/* ぐうすけ開発者の紹介
----------------------------------------------------*/
.sec8_area {
  width: 100%;
  position: relative; }
  .sec8_area::after {
    width: 100%;
    height: 480px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background: url("../images/home/sec8_bk_after.png") center/cover no-repeat;
    z-index: -1; }
  .sec8_area .img_area {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    .sec8_area .img_area figure {
      width: 48%;
      margin-right: 40px;
      font-size: 0; }
      .sec8_area .img_area figure img {
        width: 100%; }
      .sec8_area .img_area figure:last-of-type {
        margin-right: 0; }

@media screen and (max-width: 896px) {
  .sec8_area h2 img {
    width: 85%; }

  .sec8_area .img_area {
    width: 90%;
    flex-wrap: wrap; }

  .sec8_area .img_area figure {
    width: 100%;
    margin-right: 0; }

  .sec8_area .img_area figure:last-of-type {
    margin-top: 48px; }

  .sec8_area::after {
    height: 120px; } }
/* ぐうすけが選ばれる5つの理由
----------------------------------------------------*/
.sec9_area {
  width: 100%;
  position: relative;
  z-index: -1; }
  .sec9_area::before {
    width: 200px;
    height: 216px;
    position: absolute;
    top: 40px;
    left: 40px;
    content: '';
    background: url("../images/home/bk_before.png") center/cover no-repeat;
    z-index: -1; }
  .sec9_area::after {
    width: 805px;
    height: 770px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background: url("../images/home/sec9_bk_after.png") center/cover no-repeat;
    z-index: -1; }
  .sec9_area .img_area {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto; }
    .sec9_area .img_area figure {
      width: 48%;
      margin-right: 40px;
      font-size: 0; }
      .sec9_area .img_area figure img {
        width: 100%; }
      .sec9_area .img_area figure:last-of-type {
        margin-right: 0; }

@media screen and (max-width: 896px) {
  .sec9_area h2 img {
    width: 97%; }

  .sec9_area .img_area {
    width: 90%;
    flex-wrap: wrap; }

  .sec9_area .img_area figure {
    width: 100%;
    margin-right: 0; }

  .sec9_area .img_area figure:last-of-type {
    margin-top: 48px; }

  .sec9_area::after, .sec9_area::before {
    display: none; } }
/* まくらができるまでの手順
----------------------------------------------------*/
#flow {
  position: relative; }
  #flow::before {
    width: 300px;
    height: 259px;
    position: absolute;
    top: -40px;
    left: 40px;
    content: '';
    background: url("../images/home/sec10_bk_before.png") center/cover no-repeat;
    z-index: 1; }

.sec10_area {
  width: 100%;
  position: relative; }
  .sec10_area .flow_area {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 80px auto 0; }
    .sec10_area .flow_area .flow_item {
      width: 32%;
      margin: 0 2% 6% 0; }
      .sec10_area .flow_area .flow_item figure {
        width: 100%;
        position: relative;
        font-size: 0; }
        .sec10_area .flow_area .flow_item figure img {
          width: 100%;
          border: 10px solid #fcd65c;
          border-radius: 10px 10px 0 0;
          box-sizing: border-box; }
        .sec10_area .flow_area .flow_item figure figcaption {
          width: 90px;
          height: 90px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: -45px;
          left: 0;
          right: 0;
          margin: 0 auto;
          border-radius: 50%;
          font-size: 60px;
          font-weight: bold;
          color: #fff;
          background: #e95532; }
      .sec10_area .flow_area .flow_item .txt_are {
        width: 100%;
        padding: 8px 20px 20px;
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;
        text-align: center;
        background: #fcd65c; }
        .sec10_area .flow_area .flow_item .txt_are h3 {
          font-size: 28px;
          font-weight: 600;
          color: #6a3906; }
        .sec10_area .flow_area .flow_item .txt_are p {
          font-size: 20px;
          font-weight: 500;
          color: #6a3906; }
      .sec10_area .flow_area .flow_item:nth-of-type(3n) {
        margin-right: 0; }
      .sec10_area .flow_area .flow_item:last-of-type {
        margin-right: 0; }
      .sec10_area .flow_area .flow_item:nth-last-of-type(-n+2) {
        margin-bottom: 0; }

@media screen and (max-width: 896px) {
  #flow::before {
    display: none;
    /*width: 130px;height: 109px;top: -80px;left: 220px;*/ }

  .sec10_area h2 img {
    width: 80%; }

  .sec10_area .flow_area {
    width: 90%;
    margin: 80px auto 0; }

  .sec10_area .flow_area .flow_item {
    width: 100%;
    margin: 0 0 80px 0; }

  .sec10_area .flow_area .flow_item:nth-last-of-type(-n+2) {
    margin-bottom: 80px; }

  .sec10_area .flow_area .flow_item figure figcaption {
    width: 70px;
    height: 70px;
    top: -35px;
    font-size: 48px; }

  .sec10_area .flow_area .flow_item .txt_are h3 {
    font-size: 20px; }

  .sec10_area .flow_area .flow_item .txt_are p {
    font-size: 14px; }

  .sec10_area .flow_area .flow_item:last-of-type {
    margin-bottom: 0 !important; } }
/* お客様の声
----------------------------------------------------*/
.sec11_area {
  width: 100%;
  position: relative; }
  .sec11_area::before {
    width: 200px;
    height: 216px;
    position: absolute;
    top: 40px;
    left: 40px;
    content: '';
    background: url("../images/home/bk_before.png") center/cover no-repeat; }
  .sec11_area::after {
    width: 250px;
    height: 200px;
    position: absolute;
    bottom: -64px;
    right: 40px;
    content: '';
    background: url("../images/home/sec11_bk_after.png") center/cover no-repeat;
    z-index: 1; }
  .sec11_area .voice_area {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 260px auto 64px; }
    .sec11_area .voice_area .voice_item {
      width: 30%;
      position: relative;
      margin-right: 2%;
      font-size: 0; }
      .sec11_area .voice_area .voice_item::before {
        width: 200px;
        height: 200px;
        position: absolute;
        top: -70px;
        right: 50%;
        content: '';
        transform: translate(50%, -50%);
        z-index: 1; }
      .sec11_area .voice_area .voice_item figure {
        width: 100%;
        position: relative;
        font-size: 0; }
        .sec11_area .voice_area .voice_item figure img {
          width: 100%; }
        .sec11_area .voice_area .voice_item figure figcaption {
          margin-top: 8px;
          font-size: 28px;
          font-weight: 600;
          color: #fff;
          text-align: center; }
      .sec11_area .voice_area .voice_item:nth-of-type(1)::before {
        background: url("../images/home/sec11_icon_01.png") center/cover no-repeat; }
      .sec11_area .voice_area .voice_item:nth-of-type(2)::before {
        background: url("../images/home/sec11_icon_02.png") center/cover no-repeat; }
      .sec11_area .voice_area .voice_item:nth-of-type(3)::before {
        background: url("../images/home/sec11_icon_03.png") center/cover no-repeat; }
      .sec11_area .voice_area .voice_item:nth-of-type(4)::before {
        background: url("../images/home/sec11_icon_04.png") center/cover no-repeat; }
      .sec11_area .voice_area .voice_item:last-of-type {
        margin-right: 0; }
  .sec11_area .txt_area {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fffadc; }
    .sec11_area .txt_area p {
      font-size: 28px;
      font-weight: 600;
      color: #6a3906;
      text-align: center; }

@media screen and (max-width: 896px) {
  .sec11_area h2 img {
    width: 60%; }

  .sec11_area .voice_area {
    width: 90%;
    margin: 100px auto 48px;
    flex-wrap: wrap; }

  .sec11_area .voice_area .voice_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 140px; }
    .sec11_area .voice_area .voice_item:nth-of-type(2n) {
      margin-right: 0; }

  .sec11_area .voice_area .voice_item:nth-last-of-type(-n+2) {
    margin-bottom: 0; }

  .sec11_area .voice_area .voice_item figure figcaption {
    font-size: 18px; }

  .sec11_area .voice_area .voice_item::before {
    width: 100px;
    height: 100px;
    top: -40px; }

  .sec11_area .txt_area {
    padding: 20px; }

  .sec11_area .txt_area p {
    font-size: 16px; }

  .sec11_area::before {
    display: none; }

  .sec11_area::after {
    width: 130px;
    height: 103px;
    bottom: -25px;
    right: 10px; } }
/* よくある質問
----------------------------------------------------*/
#question {
  position: relative; }
  #question::before {
    width: 750px;
    height: 265px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: url("../images/home/sec12_bk_before.png") center/cover no-repeat; }

.details {
  max-width: 1200px;
  margin: 40px auto 0;
  background: #fff; }

.details-summary {
  position: relative;
  display: block;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fcd65c; }
  .details-summary:hover {
    cursor: pointer;
    opacity: 1.0; }
  .details-summary .btn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 37%;
    right: 32px;
    transform-origin: center center;
    transition-duration: 0.2s; }
    .details-summary .btn::before, .details-summary .btn::after {
      width: 25px;
      height: 4px;
      position: absolute;
      top: 10px;
      left: 0;
      content: "";
      border-radius: 10px;
      background-color: #fff; }
    .details-summary .btn::before {
      width: 4px;
      height: 25px;
      top: 0;
      left: 10px; }
    .details-summary .btn:hover {
      cursor: pointer;
      opacity: 0.8; }
  .details-summary h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 800;
    color: #6a3906; }
  .details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    .details-summary.is-active .btn::before {
      content: none; }

.paragraph {
  margin-top: 20px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(252, 214, 92, 0.2); }
  .paragraph p {
    font-size: 16px;
    font-weight: 600; }
    .paragraph p .tel_link {
      text-decoration: none;
      color: #333; }
      .paragraph p .tel_link:hover {
        opacity: 0.7;
        transition: .3s; }

@media screen and (max-width: 896px) {
  #question::before {
    width: 270px;
    height: 96px; }

  .sec12_area h2 img {
    width: 60%; }

  .details {
    margin: 20px auto 0; }

  .details-summary {
    padding: 20px 40px 20px 20px; }

  .details-summary h3 {
    font-size: 18px; }

  .details-summary .btn {
    width: 18px;
    height: 18px;
    right: 15px; }

  .details-summary .btn::after {
    width: 18px;
    top: 7px; }

  .details-summary .btn::before {
    height: 18px;
    left: 7px; }

  .details-summary::-webkit-details-marker {
    display: none; }

  .paragraph {
    padding: 20px; }

  .paragraph p {
    font-size: 14px; } }
/* 今すぐお問い合わせ
----------------------------------------------------*/
.sec13_area {
  width: 100%;
  position: relative; }
  .sec13_area::before {
    width: 200px;
    height: 216px;
    position: absolute;
    top: 40px;
    left: 40px;
    content: '';
    background: url("../images/home/bk_before.png") center/cover no-repeat; }
  .sec13_area::after {
    width: 330px;
    height: 350px;
    position: absolute;
    bottom: -100px;
    right: 40px;
    content: '';
    background: url("../images/home/sec13_bk_after.png") center/cover no-repeat;
    z-index: 1; }

@media screen and (max-width: 896px) {
  .sec13_area h2 img {
    width: 75%; }

  .sec13_area::before {
    display: none; }

  .sec13_area::after {
    width: 130px;
    height: 139px;
    bottom: -45px;
    right: 10px; } }
.mailform {
  width: 100%;
  padding: 64px;
  box-sizing: border-box;
  margin-top: 64px;
  border-radius: 30px;
  background: #fff; }
  .mailform table {
    width: 100%; }
    .mailform table tr th {
      width: 30%;
      padding: 12px 16px 12px 0;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 600;
      color: #111;
      vertical-align: top; }
      .mailform table tr th span {
        color: #b8272d; }
    .mailform table tr td {
      width: 70%;
      padding: 12px 0 12px 16px;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 500;
      color: #333;
      vertical-align: top; }

@media screen and (max-width: 896px) {
  .mailform {
    padding: 20px;
    margin-top: 40px;
    border-radius: 20px; }

  .mailform table tr th {
    width: 100%;
    display: block;
    padding: 12px 0 0; }

  .mailform table tr td {
    width: 100%;
    display: block;
    padding: 12px 0; } }
/* 公式Instagram
----------------------------------------------------*/
.sec14_area {
  width: 100%;
  position: relative; }
  .sec14_area::before {
    width: 528px;
    height: 429px;
    position: absolute;
    top: -80px;
    left: 0;
    content: '';
    background: url("../images/home/sec14_bk_before.png") center/cover no-repeat;
    z-index: -1; }
  .sec14_area::after {
    width: 252px;
    height: 200px;
    position: absolute;
    bottom: 40px;
    right: 0;
    content: '';
    background: url("../images/home/sec14_bk_after.png") center/cover no-repeat;
    z-index: -1; }

@media screen and (max-width: 896px) {
  .sec14_area h2 img {
    width: 75%; }

  .sec14_area::before, .sec14_area::after {
    display: none; } }
