@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 500;
}

html:focus-within {
  scroll-behavior: smooth;
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}

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

select {
  visibility: visible !important;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}

a[href^="tel:"] {
  word-break: keep-all;
}

/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff
}

body {
  color: var(--txt);
  -webkit-text-size-adjust: none;
  min-width: 320px;
  font-family: var(--font_main);
}

body.active {
  overflow: hidden;
}

table {
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
}

p,
dd,
dt,
li,
th,
td,
address {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

p {
  margin: 0 0 1.5em;
}

p:last-child {
  margin-bottom: 0
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left
}

.right {
  text-align: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: var(--red);
}

.cl_green {
  color: var(--mcolor);
}

.txt_line {
  text-decoration: underline;
}

.m0a {
  display: block;
  margin: 0 auto;
}

.f_big {
  font-size: 150%;
}

.f_sm {
  font-size: 80%;
}

.lett_001 {
  letter-spacing: 0.01em;
}

:root {
  --font_main: "Zen Kaku Gothic New", sans-serif;
  --txt: #464646;
  --txt2: #474747;
  --mcolor: #3C622B;
  --scolor: #640000;
  --site_size: 1230px;

  --gray: #F3F3F3;
  --yl: #F2D270;
  --wh: #fff;
  --green_light: #669360;

  --f_mon: "Montserrat", sans-serif;
}

#wrapper {
  min-width: 1260px;
  overflow: hidden;
  margin: 0 auto
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.inner {
  width: var(--site_size);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}

.max_w1k {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*==========================================================
                       H E A D E R
==========================================================*/
header {
  position: relative;
  z-index: 10;
}

h1 {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  max-width: 500px;
}

.h_box {
  width: 100%;
  position: fixed;
  background-color: #fff;
  transition: all .5s ease;
}

header.show .h_box {
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 13px;
}

.h_left {
  display: flex;
  align-items: center;
  padding-top: 15px;
  transition: all .5s ease;
}

#logo {
  margin-bottom: 0;
  flex-shrink: 0;
}

.h_left .txt_logo {
  margin-left: 32px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--txt2);
  letter-spacing: 0.12em;
}

.h_right {
  display: flex;
  padding-top: 29px;
  transition: all .5s ease;
}

.h_contact_tel a {
  font-size: 24px;
  color: var(--mcolor);
  font-weight: bold;
  padding-left: 18px;
  position: relative;
  line-height: 1;
  display: block;
  font-family: var(--f_mon);
  letter-spacing: 0.12em;
}

.h_contact_tel a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 16px;
  height: 19px;
  background: url(../images/ic_phone.png) center / cover no-repeat;
}

.h_contact_tel .time {
  font-size: 12px;
  display: block;
  line-height: 1.6;
  text-align: right;
  letter-spacing: 0;
  color: var(--txt2);
  position: relative;
  top: 4px;
  margin-right: 3px;
  font-weight: 500;
  font-family: var(--font_main);
}

.h_contact_tel .time .cl_green.is02{
  margin-left: 16px;
}

.h_contact {
  display: flex;
  align-items: center;
}

.h_contact>p {
  margin-bottom: 0;
}

.h_contact>p:not(:last-child) {
  margin-right: 20px;
}

.h_contact_mail a {
  color: var(--wh);
  font-weight: 500;
  text-align: center;
  background-color: var(--scolor);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 277px;
  height: 58px;
  border-radius: 15px;
  position: relative;
}

.h_contact_mail a::before {
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  background: url(../images/ic-right.png) center / cover no-repeat;
}

.h_contact_mail a span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  display: inline-block;
  padding-left: 30px;
  letter-spacing: 0;
}

.h_contact_mail a span::before {
  content: '無料';
  position: absolute;
  left: -21px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  font-size: 12px;
  background-color: #fff;
  border-radius: 4px;
  color: var(--scolor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px 0px;
  line-height: 1.8;
  font-weight: bold;
}

/* HAMBUGER BUTTON */
.hamburger {
  font: inherit;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 10px 8px 5px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  width: 35px;
  height: 2px;
  transition: all ease 0.15s;
  background-color: #000
}

.hamburger-inner::after,
.hamburger-inner::before {
  display: block;
  content: ""
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy.is_active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dxy.is_active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is_active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
  position: relative;
  padding-top: 126px;
  z-index: 2;
}

.mv {
  position: relative;
  padding: 0;
}

.mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc((100% - 1920px)/2);
  height: 782px;
  background-color: var(--gray);
  z-index: -1;
}


.mv .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  padding: 0 0 100px 0;
}

.mv .container::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 1422px;
  height: 782px;
  background-color: var(--gray);
  border-radius: 0 40px 40px 0px;
  z-index: -1;
}

