@charset "UTF-8";
/* Scss Document */
header {
  /*background: white;*/
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 9999;
  transition: .3s; }
  @media (max-width: 1214px) {
    header {
      height: 76px; } }
  header.changeColor {
    background: #fdf2e3;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1); }
  header h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 33px;
    width: 350px;
    /*z-index: 9999;*/ }
    @media (max-width: 1214px) {
      header h1 {
        left: 5%;
        width: 180px; } }
  header nav.header {
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    align-items: center;
    height: 70px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0 0 25px; }
    @media (max-width: 1214px) {
      header nav.header {
        display: none; } }
    header nav.header ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      color: #e56433; }
      header nav.header ul li a {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: .2em;
        line-height: 1em;
        padding: .5rem 1rem;
        display: block; }
        header nav.header ul li a img {
          height: 15px;
          width: auto; }
        header nav.header ul li a:hover {
          opacity: .5; }
      @media (max-width: 1295px) {
        header nav.header ul {
          margin-right: .5rem; }
          header nav.header ul li a {
            letter-spacing: 0.1em;
            padding: .5rem .5rem; } }
  header .toggle {
    position: absolute;
    z-index: 9999;
    top: 19px;
    right: 33px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-color: white;
    border-radius: 23px;
    display: none; }
    @media (max-width: 1214px) {
      header .toggle {
        display: block; } }
    @media (max-width: 600px) {
      header .toggle {
        right: 5%; } }
    header .toggle .inner {
      position: absolute;
      width: 20px;
      height: 11px;
      top: 12px;
      left: 13px; }
      header .toggle .inner::after {
        display: block;
        position: absolute;
        bottom: -14px;
        left: -4px;
        content: url("../img/toggle_menu.svg"); }
      header .toggle .inner span {
        position: absolute;
        left: 0;
        height: 1px;
        /*線の太さ*/
        width: 100%;
        /*長さ*/
        background-color: #e77d56;
        transition: all 0.25s ease-in-out; }
      header .toggle .inner span:nth-of-type(1) {
        top: 0; }
      header .toggle .inner span:nth-of-type(2) {
        top: 5px; }
      header .toggle .inner span:nth-of-type(3) {
        bottom: 0; }
    header .toggle.active .inner::after {
      display: block;
      content: url("../img/toggle_close.svg"); }
    header .toggle.active .inner span:nth-of-type(1) {
      transform: translateY(5px) rotate(-45deg); }
    header .toggle.active .inner span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      animation: active-menu-bar02 .8s forwards; }
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
    header .toggle.active .inner span:nth-of-type(3) {
      transform: translateY(-5px) rotate(45deg); }
  header .sp_menu {
    background-color: #e77d56;
    width: 100%;
    height: calc( var(--vh) * 100 );
    min-height: calc( var(--vh) * 100 );
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    transform: translateX(100%);
    box-sizing: border-box;
    padding-top: 70px; }
    header .sp_menu.active {
      visibility: visible;
      opacity: 1;
      transform: none; }
    header .sp_menu nav.header_sp {
      padding-top: 50px;
      width: 90%;
      margin: auto; }
      header .sp_menu nav.header_sp ul {
        text-align: center; }
        header .sp_menu nav.header_sp ul li a {
          display: block;
          padding: 10px; }

.ad {
  background: white;
  box-sizing: border-box;
  position: relative;
  border-radius: 38px;
  box-sizing: border-box;
  padding: 60px 0 35px; }
  .ad h3 {
    width: 70%;
    max-width: 424px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -65%); }
  @media (max-width: 600px) {
    .ad {
      border-radius: 18px;
      padding: 30px 0 15px; } }
  .ad .ad_inner {
    width: 90%;
    max-width: 804px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    .ad .ad_inner a {
      display: block;
      width: 47%;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2)); }
    @media (max-width: 600px) {
      .ad .ad_inner {
        flex-direction: column;
        justify-content: center; }
        .ad .ad_inner a {
          margin: auto;
          width: 100%;
          max-width: 295px; }
          .ad .ad_inner a:first-of-type {
            margin-bottom: 10px; } }

