@charset "UTF-8";

@media screen and (max-width: 1024px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
@media screen and (min-width: 1025px) {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
}
/*@media screen and (min-width: 933px) and (max-width: 1439px){
	.pc_only {
		display: block;
	}
}*/
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
html {
	scroll-padding-top: 90px;
}
body {
	font-family: Open Sans;
	font-weight: 300;
	font-size: 17px;
}

a:hover {
	opacity: 0.7;
}
label:hover {
	opacity: 0.7;
}


/*文字の下線*/
.element04 a {
	text-underline-offset: 5px;
	text-decoration: underline;
}
.element10 a {
	text-underline-offset: 5px;
	text-decoration: underline;
	color: #64420f;
}
footer .campany-info a {
	text-underline-offset: 5px;
	text-decoration: underline;
	color: #764943;
}
.popup  a {
	text-underline-offset: 5px;
	text-decoration: underline;
	color: #fff;
}

/* 游ゴシック体 Bold */
.yu-gothic {
	font-family: "游ゴシック", "YuGothic", sans-serif;
	font-weight: bold;
}
/* 游明朝体 Demibold */
.yu-mincho {
	font-family: "游明朝", "YuMincho", serif;
	font-weight: 600;
}

p {
	font-size: 16px;
	line-height: 1.7;
	color: #764943;
}

.per20 {
	width: 20% !important;
}
.per74 {
	width: 74% !important;
}
.per80 {
	width: 80% !important;
}
.per88 {
	width: 88% !important;
}

h1 {
	font-size: 40px;
	font-weight: 700;
}
h2 {
	font-size: 90px;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 5px;
}
h2 .jp {
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 24px;
	font-family: "游ゴシック", "YuGothic", sans-serif;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0;
}
h2 .jp.small {
	font-size: 20px;
	color: #764943;
}

img {
	width: 100%;
	height: 100%;
}

ul {
	list-style: none;
	padding-left: 0;
}

section {
	margin-top: 80px;
}


/*WRAP*/
.wrap {
	width: 1000px;
	margin: 0 auto;
}


/*FLEX*/
.row-flex {
	display: flex;
    gap: 1em;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}


/*ボタン*/
.arrow-btn {
	background: #BB796F;
    padding: 15px 0 15px 20px;
    font-size: 20px;
	font-weight: 700;
    text-align: left;
    color: #fff;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.arrow-btn:hover {
	background: #F9DAD9;
	color: #BB796F;
}
.arrow {
  position: relative;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background: #FFF;
  transform-origin: calc(100% - 2px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.arrow:hover::before,
.arrow:hover::after {
	background: #764943;
}

.border-btn {
	font-size: 18px;
	font-weight: 700;
	color: #764943;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #764943;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 40px;
    font-family: "游ゴシック", "YuGothic", sans-serif;
}

.boeder-wh-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px 50px;
    border-radius: 7px;
    margin-top: 40px;
	font-family: "游ゴシック", "YuGothic", sans-serif;
}
@media screen and (max-width: 932px) {
	body {
		font-size: 15px;
	}
	.per20 {
		width: 100% !important;
	}
	.per74 {
		width: 100% !important;
	}
	.per80 {
		width: 100% !important;
	}
	.per88 {
		width: 100% !important;
	}
	p {
		text-align: justify;
		font-size: 15px;
	}
	h2 {
		font-size: 42px;
	}
	h2 .jp {
		font-size: 20px;
		padding-left: 0;
	}
	h2 .jp.small {
		font-size: 16px;
	}
	.wrap {
		width: 90%;
		margin: 0 auto;
	}
	.row-flex {
		flex-direction: column;
	}
	.arrow-btn {
		margin-top: 7px;
	}
	.row-one {
		margin-bottom: 15px;
		width: 100%;
	}
	.border-btn {
        padding: 10px 0;
        width: 90%;
        text-align: center;
    }
	section {
	    margin-top: 50px;
	}
}
@media screen and (min-width: 933px) and (max-width: 1439px){
	.wrap {
		width: 90%;
	}
	.arrow-btn {
		margin-top: 7px;
		font-size: 16px;
	}
	.row-one {
		width: 32.1%;
	}
}


/*ヘッダー切り替え*/
@media screen and (max-width: 1180px) {
	.pc_header_only {
		display: none;
	}
	.sp_header_only {
		display: block;
	}
}
@media screen and (min-width: 1181px) {
	.pc_header_only {
		display: block;
	}
	.sp_header_only {
		display: none;
	}
}

/*PCヘッダーメニュー*/
.bg-header {
	width: 100vw;
	background: #fff;
	z-index: 1;
    position: relative;
    height: 90px;
}
header {
	max-width: 1315px;
	width: 100%;
	font-size: 2em;
	text-align: center;
	box-sizing: border-box;
	float: right;
    margin-top: -1px;
}
#fixed-header {
	position: fixed;
    top: -90px;
    height: 90px;
    background: #ffffffb5;
    box-sizing: border-box;
    transition: .5s;
    width: 100vw;
    z-index: 13;
}
#fixed-header.is-show {
	top: 0;
}
header .row-flex {
	margin-top: 0;
	gap: 0;
}
header .logo-area{
	width: 270px;
}
header .pc-logo {
	width: 244px;
}
header .sub-menu {
	width: 539px;
	font-size: 12px;
}
header .menu {
	width: fit-content;
	font-size: 16px;
    margin-top: 17px;
    color: #764943;
}
header .sub-menu a,
header .menu a {
	color: #764943;
    font-weight: 700;
}
header .contact-all {
	width: fit-content;
    padding: 0 10px	;
}
header .contact-all .tel_svg {
	width: 96%;
    height: auto;
    margin-bottom: 7px;
}
header .tel-contact {
	position: relative;
    top: -5px;
}
header .contact {
	background: #764943;
	border-radius: 5px;
    padding: 0 10px 3px 10px;
	white-space: nowrap;
}
header .contact figure {
    height: 18px;
    display: inline-block;
}
header .contact p {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding-left: 5px;
    vertical-align: middle;
}
header .contact a {
    position: relative;
    top: -5px;
    color: #fff;
    height: 27px;
    display: block;
}
header .tel {
	font-size: 80%;
    position: relative;
    top: 0;
    font-weight: 700;
}
header .tel .small {
	font-size: 19px;
}
header .icon figure {
	width: 20px;
	padding: 0 5px;
}
header .icon figure.x {
	width: 18px;
}
header .call {
	background: #BB796F;
	text-align: center;
    padding: 11px;
	white-space: nowrap;
}
header .call p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
}
header .call figure {
	width: 53px;
	margin: 0 auto;
}
header .call label {
	cursor: pointer;
}


    

/*SPハンバーガーメニュー*/
@media screen and (min-width: 1181px) {
	.header__hamburger {
     display: none;
   }
	.sp-navi {
    display: none;
   }
}
@media screen and (max-width: 1180px) {
	.header.scrolled {
        background-color: unset;
    }
	.header__logo__sp {
		position: absolute;
		left: 20px;
		top: 20px;
		z-index: 10;
	}
	.header__hamburger {
	     display: block;
	}
	.header__hamburger {
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 12;
	}
	.sp-navi {
	    display: block;
	    width: 100%;
	    height: fit-content;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 11;
	    background: #ffffffed;
	    box-sizing: border-box;
	    opacity: 0;
	    pointer-events: none;
	    overflow-y: auto;
	    opacity: 0;
	    visibility: hidden;
	    transition: opacity 1s ease, visibility 1s ease;
	}
	.sp-navi.active {
	    -webkit-transform: translateY(0%);
	    transform: translateY(0%);
	    opacity: 1;
	    pointer-events: auto;
	    opacity: 1;
	    visibility: visible;
	}
	.sp-navi__wrap {
	    padding: 30px 20px 30px 34px;
	    margin-bottom: 30px;
	}
	.sp-navi__links ul.row-flex {
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 0;
    }
	.sp-navi__links ul.row-flex li {
		width: 50%;
		padding: 10px 0;
	}
	.sp-navi__links ul.row-flex li a {
		color: #764943;
		text-decoration: underline;
        text-underline-offset: 5px;
	}

	/*.btn-trigger */
	.btn-trigger {
        position: absolute;
        width: 36px;
        height: 44px;
        cursor: pointer;
        top: 10px;
        right: 16px;
	}
	.btn-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #764943;
	  border-radius: 4px;
	}
	.btn-trigger, .btn-trigger span {
	  display: inline-block;
	  transition: all .5s;
	  box-sizing: border-box;
	  z-index: 12;
	}
	.btn-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.btn-trigger span:nth-of-type(2) {
	  top: 10px;
	}
	.btn-trigger span:nth-of-type(3) {
	  bottom: 20px;
	}
	.btn-trigger p {
	  margin-top: 25px;
	  font-size: 12px;
	}
	.btn-trigger.active p {
		display: none;
	}
	.btn-trigger.active {
		position: fixed;
	}
	/* #btn01 */
	#btn01.active span:nth-of-type(1) {
	  -webkit-transform: translateY(20px) rotate(-45deg);
	  transform: translateY(20px) rotate(-45deg);
	}
	#btn01.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#btn01.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-20px) rotate(45deg);
	  transform: translateY(0px) rotate(45deg);
	}
	
	.humberger-area {
        width: 120px;
        height: 62px;
        background: #ffffffad;
        z-index: 2;	
        position: absolute;
        right: 0;
	}
	.sp-headmenu-mail {
		position: absolute;
		top: 17px;
        right: 70px;
	}
	.sp-headmenu-mail figure {
		width: 33px;
	}
	#fixed-header {
		height: 58px;
	}
	.sp-logo-area {
		width: fit-content;
	}
	.sp-logo-area figure {
		width: 140px;
		position: absolute;
        top: 15px;
        left: 20px;
	} 
	.another-header {
		position: absolute;
	    top: 0;
	    height: 58px;
	    background: #ffffffb5;
	    box-sizing: border-box;
	    transition: .5s;
	    width: 100vw;
	    z-index: 13;
	}
}