.mv .container::after {
  content: "";
  position: absolute;
  right: 222px;
  bottom: -18px;
  width: 232px;
  height: 148px;
  background: url(../images/mv_img2.png) center / cover no-repeat;
  z-index: 1;
}

.mv_txt {
  position: absolute;
  z-index: 2;
  top: 250px;
  left: 80px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.mv_txt:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: calc(100% + 50px);
  width: 612px;
  height: 182px;
  background: url(../images/mv_img1.png) center / cover no-repeat;
}

.mv_txt .ttl_mv {
  font-size: 48px;
  font-weight: bold;
  color: var(--mcolor);
  letter-spacing: 0.05em;
  z-index: 1;
  position: relative;
  line-height: 1;
  margin: 0 0 16px 24px;
}

.mv_txt .ttl_mv::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: calc(100% - 27px);
  height: calc(100% + 9px);
  border-radius: 20px;
  z-index: -1;
  background: var(--gray);
}

.mv_txt h2 .f_big {
  font-size: 125%;
    padding: 0;
    margin-right: 0;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

.mv_txt h2 .f_big::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: calc(100% - 19px);
  height: calc(100% - 7px);
  background-color: #fff;
  border: 1px solid var(--mcolor);
  z-index: -1;
}

.mv_txt h2 .dif {
  position: relative;
  left: -9px;
}

.mv_txt .txt_01 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
  padding: 8px 13px 8px 0;
  font-weight: bold;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  width: 100%;
}

.mv_txt .des {
  text-align: center;
  background-color: var(--gray);
  padding: 8px 6px 8px 0;
  border-radius: 20px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 500;
  width: fit-content;
  margin: 0 0 32px 36px;
}

.mv_txt .list_tag {
  display: flex;
  margin-bottom: 55px;
}

.mv_txt .list_tag .item {
  border-radius: 10px;
  border: 2px solid var(--mcolor);
  color: var(--mcolor);
  background-color: var(--yl);
  text-align: center;
  padding: 6px 14px;
  margin-right: 8px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}

.mv_txt .list_tag .item:last-child::before {
  content: "など";
  position: absolute;
  top: calc(100% + 2px);
  right: -4px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color:var(--mcolor);
  font-weight: bold;
}

.mv_txt .mv_btn  {
  padding-left: 113px;
}

.mv_txt .mv_btn a {
  width: 511px;
  height: 91px;
  padding: 22px 48px 24px 10px;
  font-size: 32px;
  line-height: 1.25;
  position: relative;
  border-radius: 15px;
  letter-spacing: 0;
}

.mv_txt .mv_btn a::before {
  content: "";
  position: absolute;
  right: calc(100%);
  top: 10px;
  width: 136px;
  height: 109px;
  background: url(../images/mv_img3.png) center / cover no-repeat;
}

.mv_txt .mv_btn a span {
  padding-left: 88px;
}

.mv_txt .mv_btn a span::before {
  font-size: 22px;
  top: calc(50% + 1px);
  padding: 8px 14px;
  border-radius: 6px;
}

.mv_txt .mv_btn a span::after {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 7px);
  width: 9px;
  height: 15px;
  background: url(../images/ic-right.png) center / cover no-repeat;
}

.mv_bg {
  width: 1200px;
  height: 820px;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  position: relative;
  right: -9px;
}

.mv .slick-dots {
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  padding: 0 25px 0 0;
}

.mv .slick-dots {}

.mv .slick-dots li {
  width: 80px;
  height: 5px;
}

.mv .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, .7);
}

.mv .slick-dots li.slick-active button {
  background: var(--yl);
}

.mv .slick-dots li button:hover {
  background: var(--yl);
}

.mv .slick-dots li button::before {
  display: none;
}


/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mcolor);
  padding-left: 3px;
}

.ttl .ttl_ic {
  display: inline-block;
  padding-bottom: 4px;
}

.ttl .en {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0 20px 0 10px;
  letter-spacing: 0.12em;
}

.ttl .ja {
  font-size: 24px;
  line-height: 1.45em;
  letter-spacing: 0.12em;
}

.en {
  font-family: var(--f_mon);
}

/* DEFAUTL NAME BUTTON */
.btn a {
  width: 274px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--scolor);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.btn a span {
  padding-left: 50px;
  position: relative;
}

.btn a span::before {
  content: "無料";
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px 7px;
  background-color: #fff;
  border-radius: 4px;
  color: var(--scolor);
}

.btn.center a {
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 40px 0;
}

/*==================== SEC01 ===================*/
.sec01 {
  padding: 72px 0 81px;
  position: relative;
}

.sec01 .container::before {
  content: "";
  position: absolute;
  top: 74px;
  left: -8px;
  width: 388px;
  height: 710px;
  background: url(../images/sec01_ic2.png) center / cover no-repeat;
  z-index: -1;
}

