@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
}
@media screen and (min-width: 921px) {
  html {
    font-size: 41.67%;
  }
  html.safari.mac {
    font-size: 6.67px;
  }
}
@media screen and (max-width: 920px) {
  html {
    font-size: 1.3333333333vw;
  }
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  letter-spacing: 0;
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

img,
object {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 921px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 920px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
body {
  color: #313819;
  font-size: 1rem;
  text-align: left;
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

.wrap {
  position: relative;
  width: 68rem;
  margin: 0 auto;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 2.5rem;
  line-height: 2;
}

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

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bold,
strong {
  font-weight: bold;
  font-weight: 700;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.orange {
  color: #e38320;
}

.blue {
  color: #0071bc;
}

.yellow {
  color: #fff6a1;
}

.min {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 921px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  a {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
  }
}
/* ---------------------------------------
  contents_wrap
-----------------------------------------*/
.contents_wrap {
  position: relative;
  width: 100%;
}

.contents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media screen and (min-width: 921px) {
  .bg_main {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/main_bg.png) no-repeat center top/cover;
  }
  .contents {
    max-width: 500px;
  }
  .cnt_l,
  .cnt_r {
    width: calc((100% - 500px) / 2);
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cnt_l {
    left: 0;
  }
  .cnt_l .contact {
    width: 344px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
  }
  .cnt_l .contact *:not(.cta_btn *) {
    font-weight: 700;
    text-align: center;
  }
  .cnt_l .contact .box {
    padding: 4px 0 18px;
    border: 1px solid #fff;
  }
  .cnt_l .contact .logo {
    width: 290px;
    margin: 0 auto;
  }
  .cnt_l .contact .ttl {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-top: 2.5rem;
    font-family: "Noto Serif JP", serif;
  }
  .cnt_l .contact .ttl span {
    color: #e38320;
  }
  .cnt_l .contact .txt {
    max-width: 290px;
    margin: 10px auto 0;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    border-top: 1px solid #313819;
    border-bottom: 1px solid #313819;
  }
  .cnt_l .contact .cta_btn {
    width: 290px;
    margin: 20px auto 0;
  }
  .cnt_l .contact .cta_btn a {
    padding: 0.8em 2rem;
    height: 10rem;
    background: linear-gradient(196deg, rgb(255, 120, 115) 0%, rgb(252, 73, 97) 100%);
    box-shadow: 0 7px 0 #d43d41;
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
  }
  .cnt_l .contact .cta_btn a p {
    font-size: 22.2px;
    font-weight: 700;
    line-height: 1.2;
  }
  .cnt_l .contact .cta_btn a p .small {
    font-size: 70%;
  }
  .cnt_l .contact .cta_btn a p img {
    max-width: 30px;
    line-height: 1rem;
    padding-bottom: 2px;
    padding-right: 6px;
    box-sizing: content-box;
  }
  .cnt_l .contact .cta_btn a p .time {
    font-size: 14.5px;
    margin-top: 0;
  }
  .cnt_l .contact .cta_btn a p .time::before, .cnt_l .contact .cta_btn a p .time::after {
    content: none;
  }
  .cnt_l .contact .tel {
    width: 290px;
    padding-bottom: 10px;
    margin: 15px auto 0;
  }
  .cnt_l .contact .tel .ttl_s {
    font-size: 17px;
    line-height: 1.7647058824;
    border-bottom: 1px solid #313819;
    margin-bottom: 10px;
  }
  .cnt_l .contact .tel .num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .cnt_l .contact .tel .num::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../img/ico_tel.svg) no-repeat center/contain;
    margin-right: 5px;
  }
  .cnt_l .contact .tel .num img {
    max-width: 241px;
  }
  .cnt_l .contact .tel .time {
    display: flex;
    justify-content: center;
    align-content: flex-start;
  }
  .cnt_l .contact .tel .time p {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0.04em;
    margin-top: 5px;
  }
  .cnt_l .contact .tel .time p + p {
    text-align: left;
  }
  .cnt_l .contact .tel .time p + p span {
    padding-left: 0.6em;
  }
  .cnt_l .contact .txt02 {
    background: #f4f4f4;
    border-radius: 10px;
    margin-top: 5px;
    padding: 17px 20px;
  }
  .cnt_l .contact .txt02 p {
    font-size: 13px;
    line-height: 1.5;
  }
  .cnt_l .contact .txt02 p.lead {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding: 0 1rem;
  }
  .cnt_l .contact .txt02 p.lead::before, .cnt_l .contact .txt02 p.lead::after {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 2.5rem;
    background-color: #313819;
    border-radius: 0.2rem;
    position: absolute;
    bottom: 0;
  }
  .cnt_l .contact .txt02 p.lead::before {
    left: 0;
    transform: rotate(-23deg);
  }
  .cnt_l .contact .txt02 p.lead::after {
    right: 0;
    transform: rotate(23deg);
  }
  .cnt_l .contact .txt02 p span {
    display: inline-block;
    font-size: 17px;
  }
  .cnt_l .contact .txt02 p span img {
    margin-right: 7px;
  }
  .cnt_l .contact .txt02 p span.map img {
    width: 13px;
    margin-bottom: 1px;
  }
  .cnt_l .contact .txt02 p span.parking {
    margin-left: 27px;
  }
  .cnt_l .contact .txt02 p span.parking img {
    width: 16px;
    margin-bottom: -1px;
    vertical-align: baseline;
  }
  .cnt_r {
    right: 0;
  }
  .cnt_r .menu {
    max-width: 320px;
  }
  .cnt_r .menu .ttl {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 7px;
    background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
  }
  .cnt_r .menu nav {
    margin-top: 10px;
  }
  .cnt_r .menu nav ul li {
    font-weight: 700;
    color: #3A3A3A;
    font-size: 18px;
    line-height: 1.5;
  }
  .cnt_r .menu nav ul li a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #d9d9d8;
  }
  .cnt_r .menu nav ul li a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #313819;
    border-bottom: 2px solid #313819;
    position: absolute;
    right: 6px;
    top: 20px;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 921px) and (max-width: 1366px) {
  .cnt_l .contact {
    width: 25.1830161054vw;
    padding: 0.878477306vw;
  }
  .cnt_l .contact .box {
    padding: 0.2928257687vw 1.0248901903vw 1.317715959vw;
  }
  .cnt_l .contact .logo {
    width: 21.2298682284vw;
  }
  .cnt_l .contact .ttl {
    font-size: 2.3426061493vw;
    margin-top: 0.7320644217vw;
  }
  .cnt_l .contact .txt {
    font-size: 1.4641288433vw;
  }
  .cnt_l .contact .cta_btn {
    width: 21.2298682284vw;
    margin-top: 0.7320644217vw;
  }
  .cnt_l .contact .cta_btn a {
    height: 5.5636896047vw;
    padding: 0.7320644217vw 1.0980966325vw;
    border-radius: 0.7320644217vw;
    box-shadow: 0 0 0.3660322108vw rgba(176, 30, 88, 0.2);
  }
  .cnt_l .contact .cta_btn a img {
    width: 2.1229868228vw;
  }
  .cnt_l .contact .cta_btn a p {
    font-size: 1.6105417277vw;
  }
  .cnt_l .contact .cta_btn a p .time {
    font-size: 1.0614934114vw;
  }
  .cnt_l .contact .tel {
    width: 21.2298682284vw;
    padding-bottom: 0.7320644217vw;
    margin: 1.0980966325vw auto 0;
  }
  .cnt_l .contact .tel .ttl_s {
    font-size: 1.2445095168vw;
  }
  .cnt_l .contact .tel .num {
    font-size: 2.4890190337vw;
    margin-top: 0.2928257687vw;
  }
  .cnt_l .contact .tel .num::before {
    width: 1.6837481698vw;
    height: 1.6837481698vw;
    margin-right: 0.2196193265vw;
  }
  .cnt_l .contact .tel .time p {
    font-size: 0.9516837482vw;
    margin-top: 0.3660322108vw;
  }
  .cnt_l .contact .tel .time p + p {
    padding-left: 0.3660322108vw;
  }
  .cnt_l .contact .txt02 {
    margin-top: 0.3660322108vw;
  }
  .cnt_l .contact .txt02 p {
    font-size: 0.878477306vw;
  }
  .cnt_l .contact .txt02 p span {
    font-size: 1.2445095168vw;
  }
  .cnt_l .contact .txt02 p span img {
    margin-right: 0.5124450952vw;
  }
  .cnt_l .contact .txt02 p span.map img {
    width: 0.9516837482vw;
  }
  .cnt_l .contact .txt02 p span.parking {
    margin-left: 1.9765739385vw;
  }
  .cnt_l .contact .txt02 p span.parking img {
    width: 0.9516837482vw;
  }
  .cnt_r .menu {
    width: 23.4260614934vw;
  }
  .cnt_r .menu .ttl {
    font-size: 1.5373352855vw;
    padding: 0.5124450952vw;
  }
  .cnt_r .menu nav {
    margin-top: 0.7320644217vw;
  }
  .cnt_r .menu nav ul li {
    font-size: 1.317715959vw;
  }
  .cnt_r .menu nav ul li a {
    padding: 0.7320644217vw 2.196193265vw 0.7320644217vw 0;
  }
  .cnt_r .menu nav ul li a::after {
    width: 0.6588579795vw;
    height: 0.6588579795vw;
    border-right: 0.1464128843vw solid #aed411;
    border-bottom: 0.1464128843vw solid #aed411;
    right: 0.439238653vw;
    top: 1.4641288433vw;
  }
}
/* ---------------------------------------
  main
-----------------------------------------*/
/* common
--------------------------------*/
.bg_grid {
  background: url(../img/bg_grid.png) repeat center/7.2rem auto;
}

.sec_ttl {
  color: #313819;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.296875;
}

.cta {
  text-align: center;
  margin-top: 4.5rem;
}
.cta .txt {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.cta_btn {
  margin-top: 4.5rem;
}
.cta_btn a {
  position: relative;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  padding: 0.8em 3em;
  background: linear-gradient(196deg, rgb(255, 120, 115) 0%, rgb(252, 73, 97) 100%);
  box-shadow: 0 7px 0 #d43d41;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}
.cta_btn a p {
  color: #fff;
  font-weight: 400;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.3170731707;
  letter-spacing: 1px;
}
.cta_btn a p .time {
  position: relative;
  padding: 0 1.5rem;
}
.cta_btn a p .time .big {
  font-size: 170%;
  font-weight: 600;
  line-height: 0;
}
.cta_btn a p .time::before, .cta_btn a p .time::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 3.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0;
}
.cta_btn a p .time::before {
  left: 0;
  transform: rotate(-23deg);
}
.cta_btn a p .time::after {
  right: 0;
  transform: rotate(23deg);
}
.cta_btn a p .reservation {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.cta_btn a .arw {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 3.7rem;
  top: calc(50% - 1.4rem);
}
.cta_btn a .arw::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0px 0.8rem 1.3rem;
  border-color: transparent transparent transparent #ff616d;
  position: absolute;
  right: 0.6rem;
  top: calc(50% - 0.8rem);
}

/* merit
--------------------------------*/
#sec_merit {
  padding: 6rem 0 8rem;
  background-image: url(../img/merit_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top, center bottom;
}
#sec_merit ul li {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
#sec_merit ul li span {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 5.25rem;
  background: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
#sec_merit ul li span::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/ico_check_o.svg) no-repeat center/contain;
  position: absolute;
  left: 2rem;
  top: 1.75rem;
}
#sec_merit ul li + li {
  margin-top: 1.5rem;
}
#sec_merit ul li .line {
  background: linear-gradient(transparent 80%, #EDEDED 80%);
}
#sec_merit ul li .dot {
  line-height: 1;
  vertical-align: text-bottom;
}