/*SP固定下ボタン*/
@media screen and (max-width: 1024px) {
	.bottom-sp-btn {
		width: 100vw;
        height: 50px;
		position: fixed;
        bottom: 0;
        background: #fff;
		border-top: 1px solid #764943;
	opacity: 0.87;
        z-index: 1;
	}
	.bottom-sp-btn .row-flex {
		flex-direction: unset;
		margin-top: 0;
        justify-content: unset;
        gap: 0;
	}
	.bottom-sp-btn ul {
		background: #fff;
	}
	.bottom-sp-btn ul li {
        width: 40px;
        height: 49px;
        border-right: 1px solid #764943;
	}
	.bottom-sp-btn ul li a {
		margin: 12px auto;
		width: fit-content;
		display: block;
	}
	.bottom-sp-btn figure.line {
		width: 29px;
	}
	.bottom-sp-btn figure.x {
		width: 20px;
        padding-top: 2px;
	}
	.bottom-sp-btn figure.insta {
		width: 25px;
	}
	.bottom-sp-btn figure.fb {
		width: 25px;
	}
	.bottom-sp-btn figure.ticktok {
        width: 22px;
    }
	.bottom-sp-btn p {
		width: fit-content;
        margin: 0 auto;
		color: #764943;
		font-size: 15px;
		font-weight: 700;
	}
	.bottom-sp-btn label img.tel {
		width: 15px;
		height: auto;
		vertical-align: top;
		padding-left: 8px;
	}
}
    


.element01 h2 {
	text-align: center;
	color: #F9DAD9;
	margin-bottom: 30px;
}
.element01 h2 .jp {
	color: #BB796F;
}
.element01 figure {
	width: 320px;
	height: auto;
}
.element01 .row-flex {
	margin-top: 20px;
}

.element02 {
	position: relative;
    color: #fff;
    margin-top: 15vw;
}
.element02 h2 {
	display: flex;
}
.element02 h2 .jp {
	display: block;
	padding-top: 24px;
	padding-left: 0;
	font-size: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 2.2;
} 
.element02 .row-flex {
	margin-top: 25px;
}
.element02 .row-one.left {
	width: 40%;
	margin-top: 10vw;
}
.element02 .row-one.right {
	width: 60%;
	background: #764943;
}
.element02 p {
	font-size: 18px;
	padding-top: 20px;
	color: #fff;
	font-weight: 700;
}
.element02 .pc-4item {
	font-weight: 700;
	margin-bottom: 50px;
}
.element02 .pc-4item a {
	color: #fff;
}
.element02 figure {
	width: 50vw;
    position: absolute;
    top: -9vw;
    max-height: 500px;
    overflow: hidden;
}

.element03 {
	overflow-x: auto;
	scrollbar-width: none;
}
.slider {
  display: flex;
}
.slider__inner {
  display: flex;
}
.slider__inner:first-child {
  animation: loop 90s linear infinite;
}

.slider__inner:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}

.slider__inner:last-child {
  animation: loop3 90s -30s linear infinite;
}

.element04 {
	background: #FAECE3;
    padding: 40px 0 50px;
}
.element04 h2 {
	text-align: center;
	color: #764943;
}
.element04 p {
	color: #BB796F;
    font-size: 24px;
    text-align: center;
    width: fit-content;
    margin: 30px auto;
    line-height: 1.5;
	font-weight: 700;
}
.element04 .border-btn {
	background: #764943;
    padding: 10px 70px;
    color: #fff;
}
.acd-check {
    display: none;
}
.acd-label {
	position: relative;
    display: flex;
    align-items: center;
	background: #fff;
    color: #764943;
    margin-top: 20px;
    margin-bottom: 1px;
    padding: 30px 20px;
    font-size: 24px;
    box-shadow: 3px 3px 3px #00000038;
	font-weight: 700;
}
.acd-label::after {
	content: "";
    position: absolute;
    bottom: 8px;
    right: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #BB796F;
}
.acd-label .question-mark {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
    font-weight: 700;
    padding-right: 10px;
    color: #BB796F;
    vertical-align: middle;
}
.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
    height: fit-content;
    opacity: 1;
    padding: 20px 0 40px;
    visibility: visible;
}
.acd-content p {
	display: flex;
	font-size: 24px;
	margin: 0;
	padding-left: 20px;
	text-align: left;
	color: #764943;
}
.acd-content a {
	color: #764943;
}
.acd-content .answer-mark {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color: #BB796F;
	padding-right: 10px;
}
.acd-content .answer-content {
    padding-top: 5px;
    text-align: left;
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}

.element05 h2 {
	text-align: center;
    color: #F9DAD9;
    white-space: nowrap;
}
.element05 h2 .jp {
	color: #BB796F;
	font-size: 28px;
	padding-top: 30px;
	padding-left: 0;
}
.element05 p {
    margin-top: 30px;
    text-align: center;
}
.element05 .big {
	font-size: 24px;
}

.element06 .title-EN {
	font-size: 32px;
    border-bottom: 1px solid #BB796F;
    color: #BB796F;
	line-height: 1.2;
}
.element06 .title-EN .number {
	font-size: 78px;
	padding-left: 20px;
	font-style: italic;
	color: #bb796f7a;
}
.element06 .title-JP {
	font-size: 32px;
    color: #BB796F;
    font-weight: 700;
}
.element06 .highlight {
	font-size: 24px;
	font-weight: 700;
    padding-top: 10px;
	line-height: 1.5;
	color: #764943;
	font-feature-settings: "palt";
}
.element06 .row-flex.right {
	justify-content: flex-end;
}
.element06 p {
	font-size: 18px;
}
.element06 figure {
	width: 340px;
}
.element06 .row-flex.two {
	margin-top: 10px;
}

.element07 h3 {
	font-size: 24px;
    color: #fff;
    padding: 20px;
    font-weight: 700;
}
.element07 .midashi {
	border-bottom: solid 1px #a75938;
    width: 100%;
}
.element07 .midashi .row-one {
	background: #BB796F;
	width: 450px;
}
.element07 .sub-title-EN {
    font-size: 60px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    color: #bb796f7a;
 }