.sec_list_achor {
  display: flex;
  position: relative;
  background-color: var(--mcolor);
  padding: 24px 0 24px 339px;
  border-radius: 0 50px 50px 0;
  /* margin-right: 41px; */
  width: calc(100% - 41px);
  z-index: 1;
}

.sec_list_achor::before {
  content: "";
  position: absolute;
  right: -29px;
  bottom: -39px;
  width: 149px;
  height: 96px;
  background: url(../images/sec01_ic1.png) center / cover no-repeat;
}

.sec_list_achor::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--mcolor);
  z-index: -1;
}


.sec_list_achor .item:not(:last-child) {
  margin-right: 36px;
}

.sec_list_achor .item a {
  border: 2px solid transparent;
  color: var(--wh);
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1;
  position: relative;
  display: block;
  padding: 13px 18px 15px 0;
  border-radius: 10px;
}

.sec_list_achor .item.it01 a {
  pointer-events: none;
}

.sec_list_achor .item.active a {
  border-color: var(--wh);
  background-color: var(--green_light);
  padding-right: 14px;
  padding-left: 14px;
  pointer-events: none;
}

.sec_list_achor .item:not(.active) a::before {
  content: " ";
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  width: 12px;
  height: 7px;
  background: url(../images/ic_arr_down_wh.png) center / cover no-repeat;
}

.sec01_box {
  position: relative;
  margin: 105px 0 80px;
}

.sec01_box:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 119px;
  width: 181px;
  height: 88px;
  background: url(../images/sec01_ic3.png) center / cover no-repeat;
}

.sec01_box::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 89px;
  width: 181px;
  height: 88px;
  background: url(../images/sec01_ic3.png) center / cover no-repeat;
}

.sec01_box .sub_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--txt2);
  margin: 24px 0 40px;
  line-height: 1.6;
  padding-left: 32px;
}

.sec01_box .des {
  text-align: center;
  padding-left: 50px;
}

.sec01_list .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

.sec01_list .item:last-child {
  margin-bottom: 0;
}

.sec01_list .item.it_right {
  flex-direction: row-reverse;
}

.sec01_list .item .pic {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 0;
}

.sec01_list .item .pic img {
  border-radius: 30px;
}

.sec01_list .item .pic::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 546px;
  height: 410px;
  background: url(../images/sec01_border.png) center / cover no-repeat;
  border-radius: 30px;
  z-index: 1;
}

.sec01_list .item.it_right .pic::before {
  left: inherit;
  right: 9px;
}

.sec01_list .item.it01 .pic .has_ic {
  display: inline-block;
  position: relative;
}

.sec01_list .item .pic .has_ic::before,
.sec01_list .item .pic .has_ic::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.sec01_list .item.it01 .pic .has_ic::before {
  left: -97px;
  bottom: -50px;
  width: 290px;
  height: 138px;
  background: url(../images/sec01_img1_1.png) center / cover no-repeat;
}

.sec01_list .item.it01 .pic .has_ic::after {
  left: 181px;
  bottom: -70px;
  width: 80px;
  height: 53px;
  background: url(../images/sec01_img1_2.png) center / cover no-repeat;
}

.sec01_list .item.it02 .pic .has_ic::before {
  right: -208px;
  bottom: -49px;
  width: 295px;
  height: 163px;
  background: url(../images/sec01_img2_1.png) center / cover no-repeat;
}

.sec01_list .item.it02 .pic .has_ic::after {
  right: -168px;
  bottom: 126px;
  width: 137px;
  height: 78px;
  background: url(../images/sec01_img2_2.png) center / cover no-repeat;
}

.sec01_list .item.it03 .pic .has_ic::before {
  left: -90px;
  bottom: -84px;
  width: 274px;
  height: 217px;
  background: url(../images/sec01_img3_1.png) center / cover no-repeat;
}

.sec01_list .item.it03 .pic .has_ic::after {
  left: -111px;
  bottom: 134px;
  width: 87px;
  height: 72px;
  background: url(../images/sec01_img3_2.png) center / cover no-repeat;
}

.sec01_list .item .content {
  margin-left: 56px;
}

.sec01_list .item.it_right .content {
  margin: 0 56px 0 0;
}

.sec01_list .item .content {
  padding-top: 44px;
}

.sec01_list .item.it03 .content {
  padding-top: 0;
}

.sec01_list .item .content .badge {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--mcolor);
  line-height: 1.45em;
  padding: 10px 18px;
  border: 2px solid var(--mcolor);
  background-color: var(--yl);
  border-radius: 10px;
  margin-bottom: 24px;
  width: fit-content;
}

.sec01_list .item .content .txt {
  font-size: 24px;
  color: var(--mcolor);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 32px;
}

.sec01_list .item .content .des {
  font-size: 18px;
  font-weight: 500;
}

