@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Shippori+Mincho+B1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

html {
    scroll-behavior: smooth;
	height: -webkit-fill-available;
}

.img-responsive {
	width: 100%;
}

body {
	background-color: rgba(255,248,223,1.00);
	overflow-x: hidden;
	
	min-height: 100dvh;
}



.hero {
    width: 100%;
  
    background-image: url(../img/hero.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row column;
    align-items: flex-end;
    justify-content: flex-end;
    color: rgba(255,255,255,1.00);
	min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

.hero h1 {
    font-size: 16vw;
	margin-bottom: 20px;
}

.language {
   
    position: absolute;
    top: 0px;
    right: 0px;
}

.selectbox-5 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-5::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-5 select {
    appearance: none;
    width: 160px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: rgba(255,255,255,0.00);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.selectbox-5 select:focus {
    outline: none;
}

.selectbox-5 select option {
    background-color: rgba(255,255,255,0.00);
    color: rgba(82,82,82,1.00);
}




.contents1 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-image: url(../img/back02.png);
    background-attachment: fixed;
    background-color: rgba(255,255,255,1.00);
}

.contents1-title {
    writing-mode: vertical-rl;
    padding-top: 60px;
	
}

.contents1-text {
	
}


.contents1-title h2 {
    font-family: "Ruslan Display", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 1.6em;
    font-size: 32px;
	
}

.break::before {
    content: "\A"; 
    white-space: pre; 
}

.style-b {
	font-size: 72px;
	line-height: 1.2em;
}

.contents1-text {
	padding-top: 60px;
    writing-mode: vertical-rl;
    font-size: 28px;
	line-height: 2em;
}

.swiper-slide {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(254,255,225,1.00);
}

.slide-content {
 
  display: flex;
  align-items: center;
   height: 700px;
}

.slide-content.left {
  width:100%;
  display: flex;
  align-items: flex-start;
	
}

.slide-content.right {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.slide-content img {
	border-radius: 20px;
	overflow: hidden;
}

.contents2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 60px;
	padding-bottom: 60px;
}

.contents2-text {
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    padding: 30px;
    line-height: 0em;
}





.contents2-text p {
    font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 24px;
    line-height: 1.8em;
}

.contents2-img {
	width: 60%;
}

.contents2-img img {
	border-radius: 20px;
	overflow: hidden;
}


.contents3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 60px;
	padding-bottom: 60px;
}

.contents3-text {
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    padding: 30px;
    line-height: 0em;
}



.contents3-text p {
    font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 24px;
    line-height: 1.8em;
}

.contents3-img {
	width: 60%;
}

.contents3-img img {
	border-radius: 20px;
	overflow: hidden;
}

.contents4 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/back03.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row column;
    align-items: flex-end;
    justify-content: flex-end;
    color: rgba(255,255,255,1.00);
}

.contents4-2 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/back04.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row column;
    align-items: flex-end;
    justify-content: flex-end;
    color: rgba(255,255,255,1.00);
}


.contents5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255,248,223,1.00);
}



.heading-28 {
    color: #474747;
    
    font-size: 1.75rem;
    letter-spacing: .04em;
    text-align: center;
	margin-bottom: 48px;
	line-height: 2.4em;
	font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.heading-28::before {
    display: block;
    font-weight: 700;
    font-size: 4.65rem;
    
    letter-spacing: .02em;
    content: attr(data-label);
}

.contents-card {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content:space-around;
}

.card {
	width: 20%;
	display: flex;
	flex-flow: column wrap;
}

.card-img img {
	border-radius: 20px;
	overflow: hidden;
}

.card-title {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}


.card-title h3 {
	font-size: 32px;
}

.heading08 {
	font-size: 26px;
}

.heading08 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 0.6em;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}

.heading08 {
	font-size: 26px;
}

.heading09 span {
    display: flex;
    align-items: center;
    color: #E5DE1B;
    font-size: 0.25em;
    text-transform: uppercase;
}

.heading09 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}




.card-text {
    color: rgba(49,49,49,1.00);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8em;
    font-size: 18px;
}

.contents6 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: rgba(255,248,223,1.00);
	
}

