@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  font-family: "Noto Sans JP", sans-serif;
}

.reset {
  color: #333333;
}
.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd,
.reset figure,
.reset figcaption,
.reset table,
.reset address {
  list-style: none;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 767.9px) {
  .reset img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #333333;
}
a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.view-sp {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .view-sp {
    display: block;
  }
}

.view-pc {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .view-pc {
    display: none;
  }
}

.contents {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 18px);
}
@media screen and (min-width: 767.9px) {
  .contents {
    /*min-width: 1200px;*/
  }
}

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

/*=============================================================

=============================================================*/
.com-sec-tit {
  text-align: center;
  line-height: 1;
}
.com-sec-tit .icon img {
  width: auto;
  height: 50px;
}
@media screen and (min-width: 767.9px) {
  .com-sec-tit .icon img {
    height: 70px;
  }
}
.com-sec-tit .tit {
  font-size: clamp(28px, 3vw, 50px);
  color: #467463;
  font-weight: bold;
  margin: 5px 0;
}
@media screen and (min-width: 767.9px) {
  .com-sec-tit .tit {
    margin: 10px 0;
  }
}
.com-sec-tit .en {
  font-size: clamp(12px, 3vw, 16px);
  color: #467463;
  font-weight: bold;
}
.com-sec-tit .lead {
  font-size: clamp(14px, 3vw, 20px);
  font-weight: bold;
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767.9px) {
  .com-sec-tit .lead {
    text-align: left;
  }
}
.com-sec-tit .lead strong {
  color: #FF5900;
}

.tag li {
  display: inline-block;
  line-height: 1;
  background: url("../images/ico_check_w.png") no-repeat 10px center;
  background-size: auto 60%;
  background-color: #467463;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px 10px 40px;
  margin-bottom: 10px;
}
.tag li:last-of-type {
  margin-bottom: 0;
}