.sec01_list .item .content .des:not(:last-child) {
  margin-bottom: 24px;
}

.sec01_list .item .bl_list_dot {
  margin-top: 27px;
  border-top: 2px dashed #CCCCCC;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
}

.sec01_list .item .bl_list_dot .txt_big {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: var(--txt2);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 28px;
  margin-bottom: 8px;
  width: 100%;
}

.sec01_list .item .bl_list_dot .txt_big::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 22px;
  height: 21px;
  background: url(../images/sec01_ic4.png) center / cover no-repeat;
}

.sec01_list .item .bl_list_dot .list_dot {
  display: flex;
  flex-direction: column;
}

.sec01_list .item .bl_list_dot .list_dot:not(:last-child) {
  margin-right: 22px;
}

.list_dot li {
  padding-left: 25px;
  position: relative;
}

.list_dot li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--txt);
}

.sec01_list .item .bl_list_dot .txt_dif {
  position: absolute;
  left: calc(100% + 24px);
  bottom: 0;
  font-size: 14px;
  width: max-content;
}


/*==================== SEC02 ===================*/
.sec02 {
  padding: 0;
}
.sec02 .container {
  z-index: 1;
  padding: 51px 0;
}

.sec02 .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sec02_img1.jpg) center / cover no-repeat;
  z-index: -1;
}

.sec02_bl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec02 .ttl_yl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: var(--yl);
  position: relative;
}

.sec02 .ttl_yl::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 8px);
  width: 50px;
  height: 51px;
  background: url(../images/sec02_img3.png) center / cover no-repeat;
}

.sec02 .ttl_yl::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  width: 50px;
  height: 51px;
  transform: scaleX(-1);
  background: url(../images/sec02_img3.png) center / cover no-repeat;
}

.sec02 .sub_ttl {
  color: var(--wh);
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 0;
}

.sec02 .sub_ttl::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 14px;
  width: 712px;
  height: 50px;
  background: url(../images/sec02_img2.png) center / cover no-repeat;
}

.sec02 .box_contact {
  display: flex;
  align-items: center;
}

.sec02 .box_contact_tel {
  color: var(--wh);
  text-align: right;
  margin: 0 48px 0 0;
  padding-top: 16px;
}

.sec02 .box_contact_tel a {
  color: var(--wh);
  font-size: 40px;
  font-family: var(--f_mon);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 13px;
}

.sec02 .box_contact_tel a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 26px;
  height: 30px;
  background: url(../images/ic_phone_wh.png) center / cover no-repeat;
}

.sec02 .box_contact_tel .time {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0;
  margin-right: 5px;
}

.sec02 .box_contact_tel .time .sub_time {
  margin-left: 27px;
}

.sec02 .box_contact_mail a {
  width: 376px;
  height: 122px;
  border: 5px solid var(--wh);
  background-color: var(--scolor);
  color: var(--wh);
  border-radius: 19px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67em;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 30px;
}

.sec02 .box_contact_mail a::before {
  content: " ";
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  width: 9px;
  height: 15px;
  background: url(../images/ic-right.png) center / cover no-repeat;
}

.sec02 .box_contact_mail a .wrap_t {
  position: relative;
  padding-left: 65px;
}

.sec02 .box_contact_mail a .wrap_t::before {
  content: "";
  position: absolute;
  top: calc(50%  - 17px);
  left: 0;
  width: 46px;
  height: 34px;
  background: url(../images/ic_mail.png) center / cover no-repeat;
}

.sec02 .box_contact_mail a .wrap_t .has_ic {
  position: relative;
  padding-left: 60px;
  display: block;
}

.sec02 .box_contact_mail a .wrap_t .has_ic::before {
  content: "無料";
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4em;
    padding: 1px 8px 3px;
    color: var(--scolor);
}


/*==================== SEC03 ===================*/
.sec03 {
  background: url(../images/bg_dot.png) repeat;
  padding: 99px 0 79px;
}

.sec03 .inner::before{
  content: "";
  position: absolute;
  top: -188px;
  left: calc(100% - 39px);
  width: 211px;
  height: 333px;
  background: url(../images/sec03_ic1.png) center / cover no-repeat;
  z-index: 1;
}

.sec03 .inner::after{
  content: "";
  position: absolute;
  bottom: -114px;
  right: calc(100% + 8px);
  width: 104px;
  height: 157px;
  background: url(../images/sec03_ic6.png) center / cover no-repeat;
  z-index: 1;
}

.sec03_list {
  position: relative;
}

.sec03_list.is01 {
  margin-top: 64px;
}

.sec03_list.is01::before {
  content: "";
  position: absolute;
  top: 285px;
  right: calc(100% + 144px);
  width: 316px;
  height: 108px;
  background: url(../images/sec03_ic2.png) center / cover no-repeat;
}

