@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** common
*****************************************************************************
----------------------------------------------------------------------------*/
body {
  width: 100%;
  min-width: 1240px;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common class
******************************************************************************
----------------------------------------------------------------------------*/
.sp {
  display: none !important;
}

.sp_tel {
  pointer-events: none !important;
}

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

.container_100 {
  width: 100%;
  padding: 0 20px;
}

.container_100 .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_100 {
  width: 100%;
  padding: 0 25px 0 40px;
  background-color: #fff;
}

.hd_100 .hd {
  width: 100%;
  max-width: 1440px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.hd_100 .hd .hd_logo {
  width: 200px;
}

.hd_100 .hd .hd_btn {
  width: 270px;
}

.common_btn01 {
  width: 270px;
}

.common_btn01 .comment {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.common_btn01 .comment span {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  padding: 0 18px;
  position: relative;
}

.common_btn01 .comment span::before {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.common_btn01 .comment span::after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}

.common_btn01 a,
.common_btn01 button {
  width: 100%;
  height: 55px;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #f39800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.common_btn01 a::before,
.common_btn01 button::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common_btn01 a:hover,
.common_btn01 button:hover {
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** mv
******************************************************************************
----------------------------------------------------------------------------*/
.mv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv .container .mv_block01 {
  width: 530px;
}

.mv .container .mv_block01 .mv_catch {
  width: 100%;
  font-size: 3.5em;
  line-height: 1.5;
  padding-top: 100px;
}

.mv .container .mv_block01 .mv_catch span {
  color: #f39800;
}

.mv .container .mv_block01 .mv_txt {
  width: 100%;
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 50px;
}

.mv .container .mv_block02 {
  width: calc(100% - 530px);
  max-width: 800px;
  position: relative;
}

.mv .container .mv_block02 .mv_ttl {
  width: 100%;
  padding-left: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.mv .container .mv_block02 .mv_img {
  width: 100%;
}

.mv .container .mv_block02 .mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-webp .index01::before {
  background: url(../images/top/index01_bg01.jpg) no-repeat center/cover;
}

.index01 {
  position: relative;
}

.index01::before {
  content: "";
  width: 100%;
  height: 630px;
  background: -webkit-image-set(url(../images/top/index01_bg01.webp) 1x, url(../images/top/index01_bg01@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/top/index01_bg01.webp) 1x, url(../images/top/index01_bg01@2x.webp) 2x) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index01 .container {
  min-height: 1330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.index01 .container .index01_block01 {
  width: calc(100% - 530px);
  max-width: 800px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.index01 .container .index01_block01 .index01_box01 {
  width: 100%;
  max-width: 675px;
  padding: 60px;
  background-color: #fff;
  margin-top: 170px;
}

.index01 .container .index01_block01 .index01_box01 .index01_ttl01 {
  width: 100%;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
}

.index01 .container .index01_block01 .index01_box01 .index01_ttl01 span {
  color: #f39800;
}

.index01 .container .index01_block01 .index01_box01 .index01_txt01 {
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}

.index01 .container .index01_block01 .index01_box01 .index01_txt01:first-of-type {
  margin-top: 60px;
}

.index01 .container .index01_block02 {
  width: 530px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.common_ttl01 {
  width: 100%;
  text-align: center;
}

.common_ttl01 .sub {
  font-family: "Lato";
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
  color: #f39800;
  padding: 0 23px;
  position: relative;
}

.common_ttl01 .sub::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f39800;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common_ttl01 .sub::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f39800;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common_ttl01 .ttl {
  width: 100%;
  font-size: 2.5em;
  line-height: 1;
  display: block;
  text-align: center;
  margin-top: 2px;
}

.no-webp .index02 .container .index02_block {
  background: url(../images/top/index02_img01.jpg) no-repeat top right;
}

.index02 {
  background-color: #fafafa;
}

.index02 .container {
  max-width: 1160px;
  padding: 100px 0 100px;
}

.index02 .container .index02_block {
  width: 100%;
  background: -webkit-image-set(url(../images/top/index02_img01.webp) 1x, url(../images/top/index02_img01@2x.webp) 2x) no-repeat top right;
  background: image-set(url(../images/top/index02_img01.webp) 1x, url(../images/top/index02_img01@2x.webp) 2x) no-repeat top right;
  padding-top: 145px;
  margin-top: 70px;
}

.index02 .container .index02_block .index02_box01 {
  width: 455px;
  background-color: #fff;
  border-radius: 13px;
}

.index02 .container .index02_block .index02_box01 dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #f3f3f4;
}

.index02 .container .index02_block .index02_box01 dl dt {
  width: 165px;
  padding: 25px 40px;
}

.index02 .container .index02_block .index02_box01 dl dt span {
  width: 60px;
  height: 38px;
  background-color: #e9e9ea;
  font-size: .875em;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.index02 .container .index02_block .index02_box01 dl dd {
  width: calc(100% - 165px);
  font-size: 1em;
  font-weight: 400;
  padding: 31px 20px 25px 0;
}

.index02 .container .index02_block .index02_box01 .index02_btn01_area {
  width: 100%;
  padding: 15px 15px 25px 15px;
  position: relative;
}

.index02 .container .index02_block .index02_box01 .index02_btn01_area::before {
  content: "";
  background: -webkit-image-set(url(../images/common/btn_decoration.png) 1x, url(../images/common/btn_decoration@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/common/btn_decoration.png) 1x, url(../images/common/btn_decoration@2x.png) 2x) no-repeat center/contain;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.index02 .container .index02_block .index02_box01 .index02_btn01_area::after {
  content: "";
  background: -webkit-image-set(url(../images/common/btn_decoration.png) 1x, url(../images/common/btn_decoration@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/common/btn_decoration.png) 1x, url(../images/common/btn_decoration@2x.png) 2x) no-repeat center/contain;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index02 .container .index02_block .index02_box01 .index02_btn01_area .btn_txt01 {
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.index02 .container .index02_block .index02_box01 .index02_btn01_area .index02_btn01 {
  width: 200px;
  margin: 15px auto 0;
}

.index03 {
  overflow: hidden;
}

.index03 .container {
  padding: 100px 0;
  max-width: 1160px;
}

.index03 .container .index03_block {
  margin-top: 160px;
}

.index03 .container .index03_block:first-of-type {
  margin-top: 60px;
}

.common_block01 {
  width: 100%;
  min-height: 552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common_block01 .common_block01_box01 {
  width: 600px;
  padding-top: 40px;
  padding-right: 40px;
}

.common_block01 .common_block01_box01 .common_block01_list01 {
  width: 100%;
  margin-top: 40px;
}

.common_block01 .common_block01_box01 .common_block01_list01 li {
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px;
  padding-left: 37px;
  position: relative;
}

.common_block01 .common_block01_box01 .common_block01_list01 li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 2px;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  .common_block01 .common_block01_box01 .common_block01_list01 li::before {
    background: url(../images/common/check.png) no-repeat center/contain;
  }
}

.common_block01 .common_block01_box01 .common_block01_list01 li:first-of-type {
  margin-top: 0;
}

.common_block01 .common_block01_box01 .common_block01_txt01 {
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 25px;
}

.common_block01 .common_block01_box01 .common_block01_txt01.regular {
  font-weight: 400;
}

.common_block01 .common_block01_box01 .common_block01_txt01:first-of-type {
  margin-top: 40px;
}

.common_block01 .common_block01_box02 {
  width: calc(100% - 600px);
  position: relative;
}

.common_block01 .common_block01_box02 .common_block01_img01 {
  width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}

.common_block01.revese .common_block01_box01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-left: 40px;
}

.common_block01.revese .common_block01_box02 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.common_block01.revese .common_block01_box02 .common_block01_img01 {
  right: 0;
  left: auto;
}

.no-webp .common_ttl02.num01 ::before {
  background: url(../images/common/ttl_decoration01.png) no-repeat center/contain;
}

.no-webp .common_ttl02.num02 ::before {
  background: url(../images/common/ttl_decoration02.png) no-repeat center/contain;
}

.no-webp .common_ttl02.num03 ::before {
  background: url(../images/common/ttl_decoration03.png) no-repeat center/contain;
}

.no-webp .common_ttl02.num04 ::before {
  background: url(../images/common/ttl_decoration04.png) no-repeat center/contain;
}

.common_ttl02 {
  width: 100%;
  padding-right: 140px;
  border-bottom: 2px solid #111111;
  position: relative;
}

.common_ttl02.num01::before {
  background: -webkit-image-set(url(../images/common/ttl_decoration01.webp) 1x, url(../images/common/ttl_decoration01@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/common/ttl_decoration01.webp) 1x, url(../images/common/ttl_decoration01@2x.webp) 2x) no-repeat center/contain;
}

.common_ttl02.num02::before {
  background: -webkit-image-set(url(../images/common/ttl_decoration02.webp) 1x, url(../images/common/ttl_decoration02@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/common/ttl_decoration02.webp) 1x, url(../images/common/ttl_decoration02@2x.webp) 2x) no-repeat center/contain;
}

.common_ttl02.num03::before {
  background: -webkit-image-set(url(../images/common/ttl_decoration03.webp) 1x, url(../images/common/ttl_decoration03@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/common/ttl_decoration03.webp) 1x, url(../images/common/ttl_decoration03@2x.webp) 2x) no-repeat center/contain;
}

.common_ttl02.num04::before {
  background: -webkit-image-set(url(../images/common/ttl_decoration04.webp) 1x, url(../images/common/ttl_decoration04@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/common/ttl_decoration04.webp) 1x, url(../images/common/ttl_decoration04@2x.webp) 2x) no-repeat center/contain;
}

.common_ttl02::before {
  content: "";
  width: 128px;
  height: 191px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.common_ttl02 .num {
  font-family: "Lato";
  font-size: 4em;
  color: #FDF6E6;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  text-shadow: 1px 1px 0 #F9CE89,
 -1px 1px 0 #F9CE89,
 1px -1px 0 #F9CE89,
 -1px -1px 0 #F9CE89;
}

.common_ttl02 .ttl {
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}

.index04 {
  padding: 100px 0;
  background-color: #fafafa;
}

.index04 .container {
  max-width: 100%;
  max-width: initial;
  width: 100%;
}

.index04 .container .slider01 {
  margin-top: 60px;
}

.index04 .container .slider01 li picture {
  width: 100%;
}

.index04 .container .slider01 li picture img {
  max-width: 100%;
  max-width: initial;
  width: 100%;
  pointer-events: none;
}

.index04 .container .slider01 li .list_text_box {
  width: 100%;
  padding: 23px 16px;
  background-color: #fff;
}

.index04 .container .slider01 li .list_text_box .list_spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index04 .container .slider01 li .list_text_box .list_spec span {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
  color: #f39800;
  display: inline-block;
  padding: 13px 18px;
  background-color: #fef5e6;
}

.index04 .container .slider01 li .list_text_box .list_txt {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}

.index04 .container .slick-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: .4s;
  transition: .4s;
}

.index04 .container .slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.no-webp .index05 {
  background: url(../images/top/index05_bg01.jpg) no-repeat center/cover;
}

.no-webp .index05 .container::before {
  background: url(../images/common/btn_decoration.png) no-repeat center/contain;
}

.no-webp .index05 .container::after {
  background: url(../images/top/index05_decoration.png) no-repeat center/contain;
}

.index05 {
  padding-top: 65px;
  padding-bottom: 70px;
  background: -webkit-image-set(url(../images/top/index05_bg01.webp) 1x, url(../images/top/index05_bg01@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/top/index05_bg01.webp) 1x, url(../images/top/index05_bg01@2x.webp) 2x) no-repeat center/cover;
}

.index05 .container {
  width: 1160px;
  padding: 60px 60px 90px;
  background-color: #fafafa;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}

.index05 .container::before {
  content: "";
  background: -webkit-image-set(url(../images/common/btn_decoration.png) 1x, url(../images/common/btn_decoration@2x.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/common/btn_decoration.png) 1x, url(../images/common/btn_decoration@2x.png) 2x) no-repeat center/contain;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.index05 .container::after {
  content: "";
  background: -webkit-image-set(url(../images/top/index05_decoration.webp) 1x, url(../images/top/index05_decoration@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/top/index05_decoration.webp) 1x, url(../images/top/index05_decoration@2x.webp) 2x) no-repeat center/contain;
  width: 135px;
  height: 253px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.index05 .container .index05_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.index05 .container .index05_block .index05_box01 {
  /*width: 400px;*/
  width: 450px;
}

.index05 .container .index05_block .index05_box01 .index05_box_ttl01 {
  width: 100%;
  font-size: 2.5em;
  line-height: 1.5;
}

.index05 .container .index05_block .index05_box01 .index05_btn01 {
  margin-top: 30px;
}

.index05 .container .index05_block .index05_box02 {
  margin-right: 20px;
}

.index06 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** mailform
******************************************************************************
----------------------------------------------------------------------------*/
.form_area {
  width: 100%;
  max-width: 670px;
  margin: 70px auto 0;
}

.form_area .mailform {
  width: 100%;
}

.form_area .mailform dt {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
}

.form_area .mailform dt:first-of-type {
  margin-top: 0;
}

.form_area .mailform dd {
  width: 100%;
  margin-top: 15px;
}

.form_area .mailform dd input,
.form_area .mailform dd textarea {
  width: 100%;
  font-size: .875em;
  padding: 10px 15px;
  border: solid 1px #E9E9EA;
  resize: none;
  border-radius: 4px;
}

.form_area .mailform dd textarea {
  width: 100% !important;
  height: 390px !important;
}

.form_area .mailform dd.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_area .mailform dd.radio input {
  display: none;
}

.form_area .mailform dd.radio input:checked + .radio01::after {
  display: block;
}

.form_area .mailform dd.radio input:checked ~ .radio02::after {
  display: block;
}

.form_area .mailform dd.radio label {
  padding-left: 34px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}

.form_area .mailform dd.radio label:last-of-type {
  margin-right: 0;
}

.form_area .mailform dd.radio label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form_area .mailform dd.radio label::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #F39800;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.form_area .mailform .privacy {
  width: 100%;
  height: 300px;
  border: 1px solid #E9E9EA;
  overflow-y: scroll;
  margin-top: 30px;
  padding: 20px;
}

.form_area .mailform .privacy .privacy_ttl01 {
  width: 100%;
  font-size: 1.125em;
}

.form_area .mailform .privacy .privacy_txt01 {
  width: 100%;
  font-size: .875em;
  margin-top: 10px;
}

.form_area .mailform .privacy .privacy_ttl02 {
  width: 100%;
  font-size: 1em;
  margin-top: 20px;
}

.form_area .mailform .privacy .privacy_list01 {
  width: 100%;
  margin-top: 5px;
}

.form_area .mailform .privacy .privacy_list01 li {
  width: 100%;
  font-size: .875em;
  padding-left: 1em;
  text-indent: -1em;
}

.form_area .mailform .agree {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.form_area .mailform .agree input {
  display: none;
}

.form_area .mailform .agree input:checked ~ .radio02::after {
  display: block;
}

.form_area .mailform .agree label {
  font-size: 1em;
  font-weight: 700;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}

.form_area .mailform .agree label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form_area .mailform .agree label::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #F39800;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.form_area .mailform .agree .mfp_err {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.form_area .form-button {
  width: 240px;
  margin: 40px auto 0;
}

.form_area .form-button button {
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form_area .form-button button::before {
  display: none;
}

.mfp_err {
  text-align: center;
  background-position: 0px 5px !important;
}

#mfp_overlay_inner {
  width: 700px !important;
  max-width: 100% !important;
  max-width: initial !important;
  padding: 30px 20px !important;
}

#mfp_overlay_inner h4 {
  width: 100%;
  font-size: 1.25em;
  text-align: center;
}

#mfp_overlay_inner #mfp_confirm_table {
  width: 100%;
  margin-top: 20px;
}

#mfp_overlay_inner #mfp_confirm_table tbody th,
#mfp_overlay_inner #mfp_confirm_table tbody td {
  font-size: .875em !important;
  padding: 10px 15px !important;
}

#mfp_overlay_inner .mfp_buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#mfp_overlay_inner .mfp_buttons button {
  width: 200px;
  height: 40px;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #f39800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  position: relative;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-right: 20px;
}

#mfp_overlay_inner .mfp_buttons button:last-of-type {
  margin-right: 0;
  background-color: #aaa;
}

#mfp_overlay_inner .mfp_buttons button:hover {
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** thanks
******************************************************************************
----------------------------------------------------------------------------*/
.thanks {
  min-height: calc(100vh - 400px);
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thanks .container .thanks_ttl {
  width: 100%;
  font-size: 1.5em;
  text-align: center;
}

.thanks .container .thanks_txt01 {
  width: 100%;
  max-width: 660px;
  font-size: 1em;
  margin: 30px auto 0;
}

.thanks .container .thanks_btn01 {
  margin: 50px auto 0;
}

.thanks .container .thanks_btn01 a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

.thanks .container .thanks_btn01 a::before {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_100 {
  width: 100%;
  margin-top: 100px;
  background-color: #fafafa;
  position: relative;
}

.ft_100::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 100px 50vw;
  border-color: transparent transparent #fafafa transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 1239px) {
  .ft_100::before {
    border-width: 0 620px 100px 620px;
  }
}

.ft_100 .ft {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.ft_100 .ft .ft_block01 {
  width: 100%;
  padding: 10px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ft_100 .ft .ft_block01 .ft_box01 {
  width: 230px;
}

.ft_100 .ft .ft_block01 .ft_box01 .ft_box_txt {
  width: 100%;
  font-size: 0.875em;
  margin-top: 15px;
}

.ft_100 .ft .ft_block01 .ft_box02 .ft_box_list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ft_100 .ft .ft_block01 .ft_box02 .ft_box_list li {
  margin-right: 40px;
}

.ft_100 .ft .ft_block01 .ft_box02 .ft_box_list li:last-of-type {
  margin-right: 0;
}

.ft_100 .ft .ft_block01 .ft_box02 .ft_box_list li a {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  -webkit-transition: .2s;
  transition: .2s;
}

.ft_100 .ft .ft_block01 .ft_box02 .ft_box_list li a::before {
  content: "";
  background: url(../images/common/link.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media all and (-ms-high-contrast: none) {
  .ft_100 .ft .ft_block01 .ft_box02 .ft_box_list li a::before {
    background: url(../images/common/link.png) no-repeat center/contain;
  }
}

.ft_100 .ft .ft_block01 .ft_box02 .ft_box_list li a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

.ft_100 .ft .copyright {
  width: 100%;
  font-family: "Lato";
  font-size: .875em;
  line-height: 1;
  padding: 25px 20px;
  color: #7A7E82;
  text-align: center;
}

.pagetop {
  width: 50px;
  height: 50px;
  background-color: #f39800;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 100;
  opacity: 0;
}

.pagetop.opacity {
  opacity: 1;
}

.pagetop::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -14.65%) rotate(-45deg);
          transform: translate(-50%, -14.65%) rotate(-45deg);
  /**45degの中央揃え**/
  /**45deg=141.4%**/
  /**75% 斜めなので 半分の半分**/
  /**41.4%の半分20.7%の半分50%(斜めによって生じた%なので斜め計算(75%)ではなく半分(50%)) = 10.35%**/
  /**75% + 10.35% = 85.35% **/
}

.pagetop:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/**webp非対応デバイス用class
.no-webp {}
}
**/
/**background webp & 
.class {
  background: image-set(url(../webp) 1x, url(../@2x.webp) 2x) no-repeat center center / cover;
}}
**/
/**IE用css
@media all and (-ms-high-contrast: none) {
}
**/
/*# sourceMappingURL=pc.css.map */


.index05_box_ttl01 .icon {
  position: relative;
  padding-left: 50px;
}

.index05_box_ttl01 .icon:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/common/check.svg) no-repeat center/contain;
    position: absolute;
    top: 10px;
    left: 0;
}

.float_btn {
  display: none;
}

.mb10 {
  margin-bottom: 10px;
}