/* intro
--------------------------------*/
#sec_intro .point {
  background: #eaf2c9;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
#sec_intro .point .sec_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 6.2rem;
  line-height: 1.2833333333;
}
#sec_intro .point .sec_ttl .small {
  font-size: 56%;
}
#sec_intro .point .sec_ttl .small02 {
  font-size: 70%;
}
#sec_intro .point .box {
  position: relative;
  margin-top: 9.5rem;
  padding: 7rem 4rem 4rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
#sec_intro .point .box .num {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
#sec_intro .point .box .num img {
  height: 8rem;
}
#sec_intro .point .box .ttl {
  position: relative;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: -0.02rem;
  line-height: 1.35;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #566614;
}
#sec_intro .point .box .txt {
  margin-top: 2rem;
}
#sec_intro .point .box:nth-of-type(2) .ttl {
  letter-spacing: -0.05rem;
}
#sec_intro .trouble {
  padding: 5.5rem 0 8rem;
  background-color: #becacc;
  background-image: url(../img/intro_trouble_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#sec_intro .trouble .sec_ttl {
  padding-right: 15rem;
  padding-bottom: 8rem;
  color: #fff;
  font-size: 5.6rem;
  line-height: 1.2833333333;
}
#sec_intro .trouble .sec_ttl .small {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0 4.5rem;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
}
#sec_intro .trouble .sec_ttl .small::before, #sec_intro .trouble .sec_ttl .small::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 8.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0;
}
#sec_intro .trouble .sec_ttl .small::before {
  left: 0;
  transform: rotate(-23deg);
}
#sec_intro .trouble .sec_ttl .small::after {
  right: 0;
  transform: rotate(23deg);
}
#sec_intro .trouble .box {
  position: relative;
  margin-top: 3rem;
  padding: 2rem 3.7rem 4rem;
  background-color: #fff;
  border-radius: 1rem;
}
#sec_intro .trouble .box .box_ttl {
  font-size: 5.4rem;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #313819;
}
#sec_intro .trouble .box .box_ttl .small {
  font-size: 70%;
}
#sec_intro .trouble .box ul li {
  position: relative;
  padding-left: 3.5rem;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#sec_intro .trouble .box ul li + li {
  margin-top: 3rem;
}
#sec_intro .trouble .box ul li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/ico_check_g.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
#sec_intro .solution {
  padding: 7.5rem 0 8rem;
  background-color: #fdfff3;
  background-image: url(../img/intro_solution_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#sec_intro .solution .ttl_bg {
  color: #fff;
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
  border-radius: 20px;
}
#sec_intro .solution .ttl_comment {
  margin-top: 3rem;
}
#sec_intro .solution .ttl_comment span {
  position: relative;
  display: inline-block;
  padding: 0 4rem;
  font-size: 5.8rem;
  line-height: 1.25;
}
#sec_intro .solution .ttl_comment span::before, #sec_intro .solution .ttl_comment span::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 13rem;
  background-color: #313819;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0;
}
#sec_intro .solution .ttl_comment span::before {
  left: 0;
  transform: rotate(-23deg);
}
#sec_intro .solution .ttl_comment span::after {
  right: 0;
  transform: rotate(23deg);
}
#sec_intro .solution .sec_ttl {
  color: #313819;
  line-height: 1.25;
}
#sec_intro .solution .sec_ttl .small {
  font-size: 3.7rem;
  line-height: 1em;
  vertical-align: bottom;
}
#sec_intro .solution .sec_ttl .line {
  font-size: 9rem;
  background: linear-gradient(transparent 85%, #fff6a1 85%);
}
#sec_intro .solution ul {
  margin-top: 6rem;
  padding-right: 20rem;
}
#sec_intro .solution ul li {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
#sec_intro .solution ul li span {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 5.25rem;
  background: #fff;
  box-shadow: 0 0 5px 0 #e5e5e5;
}
#sec_intro .solution ul li span::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/ico_check_o.svg) no-repeat center/contain;
  position: absolute;
  left: 2rem;
  top: 1.75rem;
}
#sec_intro .solution ul li + li {
  margin-top: 1.5rem;
}
#sec_intro .solution ul li .line {
  background: linear-gradient(transparent 80%, #EDEDED 80%);
}
#sec_intro .solution ul li .dot {
  line-height: 1;
  vertical-align: text-bottom;
}
#sec_intro .safe {
  padding: 7.5rem 0 8rem;
  background-color: #f6f7f9;
  background-image: url(../img/intro_safe_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#sec_intro .safe .ttl_bg {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
  border-radius: 20px;
}
#sec_intro .safe .sec_ttl {
  margin-top: 2rem;
  color: #313819;
  font-size: 5.2rem;
  line-height: 1.4285714286;
}
#sec_intro .safe .sec_ttl .bg {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.7rem 1.5rem;
  background-color: #fff;
  color: #e38320;
  line-height: 1;
  border: 0.2rem solid #313819;
}
#sec_intro .safe .sec_ttl .small {
  font-size: 80%;
  vertical-align: bottom;
}
#sec_intro .safe .sec_ttl .line {
  border-bottom: 1px solid #313819;
  letter-spacing: -0.05rem;
}
#sec_intro .safe .box {
  position: relative;
  margin-top: 4rem;
  padding: 5.2rem 4.8rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