.sec03_list.is01::after {
  content: "";
  position: absolute;
  left: calc(100% + 76px);
  bottom: 264px;
  width: 157px;
  height: 174px;
  background: url(../images/sec03_ic3.png) center / cover no-repeat;
}

.sec03_list.is02::before {
  content: "";
  position: absolute;
  top: -20px;
  right: calc(100% + 121px);
  width: 152px;
  height: 126px;
  background: url(../images/sec03_ic4.png) center / cover no-repeat;
}

.sec03_list.is02::after {
  content: "";
  position: absolute;
  top: calc(50% - 76px);
  left: calc(100% + 100px);
  width: 227px;
  height: 144px;
  background: url(../images/sec03_ic5.png) center / cover no-repeat;
}

.sec03_list .item {
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 80px;
}

.sec03_list .item.it01 {
  align-items: flex-start;
}

.sec03_list .item:last-child{
  padding-bottom: 0;
}

.sec03_list .item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 141px;
  bottom: 24px;
  width: 78px;
  height: 30px;
  background: url(../images/ic_step.png) center / cover no-repeat;
}

.sec03_list .item .box_pic {
  margin-right: 48px;
  position: relative;
  flex-shrink: 0;
}

.sec03_list .item .box_pic img{
  border-radius: 20px;
}

.sec03_list .item .box_pic::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 362px;
  height: 242px;
  background: url(../images/sec03_border.png) center / cover no-repeat;
}

.sec03_list .item.it05 .content{
  padding-bottom: 27px;
}

.sec03_list .item .txt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.45;
  color: var(--mcolor);
  margin-bottom: 26px;
  display: flex;
  align-items: flex-end;
}

.sec03_list .item .txt .en{
  font-size: 28px;
  font-weight: 600;
  margin-right: 22px;
  line-height: 1.1;
  letter-spacing: 0.12em;
}

.sec03_list .item .txt .badge{
    font-size: 16px;
    line-height: 1;
    border: 1px solid var(--mcolor);
    padding: 7px 11px 7px 9px;
    margin-left: 14px;
    border-radius: 8px;
    letter-spacing: 0.1em;
}

.sec03_list .item .des:not(:last-child) {
  margin-bottom: 32px;
}

.sec03 .sub_ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #333;
  border-radius: 10px;
  line-height: 1.45;
  letter-spacing: 0.12em;
  padding: 17px 0 13px;
  margin: 48px auto;

}

.sec03_list  .h_contact>p:not(:last-child){
  margin-right: 22px;
}

/*==================== SEC04 ===================*/
.sec04 {
  padding: 80px 0 19px;
  border-top: 1px solid var(--mcolor);
  border-bottom: 1px solid var(--mcolor);
}

.sec04 .inner::before {
  content: "";
  position: absolute;
  top: 105px;
  right: calc(100% + 78px);
  width: 148px;
  height: 195px;
  background: url(../images/sec04_ic1.png) center / cover no-repeat;
}

.sec04 .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 99px);
  width: 407px;
  height: 363px;
  background: url(../images/sec04_ic2.png) center / cover no-repeat;
}

.sec04 .sub_ttl {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 65px;
}

.sec04 .ttl_line {
  padding-left: 22px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.12em;
  color: var(--txt2);
  margin-bottom: 40px;
}

.sec04 .ttl_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: calc(100% - 6px);
  background-color: var(--mcolor);
  border-radius: 30px;
}

.sec04_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.sec04_list::before {
  content: "";
  position: absolute;
  top: calc(50% - 180px);
  left: -260px;
  width: 1720px;
  height: 280px;
  background-color: var(--gray);
  border-radius: 146px;
  z-index: -1;
}


.sec04_list.is01::after {
  content: "";
  position: absolute;
  right: calc(100% + 93px);
  bottom: 0;
  width: 118px;
  height: 145px;
  background: url(../images/sec04_ic3.png) center / cover no-repeat;
}

.sec04_list.is02::after {
  content: "";
  position: absolute;
  top: -199px;
  left: calc(100% + 114px);
  width: 126px;
  height: 120px;
  background: url(../images/sec04_ic4.png) center / cover no-repeat;
}

.sec04_list .item{
  width: 360px;
  border-radius: 20px;
  border: 1px solid var(--mcolor);
  background-color: var(--wh);
  box-shadow: 2px 2px 0 var(--mcolor);
  padding: 16px 14px 15px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}

.sec04_list .item .mg_it {
  margin-bottom: 16px;
}