.header {
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  padding: 0 2vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 767.9px) {
  .header {
    /*min-width: 1200px;*/
  }
}
@media screen and (min-width: 767.9px) {
  .header .inner {
    display: grid;
    gap: 0px;
    grid-template-columns: 202px auto auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.9px) {
  .header .inner .logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
.header .inner .logo img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 767.9px) {
  .header .inner .logo img {
    width: 202px;
    height: auto;
  }
}
.header .inner .navi-box {
  display: block;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 0px;
  box-shadow: 2px 2px 5px #333;
}
@media screen and (min-width: 767.9px) {
  .header .inner .navi-box {
    display: inline-block;
    padding: 20px 65px;
    border-radius: 100px;
  }
}
.header .inner .navi-box .navi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 4vw;
}
@media screen and (min-width: 767.9px) {
  .header .inner .navi-box .navi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 32px;
  }
}
.header .inner .navi-box .navi li a {
  display: block;
  font-weight: bold;
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1;
}
.header .inner .navi-box .navi li a:hover {
  color: #467463;
  opacity: 1;
}
.header .inner .navi-box .navi li a i {
  display: block;
  margin-bottom: 5px;
}
.header .inner .navi-box .navi li a i img {
  width: auto;
  height: 25px;
}
@media screen and (min-width: 767.9px) {
  .header .inner .navi-box .navi li a i img {
    width: auto;
    height: 35px;
  }
}
.header .inner .navi-box .navi li a span {
  display: block;
  margin-top: 5px;
  font-size: clamp(10px, 3vw, 16px);
}
@media screen and (max-width: 767.9px) {
  .header .inner .navi-box .navi li a span {
    display: none;
  }
}
.header .inner .estimate {
  font-weight: 500;
}
.header .inner .estimate a {
  text-align: center;
  display: block;
  background: linear-gradient(to bottom, #e9ab5b 0%, #ff5900 63%);
  color: #fff;
  font-size: clamp(18px, 3vw, 28px);
  padding: 10px;
  box-shadow: 2px 2px 2px #444444;
}
@media screen and (min-width: 767.9px) {
  .header .inner .estimate a {
    padding: 30px 50px;
    display: inline-block;
    border-radius: 100px;
  }
}
.header .inner .estimate a:hover {
  opacity: 1;
}

.fixed .estimate {
  font-weight: 500;
}
@media screen and (min-width: 767.9px) {
  .fixed .estimate {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .fixed .header {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 0 0vw;
  }
}
.fixed .header .inner .logo {
  display: none;
}

.footer {
  background-color: #447261;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-bottom: 100px;
  }
}
.footer a {
  color: #fff;
}
.footer .col2 {
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 767.9px) {
  .footer .col2 {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
  }
}
@media screen and (min-width: 767.9px) {
  .footer .col2-left {
    width: 132px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .col2-left img {
    width: 80px;
    height: auto;
  }
}
.footer .col2-right .navi {
  display: flex;
  align-items: center;
  gap: 0px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 767.9px) {
  .footer .col2-right .navi {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.footer .col2-right .navi li a {
  display: flex;
  align-items: center;
}
.footer .col2-right .navi li a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-color: red;
  background: url("../images/ico_arrow_w.png") no-repeat center center;
  background-size: auto 90%;
}
.footer .copy {
  text-align: center;
  background-color: #2A5545;
  color: #fff;
  font-size: clamp(11px, 3vw, 14px);
  padding: 16px 0;
}

#sec-kv {
  position: relative;
  text-align: center;
}
#sec-kv .deco01 {
  position: absolute;
  top: 0;
  left: 0;
}
#sec-kv .deco02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec-kv .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(70, 116, 99, 0.4);
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 767.9px) {
  #sec-kv .inner {
    /*min-width: 1200px;*/
  }
}
@media screen and (max-width: 767.9px) {
  #sec-kv .inner {
    align-items: flex-end;
    padding-bottom: 15vw;
  }
}
#sec-kv .inner .lead {
  color: #fff;
  font-size: clamp(14px, 3vw, 30px);
  position: relative;
}
@media screen and (min-width: 767.9px) {
  #sec-kv .inner .lead {
    margin-top: 100px;
  }
}
#sec-kv .inner .lead img {
  width: 968px;
  max-width: 90%;
}
#sec-kv .inner .list {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  #sec-kv .inner .list {
    width: 80%;
    margin: 20px auto 20px auto;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-kv .inner .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 50px;
    margin: 50px auto 30px auto;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-kv .inner .list li {
    margin-top: 20px;
  }
}
#sec-kv .inner .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 3vw, 25px);
  border-radius: 100px;
  padding: 10px;
}
@media screen and (min-width: 767.9px) {
  #sec-kv .inner .list li a {
    padding: 20px 80px 20px 60px;
  }
}
#sec-kv .inner .list li a:hover {
  opacity: 1;
}
#sec-kv .inner .list li a i {
  margin-right: 20px;
}
#sec-kv .inner .list li a i img {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-kv .inner .list li a i img {
    height: 30px;
  }
}
#sec-kv .inner .list li.tel {
  font-weight: bold;
}
#sec-kv .inner .list li.tel a {
  background-color: #fff;
  border: 3px solid #FF5900;
  color: #FF5900;
  box-shadow: 3px 3px 0px #FF5900;
}
#sec-kv .inner .list li.line a {
  background-color: #06C755;
  box-shadow: 3px 3px 0px #2AA15B;
  color: #fff;
}
#sec-kv .inner .min {
  color: #fff;
  font-size: clamp(14px, 3vw, 25px);
  font-weight: 600;
}
#sec-kv .bg {
  background-color: red;
  position: relative;
  z-index: 0;
}
#sec-kv .bg img {
  width: 110%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 767.9px) {
  #sec-kv .bg img {
    width: 100%;
    height: 900px;
  }
}