#sec_intro .safe .box::after {
  content: "";
  width: 38rem;
  height: 6.6rem;
  background: url(../img/intro_safe_arw.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.3rem;
  margin: 0 auto;
}
#sec_intro .safe .box-img {
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  margin-top: 8.5rem;
  padding: 4.8rem 2.5rem 2.3rem;
}
#sec_intro .safe .box-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: 0.5rem solid transparent;
  background: linear-gradient(135deg, #4bb509 0, #aed411 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
#sec_intro .safe .box-img .ttl_bg {
  position: absolute;
  top: -3.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 31.7rem;
  font-size: 3.5rem;
}
#sec_intro .safe .box-img .img {
  width: 52.5rem;
}
#sec_intro .safe .box-img .illust {
  width: 17.5rem;
  position: absolute;
  right: -4rem;
  bottom: 0;
}
#sec_intro .safe .txt {
  margin-top: 7rem;
}
#sec_intro .safe .txt .txt_ttl {
  color: #566614;
  font-size: 4.6rem;
  line-height: 1.6666666667;
}
#sec_intro .safe .txt .txt_ttl span {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #fff;
  box-shadow: 0 0 5px 0 #e5e5e5;
}
#sec_intro .safe .txt .txt_ttl + .txt_ttl {
  margin-top: 1rem;
}
#sec_intro .safe .txt p {
  margin-top: 3rem;
  font-size: 2.8rem;
  font-weight: 600;
}