.contents6-inner {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.contents6-border2 {
	border-top: thin solid rgba(192,192,192,1.00);
}



.contents6-border {
	
	border-right: thin solid rgba(192,192,192,1.00);
}


.contents6-title {
	text-align: center;
    width: 30%;
    color: rgba(63,63,63,1.00);
    font-weight: bold;
}

.contents6-text {
    text-align: center;
    width: 70%;
    color: rgba(86,86,86,1.00);
    font-size: 14px;
    padding-right: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: normal;
}


hr {
    border-top: 1px solid rgba(201,223,179,1.00);
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 90%;

}

.contents7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255,248,223,1.00);
}

.contents7-box {
    width: 80%;
    background-color: rgba(1,128,27,1.00);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-title {
    width: 20%;
    color: rgba(255,255,255,1.00);
	
}

.box-title h2 {
	font-size: 52px;
}

.box-text {
    width: 50%;
    color: rgba(255,255,255,1.00);
    font-size: 22px;
}

.box-btn {
	width: 20%;
    color: rgba(255,255,255,1.00);
}

/*BTN*/

.circle_btn03 {
  position: relative;
  padding: 1em 2em;
  transition: all 0.2s ease;
  border: none;
  background: none;
  text-decoration: none;
  display: inline-block;
}

.circle_btn03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  border-radius: 100vh;
  background: #F38173; /* 背景色 */
  width: 4em; /* 丸の横幅 */
  height: 4em; /* 丸の高さ */
  transition: all 0.3s ease;
}

.circle_btn03 span {
  position: relative;
  font-weight: 700; /* 文字の太さ */
  letter-spacing: 0.05em; /* 文字間隔 */
  color: #FFF; /* 文字色 */
}

.circle_btn03 svg {
  position: relative;
  top: -1px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFF; /* 矢印の色 */
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

/* マウスオーバーした際のデザイン */
.circle_btn03:hover:before {
  width: calc(100% + 1em);
}

.circle_btn03:hover svg {
  transform: translateX(0);
}

.circle_btn03:active {
  transform: scale(0.95);
}
            
.back-g {
	background-color: rgba(255,248,223,1.00);
}

.contents8 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255,248,223,1.00);
}

.contents8-inner {
	width: 50%;
}

.contents8 h2 {
	font-size: 48px;
}

.qa-6 {
    width: 80%;
    margin-bottom: 5px;
    border-bottom: 2px solid #bbf7bf;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.map {
	margin-top: 60px;
	width: 80%;
}

.circle_btn04 {
  position: relative;
  padding: 1em 2em;
  transition: all 0.2s ease;
  border: none;
  background: none;
  text-decoration: none;
  display: inline-block;
}

.circle_btn04:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  border-radius: 100vh;
  background: #F38173; /* 背景色 */
  width: 4em; /* 丸の横幅 */
  height: 4em; /* 丸の高さ */
  transition: all 0.3s ease;
}

.circle_btn04 span {
  position: relative;
  font-weight: 700; /* 文字の太さ */
  letter-spacing: 0.05em; /* 文字間隔 */
  color:rgba(77,76,76,1.00); /* 文字色 */
}

.circle_btn04 svg {
  position: relative;
  top: -1px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgba(77,76,76,1.00); /* 矢印の色 */
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

/* マウスオーバーした際のデザイン */
.circle_btn04:hover:before {
  width: calc(100% + 1em);
}

.circle_btn04:hover svg {
  transform: translateX(0);
}

.circle_btn04:active {
  transform: scale(0.95);
}

.root {
	width: 100%;
	margin-top: 60px;
}

.root h3 {
	font-size: 28px;
	margin-bottom: 15px;
}

.root p {
	font-size: 18px;
}

/***追従するトップへ戻るボタン***/
#page_top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
	z-index: 10000;
}
#page_top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/


/* 右側線 */

.contents2-text h2 {
	font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 1.6em;
    font-size: 42px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}


.loading-anime-wrap {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(255,246,212,1.00);
    overflow-y: scroll;
}
.loading-anime-wrap .loading-anime-img {
    color: #676767;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    max-width: 100px;
}
.loading-anime-wrap .loading-anime-line {
  background-color: #676767;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 75%;
  transform: scale(0, 1);
  animation: example 1.5s ease 0.5s 1 forwards;
}
@keyframes example {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(255,245,198,1.00);
    padding-top: 15px;
    padding-bottom: 15px;
}