#sec-01 {
  background-color: #FAF8F4;
  position: relative;
}
#sec-01 .dec01 {
  width: 30%;
  position: absolute;
  top: 7vw;
  left: 3vw;
}
@media screen and (min-width: 767.9px) {
  #sec-01 .dec01 {
    width: 378px;
  }
}
#sec-01 .dec02 {
  width: 40%;
  position: absolute;
  top: 5vw;
  right: 3vw;
}
@media screen and (min-width: 767.9px) {
  #sec-01 .dec02 {
    width: 472px;
  }
}
#sec-01 .contents {
  padding: 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-01 .contents {
    padding: 100px 0;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-01 .col3 {
    display: grid;
    gap: 0px 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
  }
}
#sec-01 .col3-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  #sec-01 .col3-item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-01 .col3-item {
    padding: 40px 20px;
  }
}
#sec-01 .col3-item .icon {
  text-align: center;
}
#sec-01 .col3-item .icon img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 767.9px) {
  #sec-01 .col3-item .icon img {
    width: auto;
    height: 182px;
  }
}
#sec-01 .col3-item .lead {
  color: #FF5900;
  font-size: clamp(20px, 3vw, 23px);
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-01 .col3-item .lead {
    margin: 34px 0 8px 0;
  }
}
#sec-01 .col3-item .txt {
  line-height: 1.8;
}
#sec-01 .col3-item .tag {
  margin-top: 20px;
}

#sec-02 {
  background-color: #E6F4EF;
}
#sec-02 .contents {
  padding: 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .contents {
    padding: 100px 0;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-02 .col4 {
    display: flex;
    flex-flow: row wrap;
    gap: 40px 0px;
    justify-content: center;
    margin-top: 64px;
  }
}
#sec-02 .col4-item {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col4-item {
    border-bottom: 1px dotted #ccc;
    padding: 40px 24px;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-02 .col4-item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px;
    /*border-left: 1px dotted #ccc;*/
  }
}
@media screen and (min-width: 767.9px) {
  #sec-02 .col4-item:first-child, #sec-02 .col4-item:nth-child(6) {
    border: none;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col4-item:last-of-type {
    border: none;
    padding-bottom: 0;
  }
}
#sec-02 .col4-item .icon {
  text-align: center;
}
#sec-02 .col4-item .icon img {
  width: auto;
  height: 70px;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .col4-item .icon img {
    height: 90px;
  }
}
#sec-02 .col4-item .tit {
  text-align: center;
  font-size: clamp(20px, 3vw, 18px);
  margin: 10px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-02 .col4-item .tit {
    margin: 24px 0 8px 0;
  }
}
#sec-02 .col4-item .tit strong {
  font-size: clamp(25px, 3vw, 23px);
  color: #FF5900;
}
#sec-02 .col4-item .txt {
  line-height: 1.8;
  font-size: clamp(14px, 3vw, 18px);
}
@media screen and (max-width: 767.9px) {
  #sec-02 .col4-item .txt br {
    display: none;
  }
}
#sec-02 .col4-item .txt span {
  display: block;
  text-align: center;
  border-radius: 90px;
  font-size: clamp(12px, 3vw, 14px);
  background-color: #BEEBDB;
  margin-bottom: 10px;
}

#sec-03 {
  background-color: #447261;
}
#sec-03 .contents {
  padding: 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-03 .contents {
    padding: 100px 0;
  }
}
#sec-03 .com-sec-tit .tit,
#sec-03 .com-sec-tit .en,
#sec-03 .com-sec-tit .lead {
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  #sec-03 .com-sec-tit .lead {
    text-align: center;
  }
}
#sec-03 .inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 0;
  margin-top: 30px;
}
@media screen and (min-width: 767.9px) {
  #sec-03 .inner {
    margin-top: 64px;
    padding: 40px 0;
  }
}
#sec-03 .inner dl {
  width: 70%;
  margin: 0 auto;
}
#sec-03 .inner dl dt {
  font-size: clamp(20px, 3vw, 23px);
  color: #FF5900;
  margin: 18px 0 5px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-03 .inner dl dt {
    margin: 24px 0 10px 0;
  }
}
#sec-03 .inner dl dt:first-child {
  margin-top: 0;
}
#sec-03 .inner dl dd {
  font-size: clamp(14px, 3vw, 18px);
}