/* plan
--------------------------------*/
#sec_plan {
  padding: 0 0 7.7rem;
}
#sec_plan .sec_ttl {
  position: relative;
  color: #fff;
  font-size: 8.2rem;
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  padding: 2rem 7px 4rem;
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
}
#sec_plan .sec_ttl .small {
  font-size: 78%;
  line-height: 1;
}
#sec_plan .sec_ttl :after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #4bc330 transparent transparent transparent;
  border-width: 22px 10px 0 10px;
}
#sec_plan p {
  margin-top: 7rem;
}

/* plan_detail
--------------------------------*/
.sec_plan_detail .ttl_wrap {
  padding: 5px 0;
  border-top: 1px solid #313819;
  border-bottom: 1px solid #313819;
}
.sec_plan_detail .ttl_wrap .sec_ttl {
  padding: 3rem 0;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  border-top: 1px solid #313819;
  border-bottom: 1px solid #313819;
}
.sec_plan_detail .ttl_wrap .sec_ttl span {
  font-size: 60%;
}
.sec_plan_detail .ttl_bg {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
  border-radius: 20px;
}
.sec_plan_detail ul {
  margin-top: 3.3rem;
}
.sec_plan_detail ul li {
  position: relative;
  padding: 1rem 2rem 1rem 6.25rem;
  font-size: 2.7rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: #fcffe0;
}
.sec_plan_detail ul li::before {
  content: "";
  width: 3.6rem;
  height: 3.4rem;
  background: url(../img/ico_check_b.svg) no-repeat center/contain;
  position: absolute;
  left: 1.75rem;
  top: 1.25rem;
}
.sec_plan_detail ul li + li {
  margin-top: 1.3rem;
}
.sec_plan_detail .box {
  width: 100%;
}
.sec_plan_detail .box.is-white {
  position: relative;
  background-color: #fff;
  margin-top: 4rem;
  padding: 3.4rem 3.4rem 5.7rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.sec_plan_detail .box.is-green {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin-top: 6rem;
  padding: 6.5rem 3rem 3rem;
}
.sec_plan_detail .box.is-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: 0.5rem solid transparent;
  background: linear-gradient(135deg, #4bb509 0, #aed411 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.sec_plan_detail .box.is-green + .is-green {
  margin-top: 4.3rem;
}
.sec_plan_detail .box.is-green .ttl_bg {
  position: absolute;
  top: -5.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 31.7rem;
}
.sec_plan_detail .box.is-green .box_ttl {
  font-size: 3.8rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #313819;
}
.sec_plan_detail .box .img_01 {
  position: absolute;
  top: -9.7rem;
  left: 0;
  width: 100%;
  padding: 0 calc((100% - 57.6rem) / 2);
}
.sec_plan_detail .box .img_02 {
  margin-top: 3.6rem;
}
.sec_plan_detail .box .txt {
  margin-top: 4rem;
}
.sec_plan_detail .box .txt p + p {
  margin-top: 6rem;
}

/* plan01
--------------------------------*/
#sec_plan01 .ttl_wrap .sec_ttl {
  padding: 0 0 3.5rem;
  font-size: 8.1rem;
  line-height: 1.1363636364;
}
#sec_plan01 .box.is-white {
  margin-top: 12rem;
  padding-top: 8.2rem;
}
#sec_plan01 .box.is-white .img_01 {
  position: absolute;
  top: -9.7rem;
  left: 0;
  width: 100%;
  padding: 0 calc((100% - 57.6rem) / 2);
}
#sec_plan01 .box.is-white .img_02 {
  margin-top: 3.6rem;
}
#sec_plan01 .box.is-white p {
  margin-top: 3.6rem;
}
#sec_plan01 .box02 {
  margin-top: 4rem;
  background-color: #fff9e0;
  padding: 3.8rem 3.2rem 3.2rem;
  border: 0.6rem solid #e2ba96;
  border-radius: 1rem;
}
#sec_plan01 .box02 .ttl_wrap .ttl span {
  font-size: 6.8rem;
  letter-spacing: -0.025em;
}
#sec_plan01 .box03 {
  margin-top: 8.6rem;
  padding: 8.3rem 0 5.4rem;
  background: linear-gradient(90deg, #e88f58 0%, #f2b252 100%);
}
#sec_plan01 .box03 .txt_wrap .ttl p {
  color: #566614;
  font-size: 4.65rem;
  line-height: 1.25;
}
#sec_plan01 .box03 .txt_wrap .ttl p span {
  padding: 0 1.75rem 0 0;
  background-color: #fff;
  letter-spacing: -0.05em;
}
#sec_plan01 .box03 .txt_wrap .ttl p + p {
  margin-top: 1.75rem;
}
#sec_plan01 .box03 .txt_wrap .ttl p + p span {
  padding: 0 2.3rem;
}
#sec_plan01 .box03 .txt_wrap .txt {
  margin-top: 4rem;
  padding-right: 37rem;
  color: #fff;
}
#sec_plan01 .box03 .illust {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32.1rem;
}
#sec_plan01 .box04 {
  padding: 13.2rem 0 5.4rem;
  background: #fff9e0;
}
#sec_plan01 .box04 .box_inner {
  padding: 15.4rem 3.5rem 4rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