.sec04_list .item .txt{
  font-size: 20px;
  color: var(--mcolor);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.sec04_list .item .pic img{
  border-radius: 10px;
}

.sec04_list .item .des {
  font-weight: bold;
  margin-bottom: 14px;
}

.sec04_list .item .content {
  padding-top: 17px;
  border-top: 1px dotted #CCCCCC;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec04_list .item .content .txt_big{
  margin-bottom: 8px;
}

.sec04_list .item .btn_it {
  width: 100%;
}

.sec04_list .item .btn_it a {
  width: 100%;
  height: 45px;
  background-color: var(--mcolor);
  color: var(--wh);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.sec04_list .item .btn_it a span{
  position: relative;
  padding-right: 20px;
}

.sec04_list .item .btn_it a span::before{
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 7px;
  height: 12px;
  background: url(../images/ic-right.png) center / cover no-repeat;
}

.sec04_list .list_dot li:not(:last-child) {
  margin-bottom: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.modal .close_modal{
  position: absolute;
  z-index: 48;
  width: 100%;
  height: 100%;
  background-color: rgba(60,98,43,.4);
  cursor: pointer;
}

.modal .modal_bl {
  max-height: 100%;
  position: relative;
  z-index: 49;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal .modal_bl .btn_close{
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 1;
}

.modal .modal_bl .content{
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,.2);
  width: 928px;
  max-height: 100%;
  padding: 64px 64px 25px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal .modal_bl .content::-webkit-scrollbar {
  background-color:transparent;
  width:8px
}

.modal .modal_bl .content::-webkit-scrollbar-track {
  background-color:transparent
}
.modal .modal_bl .content::-webkit-scrollbar-track:hover {
  background-color:transparent
}

.modal .modal_bl .content::-webkit-scrollbar-thumb {
  background-color:#babac0;
  border-radius:16px;
}

.modal .modal_bl .content::-webkit-scrollbar-button {display:none}


.modal .modal_bl .des{
  margin-top: 24px;
}

.modal_for {
  width: 800px;
  margin-bottom: 24px;
}

.modal_for .item .pic{
  height: 506px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal_for .item .pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 30px;
}

.modal_nav {
   width: 800px;
}

.modal_nav .slick-track{
  width: 100% !important;
  transform: none !important;
}

.modal_nav .item{
  width: 192px !important;
  height: 148px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
}

.modal_nav .item:not(:last-child){
  margin-right: 10px;
}

.modal_nav .item  img {
  width: auto;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}

.modal_for .slick-prev, .modal_for .slick-next {
  width: 21px;
  height: 38px;
  top: calc(50% - 41px);
}

.modal_for .slick-prev {
  left: -40px;
}

.modal_for .slick-next {
  right: -40px;
}

.modal_for .slick-prev::before, .modal_for .slick-next::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
  display: block;
}

.modal_for .slick-prev::before {
  background: url(../images/prev.png) center / cover no-repeat;
}

.modal_for .slick-next::before {
  background: url(../images/next.png) center / cover no-repeat;
}


/*==================== SEC05 ===================*/
.sec05 {
  background-color: var(--gray);
  padding: 80px 0 40px;
}

.sec05 .inner::before {
  content: "";
  position: absolute;
  top:  -100px;
  right: calc(100% - 98px);
  width: 352px;
  height: 67px;
  background: url(../images/sec05_ic1.png) center / cover no-repeat;
}

.sec05 .inner::after {
  content: "";
  position: absolute;
  top: -121px;
  left: calc(100% - 55px);
  width: 197px;
  height: 128px;
  background: url(../images/sec05_ic2.png) center / cover no-repeat;
}

.voice_list {
  margin-top: 49px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.sec05 .voice_list::before {
  content: "";
  position: absolute;
  right: calc(100% + 50px);
  top: 42px;
  width: 204px;
  height: 411px;
  background: url(../images/sec05_ic3.png) center / cover no-repeat;
  z-index: -1;
}

.sec05 .voice_list::after {
  content: "";
  position: absolute;
  left: calc(100% + 50px);
  top: 153px;
  width: 204px;
  height: 359px;
  background: url(../images/sec05_ic4.png) center / cover no-repeat;
  z-index: -1;
}

.voice_list .item{
  width: calc(50% - 20px);
  margin-bottom: 40px;
  border-radius: 20px;
  border: 3px solid #D9D9D9;
  background-color: #fff;
  padding: 29px 37px 28px;
}

.voice_list .item .content{
  margin-bottom: 26px;
  display: flex;
  align-items: flex-start;
}

.voice_list .item .content .pic{
  margin:0 18px 0 0 ;
}

.voice_list .item .content .txt {
  color: var(--mcolor);
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 1px;
}

.voice_list .item .content .list_star {
  display: flex;
}

.voice_list .item .content .list_star .pic_star{
  display: inline-block;
}

.voice_list .item .content .list_star .pic_star:not(:last-child){
  margin-right: 4px;
}

.voice_list .item .more_content {
  margin-bottom: 18px;
  max-height: 174px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}

.voice_list .item .more_content.show {
  max-height: none;
}

.voice_list .item .btn_link {
 float: right;
}

.voice_list .item .btn_link a {
  display: block;
  padding-right: 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  color: var(--mcolor);
  font-weight: 500;
}

.voice_list .item .btn_link a::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  width: 12px;
  height: 8px;
  background: url(../images/ic_arr_down_green.png) center /cover no-repeat;
  transition: all .2s ease;
}

.voice_list .item .btn_link.active a::before {
  transform: rotate(180deg);
}

.sec02.is02 .container::after{
  content: "";
  position: absolute;
  top: -103px;
  right: 184px;
  width: 185px;
  height: 159px;
  background: url(../images/sec05_ic5.png) center / cover no-repeat;
}

/*==================== SEC06 ===================*/
.sec06 {
  background-color: var(--gray);
  padding: 80px 0 80px;
}

.sec06 .inner::before {
  content: "";
  position: absolute;
  top: -173px;
  right: calc(100% - 203px);
  width: 244px;
  height: 206px;
  background: url(../images/sec06_ic1.png) center / cover no-repeat;
  z-index: 1;
}

.sec06 .inner::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: calc(100% - 82px);
  width: 221px;
  height: 138px;
  background: url(../images/sec06_ic4.png) center / cover no-repeat;
  z-index: 1;
}

.sec06 .list_faq{
  margin-top: 48px;
  position: relative;
}

.sec06 .list_faq::before{
  content: "";
  position: absolute;
  bottom: 42px;
  right: calc(100% + 100px);
  width: 107px;
  height: 164px;
  background: url(../images/sec06_ic3.png) center / cover no-repeat;
}

.sec06 .list_faq::after{
  content: "";
  position: absolute;
  top: 73px;
  left: calc(100% + 65px);
  width: 145px;
  height: 164px;
  background: url(../images/sec06_ic2.png) center / cover no-repeat;
}


.list_faq dl {
  background-color: var(--wh);
  border-radius: 20px;
  box-shadow: 1px 1px 4px rgba(60,98,43,.2);
  padding: 0 20px;
}

.list_faq dl:not(:last-child) {
  margin-bottom: 24px;
}

.list_faq dl dt{
  font-size: 18px;
  font-weight: bold;
  padding: 16px 4px;
  position: relative;
  cursor: pointer;
}

.list_faq dl dt::before{
  content: "";
  position: absolute;
  right: -4px;
  top: calc(50% - 0px);
  width: 13px;
  height: 2px;
  background-color: var(--mcolor);
  border-radius: 2px;
}

.list_faq dl dt::after{
  content: "";
  position: absolute;
  right: -4px;
  top: calc(50% - 0px);
  width: 13px;
  height: 2px;
  background-color: var(--mcolor);
  border-radius: 2px;
  transition: all .3s ease;
  transform: rotate(90deg);
}

.list_faq dl dt.active::after{
  transform: rotate(0);
}

.list_faq dl dd{
  border-top: 1px solid #CCCCCC;
  padding: 16px 4px 19px;
}


/*==================== SEC07 ===================*/
.sec07 {
  padding: 80px 0 55px;
  border-bottom: 1px solid var(--mcolor);
}

.sec07 .inner {
  width: calc(var(--site_size) + 40px);
}

.sec07 .inner::before {
  content: "";
  position: absolute;
  top: 482px;
  right: calc(100% + 63px);
  width: 141px;
  height: 222px;
  background: url(../images/sec07_ic1.png) center / cover no-repeat;
}

.sec07 .inner::after {
  content: "";
  position: absolute;
  top: 84px;
  left: calc(100% + 57px);
  width: 303px;
  height: 476px;
  background: url(../images/sec07_ic2.png) center / cover no-repeat;
}

.sec07 .ttl {
  width: 100%;
  margin-bottom: 48px;
}

.sec07 .wrap_list {
  display: flex;
  /* width: calc(100% + 30px); */
  margin: 0 -5px;
}


.sec07_list {
  /* width: calc(50% - 36px); */
  width: 574px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec07_list.is01 {
  margin-right: 71px;
  margin-left: 25px;
}

.sec07_list dl{
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  padding: 16px 0;
}

.sec07_list.is02 dl{
  padding: 24px 0;
}

.sec07_list dl:first-child{
  padding-top: 0;
}

.sec07_list dl dt{
  min-width: 110px;
  margin-right: 24px;
}

.sec07_list dl dt.dif{
  min-width: 140px;
}

.sec07_list dl dt.v_center {
  align-self: center;
}

.sec07 .box_area {
  display: flex;
  margin-top: 58px;
  width: 100%;
  padding-left: 20px;
}

.sec07 .box_map {
  width:  512px;
  height: 420px;
  flex-shrink: 0;
  margin-left: 24px;
}

.sec07 .box_map iframe{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 20px;
}

/*==================== SEC08 ===================*/
.sec08 {
  padding: 80px 0 121px;
  background: url(../images/bg_dot.png) repeat;
}

.sec08 .inner::before{
  content: "";
  position: absolute;
  top: -133px;
  right: calc(100% - 125px);
  width: 172px;
  height: 310px;
  background: url(../images/sec08_ic1.png) center /cover no-repeat;
}

.sec08 .block_mail_form {
  margin: 31px auto 0;
  max-width: 682px;
}

#fmail_form table.mailform  {
  border: none;
  width: 100%;
}

#fmail_form table.mailform  th,
#fmail_form table.mailform  td{
  border: none;
}

#fmail_form table.mailform  th {
  text-align: left;
  width: 29%;
  vertical-align: top;
}