section.sec01 {
  width: 100%;
  background: url("../img/top_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 175px 0 315px;
  position: relative;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  @media (max-width: 1100px) {
    section.sec01 {
      padding: 175px 0 315px; } }
  @media (max-width: 600px) {
    section.sec01 {
      padding: 80px 0 82px;
      background: url("../img/top_bg_sp.jpg") no-repeat center center;
      background-size: cover; } }
  section.sec01 h2 {
    width: 95%;
    max-width: 1000px;
    margin: auto; }
  section.sec01 div {
    width: 500px;
    position: absolute;
    left: calc(50% - 250px); }
    @media (max-width: 600px) {
      section.sec01 div {
        width: 230px;
        left: calc(50% - 115px); } }

section.sec02 {
  background: url("../img/top_bg3.jpg") repeat center center;
  padding-bottom: 70px; }
  @media (max-width: 600px) {
    section.sec02 {
      padding-bottom: 30px; } }
  section.sec02 .wrap_1 {
    background: url("../img/top_bg2.png") no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    padding: 144px 0 80px; }
    @media (max-width: 600px) {
      section.sec02 .wrap_1 {
        padding: 144px 0 40px;
        background-size: 400% auto; } }
    section.sec02 .wrap_1 ul {
      width: 90%;
      max-width: 957px;
      margin: -10px auto auto; }
      section.sec02 .wrap_1 ul li {
        margin-bottom: 8px; }
      @media (max-width: 600px) {
        section.sec02 .wrap_1 ul {
          max-width: 325px;
          margin-bottom: 10px; }
          section.sec02 .wrap_1 ul li {
            margin-bottom: 0px; } }
    section.sec02 .wrap_1 .arrow {
      width: 90%;
      max-width: 764px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -121px;
      filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4)); }
      @media (max-width: 600px) {
        section.sec02 .wrap_1 .arrow {
          max-width: 335px;
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4)); } }
  section.sec02 > h3 {
    width: 90%;
    max-width: 366px;
    margin: -22px auto 25px;
    position: relative; }
    @media (max-width: 600px) {
      section.sec02 > h3 {
        margin: 22px auto 25px;
        max-width: 261px; } }
  section.sec02 .wrap_2 {
    box-sizing: border-box;
    border: 10px solid #f4c4b3;
    background: url("../img/sec02_2_bg.jpg") no-repeat right center;
    background-size: auto 100%;
    background-color: white;
    border-radius: 40px;
    padding: 25px 400px 25px 30px;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 35px; }
    section.sec02 .wrap_2 h4 {
      margin-bottom: 20px; }
    section.sec02 .wrap_2 p span {
      font-size: 1.25rem; }
    @media (max-width: 1100px) {
      section.sec02 .wrap_2 {
        padding: 25px 250px 25px 30px; } }
    @media (max-width: 600px) {
      section.sec02 .wrap_2 {
        border: 5px solid #f4c4b3;
        background: url("../img/sec02_2_bg_sp.jpg") no-repeat center bottom;
        background-size: 100% auto;
        background-color: white;
        padding: 25px 20px 200px; }
        section.sec02 .wrap_2 h4 {
          margin-bottom: 15px; }
        section.sec02 .wrap_2 p span {
          font-size: 1rem; } }
  section.sec02 .wrap_3 img {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2)); }
  section.sec02 .wrap_4 {
    margin-top: 35px;
    box-sizing: border-box;
    background: url("../img/sec02_4_bg.jpg") no-repeat left center;
    background-size: auto 100%;
    background-color: white;
    border-radius: 40px;
    padding: 25px 0; }
    section.sec02 .wrap_4 .ue {
      width: 90%;
      max-width: 788px;
      margin: auto; }
    section.sec02 .wrap_4 figure {
      width: 350px;
      margin: -58px auto 16px; }
      section.sec02 .wrap_4 figure img {
        border-radius: 20px; }
    section.sec02 .wrap_4 .sita {
      width: 90%;
      max-width: 597px;
      margin: auto; }
    @media (max-width: 1100px) {
      section.sec02 .wrap_4 figure {
        width: 300px;
        margin: -40px auto 16px; } }
    @media (max-width: 600px) {
      section.sec02 .wrap_4 {
        background: url("../img/sec02_4_bg_sp.jpg") no-repeat center top;
        background-size: 100% auto;
        background-color: white; }
        section.sec02 .wrap_4 .ue {
          max-width: 287px; }
        section.sec02 .wrap_4 figure {
          width: 300px;
          margin: 12px auto 16px; }
          section.sec02 .wrap_4 figure img {
            border-radius: 20px; }
        section.sec02 .wrap_4 .sita {
          max-width: 331px; } }