#sec_plan01 .box04 .txt_wrap {
  position: absolute;
  top: -4.7rem;
  left: 0;
}
#sec_plan01 .box04 .txt_wrap .ttl p {
  color: #fff;
  font-size: 4.9rem;
  line-height: 1.25;
}
#sec_plan01 .box04 .txt_wrap .ttl p span {
  padding: 0 2.3rem;
  background: linear-gradient(90deg, #e88f58 0%, #f2b252 100%);
  letter-spacing: -0.05em;
}
#sec_plan01 .box04 .txt_wrap .ttl p + p {
  margin-top: 1.75rem;
}
#sec_plan01 .box04 .txt_wrap .ttl p + p span {
  padding: 0 1.75rem 0 0;
}
#sec_plan01 .box04 .txt_wrap .txt {
  margin-top: 4rem;
  padding-right: 37rem;
  color: #fff;
}
#sec_plan01 .box04 .txt {
  margin-top: 4rem;
}

/* plan02
--------------------------------*/
#sec_plan02 {
  padding-bottom: 8rem;
  background-color: #f5f5f4;
}
#sec_plan02 .lead_box {
  position: relative;
  background: #59a345;
  margin-bottom: 12rem;
  padding: 3rem 1rem 1rem;
  text-align: center;
}
#sec_plan02 .lead_box::after {
  content: "";
  width: calc(100% + 2rem);
  height: 8.2rem;
  background: #59a345;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -8rem;
  left: -1rem;
}
#sec_plan02 .lead_box .bg {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.7rem 1.5rem;
  background-color: #fff;
  color: #143a66;
  font-size: 3.2rem;
  line-height: 1;
  border: 0.2rem solid #143a66;
}
#sec_plan02 .lead_box .txt {
  position: relative;
  margin-top: 1rem;
  color: #fff;
  font-size: 3.7rem;
  line-height: 1.3636363636;
}
#sec_plan02 .lead_box .txt + .txt {
  font-size: 6.2rem;
  font-weight: 500;
}
#sec_plan02 .lead_box .txt + .txt .yellow {
  margin: 0 -2rem 0;
}
#sec_plan02 .lead_box .txt + .txt .small {
  font-size: 70%;
}
#sec_plan02 .sec_ttl {
  line-height: 0.9090909091;
}
#sec_plan02 .sec_ttl span {
  font-size: 56%;
}
#sec_plan02 ul li {
  letter-spacing: 0.03em;
}

/* plan03
--------------------------------*/
#sec_plan03 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#sec_plan03 .sec_ttl {
  line-height: 0.9090909091;
}
#sec_plan03 .sec_ttl span {
  font-size: 56%;
}
#sec_plan03 ul {
  margin-top: 1rem;
}
#sec_plan03 ul li {
  letter-spacing: -0.015rem;
}
#sec_plan03 .ttl_bg {
  margin-top: 3rem;
}
#sec_plan03 .box.is-green .txt {
  margin-top: 2rem;
}

/* plan04
--------------------------------*/
#sec_plan04 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5f5f4;
}
#sec_plan04 .box.is-green {
  margin-top: 8rem;
  padding-top: 4rem;
}
#sec_plan04 .box.is-green .ttl_bg {
  top: -2.3rem;
}
#sec_plan04 .flex {
  display: flex;
  justify-content: space-between;
}
#sec_plan04 .flex div {
  margin-top: 2.8rem;
  width: calc(50% - 1.5rem);
}
#sec_plan04 .flex div dl dt {
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
#sec_plan04 .flex div dl dd {
  margin-top: 1.5rem;
  line-height: 1.6666666667;
}