#sec-04 {
  background-color: #FAF8F4;
  position: relative;
}
#sec-04 .dec01 {
  width: 30%;
  position: absolute;
  top: 7vw;
  left: 3vw;
}
@media screen and (min-width: 767.9px) {
  #sec-04 .dec01 {
    width: 378px;
  }
}
#sec-04 .dec02 {
  width: 40%;
  position: absolute;
  top: 5vw;
  right: 3vw;
}
@media screen and (min-width: 767.9px) {
  #sec-04 .dec02 {
    width: 472px;
  }
}
#sec-04 .contents {
  padding: 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-04 .contents {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-04 .com-sec-tit .lead {
    text-align: center;
  }
}
#sec-04 .col2 {
  margin-top: 50px;
}
@media screen and (min-width: 767.9px) {
  #sec-04 .col2 {
    display: grid;
    gap: 0px 40px;
    grid-template-columns: 1.3fr 1fr;
    margin-top: 100px;
  }
}
#sec-04 .col2:first-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 767.9px) {
  #sec-04 .col2:first-of-type {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-04 .col2-left {
    margin-bottom: 20px;
  }
}
#sec-04 .col2-right .tit {
  color: #467463;
  font-size: clamp(25px, 3vw, 40px);
  display: flex;
  align-items: center;
}
#sec-04 .col2-right .tit span {
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(20px, 3vw, 40px);
  line-height: 1;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 767.9px) {
  #sec-04 .col2-right .tit span {
    width: 30px;
    height: 30px;
  }
}
#sec-04 .col2-right .tit span:after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-color: #FF5900;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  #sec-04 .col2-right .tit span:after {
    width: 30px;
    height: 30px;
  }
}
#sec-04 .col2-right .tit span em {
  position: relative;
  z-index: 2;
  font-style: normal;
}
#sec-04 .col2-right .txt {
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.8;
  margin: 20px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-04 .col2-right .txt {
    margin: 20px 0;
  }
}
#sec-04 .col2-right .tag li {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  #sec-04 .col2-right .tag li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-04 .col2:nth-child(odd) {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-04 .col2:nth-child(odd) .col2-left {
    order: 2;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-04 .col2:nth-child(odd) .col2-right {
    order: 1;
  }
}

#sec-05 {
  background-color: #E6F4EF;
}
@media screen and (min-width: 767.9px) {
  #sec-05 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#sec-05 .contents {
  padding: 0px 0 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-05 .contents {
    padding: 0px 0;
  }
}
#sec-05 .inner {
  position: relative;
}
@media screen and (min-width: 767.9px) {
  #sec-05 .inner header {
    width: 52%;
  }
}
#sec-05 .inner header .name {
  font-size: clamp(30px, 3vw, 50px);
}
#sec-05 .inner header .en {
  font-size: clamp(14px, 3vw, 23px);
}
#sec-05 .inner header .txt p {
  font-size: clamp(16px, 3vw, 23px);
  margin-top: 1em;
  line-height: 1.8;
}
#sec-05 .inner .pic {
  text-align: right;
}
@media screen and (max-width: 767.9px) {
  #sec-05 .inner .pic {
    padding: 50px 0 20px 0;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-05 .inner .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
  }
}
#sec-05 .inner .pic img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-05 .inner .pic img {
    width: 100%;
  }
}
#sec-05 .col3 {
  margin-top: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-05 .col3 {
    display: grid;
    gap: 0px 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 120px;
  }
}
#sec-05 .col3-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #sec-05 .col3-item {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-05 .col3-item:first-of-type {
    margin-top: 0px;
  }
}
#sec-05 .col3-item .ico {
  text-align: center;
}
#sec-05 .col3-item .ico img {
  margin-top: -40px;
  width: auto;
  height: 73px;
}
#sec-05 .col3-item .lead {
  text-align: center;
  font-size: clamp(20px, 3vw, 23px);
  color: #FF5900;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec-05 .col3-item .txt {
  line-height: 1.8;
}