#fmail_form  th {
  padding: 1.05em 0 0 0;
}

#fmail_form table.mailform  div.fmail_must {
    background: #E30112;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 0px;
    margin-left: 20px;
    margin-right: 3px;
    float: right;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    border-radius: 4px;
    width: 40px;
    height: 22px;
    margin-top: 2px;
}

#fmail_form table.mailform  div.fmail_must::before {
  font-size: 14px;
}

#fmail_form table.mailform  td {
  padding: 1em 0 1em 1.38em;
}

#fmail_form table.mailform  td.policy {
  padding: 0;
}

#fmail_form table.mailform  textarea  {
  width: 100%;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-family: var(--font_main);
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 7px 10px;
  color: #333;
}

#fmail_form table.mailform ol.fmail_radio_list li{
  padding: 0;
  margin:  0;
}

#fmail_form table.mailform ol.fmail_radio_list li:not(:last-child) {
  margin-right: 16px;
}

#fmail_form table.mailform input.fmail:not([type="radio"]) {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-family: var(--font_main);
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 7px 10px;
    background-color: #fff;
    margin: 0;
    color: #333 ;
}

#fmail_form table.mailform input.fmail:not([type="radio"])::-webkit-input-placeholder{
  color: #999999 ;
}

#fmail_form table.mailform td.fmail_error_line {
  background-color: transparent !important;
}