/* plan05
--------------------------------*/
#sec_plan05 {
  padding-top: 28.5rem;
  padding-bottom: 8rem;
  background-image: url(../img/plan05_bg01.png), url(../img/plan05_bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: center top, center bottom;
}
#sec_plan05 .ttl_wrap {
  text-align: center;
}
#sec_plan05 .ttl_wrap .sec_ttl {
  margin-top: 1rem;
}
#sec_plan05 .ttl_wrap .bg {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.7rem 1.5rem;
  background-color: #fff;
  color: #143a66;
  font-size: 3.2rem;
  line-height: 1;
  border: 0.2rem solid #143a66;
}
#sec_plan05 .txt {
  margin-top: 2rem;
}
#sec_plan05 .box_green {
  background-color: #eaf2c9;
  margin-top: 7.5rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
#sec_plan05 .box_green .box.is-green {
  margin-top: 0;
  padding-top: 5.5rem;
}
#sec_plan05 .box_green .box.is-green .ttl_bg {
  width: 61.2rem;
  top: -2.3rem;
}
#sec_plan05 .box_footer {
  padding: 8.3rem 0 0;
}
#sec_plan05 .box_footer .txt_wrap .ttl {
  text-align: center;
}
#sec_plan05 .box_footer .txt_wrap .ttl p {
  color: #566614;
  font-size: 5.6rem;
  line-height: 1.25;
}
#sec_plan05 .box_footer .txt_wrap .ttl p span {
  padding: 0.5rem 1.75rem;
  background-color: #fff;
  letter-spacing: -0.05em;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
#sec_plan05 .box_footer .txt_wrap .ttl p + p {
  margin-top: 3rem;
}
#sec_plan05 .box_footer .txt_wrap .ttl p.small span {
  font-size: 3.6rem;
}
#sec_plan05 .box_footer .txt_wrap .txt {
  font-size: 2.8rem;
  padding-right: 20rem;
}
#sec_plan05 .box_footer .btn-wrap {
  position: relative;
}
#sec_plan05 .box_footer .btn-wrap .cta_btn {
  position: relative;
  z-index: 1;
}
#sec_plan05 .box_footer .btn-wrap .illust {
  position: absolute;
  top: -27.2rem;
  right: 0;
  width: 20rem;
  z-index: 0;
}

/* sec_case
--------------------------------*/
#sec_case {
  padding-bottom: 8rem;
}
#sec_case .lead {
  position: relative;
  background: #e38320;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  padding: 2rem 7px 4rem;
}
#sec_case .lead .small {
  font-size: 78%;
  line-height: 1;
}
#sec_case .lead :after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #e38320 transparent transparent transparent;
  border-width: 22px 10px 0 10px;
}
#sec_case .sec_ttl {
  margin-top: 7.5rem;
}
#sec_case .case_list {
  margin-top: 6rem;
}
#sec_case .case_list .item {
  position: relative;
  padding: 3.5rem 3rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_case .case_list .item + .item {
  margin-top: 4rem;
}
#sec_case .case_list .item .txt_wrap {
  margin-top: 3.5rem;
}
#sec_case .case_list .item .txt_wrap .ttl_s {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 1rem;
  background-color: #313819;
  border-radius: 100vh;
}
#sec_case .case_list .item .txt_wrap .txt-block {
  background-color: #f5f5f4;
  margin-top: 2.7rem;
  padding: 4rem 3.7rem 3.7rem;
}
#sec_case .case_list .item .txt_wrap .txt-block .ttl {
  font-size: 3rem;
  font-weight: 700;
}
#sec_case .case_list .item .txt_wrap .txt-block .txt {
  font-size: 2.5rem;
}
#sec_case .case_list .item .txt_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 3rem;
  margin-top: 3rem;
}
#sec_case .case_list .item .txt_wrap dl dt {
  width: 19.6rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 1rem;
  background-color: #777777;
}
#sec_case .case_list .item .txt_wrap dl dd {
  width: calc(100% - 22.6rem);
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}

/* sec_feature
--------------------------------*/
#sec_feature {
  padding: 7rem 0 8rem;
  background: #eaf2c9;
}
#sec_feature .feature_list {
  margin-top: 6rem;
}
#sec_feature .feature_list .item {
  background-color: #fff;
}
#sec_feature .feature_list .item + .item {
  margin-top: 4.5rem;
}
#sec_feature .feature_list .item .txt_wrap {
  padding: 3rem 3.5rem;
}
#sec_feature .feature_list .item .txt_wrap .ttl {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.35;
  white-space: nowrap;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #313819;
}
#sec_feature .feature_list .item .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
#sec_feature .feature_list .item .txt_wrap .txt + .txt {
  margin-top: 5rem;
}