#sec-06 {
  background-color: #447261;
}
#sec-06 .contents {
  padding: 50px 0 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-06 .contents {
    padding: 100px 0;
  }
}
#sec-06 .com-sec-tit .tit,
#sec-06 .com-sec-tit .en,
#sec-06 .com-sec-tit .lead {
  color: #fff;
}
#sec-06 .com-sec-tit .lead {
  text-align: center;
}
#sec-06 table {
  width: 100%;
  font-size: clamp(14px, 3vw, 25px);
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  #sec-06 table {
    width: 600px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-06 table {
    margin-top: 64px;
  }
}
#sec-06 table th:first-child {
  border-radius: 10px 0 0 0;
}
#sec-06 table th:last-child {
  border-radius: 0 10px 0 0;
}
#sec-06 table th {
  border: 2px solid #447261;
  background-color: #FF5900;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  #sec-06 table th {
    padding: 10px;
    white-space: nowrap;
  }
}
#sec-06 table td {
  background-color: #fff;
  border: 2px solid #447261;
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  #sec-06 table td {
    padding: 10px;
    white-space: nowrap;
  }
}
#sec-06 table tr:nth-child(odd) td {
  background-color: #FFF5F0;
}
#sec-06 .attation {
  text-align: center;
  background-color: #FFDCCB;
  margin: 0 2px;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  #sec-06 .attation {
    width: 600px;
    padding: 10px;
    box-sizing: border-box;
  }
}

#sec-07 {
  background-color: #E6F4EF;
}
#sec-07 .contents {
  padding: 50px 0 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .contents {
    padding: 100px 0;
  }
}
#sec-07 .col5 {
  display: grid;
  gap: 50px 0px;
  margin-top: 40px;
}
@media screen and (min-width: 767.9px) {
  #sec-07 .col5 {
    display: grid;
    gap: 0px 60px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 64px;
  }
}
#sec-07 .col5-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #467463;
  font-size: clamp(20px, 3vw, 25px);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #sec-07 .col5-item {
    text-align: center;
  }
}
#sec-07 .col5-item:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/ico_arrow_o.png") no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 767.9px) {
  #sec-07 .col5-item:before {
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 767.9px) {
  #sec-07 .col5-item:before {
    top: 0;
    left: -60px;
    width: 60px;
    height: 100%;
    background-size: 30% auto;
  }
}
@media screen and (min-width: 767.9px) {
  #sec-07 .col5-item:first-of-type:before {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  #sec-07 .col5-item:last-of-type:before {
    display: none;
  }
}
#sec-07 .col5-item .step {
  font-size: clamp(18px, 3vw, 20px);
  display: flex;
  align-items: center;
  gap: 0px 10px;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  #sec-07 .col5-item .step {
    justify-content: center;
  }
}
#sec-07 .col5-item .step span {
  font-size: clamp(25px, 3vw, 30px);
  color: #FF5900;
}
#sec-07 .col5-item strong {
  line-height: 1.8;
}

#sec-08 {
  background-color: #FAF8F4;
  position: relative;
}
#sec-08 .dec01 {
  width: 30%;
  position: absolute;
  top: 7vw;
  left: 3vw;
}
@media screen and (min-width: 767.9px) {
  #sec-08 .dec01 {
    width: 378px;
  }
}
#sec-08 .dec02 {
  width: 40%;
  position: absolute;
  top: 5vw;
  right: 3vw;
}
@media screen and (min-width: 767.9px) {
  #sec-08 .dec02 {
    width: 472px;
  }
}
#sec-08 .contents {
  padding: 50px 0 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-08 .contents {
    padding: 100px 0;
  }
}
#sec-08 dl {
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-08 dl {
    padding: 40px;
  }
}
#sec-08 dl:first-of-type {
  margin-top: 64px;
}
#sec-08 dl .txt_q {
  color: #467463;
  font-size: clamp(18px, 3vw, 35px);
  border-bottom: 1px solid #CDCDCD;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #sec-08 dl .txt_q {
    padding-left: 30px;
  }
}
#sec-08 dl .txt_q:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  #sec-08 dl .txt_q:before {
    width: 30px;
  }
}
#sec-08 dl .txt_a {
  line-height: 1.8;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767.9px) {
  #sec-08 dl .txt_a {
    padding-left: 30px;
  }
}
#sec-08 dl .txt_a:before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #FF5900;
  font-size: clamp(18px, 3vw, 25px);
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  #sec-08 dl .txt_a:before {
    width: 30px;
    text-align: left;
  }
}

