@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400&display=swap&subset=japanese');
:root {
  --blue :#1A4C9B;
}
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #444444;
  font-size: 1.75rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 744px) {
  body {
    font-size: 1.6rem;
  }
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}
/*-form
-------------------------------------------------------------------*/
 
.form_small {
  width: 5rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(247,247,247,1.00);
}
.form_middle {
  width: 1.2rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
.form_long {
  width: 26rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
input[type="text"],input[type="email"],input[type="tel"],textarea {
  box-shadow: none;
  border: none;
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  border: 1px solid #333333;
}
/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
}

.pc {
  display: none;
}
@media (min-width: 991px) {
  .toggle {
    display: none;
  }
  .smp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}

/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
	clear: both;
  width: 100%;
  padding-block: 1rem;
  background : -moz-linear-gradient(36.99% 1011.26% 60deg,rgba(0, 0, 0, 1) 0%,rgba(2, 2, 2, 1) 13.2%,rgba(10, 10, 7, 1) 19.57%,rgba(23, 22, 16, 1) 24.47%,rgba(41, 40, 30, 1) 28.62%,rgba(65, 64, 47, 1) 32.3%,rgba(95, 93, 68, 1) 35.65%,rgba(130, 127, 93, 1) 38.74%,rgba(171, 168, 123, 1) 41.64%,rgba(216, 212, 155, 1) 44.27%,rgba(230, 225, 165, 1) 45%,rgba(216, 211, 155, 1) 47.8%,rgba(125, 122, 89, 1) 67.16%,rgba(57, 56, 41, 1) 82.88%,rgba(16, 16, 11, 1) 94.2%,rgba(0, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(60deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 13.2%, rgba(10, 10, 7, 1) 19.57%, rgba(23, 22, 16, 1) 24.47%, rgba(41, 40, 30, 1) 28.62%, rgba(65, 64, 47, 1) 32.3%, rgba(95, 93, 68, 1) 35.65%, rgba(130, 127, 93, 1) 38.74%, rgba(171, 168, 123, 1) 41.64%, rgba(216, 212, 155, 1) 44.27%, rgba(230, 225, 165, 1) 45%, rgba(216, 211, 155, 1) 47.8%, rgba(125, 122, 89, 1) 67.16%, rgba(57, 56, 41, 1) 82.88%, rgba(16, 16, 11, 1) 94.2%, rgba(0, 0, 0, 1) 100%);
  background : -webkit-gradient(linear,36.99% 1011.26% ,63.01% -911.26% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(0.132,rgba(2, 2, 2, 1) ),color-stop(0.1957,rgba(10, 10, 7, 1) ),color-stop(0.2447,rgba(23, 22, 16, 1) ),color-stop(0.2862,rgba(41, 40, 30, 1) ),color-stop(0.323,rgba(65, 64, 47, 1) ),color-stop(0.3565,rgba(95, 93, 68, 1) ),color-stop(0.3874,rgba(130, 127, 93, 1) ),color-stop(0.4164,rgba(171, 168, 123, 1) ),color-stop(0.4427,rgba(216, 212, 155, 1) ),color-stop(0.45,rgba(230, 225, 165, 1) ),color-stop(0.478,rgba(216, 211, 155, 1) ),color-stop(0.6716,rgba(125, 122, 89, 1) ),color-stop(0.8288,rgba(57, 56, 41, 1) ),color-stop(0.942,rgba(16, 16, 11, 1) ),color-stop(1,rgba(0, 0, 0, 1) ));
  background : -o-linear-gradient(60deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 13.2%, rgba(10, 10, 7, 1) 19.57%, rgba(23, 22, 16, 1) 24.47%, rgba(41, 40, 30, 1) 28.62%, rgba(65, 64, 47, 1) 32.3%, rgba(95, 93, 68, 1) 35.65%, rgba(130, 127, 93, 1) 38.74%, rgba(171, 168, 123, 1) 41.64%, rgba(216, 212, 155, 1) 44.27%, rgba(230, 225, 165, 1) 45%, rgba(216, 211, 155, 1) 47.8%, rgba(125, 122, 89, 1) 67.16%, rgba(57, 56, 41, 1) 82.88%, rgba(16, 16, 11, 1) 94.2%, rgba(0, 0, 0, 1) 100%);
  background : -ms-linear-gradient(60deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 13.2%, rgba(10, 10, 7, 1) 19.57%, rgba(23, 22, 16, 1) 24.47%, rgba(41, 40, 30, 1) 28.62%, rgba(65, 64, 47, 1) 32.3%, rgba(95, 93, 68, 1) 35.65%, rgba(130, 127, 93, 1) 38.74%, rgba(171, 168, 123, 1) 41.64%, rgba(216, 212, 155, 1) 44.27%, rgba(230, 225, 165, 1) 45%, rgba(216, 211, 155, 1) 47.8%, rgba(125, 122, 89, 1) 67.16%, rgba(57, 56, 41, 1) 82.88%, rgba(16, 16, 11, 1) 94.2%, rgba(0, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 13.2%, rgba(10, 10, 7, 1) 19.57%, rgba(23, 22, 16, 1) 24.47%, rgba(41, 40, 30, 1) 28.62%, rgba(65, 64, 47, 1) 32.3%, rgba(95, 93, 68, 1) 35.65%, rgba(130, 127, 93, 1) 38.74%, rgba(171, 168, 123, 1) 41.64%, rgba(216, 212, 155, 1) 44.27%, rgba(230, 225, 165, 1) 45%, rgba(216, 211, 155, 1) 47.8%, rgba(125, 122, 89, 1) 67.16%, rgba(57, 56, 41, 1) 82.88%, rgba(16, 16, 11, 1) 94.2%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
}

.page-top {
  right: -50px;
  bottom: 100px;
  position: fixed;
}
.page-top a {
  border-radius: 10rem;
  background-color: #333;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display:block;
  position: relative;
}
.page-top a:after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 60px / 2);
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
/* copyright　----------------------------------------------------*/
footer#globalFooter p.copyright {
	text-align: center;
  line-height: 1;
}

/* common ----------------------------------------------------*/
.contentSec {
  margin-bottom: 15rem;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
	.flex {
		display: block;
	}
  .contentSec {
    margin-bottom: 5rem;
  }
}

.wp-pagenavi {
  clear: both;
    margin-block: 4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.wp-pagenavi .pages {
    margin-right: 0.5rem
}
.wp-pagenavi a.nextpostslink {
    color: #111111;
    text-decoration: none;
    margin-left: 0.5rem
}
.wp-pagenavi a.previouspostslink {
    color: #111111;
    text-decoration: none;
    margin-inline: 0.5rem;
}
.wp-pagenavi a.page, .wp-pagenavi span.current {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  margin-inline: 3px;
    border-radius: 100px;
    height: 30px;
    width: 30px;
}

.wp-pagenavi a, .wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi span.current {
  font-weight: 700;
}
/*  ------------------------------------------------------------------------------*/
/* BUTTON */

.button input {
  display: block;
  width:100%;
  max-width: 260px;
  text-align: center;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none!important;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 8px;
  transition: .4s;
  margin-inline: auto;
  background-color: #333333;
  color: #ffffff;
}

.button input:hover {
  background-color: #fff;
  border-color: #333333;
  color: #333;
}

/* home ------------------------------------------------------------------------------*/
.mv {
  margin-bottom: 10rem;
}
.section {
  margin-bottom: 23rem;
}
h2 {
  font-size: 4.6rem;
  padding-block: 3rem;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
h2:before {
  content:"";
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(228, 147, 49, 1) 0%,rgba(228, 154, 59, 1) 0.87%,rgba(229, 176, 92, 1) 4.03%,rgba(229, 194, 119, 1) 7.45%,rgba(230, 208, 139, 1) 11.17%,rgba(230, 217, 154, 1) 15.34%,rgba(230, 223, 162, 1) 20.32%,rgba(230, 225, 165, 1) 28.28%,rgba(222, 209, 145, 0.95) 32.18%,rgba(198, 158, 78, 0.78) 45.84%,rgba(182, 126, 37, 0.66) 55.75%,rgba(176, 114, 21, 0.6) 60.83%,rgba(160, 104, 19, 0.62) 62.77%,rgba(112, 72, 13, 0.69) 69.42%,rgba(72, 46, 9, 0.76) 76.04%,rgba(40, 26, 5, 0.82) 82.49%,rgba(18, 12, 2, 0.88) 88.73%,rgba(5, 3, 1, 0.95) 94.68%,rgba(0, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(228, 147, 49, 1) 0%, rgba(228, 154, 59, 1) 0.87%, rgba(229, 176, 92, 1) 4.03%, rgba(229, 194, 119, 1) 7.45%, rgba(230, 208, 139, 1) 11.17%, rgba(230, 217, 154, 1) 15.34%, rgba(230, 223, 162, 1) 20.32%, rgba(230, 225, 165, 1) 28.28%, rgba(222, 209, 145, 0.95) 32.18%, rgba(198, 158, 78, 0.78) 45.84%, rgba(182, 126, 37, 0.66) 55.75%, rgba(176, 114, 21, 0.6) 60.83%, rgba(160, 104, 19, 0.62) 62.77%, rgba(112, 72, 13, 0.69) 69.42%, rgba(72, 46, 9, 0.76) 76.04%, rgba(40, 26, 5, 0.82) 82.49%, rgba(18, 12, 2, 0.88) 88.73%, rgba(5, 3, 1, 0.95) 94.68%, rgba(0, 0, 0, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(228, 147, 49, 1) ),color-stop(0.0087,rgba(228, 154, 59, 1) ),color-stop(0.0403,rgba(229, 176, 92, 1) ),color-stop(0.0745,rgba(229, 194, 119, 1) ),color-stop(0.1117,rgba(230, 208, 139, 1) ),color-stop(0.1534,rgba(230, 217, 154, 1) ),color-stop(0.2032,rgba(230, 223, 162, 1) ),color-stop(0.2828,rgba(230, 225, 165, 1) ),color-stop(0.3218,rgba(222, 209, 145, 0.95) ),color-stop(0.4584,rgba(198, 158, 78, 0.78) ),color-stop(0.5575,rgba(182, 126, 37, 0.66) ),color-stop(0.6083,rgba(176, 114, 21, 0.6) ),color-stop(0.6277,rgba(160, 104, 19, 0.62) ),color-stop(0.6942,rgba(112, 72, 13, 0.69) ),color-stop(0.7604,rgba(72, 46, 9, 0.76) ),color-stop(0.8249,rgba(40, 26, 5, 0.82) ),color-stop(0.8873,rgba(18, 12, 2, 0.88) ),color-stop(0.9468,rgba(5, 3, 1, 0.95) ),color-stop(1,rgba(0, 0, 0, 1) ));
  background : -o-linear-gradient(0deg, rgba(228, 147, 49, 1) 0%, rgba(228, 154, 59, 1) 0.87%, rgba(229, 176, 92, 1) 4.03%, rgba(229, 194, 119, 1) 7.45%, rgba(230, 208, 139, 1) 11.17%, rgba(230, 217, 154, 1) 15.34%, rgba(230, 223, 162, 1) 20.32%, rgba(230, 225, 165, 1) 28.28%, rgba(222, 209, 145, 0.95) 32.18%, rgba(198, 158, 78, 0.78) 45.84%, rgba(182, 126, 37, 0.66) 55.75%, rgba(176, 114, 21, 0.6) 60.83%, rgba(160, 104, 19, 0.62) 62.77%, rgba(112, 72, 13, 0.69) 69.42%, rgba(72, 46, 9, 0.76) 76.04%, rgba(40, 26, 5, 0.82) 82.49%, rgba(18, 12, 2, 0.88) 88.73%, rgba(5, 3, 1, 0.95) 94.68%, rgba(0, 0, 0, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(228, 147, 49, 1) 0%, rgba(228, 154, 59, 1) 0.87%, rgba(229, 176, 92, 1) 4.03%, rgba(229, 194, 119, 1) 7.45%, rgba(230, 208, 139, 1) 11.17%, rgba(230, 217, 154, 1) 15.34%, rgba(230, 223, 162, 1) 20.32%, rgba(230, 225, 165, 1) 28.28%, rgba(222, 209, 145, 0.95) 32.18%, rgba(198, 158, 78, 0.78) 45.84%, rgba(182, 126, 37, 0.66) 55.75%, rgba(176, 114, 21, 0.6) 60.83%, rgba(160, 104, 19, 0.62) 62.77%, rgba(112, 72, 13, 0.69) 69.42%, rgba(72, 46, 9, 0.76) 76.04%, rgba(40, 26, 5, 0.82) 82.49%, rgba(18, 12, 2, 0.88) 88.73%, rgba(5, 3, 1, 0.95) 94.68%, rgba(0, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E49331', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(228, 147, 49, 1) 0%, rgba(228, 154, 59, 1) 0.87%, rgba(229, 176, 92, 1) 4.03%, rgba(229, 194, 119, 1) 7.45%, rgba(230, 208, 139, 1) 11.17%, rgba(230, 217, 154, 1) 15.34%, rgba(230, 223, 162, 1) 20.32%, rgba(230, 225, 165, 1) 28.28%, rgba(222, 209, 145, 0.95) 32.18%, rgba(198, 158, 78, 0.78) 45.84%, rgba(182, 126, 37, 0.66) 55.75%, rgba(176, 114, 21, 0.6) 60.83%, rgba(160, 104, 19, 0.62) 62.77%, rgba(112, 72, 13, 0.69) 69.42%, rgba(72, 46, 9, 0.76) 76.04%, rgba(40, 26, 5, 0.82) 82.49%, rgba(18, 12, 2, 0.88) 88.73%, rgba(5, 3, 1, 0.95) 94.68%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E49331',endColorstr='#000000' , GradientType=1);
}
h2:after {
  content:"";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background : -moz-linear-gradient(24.83% 3646.43% 45deg,rgba(0, 0, 0, 1) 0%,rgba(2, 2, 2, 1) 21.02%,rgba(10, 10, 7, 1) 31.16%,rgba(23, 22, 16, 1) 38.96%,rgba(41, 40, 30, 1) 45.58%,rgba(65, 64, 47, 1) 51.45%,rgba(95, 93, 68, 1) 56.78%,rgba(130, 127, 93, 1) 61.7%,rgba(171, 168, 123, 1) 66.31%,rgba(216, 212, 155, 1) 70.51%,rgba(230, 225, 165, 1) 71.67%,rgba(216, 211, 155, 1) 73.11%,rgba(125, 122, 89, 1) 83.08%,rgba(57, 56, 41, 1) 91.18%,rgba(16, 16, 11, 1) 97.01%,rgba(0, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 21.02%, rgba(10, 10, 7, 1) 31.16%, rgba(23, 22, 16, 1) 38.96%, rgba(41, 40, 30, 1) 45.58%, rgba(65, 64, 47, 1) 51.45%, rgba(95, 93, 68, 1) 56.78%, rgba(130, 127, 93, 1) 61.7%, rgba(171, 168, 123, 1) 66.31%, rgba(216, 212, 155, 1) 70.51%, rgba(230, 225, 165, 1) 71.67%, rgba(216, 211, 155, 1) 73.11%, rgba(125, 122, 89, 1) 83.08%, rgba(57, 56, 41, 1) 91.18%, rgba(16, 16, 11, 1) 97.01%, rgba(0, 0, 0, 1) 100%);
  background : -webkit-gradient(linear,24.83% 3646.43% ,75.18% -3546.43% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(0.2102,rgba(2, 2, 2, 1) ),color-stop(0.3116,rgba(10, 10, 7, 1) ),color-stop(0.3896,rgba(23, 22, 16, 1) ),color-stop(0.4558,rgba(41, 40, 30, 1) ),color-stop(0.5145,rgba(65, 64, 47, 1) ),color-stop(0.5678,rgba(95, 93, 68, 1) ),color-stop(0.617,rgba(130, 127, 93, 1) ),color-stop(0.6631,rgba(171, 168, 123, 1) ),color-stop(0.7051,rgba(216, 212, 155, 1) ),color-stop(0.7167,rgba(230, 225, 165, 1) ),color-stop(0.7311,rgba(216, 211, 155, 1) ),color-stop(0.8308,rgba(125, 122, 89, 1) ),color-stop(0.9118,rgba(57, 56, 41, 1) ),color-stop(0.9701,rgba(16, 16, 11, 1) ),color-stop(1,rgba(0, 0, 0, 1) ));
  background : -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 21.02%, rgba(10, 10, 7, 1) 31.16%, rgba(23, 22, 16, 1) 38.96%, rgba(41, 40, 30, 1) 45.58%, rgba(65, 64, 47, 1) 51.45%, rgba(95, 93, 68, 1) 56.78%, rgba(130, 127, 93, 1) 61.7%, rgba(171, 168, 123, 1) 66.31%, rgba(216, 212, 155, 1) 70.51%, rgba(230, 225, 165, 1) 71.67%, rgba(216, 211, 155, 1) 73.11%, rgba(125, 122, 89, 1) 83.08%, rgba(57, 56, 41, 1) 91.18%, rgba(16, 16, 11, 1) 97.01%, rgba(0, 0, 0, 1) 100%);
  background : -ms-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 21.02%, rgba(10, 10, 7, 1) 31.16%, rgba(23, 22, 16, 1) 38.96%, rgba(41, 40, 30, 1) 45.58%, rgba(65, 64, 47, 1) 51.45%, rgba(95, 93, 68, 1) 56.78%, rgba(130, 127, 93, 1) 61.7%, rgba(171, 168, 123, 1) 66.31%, rgba(216, 212, 155, 1) 70.51%, rgba(230, 225, 165, 1) 71.67%, rgba(216, 211, 155, 1) 73.11%, rgba(125, 122, 89, 1) 83.08%, rgba(57, 56, 41, 1) 91.18%, rgba(16, 16, 11, 1) 97.01%, rgba(0, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 1) 21.02%, rgba(10, 10, 7, 1) 31.16%, rgba(23, 22, 16, 1) 38.96%, rgba(41, 40, 30, 1) 45.58%, rgba(65, 64, 47, 1) 51.45%, rgba(95, 93, 68, 1) 56.78%, rgba(130, 127, 93, 1) 61.7%, rgba(171, 168, 123, 1) 66.31%, rgba(216, 212, 155, 1) 70.51%, rgba(230, 225, 165, 1) 71.67%, rgba(216, 211, 155, 1) 73.11%, rgba(125, 122, 89, 1) 83.08%, rgba(57, 56, 41, 1) 91.18%, rgba(16, 16, 11, 1) 97.01%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
}

.feature {}
.gif-anime {
  margin-bottom: 5rem;
}
.feature__wrap-content {
  width: 70%;
}
.feature__wrap-img {
  width: 30%;
  margin-bottom: 5rem;
}
.feature__wrap-content-box {
  display: flex;
  margin-bottom: 3rem;
}
.feature__wrap-content-box .icon {
  width: 17rem;
}
.feature__wrap-content-box .content {
  width: 48rem;
}
.feature__wrap-content-box .content h3 {
  font-size: 4.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #c59c62;
  line-height: 1;
}
.feature .wide {
  width: 100%;
}
.feature__wrap-icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.world {}
.world .gif {
  margin-bottom: 5rem;
}
.world .if {
}
.world .if-image {
  margin-bottom: 7rem;
}
.world .if .flex {
  display: flex;
}
.world .if .flex .pc {
  width: 35.2%;
}
.world .if .flex .if__wrap {
  width: 64.8%;
  margin-bottom: 7rem;
}
.world .if .flex .if__wrap h3 {
  font-size: 4.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #c59c62;
  line-height: 1;
}

.voice.section {
  margin-bottom: 15rem;
}
.voice__inner {
  width: 79.4%;
  margin-inline: auto;
  margin-bottom: 5rem;
}
.voice h3 {
  font-size: 4.6rem;
  font-weight: 400;
  margin-bottom: 5rem;
  color: #c59c62;
  line-height: 1;
  text-align: center;
}
.voice__block {
  display: flex;
  justify-content: space-between;
}
.voice__block-box {
  width: 47%;
}
.voice__block-box img {
  margin-bottom: 5rem;
}

.story {}
.profile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.profile__img {
  width: 29.5%;
}
.profile__img img {
  margin-bottom: 2rem;
}
.profile__inner {
  width: 64%;
}
.profile__inner .name{
  font-size: 3.6rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.profile__inner p.content {
  line-height: 2;
}
.story__content h3 {
  font-size: 4.6rem;
  font-weight: 400;
  margin-bottom: 5rem;
  color: #c59c62;
  line-height: 1;
  text-align: center;
}
.story__content p {
  line-height: 2;
  margin-bottom: 2rem;
}
.climbing {
  display: flex;
  justify-content: space-between;
}
.climbing01 {
  width: 33%;
}
.climbing02 {
  width: 66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.climbing02 img {
  width: 49.3333333337%;
  height: auto;
}
.climbing figcaption {
  margin-top: 2rem;
}

.crofun.section {
  margin-bottom: 8rem;
}
.crofun.section h2 {
  margin-bottom: 8rem;
}
.crofun__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.crofun__inner .pc {
  width: 29.5%;
}
.crofun .banner {
  margin-bottom: 3rem;
}
.crofun__inner-content {
  width: 61%;
}
.crofun h3 {
  font-size: 4.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #c59c62;
  line-height: 1;
}
.crofun p {
  line-height: 2;
}
.crofun__logo {
  text-align: center;
}

.contact {
  margin-bottom: 7rem;
}
.form {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  margin-bottom: 10rem;
}
.form dl {}
.form dt {
  margin-bottom: 1rem;
}
.form dd {
  margin-bottom: 2.5rem;
}
.lineBtn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999999;
}



.finish {
  text-align: center;
  padding-block: 5rem;
}
.finish p {
  margin-bottom: 2rem;
}
/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:919px) {}
@media (max-width:744px) {
  .mv {
    margin-bottom: 5rem;
  }
  .section {
    margin-bottom: 10rem;
  }
  h2 {
    font-size: 2.4rem;
    padding-block: 1.5rem;
    margin-bottom: 2.5rem;
  }
  h2:before {
    height: 3.5px;
  }
  h2:after {
    height: 3.5px;
  }

  .feature {}
  .gif-anime {
    margin-bottom: 2.5rem;
  }
  .feature__wrap-content {
    width: 100%;
    padding-inline: 15px;
  }
  .feature__wrap-content-box {
    display: flex;
    margin-bottom: 2.5rem;
  }
  .feature__wrap-content-box .icon {
    width: 25%;
  }
  .feature__wrap-content-box .icon img {
    width: 6rem;
    height: auto;
  }
  .feature__wrap-content-box .content {
    width: 75%;
  }
  .feature__wrap-content-box .content h3 {
    font-size: 2.4rem;
  }
  .world .gif {
    margin-bottom:2.5rem;
  }
  .world .if {
  }
  .world .if-image {
    margin-bottom: 3.5rem;
  }
  .world .if .flex {
    display: flex;
  }
  .world .if .flex .if__wrap {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .world .if .flex .if__wrap h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  .voice.section {
    margin-bottom: 6.5rem;
  }
  .voice__inner {
    width: 100%;
  }
  .voice h3 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .voice__block {
    display: block;

  }
  .voice__block-box {
    width: 100%;
  }
  .voice__block-box img {
    margin-bottom: 2.5rem;
  }
  .profile {
    margin-bottom: 2.5rem;
  }
  .profile__img {
    width: 28%;
  }
  .profile__inner {
    width: 65%;
  }
  .profile__inner .name{
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .profile__inner p.content {
    line-height: 2;
    font-size: 1.4rem;
  }
  .story__content {
    padding-top: 5rem;
  }
  .story__content h3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .story__content p {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .crofun.section {
    margin-bottom: 9rem;
  }
  .crofun.section h2 {
    margin-bottom: 4rem;
  }
  .crofun__inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .crofun__inner-content {
    width: 100%;
  }
  .crofun h3 {
    font-size: 2.4rem;
  }
  .crofun p {
    font-size: 1.4rem;
  }
  .crofun__logo {
    text-align: center;
  }
  .crofun__logo img {
    width: 100%;
    height: auto;
  }
  .contact {
    margin-bottom: 3.5rem;
  }
  .form {
    width: 100%;
    margin-bottom: 5rem;
  }
  .form dl {}
  .form dt {
    margin-bottom: 0.6rem;
  }
  .form dd {
    margin-bottom: 2rem;
  }
}
@media (max-width:576px) {}
@media (max-width:414px) {}
@media (max-width:320px) {}