/* sec_price
--------------------------------*/
#sec_price {
  padding: 7rem 0 8rem;
}
#sec_price .lead {
  margin-top: 6rem;
}
#sec_price .fukidashi {
  font-weight: 500;
  font-size: 5.1rem;
  line-height: 1.25;
  letter-spacing: 0.09em;
  margin-top: 5rem;
}
#sec_price .fukidashi > span {
  position: relative;
  display: inline-block;
  padding: 0 5rem 1.5rem;
}
#sec_price .fukidashi > span::before, #sec_price .fukidashi > span::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 11.5rem;
  background-color: #313819;
  border-radius: 0.25rem;
  position: absolute;
  bottom: 2rem;
}
#sec_price .fukidashi > span::before {
  left: 0;
  transform: rotate(-23deg);
}
#sec_price .fukidashi > span::after {
  right: 0;
  transform: rotate(23deg);
}
#sec_price .fukidashi + p {
  margin-top: 3rem;
}
#sec_price .box01 {
  padding: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  margin-top: 4.2rem;
}
#sec_price .box01 + .box01 {
  margin-top: 4rem;
}
#sec_price .box01 .ttl_bg {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
  border-radius: 20px;
}
#sec_price .box01 .box_ttl {
  margin-top: 3rem;
  font-size: 3.8rem;
}
#sec_price .box01 .box_ttl.line {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #313819;
}
#sec_price .box01 .txt {
  text-align: justify;
  letter-spacing: 0.04em;
  padding: 0 0.6rem;
  margin-top: 1.5rem;
}
#sec_price .box01 .txt_wrap {
  background-color: #f5f5f4;
  margin-top: 3rem;
  padding: 3rem 5rem;
}
#sec_price .box01 .txt_wrap .cont_ttl {
  font-size: 3rem;
  font-weight: 800;
}
#sec_price .box01 .txt_wrap .cont_ttl + p {
  margin-top: 1rem;
}
#sec_price .box01 .about {
  padding: 2rem 3rem;
  background-color: #F0F9FF;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
#sec_price .box01 .about .ttl_s {
  color: #0071bc;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.25;
  padding-bottom: 2rem;
  border-bottom: 1px solid #313819;
}
#sec_price .box02 {
  padding: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  margin-top: 4.2rem;
}
#sec_price .box02 + .box02 {
  margin-top: 4rem;
}
#sec_price .box02 .ttl_bg {
  background: #313819;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  border-radius: 20px;
}
#sec_price .box02 .box_ttl {
  margin-top: 3rem;
  font-size: 3.8rem;
}
#sec_price .box02 .box_ttl.line {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #313819;
}
#sec_price .box02 .small {
  font-size: 1.8rem;
}
#sec_price .box02 .price_img {
  margin-top: 2rem;
}
#sec_price .box02 .card_img {
  width: 61.3rem;
  margin: 2rem auto 0;
}
#sec_price .box02 .about {
  margin-top: 3rem;
  font-size: 3.8rem;
  line-height: 1.25;
}
#sec_price .box02 .about .orange {
  text-decoration: underline;
}
#sec_price .box02 .about + .txt {
  margin-top: 3.4rem;
}
#sec_price .box02 .about + .txt .orange {
  text-decoration: underline;
}
#sec_price .note {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

/* sec_message
--------------------------------*/
#sec_message {
  padding: 7rem 0 8rem;
  background-image: url(../img/message_bg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#sec_message .message_list {
  margin-top: 7rem;
}
#sec_message .message_list .item {
  padding: 0 3.5rem;
}
#sec_message .message_list .item + .item {
  margin-top: 4.5rem;
}
#sec_message .message_list .item .img_wrap {
  position: relative;
}
#sec_message .message_list .item .img_wrap .img {
  width: 50.3rem;
  margin: 0 auto;
}
#sec_message .message_list .item .img_wrap .profile {
  width: 58.4rem;
  padding: 1.8rem 2rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin: -5rem auto 0;
  opacity: 0.9;
}
#sec_message .message_list .item .img_wrap .profile p {
  font-weight: 700;
  font-size: 2.88rem;
  line-height: 1.3888888889;
  padding: 0 1.5rem;
}
#sec_message .message_list .item .img_wrap .profile .aff {
  font-size: 2.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #313819;
}
#sec_message .message_list .item .img_wrap .profile .name {
  margin-top: 0.5rem;
  font-size: 4.5rem;
  letter-spacing: 0.01em;
}
#sec_message .message_list .item .block {
  margin-top: 3rem;
  padding: 0 3.2rem;
}
#sec_message .message_list .item .block + .block {
  margin-top: 4.5rem;
}
#sec_message .message_list .item .block .ttl {
  color: #566614;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #313819;
}
#sec_message .message_list .item .block .career {
  margin-top: 1rem;
}
#sec_message .message_list .item .block .career .txt {
  font-size: 2.5rem;
  line-height: 1.7857142857;
  letter-spacing: 0.01em;
  margin-top: 0;
  padding-left: 10rem;
  text-indent: -10rem;
}
#sec_message .message_list .item .block .career .txt span {
  margin-right: 1.6rem;
}
#sec_message .message_list .item .block .txt {
  text-align: justify;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
}
#sec_message .message_list .item .box {
  padding: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  margin-top: 4.2rem;
}
#sec_message .message_list .item .box .ttl_bg {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  background: #313819;
  border-radius: 20px;
}
#sec_message .message_list .item .box .txt {
  margin-top: 3rem;
}
#sec_message .cta_btn {
  margin-top: 6.5rem;
}

/* sec_flow
--------------------------------*/
#sec_flow {
  background-color: #f5f5f4;
  padding: 7rem 0 8rem;
}
#sec_flow .flow_list {
  margin-top: 6rem;
}
#sec_flow .flow_list .item {
  position: relative;
  padding: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  margin-top: 4.2rem;
}
#sec_flow .flow_list .item + .item {
  margin-top: 9.5rem;
}
#sec_flow .flow_list .item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11.7rem solid transparent;
  border-left: 11.7rem solid transparent;
  border-top: 6.1rem solid #accc27;
  border-bottom: 0;
  bottom: -8.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sec_flow .flow_list .item .step {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
  border-radius: 20px;
}
#sec_flow .flow_list .item .txt_wrap .ttl {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.025em;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
#sec_flow .flow_list .item .txt_wrap .img {
  margin-top: 1rem;
}
#sec_flow .flow_list .item .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
}
#sec_flow .flow_list .item .txt_wrap .note {
  font-size: 1.8rem;
}