section.sec03 {
  background-color: #fdf2e3;
  padding: 220px 0 42px; }
  @media (max-width: 600px) {
    section.sec03 {
      padding: 180px 0 30px; } }
  section.sec03 .wrap_1 {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
    background-color: #e56433;
    border-radius: 40px;
    padding: 64px 0 38px; }
    section.sec03 .wrap_1 h3 {
      width: 528px;
      position: absolute;
      top: -142px;
      left: calc(50% - 264px); }
    section.sec03 .wrap_1 ul {
      width: 95%;
      margin: auto;
      display: flex;
      justify-content: space-between; }
      section.sec03 .wrap_1 ul li {
        width: 24%; }
    @media (max-width: 600px) {
      section.sec03 .wrap_1 {
        width: 100%;
        border-radius: 0;
        padding: 10px 0 15px; }
        section.sec03 .wrap_1 h3 {
          width: 100%;
          top: 2px;
          transform: translateY(-100%);
          left: 0; }
        section.sec03 .wrap_1 ul {
          flex-wrap: wrap; }
          section.sec03 .wrap_1 ul li {
            width: 48%;
            margin-bottom: 10px; } }
  section.sec03 .point {
    background-image: repeating-linear-gradient(0deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px), repeating-linear-gradient(90deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px);
    background-repeat: repeat;
    background-color: #fcf9f5;
    width: 90%;
    max-width: 1000px;
    margin: 180px auto auto;
    box-sizing: border-box;
    border: 3px dashed #f89800;
    border-radius: 40px;
    position: relative;
    padding: 80px 0 40px; }
    @media (max-width: 600px) {
      section.sec03 .point {
        padding: 0 0 40px;
        margin: 84px auto auto;
        background: none;
        border: none; } }
    section.sec03 .point .mark {
      position: absolute;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
      top: -140px;
      left: calc(50% - 60px);
      z-index: 2; }
      @media (max-width: 600px) {
        section.sec03 .point .mark {
          top: -50px;
          left: calc(50% - 38px); }
          section.sec03 .point .mark img {
            width: 76px;
            height: 76px; } }
    section.sec03 .point h4 {
      position: absolute;
      background-color: #e56433;
      width: 600px;
      height: 88px;
      border-radius: 44px;
      top: -44px;
      left: calc(50% - 300px);
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
      z-index: 1; }
      section.sec03 .point h4 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      @media (max-width: 600px) {
        section.sec03 .point h4 {
          position: static;
          width: 100%;
          border-radius: 18px;
          height: 92px; }
          section.sec03 .point h4 img {
            position: absolute;
            top: calc(50% + 12px);
            left: 50%;
            transform: translate(-50%, -50%); } }
    section.sec03 .point .box {
      background-color: white;
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
      box-sizing: border-box;
      padding: 25px 35px;
      border-radius: 35px; }
      @media (max-width: 600px) {
        section.sec03 .point .box {
          border-radius: 15px;
          padding: 25px 20px; } }
    section.sec03 .point.p1 .box, section.sec03 .point.p2 .box {
      width: 90%;
      max-width: 800px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section.sec03 .point.p1 .box .text, section.sec03 .point.p2 .box .text {
        width: 38%; }
        section.sec03 .point.p1 .box .text img, section.sec03 .point.p2 .box .text img {
          width: 100%;
          max-width: 216px;
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
          margin-bottom: 1rem; }
      section.sec03 .point.p1 .box figure, section.sec03 .point.p2 .box figure {
        width: 55%; }
        section.sec03 .point.p1 .box figure img, section.sec03 .point.p2 .box figure img {
          border-radius: 30px; }
      @media (max-width: 600px) {
        section.sec03 .point.p1 .box, section.sec03 .point.p2 .box {
          width: 100%;
          margin-top: 15px;
          flex-direction: column; }
          section.sec03 .point.p1 .box .text, section.sec03 .point.p2 .box .text {
            width: 100%;
            margin-bottom: 15px; }
          section.sec03 .point.p1 .box figure, section.sec03 .point.p2 .box figure {
            width: 100%; } }
    section.sec03 .point.p3 > p {
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
    section.sec03 .point.p3 ul {
      width: 90%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      section.sec03 .point.p3 ul .box {
        width: 49%; }
        section.sec03 .point.p3 ul .box:nth-of-type(-n+2) {
          margin-bottom: 18px; }
        section.sec03 .point.p3 ul .box h5 {
          margin-bottom: 20px; }
        section.sec03 .point.p3 ul .box p {
          margin-top: 20px; }
    @media (max-width: 600px) {
      section.sec03 .point.p3 ul .box {
        width: 100%; }
        section.sec03 .point.p3 ul .box:nth-of-type(-n+3) {
          margin-bottom: 15px; } }
    section.sec03 .point.p4 > p {
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
      section.sec03 .point.p4 > p span {
        font-size: 1.75rem;
        color: #e56433; }
    section.sec03 .point.p4 .box {
      width: 90%;
      max-width: 800px;
      margin: auto; }
      section.sec03 .point.p4 .box table {
        width: 90%;
        max-width: 500px;
        margin: auto; }
        section.sec03 .point.p4 .box table tr:nth-of-type(odd) {
          background-color: #ebe6e1; }
        section.sec03 .point.p4 .box table tr:nth-of-type(even) {
          background-color: #f7f6f4; }
        section.sec03 .point.p4 .box table tr th {
          color: #e56433;
          text-align: left;
          font-size: 1.1rem; }
        section.sec03 .point.p4 .box table tr td {
          text-align: right;
          font-size: 1.25rem; }
          section.sec03 .point.p4 .box table tr td span {
            font-size: .8rem; }
        section.sec03 .point.p4 .box table tr th, section.sec03 .point.p4 .box table tr td {
          padding: 1.5rem 10%; }
    @media (max-width: 600px) {
      section.sec03 .point.p4 .box {
        width: 100%; }
        section.sec03 .point.p4 .box table {
          width: 95%; }
          section.sec03 .point.p4 .box table tr th {
            padding: 1rem 0 1rem 10%; }
          section.sec03 .point.p4 .box table tr td {
            padding: 1rem 10%; } }

section.sec04 {
  position: relative;
  background-color: #f8dcb8;
  padding: 30px 0 50px; }
  section.sec04::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: #fdf2e3 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media (max-width: 600px) {
    section.sec04 {
      padding: 0 0 30px; } }
  section.sec04 > h3 {
    width: 95%;
    max-width: 480px;
    margin: auto auto 25px;
    position: relative;
    z-index: 2; }
  section.sec04 ul {
    width: 90%;
    max-width: 1000px;
    margin: auto; }
    @media (max-width: 600px) {
      section.sec04 ul {
        width: 100%; } }
    section.sec04 ul li {
      box-sizing: border-box;
      border: 2px solid white;
      border-radius: 40px;
      background-color: #ebe6e1;
      margin-bottom: 25px;
      padding: 25px 0; }
      section.sec04 ul li img {
        width: 90%;
        max-width: 714px;
        margin: auto; }
      @media (max-width: 600px) {
        section.sec04 ul li {
          margin: auto 10px 25px; } }
  section.sec04 .ad {
    margin-top: 110px; }

section.sec05 {
  background-image: repeating-linear-gradient(0deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px), repeating-linear-gradient(90deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px);
  background-repeat: repeat;
  background-color: #fcf9f5;
  padding: 50px 0 50px; }
  @media (max-width: 600px) {
    section.sec05 {
      padding: 30px 0 30px; } }
  section.sec05 > h3 {
    width: 90%;
    max-width: 291px;
    margin: auto auto 30px; }
    @media (max-width: 600px) {
      section.sec05 > h3 {
        max-width: 207px; } }
  section.sec05 .wrap_1 {
    width: 90%;
    max-width: 830px;
    margin: auto; }
  section.sec05 .ad {
    margin-top: 135px; }
    @media (max-width: 600px) {
      section.sec05 .ad {
        margin-top: 60px; } }

section.sec06 {
  padding: 50px 0 50px;
  background-color: #fdf2e3; }
  @media (max-width: 600px) {
    section.sec06 {
      padding: 40px 0 30px; } }
  section.sec06 > h3 {
    width: 90%;
    max-width: 244px;
    margin: auto auto 30px; }
    @media (max-width: 600px) {
      section.sec06 > h3 {
        max-width: 175px; } }
  section.sec06 dl {
    width: 90%;
    max-width: 700px;
    filter: drop-shadow(3px 3px 3px rgba(186, 168, 154, 0.3));
    margin: auto;
    text-align: left; }
    section.sec06 dl:nth-last-of-type(n+2) {
      margin-bottom: 30px; }
    section.sec06 dl dt, section.sec06 dl dd {
      box-sizing: border-box;
      padding: 0 25px; }
    section.sec06 dl dt {
      background-color: #e77d56;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; }
      section.sec06 dl dt p {
        padding: 25px 0 25px 48px;
        background: url("../img/sec06_Q.svg") no-repeat left center;
        color: white;
        font-size: 1.4rem; }
    section.sec06 dl dd {
      background-image: repeating-linear-gradient(0deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px), repeating-linear-gradient(90deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px);
      background-repeat: repeat;
      background-color: #fcf9f5;
      border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px; }
      section.sec06 dl dd p {
        padding: 25px 0 25px 48px;
        background: url("../img/sec06_A.svg") no-repeat left center; }
    section.sec06 dl:nth-of-type(even) dt {
      background-color: #f89800; }
    @media (max-width: 600px) {
      section.sec06 dl dt, section.sec06 dl dd {
        padding: 0 15px; }
      section.sec06 dl dt {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px; }
        section.sec06 dl dt p {
          padding: 15px 0 15px 35px;
          background: url("../img/sec06_Q_sp.svg") no-repeat left center;
          color: white;
          font-size: 1.4rem;
          line-height: 1.2em; }
      section.sec06 dl dd {
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px; }
        section.sec06 dl dd p {
          padding: 15px 0 15px 35px;
          background: url("../img/sec06_a_sp.svg") no-repeat left center;
          font-size: 1.2rem;
          line-height: 1.2em; } }

section.sec07 {
  background-color: #fddeab;
  padding: 50px 0 50px; }
  @media (max-width: 600px) {
    section.sec07 {
      padding: 30px 0 30px; } }
  section.sec07 > h3 {
    margin: auto auto 30px; }
    @media (max-width: 600px) {
      section.sec07 > h3 {
        margin: auto auto 18px; } }
  section.sec07 .wrap_form {
    width: 90%;
    max-width: 700px;
    margin: auto; }

section.sec08 {
  background-image: repeating-linear-gradient(0deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px), repeating-linear-gradient(90deg, rgba(240, 225, 204, 0.5) 0px 2px, transparent 2px 20px);
  background-repeat: repeat;
  background-color: #fcf9f5;
  padding: 50px 0 50px; }
  @media (max-width: 600px) {
    section.sec08 {
      padding: 30px 0 30px; } }
  section.sec08 > h3 {
    width: 90%;
    max-width: 249px;
    margin: auto auto 30px; }
    @media (max-width: 600px) {
      section.sec08 > h3 {
        max-width: 178px;
        margin: auto auto 18px; } }
  section.sec08 .wrap_1 {
    border-radius: 40px;
    background-color: white;
    box-sizing: border-box;
    padding: 63px 0; }
    @media (max-width: 600px) {
      section.sec08 .wrap_1 {
        border-radius: 18px;
        padding: 30px 0; } }
    section.sec08 .wrap_1 dl {
      width: 90%;
      max-width: 700px;
      margin: auto;
      background: url("../img/line_ dot_gray.svg") repeat-x left top;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box; }
      section.sec08 .wrap_1 dl dt, section.sec08 .wrap_1 dl dd {
        background: url("../img/line_ dot_gray.svg") repeat-x left bottom;
        text-align: left;
        padding: 1rem;
        box-sizing: border-box; }
      section.sec08 .wrap_1 dl dt {
        width: 40%;
        color: #e56433; }
      section.sec08 .wrap_1 dl dd {
        width: 60%; }
      @media (max-width: 600px) {
        section.sec08 .wrap_1 dl dt {
          background: none;
          width: 100%;
          padding: 1rem 1rem 0 1rem; }
        section.sec08 .wrap_1 dl dd {
          width: 100%;
          padding: .5rem 1rem 1rem 1rem; } }

section.kaso {
  background-color: #fddeab;
  padding: 205px 0 68px; }
  @media (max-width: 600px) {
    section.kaso {
      padding: 120px 0 30px; } }
  section.kaso > h3 {
    margin: auto auto 50px; }
  section.kaso > p {
    text-align: center;
    margin-bottom: 50px; }
  section.kaso .wrap_form {
    width: 90%;
    max-width: 700px;
    margin: auto; }
  section.kaso .wrap_1 {
    width: 90%;
    max-width: 700px;
    margin: auto;
    background-color: white;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 50px 0; }
    section.kaso .wrap_1 p {
      text-align: center;
      padding: 50px 0 80px; }
    @media (max-width: 600px) {
      section.kaso .wrap_1 {
        border-radius: 18px; }
        section.kaso .wrap_1 p {
          padding: 20px 0 50px; } }

.wrap_form {
  background-color: white;
  border-radius: 40px; }
  @media (max-width: 600px) {
    .wrap_form {
      border-radius: 18px; } }
  .wrap_form form {
    width: 100%;
    padding-bottom: 30px; }
    .wrap_form form dl {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      text-align: left;
      line-height: 1.6em;
      margin-bottom: 30px; }
      .wrap_form form dl dt {
        width: 18rem;
        box-sizing: border-box;
        padding: 2rem 0 2rem 1.5rem; }
        .wrap_form form dl dt:nth-of-type(even) {
          background-color: rgba(0, 0, 0, 0.07); }
        .wrap_form form dl dt span {
          background-color: #f89800;
          color: white;
          font-size: .7rem;
          padding: .2rem .3rem .2rem .5rem;
          letter-spacing: .2rem;
          margin-left: 1rem; }
      .wrap_form form dl dd {
        width: calc(100% - 18rem);
        box-sizing: border-box;
        padding: 1.5rem 2rem 1.5rem 0; }
        .wrap_form form dl dd:nth-of-type(even) {
          background-color: rgba(0, 0, 0, 0.07); }
      @media (max-width: 600px) {
        .wrap_form form dl {
          margin-bottom: 0; }
          .wrap_form form dl dt {
            width: 100%;
            padding: .8rem 1.5rem .5rem; }
            .wrap_form form dl dt:nth-of-type(even) {
              background-color: rgba(0, 0, 0, 0.07); }
          .wrap_form form dl dd {
            width: 100%;
            padding: 0 1.5rem 1rem; }
            .wrap_form form dl dd:nth-of-type(even) {
              background-color: rgba(0, 0, 0, 0.07); } }
    .wrap_form form input, .wrap_form form textarea, .wrap_form form select {
      background: white;
      box-sizing: border-box;
      border: 1px solid #cacaca;
      padding: .5rem 1rem;
      text-align: left; }
    .wrap_form form input {
      width: 100%; }
    .wrap_form form textarea {
      width: 100%;
      height: 220px; }
    .wrap_form form select {
      padding-right: 4rem;
      background: url("../img/arrow_select.svg") no-repeat right 1rem center;
      background-color: white; }
    .wrap_form form input[type="submit"] {
      border: none;
      background-color: #e56433;
      background-image: url("../img/arrow.svg");
      background-repeat: no-repeat;
      background-position: right 15px center;
      width: 90%;
      max-width: 350px;
      margin: auto;
      color: white;
      padding: 1rem 0;
      border-radius: 1.8rem;
      text-align: center;
      font-weight: 700;
      letter-spacing: .2em;
      transition: .3s;
      box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.1); }
      .wrap_form form input[type="submit"]:hover {
        background-color: #f89800; }
    .wrap_form form input[type="checkbox"] + label {
      display: none;
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding-left: 35px; }
      @media (max-width: 600px) {
        .wrap_form form input[type="checkbox"] + label {
          padding-left: 30px; } }
    .wrap_form form input[type="checkbox"] + label::before {
      content: "";
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 25px;
      height: 25px;
      margin-top: -12px;
      left: 0;
      top: 50%;
      border: 2px solid;
      border-radius: 3px;
      border-color: #b3b3b3;
      background-color: #FFF; }
      @media (max-width: 600px) {
        .wrap_form form input[type="checkbox"] + label::before {
          width: 20px;
          height: 20px; } }
    .wrap_form form input[type="checkbox"]:checked + label::after {
      content: "";
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 22px;
      height: 12px;
      margin-top: -10px;
      top: 50%;
      left: 4px;
      transform: rotate(-45deg);
      border-bottom: 2px solid;
      border-left: 2px solid;
      border-color: #e56433; }
      @media (max-width: 600px) {
        .wrap_form form input[type="checkbox"]:checked + label::after {
          width: 18px;
          height: 9px; } }
  .wrap_form .pp {
    width: 90%;
    margin: auto auto 45px; }
    @media (max-width: 600px) {
      .wrap_form .pp {
        margin-bottom: 30px; } }
    .wrap_form .pp p {
      display: inline-block;
      margin: 2rem auto auto;
      font-weight: 700; }
    .wrap_form .pp textarea {
      color: #42210b;
      line-height: 1.8em; }
    .wrap_form .pp a {
      color: #e56433;
      text-decoration: underline; }
  .wrap_form p.kakunin {
    margin: auto auto 45px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    color: #ac2324; }
    @media (max-width: 600px) {
      .wrap_form p.kakunin {
        /*margin: 20px auto 30px;*/ } }
  .wrap_form p.thanks {
    width: 90%;
    font-size: 24px;
    line-height: 1.4em;
    margin: auto auto 80px;
    font-weight: 600;
    text-align: center;
    color: #ac2324; }
    @media (max-width: 600px) {
      .wrap_form p.thanks {
        margin: auto auto 40px; } }
  .wrap_form .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 45px; }
    .wrap_form .btn.thanks {
      justify-content: center;
      margin-top: 100px; }
    @media (max-width: 1100px) {
      .wrap_form .btn a.btn_type1, .wrap_form .btn a.btn_type1_left {
        max-width: 250px; } }
    @media (max-width: 600px) {
      .wrap_form .btn {
        flex-direction: column;
        width: 90%;
        margin: 40px auto; }
        .wrap_form .btn a.btn_type1, .wrap_form .btn a.btn_type1_left {
          max-width: 350%;
          margin-bottom: 10px; } }

footer {
  background: url("../img/top_bg2.png") no-repeat center top;
  background-size: 100% auto;
  padding: 100px 0 30px; }
  footer p.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 60px; }
  @media (max-width: 1100px) {
    footer {
      background-size: auto 120%; } }
  @media (max-width: 600px) {
    footer {
      padding: 70px 0 30px; }
      footer p.copyright {
        margin-top: 30px; } }