#fmail_form table.mailform label.fmail_label_enabled, #fmail_form table.mailform label.fmail_label_disabled {
  border: 1px solid #CCCCCC;
  padding: 7px 15px 7px 12px;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  border-radius: 4px;
  font-family: var(--font_main);
  background-color: #fff;
  min-width: 164px;
  margin: 0;
}

#fmail_form table.mailform  .fmail_radio_list  input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px !important;
  height: 16px;
  border: 1px solid #999999;
  border-radius: 50%;
  margin-right: 0px;
  background-color: #EEEEEE;
  position: relative;
}

#fmail_form table.mailform  .fmail_radio_list   input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--txt);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fmail_form table.mailform  textarea {
  width: 100% !important;
  min-height: 125px;
}

#fmail_form  .submit_confirm_button {
  width: 450px;
  height: 93px;
  background: url(../images/btn_contact.png) center / cover no-repeat;
  color: transparent !important;
  border: none;
}

#fmail_form .submit_cancel_button {background: url(../images/sec04_prev_wh.png) 10px center/ 8px no-repeat var(--scolor);}
#fmail_form .submit_send_button,#fmail_form .site_top a {background: url(../images/sec04_next_wh.png) center right 10px / 8px no-repeat var(--mcolor);}
#fmail_form .submit_cancel_button,#fmail_form .submit_send_button,#fmail_form .site_top a {
  border-radius: 12px;
  font-family: var(--font_main);
  font-weight: bold;
}

div#fmail_thankspage p {letter-spacing: 0;}

.mail_form_link {
  margin-top: 16px;
  margin-bottom: 22px;
  text-align: center;
}

.mail_form_link .link{
  text-decoration: underline;
}

.btn_input a {
  width: 449px;
  height: 93px;
  border-radius: 94px;
  background-color: var(--scolor);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4em;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}

.btn_input a::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 25px;
  width: 11px;
  height: 18px;
  background: url(../images/ic-right.png) center /cover no-repeat;
}

.btn_input a .f_big{
  font-size: 24px;
  line-height: 1.4;
}

/*==========================================================
                        F O O T E R
==========================================================*/
footer {
  background-color: var(--mcolor);
  position: relative;
  z-index: 3;
}

footer .inner::before{
  content: "";
  position: absolute;
  top: -92px;
  left: calc(100% - 137px);
  width: 182px;
  height: 126px;
  background: url(../images/footer_ic1.png) center /cover no-repeat;
}

address {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 20px;
}

address a{
  color: #fff;
  font-size: 14px;
  padding: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 9;
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--wh);
  margin: 0;
}

.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}