#sec-09 {
  background-color: #E6F4EF;
}
#sec-09 .contents {
  padding: 50px 0 50px 0;
}
@media screen and (min-width: 767.9px) {
  #sec-09 .contents {
    padding: 100px 0;
  }
}
#sec-09 .com-sec-tit .lead {
  text-align: center;
  color: #447261;
}
#sec-09 .col2 {
  margin-top: 30px;
}
@media screen and (min-width: 767.9px) {
  #sec-09 .col2 {
    display: grid;
    gap: 0px 68px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 64px;
  }
}
#sec-09 .col2-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 767.9px) {
  #sec-09 .col2-item {
    padding: 40px;
    margin: 0;
  }
}
#sec-09 .col2-item .icon img {
  width: auto;
  height: 70px;
}
#sec-09 .col2-item .tit {
  font-size: clamp(14px, 3vw, 25px);
  margin: 20px 0;
}
#sec-09 .col2-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 3vw, 25px);
  border-radius: 100px;
  padding: 10px 40px;
}
@media screen and (min-width: 767.9px) {
  #sec-09 .col2-item a {
    padding: 20px 80px 20px 60px;
  }
}
#sec-09 .col2-item a:hover {
  opacity: 1;
}
#sec-09 .col2-item a i {
  margin-right: 20px;
}
#sec-09 .col2-item a i img {
  width: auto;
  height: 30px;
}
#sec-09 .col2-item .line {
  display: inline-block;
}
#sec-09 .col2-item .line a {
  background-color: #06C755;
  box-shadow: 3px 3px 0px #2AA15B;
  color: #fff;
}
#sec-09 .col2-item .instagram {
  display: inline-block;
}
#sec-09 .col2-item .instagram a {
  background-color: #EA3484;
  box-shadow: 3px 3px 0px #B70252;
  color: #fff;
}
#sec-09 .form .field {
  line-height: 1;
  font-size: clamp(16px, 2vw, 18px);
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767.9px) {
  #sec-09 .form .field {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#sec-09 .form .field:first-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 767.9px) {
  #sec-09 .form .field:first-of-type {
    margin-top: 64px;
  }
}
#sec-09 .form .field span {
  display: inline-block;
  background-color: #FF5900;
  color: #fff;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 20px;
}
#sec-09 .form-btn {
  text-align: center;
  margin-top: 24px;
}

/*=============================================================
 フォーム
=============================================================*/
input[type=text],
input[type=checkbox],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  width: 100% !important;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],
textarea,
select {
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #CDD6DD;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  /*background-color: rgba(86,101,108,0.1);*/
}
@media screen and (min-width: 767.9px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=submit],
  input[type=button],
  textarea,
  select {
    padding: 12px 18px;
  }
}

input::placeholder {
  color: #CDD6DD;
}

input:focus {
  border-color: #00A38D;
  color: #202A2E;
}

input:invalid {
  /*border-color: #D40707;*/
}

textarea {
  width: 100%;
  min-height: 195px;
  resize: vertical;
  line-height: 1.65;
}

label {
  display: block;
}

input[type=checkbox] {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  box-shadow: none;
  border: 2px #202A2E solid;
  vertical-align: middle;
  margin-right: 0.5em;
  border-radius: 3px;
  cursor: pointer;
  background-color: #fff;
}

input[type=checkbox]:checked {
  background: url("../image/common/ico_checkbox.png") no-repeat center center;
  background-size: cover;
  background-color: #00A38D;
  border-color: #00A38D;
}

.checkbox {
  display: inline-block;
  position: relative;
  margin-top: 13px;
}

.checkbox:hover:before {
  content: "";
  display: block;
  background-color: #F3F3F3;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  margin-left: -13px;
}

/*input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
}*/
input[type=submit],
input[type=button] {
  border: none;
  padding: 24px 30px;
  color: #FFF;
  cursor: pointer;
  max-width: 360px;
  display: inline-block;
  background: none !important;
  text-shadow: none !important;
  background-color: #FF5900 !important;
  box-shadow: 3px 3px 0px #A63B00;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 3vw, 25px);
}
input[type=submit]:hover,
input[type=button]:hover {
  color: #FFF;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FF5900 !important;
}/*# sourceMappingURL=lp2026.css.map */