.element07 .highlight {
	font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 1.5;
}
.element07 .description {
	margin-top: 20px;
	width: 400px;
    height: 250px;
}
.element07 .content {
	align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.element07 .content figure {
    width: 576px;
	margin-left: auto;
    margin-top: -26.5em;
}

.element08 {
    background: #FAECE3;
    padding: 90px 0;
}
.element08 h2 {
	text-align: center;
    color: #BB796F;
    font-size: 70px;
}
.element08 .row-flex {
	gap: 0;
	margin-top: 100px;
}
.element08 .row-one {
	position: relative;
	width: 50%;
	height: 5px;
}
.element08 .row-one.left {
	background: #764943;
}
.element08 .row-one.right {
	background: #fff;
}
.element08 .number {
    font-size: 70px;
    position: absolute;
    top: -90px;
    right: 0;
    color: #fff;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.element08 .description {
	text-align: center;
    padding-top: 20px;
    font-size: 18px;
	font-weight: 700;
}
.element08 .clm-name {
    font-size: 24px;
    color: #764943;
    font-weight: 700;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    white-space: nowrap;
}

.element09 h2 {
    text-align: center;
    color: #BB796F;
    font-size: 70px;
}
.element09 .bg-image {
	background: url(http://sakura-kotsu.com/hp/wp-content/themes/sakurakotsu/assets/images/element/14-2.jpg);
    background-repeat: no-repeat;
    background-position: right;
	background-size: 50%;
    width: auto;
    height: 460px;
	margin-top: 50px;
}
.element09 .highlight {
	font-size: 42px;
    line-height: 1.5;
    padding-top: 30px;
    font-weight: 700;
}
.element09 .wrap {
	position: relative;
}
.element09 .president-name {
    position: absolute;
    font-size: 22px;
    bottom: -3em;
    right: 25em;
}
.element09 .president-name span {
	font-size: 16px;
}
.element09 .description {
	margin-top: 50px;
}

.element10 {
    background: #FAECE3;
    padding: 90px 0;
}
.element10 h2 {
    text-align: center;
    color: #BB796F;
    font-size: 70px;
}
.element10 dl {
	display: flex;
	flex-wrap: wrap;
    width: 700px;
    margin: 50px auto;
    color: #64420f;
	font-size: 16px;
	line-height: 1.5;
}
.element10 dl dt {
	width: 20%;
	padding: 15px 0;
	border-bottom: 1px solid #64420f;
	font-size: 18px;
}
.element10 dl dd {
	width: 80%;
	padding: 15px 0;
	border-bottom: 1px solid #64420f;
	font-size: 18px;
}
.element10 dl dt:nth-child(1) {
	border-top: 1px solid #764943;
}
.element10 dl dd:nth-child(2) {
	border-top: 1px solid #764943;
}

.element11 .midashi-bg {
	background: #764943;
}
.element11 .midashi-bg h3 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding: 20px;
	font-weight: 700;
}
.element11 ul.table {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 30px;
}
.element11 ul.table li {
	width: 33%;
	color: #764943;
	padding: 20px 0;
}
.element11 ul.table li.head {
	background: #FAECE3;
	font-size: 20px;
	font-weight: 700;
    padding: 10px 0;
}
@media screen and (min-width: 933px) {
	.element11 ul.table li:nth-child(1) {
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-bottom: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(2) {
		border-top: 1px solid #764943;
		border-bottom: 1px solid #764943;
		border-left: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(3) {
		border-top: 1px solid #764943;
		border-bottom: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(4) {
		border-left: 1px solid #764943;
		border-bottom: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(5) {
		border-left: 1px solid #764943;
		border-bottom: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(6) {
		border-left: 1px solid #764943;
		border-bottom: 1px solid #764943;
		border-right: 1px solid #764943;	
	}
	.element11 ul.table li:nth-child(7) {
		border-bottom: 1px solid #764943;
		border-left: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(8) {
		border-bottom: 1px solid #764943;
		border-left: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(9) {
		border-bottom: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(10) {
		border-left: 1px solid #764943;
		border-bottom: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(11) {
		border-left: 1px solid #764943;
		border-bottom: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(12) {
		border-left: 1px solid #764943;
		border-bottom: 1px solid #764943;
		border-right: 1px solid #764943;
	}
}
.element11 .big {
	font-size: 28px;
	letter-spacing: 5px;
    margin-top: 7px;
    display: inline-block;
    font-weight: 700;
}
.element11 .yen {
	font-size: 24px;
	font-weight: 700;
}
.element11 .one-letter {
	margin-top: 15px;
}
.element11 .small {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
.element11 .little-small {
	font-size: 24px;
	font-weight: 700;
}
.element11 p {
	margin-top: 30px;
}

.element12 h2 {
    text-align: center;
    color: #BB796F;
}
.element12 .row-flex {
	align-items: flex-start;
	gap: 2em;
}
.element12 .row-one {
	width: 50%;
	background: #FAECE3;
    border-radius: 10px;
    border: 1px solid #764943;
}
.element12 .highlight {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 1.5;
    padding: 25px 25px 0;
}
.element12 .description {
	margin-top: 10px;
    padding: 0 25px 25px;
    font-size: 15px;
}

.element13 {
    background: #FAECE3;
    padding: 90px 0;
}
.element13 .wrap {
	width: 800px;
}
.element13 .bg-color {
	background: #fff;
	border-radius: 10px;
	margin-top: 40px;
}
.element13 .clm-name {
	font-size: 28px;
    color: #764943;
    font-weight: 700;
    text-align: center;
    border-bottom: 5px solid #BB796F;
    padding: 30px 0 10px;
    width: 80%;
    margin: 0 auto;
}
.element13 .description {
	width: 80%;
    margin: 20px auto 0;
    padding-bottom: 30px;
	font-size: 20px;
}
.element13 h2 {
    text-align: center;
    color: #BB796F;
    font-size: 70px;
}
.element13 .before-h2 {
	text-align: center;
    font-size: 36px;
    padding-bottom: 7px;
}
.element13 .after-h2 {
	text-align: center;
	padding-top: 30px;
}

.element14 figure {
	width: 20%;
    height: auto;
    padding-right: 10px;
}
.element14 .row-flex {
	gap: 2.5em;
}
.element14 .row-one {
	border-radius: 10px;
	border: 1px solid #764943;
    width: 50%;
}
.element14 .hyouka {
	font-weight: 700;
	padding: 20px 20px 0;
}
.element14 .star {
	color: #F19CA6;
    font-size: 18px;
}
.element14 .title {
    font-weight: 700;
    font-size: 18px;
	padding: 20px 20px 0;
}
.element14 .comment {
	display: flex;
    align-items: flex-start;
    padding: 10px 20px 0;
}
.element14 .comment p {
    line-height: 1.5;
    font-size: 15px;
    width: 80%;
}
.element14 .date {
	text-align: right;
    font-size: 12px;
    padding: 5px 20px 20px;
}
@media screen and (max-width: 932px) {
	/*spメインビジュアル*/
	.sp-mv .catchcopy {
		position: absolute;
		top: unset;
	    bottom: 5em;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	}
	.sp-mv .catchcopy .title {
		font-size: 36px;
	}
	.sp-mv .catchcopy .sub-title {
		font-size: 16px;
	}
	.sp-mv .mv-logo {
	    position: absolute;
	    top: 25%;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	}
	.sp-mv .mv-logo figure {
		width: 181px;
	}

	.element01 figure {
		width: 100%;
	}
	.element02 {
    	margin-top: 25vw;
    }
	.element02 figure {
    	width: 80vw;
    	top: -18vw;
    }
    .element02 .row-one.left {
	    margin-top: 0;
	}
	.element02 .row-flex {
		align-items: flex-end;
	}
    .element02 .row-one.right {
    	width: 85%;
    	height: fit-content;
		margin-top: 7vw;
    }
    .element02 h2 {
	    flex-direction: column;
    	align-items: flex-start;
    	padding-left: 20px;
		z-index: 1;
        position: relative;
	}
	.element02 h2 .jp {
		padding-top: 0;
		padding-left: 0;
		font-size: 16px;
    }
	.element02 p {
	    text-align: justify;
        padding-left: 20px;
        padding-top: 7px;
        font-size: 15px;
	}
	.element02 .sp-4item {
		line-height: 2.2;
		font-weight: 700;
		font-size: 16px;
	}
	.slider__item {
		width: 250px;
	}
	.element04 h2 .jp.small {
	    font-size: 16px;
	    color: #764943;
		padding-top: 5px;
	}
	.element04 p {
		font-size: 15px;
		width: 90%;
	    text-align: justify;
		margin: 15px auto;
	}
	.element04 .border-btn {
	    padding: 10px 0;
	}
	.acd-label {
		align-items: flex-start;
		font-size: 16px;
        line-height: 1.2;
        padding: 20px;
	}
	.acd-label::after {
	    bottom: 4px;
	    right: 15px;
	    border: 7px solid transparent;
	    border-top: 7px solid #BB796F;
	}
	.acd-label .question-mark {
		font-size: 28px;
	}
	.acd-label .question-content {
		padding-top: 5px;
	}
	.acd-content p {
		font-size: 16px;
		margin: 0;
	}
	.acd-content .answer-mark {
		font-size: 28px;
	}
	.element05 h2 .jp {
		font-size: 20px;
        padding-top: 15px;
	}
	.element05 p {
	    text-align: left;
		margin-top: 20px;
	}
	.element05 .big {
        display: block;
		text-align: center;
	    font-size: 19px;
	}
	.element05 .border-btn {
		margin-top: 20px;
	} 
	.element06 .title-EN {
		font-size: 22.4px;
		width: 90vw;
        margin-left: -20px;
        padding-left: 20px;
	}
	.element06 .title-EN .number {
		font-size: 54px;
		padding-left: 10px;
	}
	.element06 .row-flex.right .title-EN {
		margin-right: -20px !important;
        padding-right: 20px !important;
        margin-left: 0;
        padding-left: 0;
	}
	.element06 .row-flex {
		margin-top: 10px;
	}
	.element06 figure {
	    width: 270px;
	}
	.element06 .title-JP {
	    font-size: 22px;
	}
	.element06 p {
	    font-size: 15px;
	}
	.element06 .highlight {
    	font-size: 20px;
    }
    .element06 .row-flex.two .sp-layput {
    	width: 100vw;
    }
    .element06 .row-one.per74,
    .element06 .row-one.per80,
    .element06 .row-one.per88 {
    	margin-bottom: 0;
    }
    .element06 .row-flex.two .sp-layput .right {
		float: right;
    }
    .element06 .row-flex.two {
	    margin-top: 0;
	}
	.element07 .midashi {
	    width: 100vw;
	    margin-left: -20px;
	    align-items: flex-start;
	}
	.element07 .midashi .row-one {
		width: fit-content;
		margin-bottom: 0;
	}
	.element07 .content {
	    flex-direction: column;
	    margin-top: 15px;
	}
	.element07 h3 {
    	font-size: 20px;
    }
	.element07 .sub-title-EN {
        line-height: 1.2;
        font-size: 32px;
        text-align: left;
        order: 0;
	}
	.element07 .highlight {
		font-size: 18px;
        padding-top: 0;
        order: 1;
	}
    .element07 .content figure {
    	width: 100%;
    	order: 2;
    	margin-top: 0;
    }
	.element07 .description {
		margin-top: 0;
    	order: 3;
    	height: fit-content;
		width: 100%;
	}
	.element08 h2 {
		font-size: 36px;
	}
    .element08 .clm-name {
    	font-size: 18px;
    	top: -35px;
    }
    .element08 .row-flex {
    	flex-direction: row;
        margin-top: 70px;
        margin-left: -20px;
        width: 100vw;
    }
    .element08 .number {
    	font-size: 45px;
		top: -60px;
		right: 10px;
    }
    .element08 .description {
    	padding-top: 0;
        font-size: 15px;
    }
    .element09 h2 {
        font-size: 36px;
    }
    .element09 .highlight {
    	padding-top: 10px;
        font-size: 18px;
    }
    .element09 .bg-image {
		background: url(../images/element/14-2sp.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        width: auto;
        height: 260px;
        margin-top: 30px;
    }
    .element09 .president-name {
		font-size: 14px;
        right: unset;
        left: 4em;
        bottom: -5em;
	}
	.element09 .president-name span {
	    font-size: 12px;
	    display: block;
	}
	.element10 h2 {
	    font-size: 36px;
	}
    .element10 dl {
    	width: 100%;
		margin: 25px auto;
    }
	.element10 dl dt {
		width: 25%;
		font-size: 15px;
	}
	.element10 dl dd {
		width: 75%;
		font-size: 15px;
	}
	.element11 .midashi-bg h3 {
		font-size: 20px;
	}
	.element11 table td {
		font-size: 16px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.element11 .small {
		font-size: 16px;
	}
	.element11 ul.table {
		flex-direction: column;
	}
	.element11 ul.table li {
		width: 100%;
	}
	.element11 ul.table li:nth-child(1) {
		order: 1;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(2) {
		order: 3;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(3) {
		order: 5;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(4) {
		order: 2;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(5) {
		order: 4;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(6) {
		order: 6;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(7) {
		order: 7;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(8) {
		order: 9;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(9) {
		order: 11;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(10) {
		order: 8;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(11) {
		order: 10;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
	}
	.element11 ul.table li:nth-child(12) {
		order: 12;
		border-top: 1px solid #764943;
		border-left: 1px solid #764943;
		border-right: 1px solid #764943;
		border-bottom: 1px solid #764943;
	}
	.element12 .row-flex {
		align-items: center;
	}
	.element13 h2 {
		font-size: 36px;
	}
	.element12 .highlight {
		font-size: 16px;
	}
	.element12 .description {
		font-size: 14px;
	}
	.element12 .row-one {
		width: 100%;
	}
	.element13 .wrap {
	    width: 90%;
	}
	.element13 .clm-name {
	    font-size: 22px;
   }
   .element13 .before-h2 {
    	font-size: 20px;
   }
   .element13 .after-h2 {
    	text-align: justify;;
   }
   .element13 .description {
   		font-size: 16px;
   }
   .element14 .row-one {
		width: 100%;
   }
   .element14 .hyouka {
   		font-size: 16px;
   }
   .element14 .star {
   		font-size: 18px;
   }
   .element14 .date {
		padding: 10px 20px;
	    position: relative;
	    right: 0;
	    bottom: 0;
   }
	.element14 .row-flex {
	    gap: 1em;
        margin-top: 1em;
	}
}
@media screen and (max-width: 1024px) {
	.element02 .sp-4item a {
		color: #fff;
	}
}


/*スライダーPC
-------------------------------------*/
.autoplay-items {
	height: 100vh;
	clear: both;
	top: -90px;
}
.autoplay-items img.mv_pc {
	display: block;
}
.autoplay-items img.mv_pc {
	display: block;
    width: 100vw;
	height: 100vh;
    object-fit: cover;
}
.slick-dots {
    display: none !important;
}
.catchcopy {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.catchcopy .title {
	font-size: 95px;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 5px;
	color: #fff;
	white-space: nowrap;
}
.catchcopy .sub-title {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
    text-align: center;
}
@media screen and (max-width: 932px) {
	.autoplay-items {
	    top: 0;
	}
}

/*タクシーを呼ぶ・ポップアップ*/
.popup-background{
  /*position size*/
  position: fixed;
  z-index : 100;
  top : 0;
  left : 0;
  height : 100vh;
  width : 100vw;

  /*design*/
  background-color: gray;
  opacity : 0.5
}
.popup{
  /*position size*/
  --height : 520px;
  --width : 800px;
  z-index : 101;
  position: fixed;
  top : calc(50vh - calc(var(--height) / 2));
  left : calc(50vw - calc(var(--width) / 2));
  height : var(--height);
  width : var(--width);
  /*design*/
  overflow : hidden;
  background-color: #764943;
  border-radius: 0;
}
.popup > .close-button{
  /*position size*/
  --size : 60px;
  position:absolute;
  top : calc(var(--size)/4);
  left : calc(var(--width) - var(--size) * 5/4);/*css variables are available in children*/
  height : var(--size);
  width : var(--size);
  /*design*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color : #fff;
  font-size: var(--size);
  border-radius: calc(var(--size)/5);
}
.popup > .close-button:hover{
  background-color: #f9dad97d;
  color : white;
}
.popup > .content{
  padding: 60px 0;
  text-align: center;
}
.popup > .content .title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.popup > .content .tel {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
}
.popup > .content .row-flex {
	justify-content: space-evenly;
}
.popup > .content .call {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.popup > .content .GO {
	width: 120px;
	margin: 0 auto;
}
.popup > .content .line {
	width: 120px;
	margin: 0 auto;
}
/*hide popup*/
.popup-flag{
  display: none;
}
.popup-flag:not(:checked) + .popup-background{
  display:none;
}
.popup-flag:not(:checked) + * + .popup{
  display:none;
}
@media screen and (max-width: 1024px) {
	.popup { --height : 300px;--width : 90%;top: calc(50vh - calc(var(--height) / 1.2)); }
	.popup > .content .title { font-size: 16px;text-align: center; }
	.popup > .content .tel { font-size: 35px;text-align: center; }
	.popup > .content .GO { width: 65px; }
	.popup > .content .line { width: 65px; }
	.popup > .content .call { font-size: 15px; }
	.popup > .content .row-flex { flex-direction: unset;margin-top: 10px; }
	.popup > .close-button {left: calc(var(--width) - var(--size) * 4 / 9);top: calc(var(--size) / 80);}
}




/* indexコンテンツ
-------------------------------------*/
section.element01 {
	margin-top: 60px;
}
section.element04 {
    margin-top: -3px;
    z-index: 1;
    position: relative;
}
section.element05 {
	margin-top: 0;
}
section.infomation {
	margin-top: 40px;
}

section.element04 label.underline {
	text-decoration: underline;
} 

.lineup {
	background: url(../images/index/pc-lineup.webp);
	background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.lineup .bg {
	background: #00000080;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 20px;
}
.lineup .bg .title {
	color: #fff;
	font-size: 90px;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.lineup .bg .description {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.element01 .app-btn {
	border: 1px solid #BB796F;
}
.element01 .app-btn a {
    display: flex;
	padding: 10px 25px;
    justify-content: space-evenly;
}
.element01 .app-btn figure.GO {
	width: 129px;
	display: inline-block;
}
.element01 .app-btn figure.line {
	width: 85px;
	display: inline-block;
}
.element01 .app-btn p {
    font-size: 20px;
    font-weight: 700;
    color: #BB796F;
	display: inline-block;
	vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}

.recruit {
    height: auto;
    background: #BB796F;
}
.recruit .row-flex {
    gap: 0;
    justify-content: flex-start;
}
.recruit .left  {
    width: 60%;
}
.recruit .left figure {
    width: 100%;
    height: auto;
}
.recruit .right {
    width: 40%;
    text-align: center;
}
.recruit .right p {
    color: #fff;
}
.recruit h2.title {
    font-size: 90px;
    color: #fff;
    margin-bottom: 30px;
}
.recruit p.sub-title {
    font-size: 32px;
    line-height: 2;
    letter-spacing: 0;
}
.recruit .border-btn {
    font-size: 18px;
    font-weight: 700;
    color: #764943;
    width: fit-content;
    border: 1px solid #764943;
    padding: 10px 20px;
    border-radius: 7px;
    background: #fff;
}

.infomation h2 {
    text-align: center;
    color: #764943;
    font-size: 70px;
}
.top-news-list {
	margin-top: 50px;
}
.top-news-list .item {
    display: flex;
    gap: 2em;
    font-size: 16px;
    padding: 30px 0;
    border-bottom: 1px solid #BB796F;
    align-items: center;
}
.top-news-list .item:nth-child(1) {
	border-top: 1px solid #BB796F;
}
.top-news-list .item .date {
    font-size: 20px;
    color: #BB796F;
    font-weight: 700;
}
.top-news-list .item a {
	font-size: 18px;
	color: #764943;
	font-weight: 700;
	line-height: 1.7;
}
.infomation .border-btn {
    background: #764943;
    padding: 10px 48px;
    color: #fff;
}

.contact-index .bg-black-opacity {
    background: #000000a1;
    width: fit-content;
    margin: 0 auto;
    padding: 30px;
}
.contact-index {
	background: url(../images/index/pc-contact.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    height: 830px;
    padding-top: 60px;
}
.contact-index h2 {
    text-align: center;
    color: #fff;
    font-size: 70px;
    padding-top: 40px;
}
.contact-index h2 .jp.small {
    color: #fff;
	font-size: 24px;
}
.contact-index .description,
.contact-index .tel {
	color: #fff;
	text-align: center;
}
.contact-index .description {
	font-size: 24px;
	font-weight: 700;
	padding-top: 40px;
}
.contact-index .tel {
	font-size: 53px;
	font-weight: 700;
}
.contact-index .tel .small {
	font-size: 34px;
	font-weight: 700;
}
.contact-index .border-btn {
	background: #fff;
	color: #764943;
    border: 1px solid #fff;
    padding: 10px 50px;
}
@media screen and (max-width: 1024px) {
    .recruit .right {
        width: 90%;
        margin: 0 auto;
    }
    .recruit p {
        text-align: center;
    }
    .recruit h2.title {
        font-size: 42px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .recruit p.sub-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .recruit .border-btn {
        padding: 10px 0;
        width: 90%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .contact-index .bg-black-opacity {
        width: 70%;
    }
    .contact-index .description {
        text-align: justify;
    }
}
@media screen and (max-width: 932px) {		
	section.element01 {
		margin-top: 40px;;
	}
	section.element02 {
		margin-top: 30vw;
	}
	section.element05 {
	    margin-top: 40px;
	}
	section.element03 {
		margin-top: 40px;
	}
	section.lineup {
		margin-top: 40px;
	}
	section.recruit {
		margin-top: 60px;
	}
	section.contact-index {
		margin-top: 40px;
	}
	.lineup {
		background: url(../images/index/sp-lineup.jpg);
	    height: 330px;
	    background-size: cover;
	}
	.lineup .bg {
		top: 206px;
	}
	.lineup .bg .title {
		font-size: 42px;
	}
	.lineup .bg .description {
		font-size: 15px;
		text-align: left;
		width: fit-content;
        margin: 0 auto;
	}
	.lineup .boeder-wh-btn {
		margin-top: 15px;
        width: 90%;
        padding: 10px 0;
        text-align: center;
	}
	.element01 .row-flex {
	    margin-top: 10px;
	}
	.element01 .app-btn {
	    width: 100%;
	}
	.element01 .app-btn figure.GO {
		width: 116px;
        padding-left: 5px;
	}
	.element01 .app-btn figure.line {
		width: 76px;
		padding-left: 10px;
	}
	.element01 .app-btn p {
    	font-size: 18px;
    	padding-top: 0;
    }
    .element01 .app-btn a {
	    padding: 10px;
	}
	.infomation h2 {
	    font-size: 42px;
	}
	.infomation .border-btn {
	    padding: 10px 0;
	    width: 100%;
	}
	.top-news-list .item {
		align-items: flex-start;
        flex-direction: column;
        gap: 0.8em;
        padding: 15px 0;
	}
	.top-news-list {
	    margin-top: 30px;
	}
	.top-news-list .item .date {
    	font-size: 16px;
    }
	.top-news-list .item a {
    	font-size: 16px;
    }
    .contact-index h2 {
    	font-size: 42px;
        padding-top: 24px;
    }
    .contact-index h2 .jp.small {
	    font-size: 20px;
	}
	.contact-index .description {
	    font-size: 15px;
	    padding-top: 20px;
	    text-align: left;
	    width: 90%;
	    margin: 0 auto;
	}
	.contact-index .tel {
	    font-size: 8.5vw;
	}
	.contact-index .tel a {
		color: #fff;
	}
	.contact-index .tel .small {
	    font-size: 24px;
	}
	.contact-index {
		background: url(../images/index/sp-contact.jpg);
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
        background-position-x: center;
        height: 600px;
        padding-top: 35px;
	}
	.contact-index .border-btn {
		margin-top: 2vw;
        padding: 10px 0;
	}
    .contact-index .bg-black-opacity {
        padding: 0;
        width: 90%;
        text-align: justify;
        padding-bottom: 30px;
    }
}




/* aboutコンテンツ
-------------------------------------*/
.about.page-mv {
    position: relative;
	background: url(../images/about/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.about .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.about .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.about .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.about-content {
    padding-bottom: 6vw;
}
.about-content .element05 {
    margin-top: 60px;
}
.about-content .element05 p {
    text-align: left;
}
@media screen and (max-width: 932px) {
	.about.page-mv {
	    position: relative;
		background: url(../images/about/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.about .catchcopy {
		top: 35%;
	}
	.about .catchcopy .title {
		font-size: 42px;
	}
	.about .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.about-content .element05 {
	    margin-top: 40px;
	}
	.about-content .element06 {
		margin-top: 40px;
	}
}




/* line up コンテンツ
-------------------------------------*/
.lineup-content {
	padding-bottom: 100px;
}
.page-lineup.page-mv {
    position: relative;
	background: url(../images/lineup/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-lineup .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-lineup .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-lineup .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.lineup-content .element01 p {
	text-align: center;
    padding-bottom: 20px;
}
.lineup-content .element07 h3 {
    padding: 15px 20px;
}
.lineup-content .element07 .wrap-gallery1 {
	width: 576px;
    margin-left: auto;
    margin-top: -25.5em;
}
.lineup-content .element07 .wrap-gallery2 {
	width: 576px;
    margin-left: auto;
    margin-top: -25.5em;
}
.lineup-content .element07 .highlight .small {
	font-size: 15px;
}
@media screen and (max-width: 932px) {
	.page-lineup.page-mv {
	    position: relative;
		background: url(../images/lineup/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-lineup .catchcopy {
		top: 35%;
	}
	.page-lineup .catchcopy .title {
		font-size: 42px;
	}
	.page-lineup .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.lineup-content .element01 .row-flex {
		flex-direction: unset;
		flex-wrap: wrap;
		justify-content: space-around;
        gap: 0.5em;
	}
	.lineup-content .element01 .row-flex .row-one {
		width: 48%;
		margin-bottom: 5px;
	}
	.lineup-content .element01 .row-flex .row-one .arrow-btn {
		font-size: 15px;
        padding: 10px 0 10px 20px;
	}
	.lineup-content .element07 h3 {
		width: 170px;
	}
	.lineup-content .element07 .wrap-gallery1,
	.lineup-content .element07 .wrap-gallery2 {
	    width: 100%;
	    margin-left: auto;
	    margin-top: 0;
	    order: 3;
	}
	.lineup-content .element07 .description {
		order: 2;
		height: fit-content;
	}
}




/* Service コンテンツ
-------------------------------------*/
.service-content {
	padding-bottom: 100px;
}
.page-service.page-mv {
    position: relative;
	background: url(../images/service/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-service .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-service .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-service .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.service-content .element01 .row-flex {
    flex-wrap: wrap;
}
.service-content .element01 p {
	text-align: center;
    padding-bottom: 20px;
}
.service-content .element07 h3 {
	padding: 15px 20px;
}
@media screen and (max-width: 932px) {
	.page-service.page-mv {
	    position: relative;
		background: url(../images/service/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-service .catchcopy {
		top: 35%;
	}
	.page-service .catchcopy .title {
		font-size: 42px;
	}
	.page-service .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.service-content .element01 .row-flex {
		flex-direction: unset;
		flex-wrap: wrap;
		justify-content: space-around;
        gap: 0.5em;
	}
	.service-content .element01 .row-flex .row-one {
		width: 48%;
		margin-bottom: 5px;
	}
	.service-content .element01 .row-flex .row-one .arrow-btn {
		font-size: 15px;
        padding: 10px;
        height: 30px;
        line-height: 1.4;
        display: flex;
        align-items: center;
	}
	.service-content .element07 h3 {
		width: fit-content;
	}
}




/* Company コンテンツ
-------------------------------------*/
section.idea {
	margin-top: 60px;
}
.company-content {
	padding-bottom: 0;
}
.page-company.page-mv {
    position: relative;
	background: url(../images/company/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-company .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-company .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-company .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.company-content h2 {
    text-align: center;
    color: #BB796F;
    font-size: 70px;
}
.company-content h2 .jp.small {
    font-size: 20px;
    color: #764943;
}
.company-content .idea .sub-title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
    padding-top: 30px;
}
.company-content .idea .description {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
    padding-top: 20px;
}
.company-content .idea .pc-layout {
	margin-top: 40px;
	height: 26vw;
}
.company-content .idea .pc-layout .midashi-bg {
	width: 60vw;
	height: 117px;
	background: #BB796F;
	position: relative;
	z-index: 1;
}
.company-content .idea .pc-layout .midashi {
	display: flex;
    align-items: flex-end;
    margin-top: -155px;
    margin-bottom: 20px;
}
.company-content .idea .pc-layout .midashi p {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 2;
    line-height: 1.3;
    bottom: 8px;
}
.company-content .idea .pc-layout .midashi .big {
	font-size: 55px;
	font-weight: 700;
}
.company-content .idea .pc-layout .midashi figure {
	width: 161px;
	position: relative;
	z-index: 2;
}
.company-content .idea .pc-layout ul.rinen-list {
	font-size: 22.5px;
	color: #764943;
    font-weight: 700;
}
.company-content .idea .pc-layout ul.rinen-list li {
	display: flex;
    align-items: center;
}
.company-content .idea .pc-layout ul.rinen-list li:nth-child(1)::before {
	content: url('../images/company/sakura-number01.svg');
	display: inline-block;
    padding-right: 7px;
}
.company-content .idea .pc-layout ul.rinen-list li:nth-child(2)::before {
	content: url('../images/company/sakura-number02.svg');
	display: inline-block;
    padding-right: 7px;
}

.company-content .idea .pc-layout ul.rinen-list li:nth-child(3)::before {
	content: url('../images/company/sakura-number03.svg');
	display: inline-block;
    padding-right: 7px;
}
.company-content .idea .pc-layout ul.rinen-list li:nth-child(4)::before {
	content: url('../images/company/sakura-number04.svg');
	display: inline-block;
    padding-right: 7px;
}
.company-content .idea .pc-layout ul.rinen-list li:nth-child(5)::before {
	content: url('../images/company/sakura-number05.svg');
	display: inline-block;
    padding-right: 7px;
}
.company-content .idea .pc-layout figure.right-ph {
    width: 45vw;
    object-fit: cover;
    float: right;
    margin-top: -90px;
}
.company-content section.element08 {
	margin-top: 130px;
}
@media screen and (max-width: 932px) {
	section.idea {
	    margin-top: 30px;
	}
	.page-company.page-mv {
	    position: relative;
		background: url(../images/company/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-company .catchcopy {
		top: 35%;
	}
	.page-company .catchcopy .title {
		font-size: 42px;
	}
	.page-company .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.company-content h2 {
	    font-size: 36px;
	}
	.company-content h2 .jp.small {
	    font-size: 16px;
	}
	.company-content .idea .sub-title {
		font-size: 20px;
	    padding-top: 20px;
	}
	.company-content .idea .description {
		font-size: 16px;
	    padding-top: 10px;
	}
	.company-content .idea .sp-layout {
		margin-top: 30px;
	}
	.company-content .idea .sp-layout .midashi-bg {
		width: 100%;
		background: #BB796F;
	}
	.company-content .idea .sp-layout .midashi {
		display: flex;
    	align-items: flex-end;
    	width: fit-content;
        margin: 0 auto;
        padding: 10px 0;
	}
	.company-content .idea .sp-layout .midashi figure {
		width: 110px;
		position: relative;
			top: -37px;
		}
	.company-content .idea .sp-layout .midashi p {
		font-size: 15px;
		color: #fff;
		font-weight: 700;
		margin-left: 10px;
		line-height: 1.4;
	}
	.company-content .idea .sp-layout .midashi .big {
		font-size: 37px;
	}
	.company-content .idea .sp-layout ul.rinen-list {
		font-size: 16px;
		color: #764943;
		font-weight: 700;
		width: 90%;
		margin: 20px auto;
	}
	.company-content .idea .sp-layout ul.rinen-list li {
		display: flex;
	    align-items: center;
		line-height: 1.5;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(1)::before {
		content: url('../images/company/sakura-number01.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(2)::before {
		content: url('../images/company/sakura-number02.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(3)::before {
		content: url('../images/company/sakura-number03.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(4)::before {
		content: url('../images/company/sakura-number04.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(5)::before {
		content: url('../images/company/sakura-number05.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout figure.sp-ph {
		width: 100%;
	}
	.company-content section.element08 {
	    margin-top: -2px;
	    padding: 40px 0;
	}
	.company-content section.element10 {
	    padding: 40px 0;
	}
	.company-content section.element09 {
		margin-top: 40px;
	}
}




/* Price コンテンツ
-------------------------------------*/
section.element11 {
	margin-top: 60px;
}
.price-content {
	padding-bottom: 100px;
}
.page-price.page-mv {
    position: relative;
	background: url(../images/price/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-price .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-price .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-price .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.price-content .element11 p.top-txt {
	text-align: center;
	padding-bottom: 50px;
}
.price-content .cashless .midashi-bg {
    background: #764943;
}
.price-content .cashless .midashi-bg h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: 700;
}
.price-content .cashless figure {
	width: 518px;
	margin: 50px auto;
}
.price-content .ticket .midashi-bg {
    background: #764943;
}
.price-content .ticket .midashi-bg h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: 700;
}
.price-content .ticket ul {
	display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    justify-content: space-between;
    margin: 30px 0;
}
.price-content .ticket ul li {
	width: 24%;
}

.price-content .ticket ul.cards figure {
	width: 100%;
}
@media screen and (max-width: 932px) {
	section.element11 {
	    margin-top: 40px;
	}
	.price-content {
	    padding-bottom: 40px;
	}
	.page-price.page-mv {
	    position: relative;
		background: url(../images/price/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-price .catchcopy {
		top: 35%;
	}
	.page-price .catchcopy .title {
		font-size: 42px;
	}
	.page-price .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.price-content .element11 p.top-txt {
	    padding-bottom: 40px;
	}
	.price-content .cashless .midashi-bg h3 {
	    font-size: 20px;
	}
	.price-content .cashless figure {
		width: 90%;
	}
	.price-content .ticket .midashi-bg h3 {
	    font-size: 20px;
	}
	.price-content .ticket ul li {
	    width: 48%;
	}
}




/* Recruit コンテンツ
-------------------------------------*/
.price-content {
	padding-bottom: 100px;
}
.page-recruit.page-mv {
    position: relative;
	background: url(../images/recruit/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-recruit .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-recruit .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-recruit .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.recruit-content .idea .sub-title {
	padding-top: 0;
}
.recruit-content .idea .pc-layout figure.right-ph {
	margin-top: 0;
}
.recruit-content .idea .pc-layout p {
	font-size: 20px;
	font-weight: 700;
}
.recruit-content .idea .pc-layout p.marker {
	margin-top: 20px;
}
.recruit-content .idea .pc-layout p.marker span {
	background: linear-gradient(transparent 60%, #FAECE3 60%);
}
.recruit-content .idea .pc-layout p.mix-size {
	margin-top: 20px;
	background: url('../images/recruit/text-bg-sakura.svg');
	background-repeat: no-repeat;
    background-position: 220px 8px;
}
.recruit-content .idea .pc-layout p.mix-size span {
	font-size: 28px;
}
.recruit-content .element08 .sub-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    padding-top: 30px;
}
.recruit-content section.element08 {
    padding: 30px 0 100px;
}
.recruit-content section.element08 h2 {
    padding-top: 20px;
}
.recruit-content section.element08 .clm-name {
    font-size: 28px;
}
.recruit-content section.element08 .description {
    text-align: left;
	font-size: 20px;
	width: 711px;
    margin: 0 auto;
	text-align: justify;
}
.recruit-content section.woman-driver {
	margin-top: 40px;
}
.recruit-content section.woman-driver .sub-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    font-feature-settings: "palt";
}
.recruit-content section.woman-driver .description {
	font-size: 19px;
    font-weight: 700;
	margin-top: 10px;
}
.recruit-content section.ouen {
	background: #BB796F;
	padding: 40px 0;
}
.recruit-content section.ouen .sub-title {
	color: #fff;
	text-align: center;
    line-height: 1.7;
}
.recruit-content section.ouen .description {
	color: #fff;
	font-size: 23px;
	text-align: center;
    line-height: 2;
    margin-top: 20px;
}
.recruit-content .woman-D-ph {
	display: flex;
    margin: 30px 0 10px;
}
.recruit-content .woman-D-ph figure {
	width: 25%;
}
.recruit-content section.element12 {
    margin-top: 60px;
}
.recruit-content section.element13 {
    padding: 50px 0;
}
.recruit-content section.element13 .description {
	font-weight: 700;
}
.recruit-content section.element13 ol {
	margin: 20px auto 0 120px;
	padding-bottom: 30px;
	font-size: 20px;
	color: #764943;
	width: 74%;
	line-height: 1.5;
	font-weight: 700;
	text-align: justify;
}
.recruit-content section.element13 ol li {
	position: relative;
	list-style-type: none;
}
.recruit-content section.element13 ol li:before {
	position: absolute;
	right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
	content: "(" counter(list-item) ")";
}
.recruit-content .infomation {
	background: #fff;
	margin-top: 0;
    padding: 60px 0;
}
.recruit-content .infomation dl {
	font-size: 20px;
    font-weight: 700;
    color: #764943;
    border: 1px solid #64420f;
    width: 100%;
	margin: 30px auto;
}
.recruit-content .infomation dl dt:nth-child(1),
.recruit-content .infomation dl dd:nth-child(2) {
    border-top: unset;
}
.recruit-content .infomation dl dt,
.recruit-content .infomation dl dd {
    border-bottom: 1px solid #764943;
}
.recruit-content .infomation dl dt:nth-child(13),
.recruit-content .infomation dl dd:nth-child(14) {
    border-bottom: unset;
}
.recruit-content .infomation dl dt {
    border-right: 1px solid #764943;
    text-align: center;
}
.recruit-content .infomation dl dd {
    padding: 15px 10px;
    width: 77.9%;
}
@media screen and (max-width: 932px) {
	.price-content {
	    padding-bottom: 40px;
	}
	.page-recruit.page-mv {
	    position: relative;
		background: url(../images/recruit/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-recruit .catchcopy {
		top: 35%;
	}
	.page-recruit .catchcopy .title {
		font-size: 42px;
	}
	.page-recruit .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.recruit-content .idea .sp-layout p {
		font-size: 15px;
		font-weight: 700;
		width: 90%;
	    margin: 0 auto;
	}
	.recruit-content .idea .sp-layout p.marker {
		margin-top: 20px;
	}
	.recruit-content .idea .sp-layout p.marker span {
		background: linear-gradient(transparent 60%, #FAECE3 60%);
	}
	.recruit-content .idea .sp-layout p.mix-size {
        margin-top: 20px;
        background: url(../images/recruit/text-bg-sakura.svg);
        background-repeat: no-repeat;
        background-position: 170px 10px;
        height: 6rem;
        background-size: 60px;
	}
	.recruit-content .idea .sp-layout p.mix-size span {
		font-size: 21px;
	}
	.recruit-content .element08 .sub-title {
    	font-size: 20px;
    }
    .recruit-content section.element08 {
	    padding: 10px 0 40px;
	}
    .recruit-content section.element08 .clm-name {
	    font-size: 18px;
	    text-align: center;
        line-height: 1.2;
		top: -30px;
	}
	.recruit-content section.element08 .description {
	    font-size: 15px;
	    width: 100%;
	}
	.recruit-content section.element08 .sp-txt-edit {
		top: 10px;
	}
	.recruit-content section.element08 .sp-txt-edit .clm-name {
		top: -50px;
	}
	.recruit-content section.woman-driver .sub-title {
    	font-size: 20px;
    	line-height: 1.7;
    }
    .recruit-content section.woman-driver .description {
    	font-size: 15px;
		text-align: justify;
    }
    .recruit-content .woman-D-ph {
        width: 100vw;
        margin-left: -5vw;
        margin-bottom: 0;
        margin-top: 20px;
	}
	.recruit-content .woman-D-ph figure {
	    width: 50%;
	}
	.recruit-content section.element12 {
	    margin-top: 40px;
	}
	.recruit-content section.element12 .row-flex {
    	margin-top: 20px;
    	gap: 0.5em;
	} 
	.recruit-content section.element13 {
	    padding: 40px 0;
	}
	.recruit-content section.element13 .after-h2 {
    	padding-top: 15px;
	}
	.recruit-content section.element13 .bg-color {
		margin-top: 20px;
	}
	.recruit-content section.element13 ol {
	    margin: 20px auto;
	    font-size: 16px;
	    width: 76%;
	    padding-left: 20px;
	}
	.recruit-content .infomation dl {
	    font-size: 16px;
	    flex-direction: column;
	}
	.recruit-content .infomation dl dt {
        width: 100%;
        border-right: unset;
    }
	.recruit-content .infomation dl dd {
        width: 94.5%;
    }
	.recruit-content .infomation dl dt:nth-child(13) {
        width: 100%;
        border-bottom: 1px solid #764943;;
    }
}




/* Voice コンテンツ
-------------------------------------*/
.voice-content {
	padding-bottom: 100px;
}
.page-voice.page-mv {
    position: relative;
	background: url(../images/voice/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-voice .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-voice .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-voice .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.voice-content section.element01 p {
    text-align: center;
    padding-bottom: 20px;
}
.voice-content section.element14 {
	margin-top: -20px;
}
.voice-content section.element14 p.title {
	display: inline-block;
}
.voice-content section.element14 p.add-text {
	width: 100%;
}
.voice-content section.element14 .row-one {
	width: 50%;
	height: 244px;
}
.voice-content section.element14 .children {
	height: 269px;
}
.voice-content section.element14 .height-low {
	height: 190px;
}
.voice-content section.element14 figure.icon {
	width: auto;
	height: 32px;
	display: inline-block;
}
.voice-content section.element14 .row-one .add-title {
	display: flex;
    align-items: flex-end;
}
@media screen and (max-width: 932px) {
	.voice-content {
	    padding-bottom: 90px;
	}
	.page-voice.page-mv {
	    position: relative;
		background: url(../images/voice/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-voice .catchcopy {
		top: 35%;
	}
	.page-voice .catchcopy .title {
		font-size: 42px;
	}
	.page-voice .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.voice-content section.element01 {
		margin-bottom: 30px;
	}
	.voice-content section.element14 .row-one {
	    width: 100%;
	    height: fit-content;
		padding-bottom: 10px;
	}
	.voice-content section.element14 .row-one .add-title {
	    display: flex;
	    align-items: flex-start;
	    flex-direction: column-reverse;
	}
	.voice-content section.element14 figure.icon {
	    padding: 20px 20px 0;
	}
	.element14 .title {
	    padding: 10px 20px 0;
	}
}




/* QnadA コンテンツ
-------------------------------------*/
.qanda-content {
	padding-bottom: 0;
}
.page-qanda.page-mv {
    position: relative;
	background: url(../images/qanda/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-qanda .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-qanda .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-qanda .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.qanda-content .element01 p {
    text-align: center;
    padding-bottom: 20px;
}
.qanda-content .element01 .link-btn {
	margin-top: 30px;
}
.qanda-content .element01 .link-btn ul {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;
}
.qanda-content .element01 .link-btn ul li {
	width: 150px;
	background: #764943;
	text-align: center;
    border-radius: 7px;
}
.qanda-content .element01 .link-btn ul li a {
	color: #fff;
    padding: 10px 0;
    display: block;
}
.qanda-content .element04 h2 {
	color: #764943;
    font-size: 28px;
	letter-spacing: 0;
    font-weight: 700;
	padding-bottom: 20px;
}
.qanda-content section.element04 {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 90px;
}
.qanda-content .element04 h2.top-space {
	margin-top: 50px;
}
.qanda-content label.underline {
	text-decoration: underline;
}
@media screen and (max-width: 932px) {
	.qanda-content {
	    padding-bottom: 0;
	}
	.page-qanda.page-mv {
	    position: relative;
		background: url(../images/qanda/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-qanda .catchcopy {
		top: 35%;
	}
	.page-qanda .catchcopy .title {
		font-size: 42px;
	}
	.page-qanda .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.qanda-content .element01 .link-btn ul {
		flex-wrap: wrap;
		justify-content: center;
	    font-size: 18px;
	    gap: 0.8em 1em;
	}
	.qanda-content .element01 .link-btn {
	    margin-top: 5px;
	}
	.qanda-content .element04 h2 {
    	font-size: 20px;
		padding-bottom: 10px;
    }
    .qanda-content .element04 h2.top-space {
	    margin-top: 40px;
	}
}




/* Contact コンテンツ
-------------------------------------*/
.contact-content {
	padding-bottom: 50px;
}
.page-contact.page-mv {
    position: relative;
	background: url(../images/contact/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-contact .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-contact .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-contact .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.contact-content .element01 p {
    text-align: center;
    padding-bottom: 20px;
}
.contact-content section.contactform {
	width: 700px;
	margin: 0 auto;
}
.contact-content input[type=text],
.contact-content input[type=email],
.contact-content input[type=tel] {
	width: 100%;
	padding: 10px;
    font-size: 16px;
}
.contact-content textarea {
	width: 100%;
	padding: 10px;
    font-size: 16px;
}
.contact-content label {
	display: block;
	width: 100%;
	margin-top: 20px;
	color：#764943;
	font-weight: 700;
}
.contact-content label span {
	font-size: 11px;
	color: #BB796F;
}
.contact-content form p {
	display: flex;
}
.contact-content input[type=submit],
.contact-content input[type=button] {
	padding: 10px 20px;
	background: #764943;
    color: #fff;
    border: none;
    border-radius: 7px;
	margin-right: 20px;
	margin-top: 50px;
}
.contact-content h2 {
    text-align: center;
    color: #BB796F;
    font-size: 70px;
}
.contact-content h2 .jp.small {
    font-size: 20px;
    color: #764943;
}
/* Privacy Policy */
section.privacy {
	margin-top: 200px;
}
.contact-content .privacy .text_wrap {
	width: 1000px;
	height: auto;
	margin: 3rem auto;
	overflow-y: auto;
}
.contact-content .privacy .text_wrap::-webkit-scrollbar {
  background: #000;
  width: 5px;
}
.contact-content .privacy .text_wrap::-webkit-scrollbar-thumb {
  background-color: #333;
}
.contact-content .privacy .text_wrap p span {
	font-weight: 700;
}
.contact-content .privacy .text_wrap p{
	column-count: 2;
	margin-top: 12px;
	text-align: justify;
	line-height: 2;
	font-size: 15px;
    gap: 3em;
    text-align: justify;
}
.contact-content .privacy .text_wrap p span {
	font-weight: 700;
}
@media screen and (max-width: 932px) {
	.contact-content {
	    padding-bottom: 60px;
	}
	.page-contact.page-mv {
	    position: relative;
		background: url(../images/contact/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-contact .catchcopy {
		top: 35%;
	}
	.page-contact .catchcopy .title {
		font-size: 42px;
	}
	.page-contact .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.contact-content .element01 p {
	    text-align: left;
	}
	.contact-content section.contactform {
		width: 90%;
	}
	.contact-content input[type=text], .contact-content input[type=email], .contact-content input[type=tel] {
    	width: 92%;
    }
    .contact-content textarea {
		width: 92%;
	}
	.contact-content h2 {
        font-size: 36px;
    }
    .contact-content h2 .jp.small {
        font-size: 16px;
    }
    .contact-content .privacy .text_wrap {
	    width: 90%;
	    height: 300px;
	}
	.contact-content .privacy .text_wrap p {
    	column-count: 1;
    }
}




/* Information コンテンツ
-------------------------------------*/
.information-content {
	padding-bottom: 50px;
}
.page-information.page-mv {
    position: relative;
	background: url(../images/information/pc-mv.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 450px;
}
.page-information .catchcopy {
    position: absolute;
	top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-information .catchcopy .title {
	font-size: 90px;
	color: #fff;
}
.page-information .catchcopy .sub-title {
	font-size: 28px;
	color: #fff;
    margin-top: -30px;
}
.information-content .infomation .wrap {
	width: 700px;
}
.information-content .infomation .top-news-list .item {
    flex-direction: column;
	align-items: center;
}
.information-content .infomation .top-news-list .item a {
    margin-top: -20px;
    font-size: 20px;
}
.information-content .infomation .top-news-list .item:nth-child(1) {
    border-top: unset;
}
.information-content .infomation .pnavi {
    display: flex;
    align-items: center;
    width: fit-content;
	margin: 80px auto 20px;
    gap: 0 20px;
}
.information-content .infomation .pnavi .next,
.information-content .infomation .pnavi .prev {
	display: none;
}
.information-content .infomation .pnavi .current {
	display: block;
    background: #BB796F;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.information-content .infomation .pnavi a.page-numbers {
	color: #BB796F;
	font-size: 18px;
}
@media screen and (max-width: 932px) {
	.information-content {
	    padding-bottom: 60px;
	}
	.page-information.page-mv {
	    position: relative;
		background: url(../images/information/sp-mv.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	    background-position-y: bottom;
	    height: 180px;
	}
	.page-information .catchcopy {
		top: 35%;
	}
	.page-information .catchcopy .title {
		font-size: 42px;
	}
	.page-information .catchcopy .sub-title {
		font-size: 16px;
    	margin-top: 0;
	}
	.information-content .infomation .wrap {
		width: 90%;
		margin: 0 auto;
	}
	.information-content .infomation .top-news-list .item a {
	    margin-top: 0;
    	font-size: 18px;
	}
	.information-content .infomation .pnavi .current {
	    padding: 5px;
	}
}




/* Information 詳細 コンテンツ
-------------------------------------*/
.info-single-content {
	padding-bottom: 100px;
}
.info-single-content .wrap {
	width: 700px;
	margin: 0 auto;
}
.info-single-content .infomation {
	margin-top: 60px;
}
.info-single-content .infomation .date {
    font-size: 14px;
    font-weight: 700;
}
.info-single-content .infomation h2 {
	border-bottom: 1px solid #BB796F;
}
.info-single-content .infomation h2 .title {
    text-align: left;
    color: #764943;
    font-size: 24px;
    font-weight: 700;
}
.info-single-content .infomation .main-text {
	margin-top: 30px;
}
.info-single-content .infomation .post-bottom-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.info-single-content .infomation .post-bottom-nav .prev {
    width: 40%;
	font-size: 15px;
	color: #BB796F;
}
.info-single-content .infomation .post-bottom-nav .prev a {
	color: #BB796F;
}
.info-single-content .infomation .post-bottom-nav .next {
    width: 40%;
	font-size: 15px;
	color: #BB796F;
	text-align: right;
}
.info-single-content .infomation .post-bottom-nav .next a {
	color: #BB796F;
}
@media screen and (max-width: 932px) {
	.info-single-content .infomation {
		margin-top: 40px;
	}
	.info-single-content .wrap {
		width: 90%;
	}
	.info-single-content .infomation .date {
	    font-size: 13px;
	}
	.info-single-content .infomation h2 .title {
	    font-size: 18px;
	}
	.info-single-content .infomation .post-bottom-nav {
	    flex-wrap: wrap;
	}
	.info-single-content .infomation .post-bottom-nav .prev {
        font-size: 13px;
        width: 100%;
    }
    .info-single-content .infomation .post-bottom-nav .next {
        font-size: 13px;
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

}




/* フッター
-------------------------------------*/
section.google-map {
	margin-top: 0;
}
section.campany-info {
	margin-top: -2px;
}
section.Copyright {
	margin-top: 10px;
	margin-bottom: 20px;
}
footer {
	margin-top: -80px;
}
footer .download {
	background: #F1F5F8;
}
footer .download .pc-wrap {
	width: 725px;
	margin: 0 auto;
    padding: 30px 0 50px;
}
footer .download .GO {
	width: 140px;
}
footer .download .txt {
	font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    width: 550px;
    margin-left: 10px;
}
footer .download .downloads {
	display: block;
}
footer .download .downloads a {
	padding-left: 10px;
    display: inline-block;
}
footer .download .downloads .GooglePlay {
	height: 80px;
	width: 267px;
}
footer .download .downloads .appleStore {
	height: 80px;
    width: 267px;
}
footer .download .trademark {
	color: #333;
    line-height: 1.4;
}
footer .campany-info {
	background: #FAECE3;
    padding: 60px 0;
}
footer .campany-info .footer-logo {
	width: fit-content;
    margin: 0 auto;
}
footer .campany-info .campany-name {
	font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}
footer .campany-info .address {
	font-size: 15px;
    text-align: center;
}
footer .campany-info .footer-logo figure {
	width: 175px;
}
footer .campany-info .footer-icon .x {
	width: 22px;
}
footer .campany-info .footer-icon figure {
	width: 20px;
	height: 20px;
}
footer .footer-icon.row-flex {
	justify-content: center;
}
footer .Copyright p {
	font-size: 12px;
	text-align: center;
}
/*ページトップへ戻るボタン*/
#pagetop {
    position: fixed;
	bottom: 30px;
    right: 30px;
}
#pagetop a {
    display: block;
}
#pagetop a:hover {
    opacity: 0.7;
}
#pagetop a figure {
	width: 60px;
}
@media screen and (max-width: 1024px) {
	footer .download .sp-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0;
	}
	footer .download .txt {
		width: 90%;
	    margin: 0 auto;
	}
	footer .download .row-flex {
		flex-direction: unset;
        width: 90%;
        margin: 0 auto;
	}
	footer .download .GO {
	    width: 100px;
	}
	footer .download .downloads .GooglePlay {
	    height: unset;
	    float: none;
	    max-width: 300px;
	    width: 100%;
	    padding-top: 30px;
	}
	footer .download .downloads .appleStore {
	    height: unset;
	    float: none;
	    max-width: 300px;
	    width: 100%;
	    padding-top: 10px;
	}
	footer .download .trademark {
	    width: 90%;
	    margin: 20px auto 0;
	}
	footer .footer-icon.row-flex {
	    flex-direction: unset;
	}
	footer .Copyright p {
		font-size: 13px;
	}
	section.Copyright {
	    margin-bottom: 60px;
	}
	#pagetop {
	    bottom: 70px;
	    right: 20px;
	}
	#pagetop a figure {
		width: 50px;
	}
}




@media screen and (min-width: 933px) and (max-width: 1439px){
	header .logo-area {
	    width: 200px;
	    padding-left: 20px;
	}
	header .pc-logo {
	    width: 200px;
	}
	header .call {
	    width: 150px;
	}
	header .tel-contact {
	    width: 240px;
	    margin: 0 auto;
	}
	header .menu {
	    font-size: 15px;
	}
	header .sub-menu {
	    width: 502px;
	}
	header .menu-all {
		width: fit-content;
	    padding-left: 20px;
	}
	header .call p {
	    font-size: 14px;
	}
	header .tel {
		font-size: 70%;
		margin-left: -10px;
	}
	header .contact p {
	    font-size: 12px;
	}
	#fixed-header {
	    height: 80px;
	}
	.element01 figure {
    	width: 100%;
    }
    .element02 h2 {
	    flex-direction: column;
	}
	.element04 p {
		font-size: 24px;
		width: 90%;
	    text-align: center;
	}
	.acd-label {
		font-size: 20px;
        line-height: 1.5;
        padding: 20px;
	}
	.acd-label .question-mark {
		font-size: 30px;
	}
	.acd-content .answer-mark {
		font-size: 30px;
	}
	.acd-content p {
		font-size: 20px;
	}
	.element06 figure {
	    width: 100%;
	}
	.element06 .highlight {
		white-space: nowrap;
	}
	.element06 p {
	    font-size: 16px;
	}
	.element06 .highlight {
    	font-size: 2vw;
    }
    .element09 .highlight {
    	font-size: 40px;
    	padding-top: 70px;
    }
	.element09 .highlight {
        font-size: 35px;
        padding-top: 30px;
    }
    .element09 .president-name {
	    right: unset;
	}
	.element09 .bg-image {
	    background: url(../images/element/14.jpg);
	    background-repeat: no-repeat;
	    background-position: right;
	    background-size: contain;
	    width: auto;
	    height: 460px;
	    margin-top: 50px;
	}
	.bg-header {
		height: 80px;
	}
	.sp-mv .mv-logo {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .element01 .app-btn {
	    width: 49%;
	}
	.element02 .sp-4item {
        line-height: 2.2;
        font-weight: 700;
        font-size: 16px;
		margin-bottom: 20px;
    }
    .recruit .catchcopy {
        right: 30px;
	}
	.recruit .border-btn {
        white-space: nowrap;
	}
	.lineup-content .element07 .wrap-gallery {
	    margin-top: -15em;
	}
	
	.company-content .idea .sp-layout {
		margin-top: 40px;
	}
	.company-content .idea .sp-layout .midashi-bg {
		width: 100%;
		background: #BB796F;
	}
	.company-content .idea .sp-layout .midashi {
		display: flex;
    	align-items: flex-end;
    	width: fit-content;
        margin: 0 auto;
        padding: 10px 0;
	}
	.company-content .idea .sp-layout .midashi figure {
		width: 110px;
		position: relative;
		top: -66px;
	}
	.company-content .idea .sp-layout .midashi p {
		font-size: 15px;
		color: #fff;
		font-weight: 700;
		margin-left: 10px;
	}
	.company-content .idea .sp-layout .midashi .big {
		font-size: 37px;
	}
	.company-content .idea .sp-layout ul.rinen-list {
		font-size: 16px;
		color: #764943;
		font-weight: 700;
		width: 90%;
		margin: 20px auto;
	}
	.company-content .idea .sp-layout ul.rinen-list li {
		display: flex;
	    align-items: center;
		line-height: 1.5;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(1)::before {
		content: url('../images/company/sakura-number01.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(2)::before {
		content: url('../images/company/sakura-number02.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(3)::before {
		content: url('../images/company/sakura-number03.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(4)::before {
		content: url('../images/company/sakura-number04.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout ul.rinen-list li:nth-child(5)::before {
		content: url('../images/company/sakura-number05.svg');
		display: inline-block;
	    padding-right: 7px;
	}
	.company-content .idea .sp-layout figure.sp-ph {
		width: 100%;
	}
	.recruit-content .idea .sp-layout p {
		font-size: 15px;
		font-weight: 700;
		width: 90%;
	    margin: 0 auto;
	}
	.recruit-content .idea .sp-layout p.marker {
		margin-top: 20px;
	}
	.recruit-content .idea .sp-layout p.marker span {
		background: linear-gradient(transparent 60%, #FAECE3 60%);
	}
	.recruit-content .idea .sp-layout p.mix-size {
        margin-top: 20px;
        background: url(../images/recruit/text-bg-sakura.svg);
        background-repeat: no-repeat;
        background-position: 170px 10px;
        height: 6rem;
        background-size: 60px;
	}
	.recruit-content .idea .sp-layout p.mix-size span {
		font-size: 21px;
	}
	.recruit-content section.woman-driver .row-flex {
	    justify-content: space-evenly;
	}
	.recruit-content .infomation dl dd {
	    width: 78%;
	}
}



@media screen and (min-width: 660px) and (max-width: 1023px){
	.element02 .row-one.left {
	    margin-top: 10vw;
	}
	.element06 figure {
	    width: 340px;
	}
	.element08 .row-flex {
        margin-left: 0;
        width: auto;
    }
    .element09 .bg-image {
		background: url(../images/element/14.jpg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        width: auto;
        height: 300px;
        margin-top: 50px;
    }
}


@media screen and (min-width: 1000px) and (max-width: 1043px){
	section.element05 {
	    margin-top: 60px;
	}
}