/* sec_faq
--------------------------------*/
#sec_faq {
  padding: 7rem 0 8rem;
}
#sec_faq .faq_list {
  margin-top: 6rem;
}
#sec_faq .faq_list .item {
  position: relative;
  padding: 4.4rem 3rem 3.4rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_faq .faq_list .item + .item {
  margin-top: 4.5rem;
}
#sec_faq .faq_list .item .ttl {
  position: relative;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.35;
  padding: 0 0 2rem 7.7rem;
  border-bottom: 1px solid #313819;
}
#sec_faq .faq_list .item .ttl::before {
  content: "Q";
  width: 5.7rem;
  height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #313819;
  padding-bottom: 0.8rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#sec_faq .faq_list .item .txt {
  position: relative;
  text-align: justify;
  letter-spacing: 0.04em;
  padding: 0 0 0 7.7rem;
  margin-top: 1.5rem;
}
#sec_faq .faq_list .item .txt::before {
  content: "A";
  width: 5.7rem;
  height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1;
  padding-bottom: 0.8rem;
  background-color: #e38320;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

/* sec_about
--------------------------------*/
#sec_about {
  padding: 0 0 8rem;
  background-image: url(../img/intro_safe_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#sec_about .sec_ttl {
  color: #fff;
  padding: 5.2rem 0;
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
}
#sec_about .ttl {
  margin-top: 5.7rem;
}
#sec_about .info_wrap {
  margin-top: 5.5rem;
}
#sec_about .info_wrap dl {
  display: flex;
  padding: 2.5rem 2.2rem 3rem;
  border-top: 1px solid #15275b;
}
#sec_about .info_wrap dl dt {
  width: 17rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
#sec_about .info_wrap dl.type_all {
  display: block;
  padding: 0;
  border-top: none;
}
#sec_about .info_wrap dl.type_all dt {
  width: 100%;
}
#sec_about .info_wrap dl.type_all dd {
  margin-top: 2rem;
}
#sec_about .info_wrap dl.type_all .note {
  font-size: 2.4rem;
  line-height: 1.75;
}
#sec_about .box {
  margin-top: 4.2rem;
  padding: 3rem;
  background-color: #fff;
  border: 0.5rem solid #c9caca;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
#sec_about .box + .box {
  margin-top: 4.5rem;
}
#sec_about .box .ttl_bg {
  background: #313819;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
  border-radius: 20px;
}
#sec_about .box .box_ttl {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1.7rem;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #15275b;
}
#sec_about .box .txt {
  letter-spacing: 0.03rem;
}
#sec_about .box02 {
  margin-top: 8.2rem;
}
#sec_about .box02 .ttl_bg {
  background: linear-gradient(90deg, #4bb509 0%, #aed411 100%);
  color: #fff;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px;
}
#sec_about .box02 .box_ttl {
  margin-top: 2.5rem;
  color: #566614;
  font-size: 4.6rem;
}
#sec_about .box02 .txt {
  margin-top: 2.7rem;
}
#sec_about .box02 .txt + .txt {
  margin-top: 5rem;
}

/* sec_note
--------------------------------*/
#sec_note {
  padding: 6rem 0;
}
#sec_note .box {
  padding: 1.3rem 2rem;
  border: 1px solid #566614;
}
#sec_note .box .inner {
  overflow-y: scroll;
  height: 17.6rem;
  padding: 2rem;
}
#sec_note .box p {
  font-size: 2rem;
  word-break: break-word;
}
#sec_note .box p + p {
  margin-top: 1rem;
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer {
  position: relative;
  padding: 3rem 0 13rem;
  background-color: #313819;
}
@media screen and (min-width: 921px) {
  #footer {
    padding-bottom: 3rem;
  }
}
#footer .fixed_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 1.5rem;
  z-index: 100;
}
#footer .fixed_btn .flex {
  justify-content: center;
  gap: 0 1rem;
}
#footer .fixed_btn .btn {
  width: 36rem;
}
#footer .fixed_btn .btn a {
  position: relative;
  height: 9.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 1rem;
}
#footer .fixed_btn .btn a::before {
  content: "";
  position: absolute;
  left: 1.4rem;
}
#footer .fixed_btn .btn a p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3225806452;
}
#footer .fixed_btn .btn a p.btn_txt {
  padding-left: 3.6rem;
}
#footer .fixed_btn .btn a p .small {
  font-size: 70%;
}
#footer .fixed_btn .btn a p .time {
  display: block;
  font-size: 1.5rem;
}
#footer .fixed_btn .btn._tel a {
  background: linear-gradient(196deg, #6fcbe3 0%, #3eadde 100%);
  box-shadow: 0 7px 0 #2a88a3;
}
#footer .fixed_btn .btn._tel a::before {
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/btn_tel.png) no-repeat center/100% auto;
  top: calc(50% - 3.1rem);
  left: 3rem;
}
#footer .fixed_btn .btn._mail a {
  background: linear-gradient(196deg, rgb(255, 120, 115) 0%, rgb(252, 73, 97) 100%);
  box-shadow: 0 7px 0 #d43d41;
}
#footer .fixed_btn .btn._mail a::before {
  width: 3.6rem;
  height: 2.6rem;
  background: url(../img/btn_mail.png) no-repeat center/100% auto;
  top: calc(50% - 2rem);
  left: 2.5rem;
}
#footer .copyright {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
