/*
theme Name: lp_TechRich
Author: VERSE
Description: original theme
version： 1.0.0
*/

/* =============================================================================================================================================
															PC
============================================================================================================================================= */


@charset "UTF-8";
* {
	box-sizing: border-box;
}

html {
 overflow-x: hidden;
}

.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.cf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display:block;
}

.is_sp {
	display: none;
}

a {
	text-decoration: none;
	transition: all .3s;
}


 body {
	 width: 100%;
	 min-width: 1286px;
	 font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif !important;
	 line-height: 1.7;
	 margin: 0;
	 padding: 0;
	 color: #333;
	 -webkit-text-size-adjust: 100%;
	 overflow: hidden;
}

#wrap {
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}


.wrap1 {
	width: 1000px; 
	margin-left: auto; 
	margin-right: auto; 
}

.grecaptcha-badge { visibility: hidden; }
.recapcha {
    margin-top: 40px;
    font-size: 10px;
    text-align: center;
	line-height: 1.6;
}

.wpcf7-response-output {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

img {
  max-width: 100%;
}
 
/* fadein up */
.fadein-up {
	transition: .5s;
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.fadein-up.on {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


a {
	text-decoration: none;
	transition: all .3s;
}


a.btn {
    display: inline-flex;
    background-color: #B79F4A;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    min-width: 220px;
    min-height: 54px;
    line-height: 54px;
    text-decoration: none;
    position: relative;
    transition: all .3s;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

a.btn,
a.slide {
	overflow: hidden;
	position: relative;
}
a.btn span,
a.slide span {
	position: relative;
	z-index: 1;
}
a.btn::before,
a.slide::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: '';
	width: 120%;
	height: 100%;
	background: #303030;
	transform-origin: right top;
	transform: skewX(-30deg) scale(0, 1);
	transition: transform .3s;
}
a.btn:hover::before,
a.slide:hover::before {
	transform-origin: left top;
	transform: skewX(-30deg) scale(1, 1);
}
a.slide::before {
	background: #000;
}
nav#gnav a.slide::before {
	width: 130%;
}

a.btn .fa-angle-left {
	position: absolute;
    font-size: 1.2em;
    left: 0.8em;
    top: 50%;
    margin-top: -.5em;
}
a.btn .fa-angle-right {
	position: absolute;
    font-size: 1.2em;
    right: 0.8em;
    top: 50%;
    margin-top: -.5em;
}
a.btn:hover {
}
a.btn:hover::after {
    right: -2px;
}

.btn_icon {
    display: block;
    order: 2;
    width: 22px;
    height: 22px;
    background-image: url("images/arrow_wh.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}



a.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
	font-size: clamp(13px, 1vw, 16px);
    /*font-size: 16px;*/
    font-weight: bold;
    /*min-width: 350px;
    min-height: 40px;
    line-height: 40px;*/
	width: 100%;
    height: 45px;
	line-height: 45px;
    margin:0 auto;
    overflow: hidden;
    background-color: #303030;
    color: #fff;
}

a.btn2:hover {
    background-color: transparent;
    color: #fff;
}

a.btn2::before {
    position: absolute;
    z-index: -1;
    transform: rotate(-30deg);
    width: 100%;
    height: 0;
    background-color: #B79F4A;
    content: '';
    transition: height .3s ease;
}

a.btn2:hover::before {
    height: 350%;
}


a.fade {
	transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}

/*span.anchor {
	position: absolute;
	top: -200px;
}*/

span.anchor {
	position: absolute;
}

span.anchor#page-project-info {
    top: 470px;
}
span.anchor#page-reason {
    top: -80px;
}
span.anchor#page-interview {
    top: -80px;
}
span.anchor#page-flow {
    top: -80px;
}
span.anchor#page-faq {
    top: -80px;
}
span.anchor#page-contact {
    top: -80px;
}


/* --------------- HEADER --------------- */

.header_fixed header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 16px 36px;
    /*padding: 24px 50px 23px;*/
    background: #fff;
    /*height: 100px;*/
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header__inner .logo_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header__inner .logo_area .l_txt {
    font-size: 14px;
    font-weight: bold;
}



/*body.header_fixed {
	padding-top: 80px;
}
header {
	min-width: 1280px;
	position: relative;
	z-index: 10;
}*/
header nav#gnav {
	height: 80px;
    background-color: #FFF;
}
header nav#gnav > ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
header nav#gnav > ul > li {
	padding: 0 1em;
}
header nav#gnav > ul > li {
	align-self: center;
}
header nav#gnav > ul > li.logo {
	flex-grow: 1;
	padding-left: 50px;
}
header nav#gnav > ul > li.logo img {
	display: block;
	width: 100px;
}
header nav#gnav > ul > li a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
	height: 100%;
	transition: all .3s;
}
header nav#gnav > ul > li a:hover {
	opacity: .8;
}
header nav#gnav > ul > li.menu a {
	padding: .5em 0;
	transition: all .3s;
	position: relative;
}
header nav#gnav > ul > li.menu a:hover,
header nav#gnav > ul > li.menu.on a {
}
header nav#gnav > ul > li.menu a::after {
	content: '';
	display: block;
    width: 0%;
    height: 1px;
    background-color: #EC6755;
    margin: .5em auto -0.5em;
	transition: all .3s;
	position: absolute;
	left: 0;
}
header nav#gnav > ul > li.menu.on a::after,
header nav#gnav > ul > li.menu a:hover::after {
	width: 100%;
}
header nav#gnav > ul > li:nth-last-child(2) {
	padding-right: 2em;
}
header nav#gnav > ul > li.contact {
	padding-right: 50px;
}
header nav#gnav > ul > li.contact a {
	background-color: #EC6755;
	color: #FFF;
	width: 200px;
	height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .3s;
	    border-radius: 50px;
}
header nav#gnav > ul > li.contact a:hover {
	opacity: 1;
}


/* --------------- /HEADER --------------- */


/* ------------------- FV -------------------*/
body.home #hero {
	height: auto;
	background-image: url("images/kv.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	color: #FFF;
}



body.home #hero .hero__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 6rem 80px 4rem;
	max-width: 1366px;
}

body.home #hero .hero__container .lead_bnr {
    margin: 25px 0 20px;
}

body.home #hero .hero__container .hero__btom-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 420px;
    gap: 10px;
}

body.home #hero .hero__container .btom-info__list {
    border: 1px solid #B79F4A;
    background-color: #fff;
    color: #B79F4A;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 0;
}

body.home #hero .hero__container .hero__contact {
    width: 500px;
    height: auto;
    background-color: #fff;
    color: #303030;
}

.hero__contact_headline {
    text-align: center;
}

body.home #hero .hero__container .hero__contact_headline span {
    display: block;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .075em;
    background-color: #B79F4A;
    color: #fff;
    padding: 15px;
}

.top__contact_txt {
    text-align: center;
    font-size: 12px;
	margin: 0 auto;
    border-bottom: 1px solid #B79F4A;
    width: 325px;
    padding-top: 20px;	
}



.mv_contact_form {
    padding: 10px 50px 25px;
	font-size: 14px;
    font-weight: bold;
}

.mv_contact_form p {
    line-height: 2.0;
}

.mv_contact_form .form-col {
    margin-bottom: 5px;
}

body.home #hero .mv_contact_form .name,body.home #hero .mv_contact_form .kana,body.home #hero .mv_contact_form .jobyear{
    display: flex;
    gap: 20px;
}

body.home #hero .mv_contact_form .form-row input{
    width: 100%;
    height: 30px;
    border: solid 1px #DBDBDB;
	font-size:12px;
	padding:10px;
}

body.home #hero .mv_contact_form .jobyear select{
    width: 190px;
    height: 30px;
    border: solid 1px #DBDBDB;
	font-size:12px;
	padding:6px;
}

body.home #hero .mv_contact_form .form-row select{
    width: 100%;
    height: 30px;
    border: solid 1px #DBDBDB;
	font-size:12px;
	padding:6px;
}

body.home #hero .mv_contact_form .required {
    color: #B79F4A;
}

body.home #hero .mv_contact_form #submit {
    text-align: center;
	padding:25px 0 0 29px;
}
body.home #hero .mv_contact_form #submit input {
    width: 300px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    border-radius: 25px;
    color: #B79F4A;
    font-size: 18px;
    font-weight: bold;
    text-indent: 0.2em;
    border: solid 1px #B79F4A;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* ------------------- /FV -------------------*/


/* ------------------- MAIN -------------------*/
main {
	position: relative;
}


/* -------------------案件情報-------------------*/
body.home #project-info {
    padding: 100px 0 140px;
}

body.home #project-info .project-info_head, body.home #interview .interview_head{
	/*max-width: 1280px;*/
	width: 100%;
    margin: 0 auto;
    /*padding-bottom: 60px;*/
    padding: 0 0 60px 80px;
}

body.home #project-info .headline-left span ,body.home #interview .headline-left span ,body.home #faq .headline-left span{
    color: #B79F4A;
    font-size: 34px;
    font-weight: bold;
	margin-right: 20px;
}

body.home #project-info .headline-left small,body.home #reason .headline small ,body.home #interview .headline-left small ,body.home #faq .headline-left small{
    color: #303030;
    font-size: 15px;
    font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.project-info_slide ,.interview_slide{
    overflow: hidden;
    padding: 0 0 0 80px;
}

.project-info_slide .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    max-width: 410px;
    height: auto;
    margin-right: 50px;
}

.project-info_slide__item {
    width: 410px;
	/*height: min(80vh, 540px);*/
	height: min(50vh, 660px);
	min-height: 400px;
    /*height: 660px;*/
    border: 1px solid #B79F4A;
    /*padding: 40px;*/
	padding: clamp(20px, 2.1vw, 60px);
    margin-right: 50px;
	box-sizing: border-box;
}

.project-info_slide__item__ttl {
	font-size: clamp(16px, 1.3vw, 20px);
    /*font-size: 20px;*/
	min-height: 6vh;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: clamp(6px, 1vw, 20px);
    /*margin-bottom: 20px;*/
}

.project-info_slide__item__smallttl {
    background-repeat: no-repeat;
    font-weight: bold;
	font-size: clamp(13px, 1vw, 16px);
    /*font-size: 16px;*/
    /*margin-bottom: 10px;*/
	margin-bottom: clamp(8px, 0.6vw, 18px);
    /*padding: 5px 48px;*/
	padding: 
        /*clamp(4px, 0.6vw, 5px)*/
        0 clamp(24px, 2.2vw, 48px);
    position: relative;
}

.project-info_slide__item-inner {
    border-bottom: 1px solid #B79F4A;
	/*margin: 20px 0;*/
    /*margin: 10px 0 0;*/
	margin-top: clamp(8px, 0.6vw, 20px);
	margin-bottom: clamp(8px, 0.6vw, 20px);
}

.ico-price {
    background-image: url("images/ico-price.svg");
    background-size: 7%;
	height: 22px;
    align-content: center;
}

.ico-location {
    background-image: url("images/ico-location.svg");
	background-size: 7%;
	height: 22px;
    align-content: center;
}

.ico-development {
    background-image: url("images/ico-development.svg");
	background-size: 7%;
	height: 22px;
    align-content: center;
}

.ico-business {
    background-image: url("images/ico-business.svg");
	background-size: 7%;
	height: 22px;
    align-content: center;
	margin-bottom: clamp(8px, 0.6vw, 20px);
    /*margin-bottom: 10px;*/
}

.ico-price span {
    color: #FF2700;
	font-size: clamp(16px, 1.4vw, 22px);
    /*font-size: 22px;*/
}

.project-info_slide__item-development span {
    background: #FAFAFA;
    font-weight: bold;
	font-size: clamp(10px, 0.9vw, 14px);
    /*font-size: 14px;*/
    padding: 5px 14px;
    margin-right: 8px;
}

.project-info_slide__item-development {
	margin-bottom: clamp(10px, 1.2vw, 22px);
    /*margin-bottom: 16px;*/
}

.project-info_slide__item__description {
    line-height: 1.55;
    letter-spacing: .08em;
	font-size: clamp(10px, 0.83vw, 14px);
	min-height: 9.2vh;
    /*font-size: 13px;*/
}

.border-none {
    border: none;
}

/*a.btn2 {
    display: inline-block;
    background-color: #303030;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    min-width: 320px;
    min-height: 50px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}*/

.project-info_slide__item-btInner {
    /*position: absolute;
    bottom: 40px;
	bottom: clamp(24px, 2.1vw, 40px);*/
	position: relative;
	bottom: 10px;
	width: 100%;
}

.swiper_control {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    max-width: 1280px;
    position: relative;
}

.swiper_control .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;
    background: #EDF4FC;
    height: 2px;
}

.swiper_control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: linear-gradient(45deg, #0C7CC4 35%, #42B5CA);
}

.swiper-registant_slide-button {
    display: flex;
    gap: 0 30px;
}

.registant_slide .swiper-arw:hover {
    background-color: #032e4b;
}

.registant_slide .swiper-arw {
    background-color: #032e4b;
    background-image: url(images/arrow_nxt.svg);
}

.swiper-registant-button-prev {
    transform: rotate(180deg);
}

.swiper-arw {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url("images/arrow_nxt.svg") center center no-repeat #fff;
  transition-duration: .3s;
  position: relative;
}

/*.swiper-arw::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #ffffff;
    transition-duration: .5s;
    opacity: 0.6;
}*/

.swiper-arw:hover::after {
    border-width: 0;
    opacity: 2;
}


/* -------------------選ばれる３つの理由-------------------*/
body.home #reason{
    background-image: url(images/bg_reason.png);
    background-position: center;
    background-size: cover;
	padding: 140px 0 60px;
}

body.home #reason .headline {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

body.home #reason .headline span {
    color: #B79F4A;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.reason_list {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
    /*padding: 100px 0 100px;*/
}

.reason_list__item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    gap: 100px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.reason_list__item:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.reason_text {
    width: 45%;
}

.reason_img_box {
    height: 320px;
    width: 500px;
}

/*.reason_list__num {
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    margin-bottom: 25px;
}*/

.reason_list__num {
    position: relative;
    top: 0;
    left: 0;
    color: #303030;
    border: 1px solid #B79F4A;
    letter-spacing: 0;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    margin-bottom: 20px;
}

.reason_list__num span {
    font-size: 42px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.reason_list__ttl {
    font-size: 26px;
    color: #B79F4A;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
}

.reason_list__txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}


/* -------------------インタビュー-------------------*/
body.home #interview {
    padding: 140px 0 140px;
}

.interview_slide .swiper-slide {
	background-image: url(images/bg_interview.jpg);
	background-position: center;
    background-size: cover;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    max-width: 480px;
    height: auto;
    margin-right: 20px;
	padding: 40px 30px 30px;
}

.interview_slide__box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.interview_slide__box img {
    height: 120px;
    padding-right: 20px;
}

.interview_slide__personal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.interview_slide__box .name {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
	padding-bottom: 10px;
    border-bottom: 2px dotted #E3DFD2;
}

.personal_list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}

.personal_list li {
    background-color: #303030;
    /*margin-right: 5px;*/
    padding: 5px 10px;
}

.interview_slide__item-inner {
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
}

.interview_slide__item__smallttl {
    margin-bottom: 10px;
}

.interview_slide__item__smallttl span {
    font-weight: bold;
    font-size: 16px;
    color: #B79F4A;
}

.interview_slide__item__smalltxt {
    line-height: 1.55;
    font-size: 13px;
}


/* -------------------フロー-------------------*/
body.home #flow {
    background: #E3DFD2;
    padding: 140px 0;
}

body.home #flow .headline{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

body.home #flow .headline span {
    color: #303030;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

body.home #flow .headline small {
    color: #B79F4A;
    font-size: 15px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.flow__ttl-sub {
    text-align: center;
    width: 390px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: bold;
}

.flow__list {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
}

.flow__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.75rem;
    margin: 80px 0 30px;
}

.flow__item {
    position: relative;
    border: 1px solid #303030;
    background: #ffffff;
    padding: 55px 20px 23px;
}

.flow__item .num {
    position: absolute;
    top: -2.35rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: auto;
}

.flow_item__ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    line-height: 1.6;
}

.flow_item__text {
    display: flex;
    gap: 20px;
    flex-direction: column;
}


.contents_cotta {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #B79F4A;
    padding: 35px 70px;
    align-items: center;
}

.content-block-ttl {
    font-size: 26px;
    color: #B79F4A;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-block-txt {
    line-height: 1.75;
    font-size: 14px;
}

.contents_cotta img {
    border-right: 1px solid #B79F4A;
    padding: 30px 64px 30px 0px;
}

.content-block{
    padding-left: 64px;
}

/* ------------------- FAQ -------------------*/
body.home #faq {
    padding: 140px 0;
}

body.home #faq .faq_head{
	max-width: 900px;
	width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.top__faq {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.toggle {
	display: none;
}

.Label {		/*タイトル*/
	padding: 2em 6em;;
	display: block;
	color: #303030;
	background:#FAFAFA;
	font-size: 18px;
    font-weight: bold;
}

.Label::before{		/*タイトル横の矢印*/
	content:"Q";
	font-size: 28px;
	color: #B79F4A;
	position: absolute;
	top:calc( 50% - 15px );
	left: 50px;
	font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.Label::after{		/*タイトル横の矢印*/
	content:"＋";
	font-size: 24px;
	color: #B79F4A;
	position: absolute;
	top:calc( 50% - 10px );
	right: 50px;
	font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.Label,.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	/*transition: all 0.3s;*/
}

.content::before{		/*タイトル横の矢印*/
	content:"A";
	font-size: 28px;
	color: #B79F4A;
	position: absolute;
	top: 25px;
	/*top:calc( 50% - 40px );*/
	left: 50px;
	font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:30px;
	padding:0 20px;
	overflow: hidden;
}

.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	/*transition: all .3s;*/
	font-size: 18px;
    font-weight: bold;
    padding: 0 6em;
    background: #FAFAFA;
    line-height: 1.8;
}

.toggle:checked + .Label::after {
	content:"ー";
	font-size: 20px;
	color: #B79F4A;
	position: absolute;
	top:calc( 50% - 10px );
	right: 50px;
	font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.toggle:checked + .Label {
	color: #666666;
}

.toggle:checked + .Label::before {
	color: #666666 !important;
}

.toggle:checked + .content::after {
	content:"";
	border-top: 1px solid #666666;
}

.content p {
    border-top: 1px solid #B79F4A;
    padding: 33px 0;
	line-height: 1.6;
}

.content p span {
	font-size: 16px;
    font-weight: normal;
}









/* ------------------- CONTACT -------------------*/

body.home #contact {
    background-image: url(images/bg_cta.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

body.home #contact .headline {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

body.home #contact .headline span {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
	text-align: center;
	line-height: 1.6;
}


body.home #contact .footer__contact {
    width: 800px;
    height: auto;
    background-color: #fff;
    color: #303030;
	margin: 0 auto;
	padding: 50px 60px;
}

.footer__contact_headline {
    text-align: center;
}

body.home #contact .footer__contact .footer__contact_headline span {
    display: block;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: .075em;
    background-color: #B79F4A;
    color: #fff;
    padding: 25px;
}

.footer__contact_txt {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    border-bottom: 1px solid #B79F4A;
    width: 378px;
    padding-top: 20px;
}

.footer_contact_form {
    padding: 20px 50px 25px;
    font-size: 16px;
    font-weight: bold;
}

.footer_contact_form .form-col {
    margin-bottom: 10px;
}

.footer_contact_form  p {
    line-height: 2.0;
}

.footer_contact_form .jobyear,.footer_contact_form .mail {
    margin-top: 10px;
}

body.home #contact .footer_contact_form .name, body.home #contact .footer_contact_form .kana, body.home #contact .footer_contact_form .jobyear {
    display: flex;
    gap: 20px;
}

body.home #contact .footer_contact_form .required {
    color: #B79F4A;
}


body.home #contact .footer_contact_form .form-row input {
    width: 100%;
    height: 40px;
    border: solid 1px #DBDBDB;
    font-size: 14px;
    padding: 6px;
}

body.home #contact .footer_contact_form .jobyear select {
    width: 280px;
    height: 40px;
    border: solid 1px #DBDBDB;
    font-size: 14px;
    padding: 6px;
}

body.home #contact .footer_contact_form .form-row select {
    width: 100%;
    height: 40px;
    border: solid 1px #DBDBDB;
    font-size: 14px;
    padding: 6px;
}


.state,.form-col {
    position: relative;
}

.state::after {
    content: "";
    position: absolute;
    top: 65%;
    right: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 9px solid #303030;
    border-bottom: 0;
}

.job::after {
    content: "";
    position: absolute;
    top: 65%;
    right: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 9px solid #303030;
    border-bottom: 0;
}

.year::after {
    content: "";
    position: absolute;
    top: 65%;
    right: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 9px solid #303030;
    border-bottom: 0;
}

select {
    -webkit-appearance: none;
    appearance: none;
}













body.home #contact .footer_contact_form #submit {
    text-align: center;
    padding: 40px 0 0 70px;
}

body.home #contact .footer_contact_form #submit input {
    width: 340px;
    height: 70px;
    background: #fff;
    line-height: 70px;
    border-radius: 35px;
    color: #B79F4A;
    font-size: 22px;
    font-weight: bold;
    text-indent: 0.2em;
    border: solid 1px #B79F4A;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}







/* -------------------  Contact-thanks -------------------*/
#headline {
    width: 100%;
    background-color: #B79F4A;
    height: 300px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    position: relative;
}

h1.ttl_thanks,h1.ttl {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	
}

#headline h1.ttl_thanks span ,#headline h1.ttl span{
    font-size: 34px;
	font-weight: bold;
    line-height: 1.84;
    letter-spacing: 0.03em;
}
#headline p.ttl_cv {
    font-weight: bold;
    line-height: 1.78;
    letter-spacing: 0.1em;
	color: #303030;
}

.page.contact main #main, .page.membership-thanks main #main, body.error404 main #main {
    margin: 0 auto;
    padding: 60px 0 100px;
    text-align: center;
}

.page.privacy-policy main #main {
    margin: 0 auto;
    padding: 60px 0 100px;
    text-align: left;
}

.page.contact main #main h2, .page.membership-thanks main #main h2, body.error404 main #main h2, .page.privacy-policy main #main h2 {
    font-size: 20px;
    font-weight: bold;
	    line-height: 1.5;
    margin-bottom: 60px;
    letter-spacing: .05em;
}

.page.contact main #main p, .membership-thanks main #main p, body.error404 main #main p {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 80px;
}

.privacy-policy main #main p {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 80px;
}

.page.privacy-policy #main dl dt {
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-left: solid 8px #B79F4A;
    padding-left: 0.8em;
}

.page.privacy-policy #main dl dd {
    line-height: 2.2;
    margin-bottom: 3em;
    letter-spacing: 0.03em;
}



.page.privacy-policy .wrap2 {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
    /* padding: 100px 0 100px; */
}

/* -------------------  FOOTER -------------------*/
footer #footer {
    padding: 80px 100px;
    background-color: #303030;
	color: #fff;
}

footer #footer a  {
	text-decoration: none;
	color: #fff;
}

#footer div img.logo {
    display: block;
    width: 140px;
}

footer #footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 14px;
}

footer #footer ul li {
    margin-right: 2.15em;;
}

footer #footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.footer-logo_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.footer-content .footer-logo_area.l_txt {
    font-size: 14px;
    font-weight: bold;
}


.footer-content .footer-copyright {
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}


/* ----------------------------------------------------------
.pagetop
---------------------------------------------------------- */


#page_top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
/*bottom: 10px;*/
/*opacity: 0.6;*/
}
#page_top a{
position: relative;
display: block;
width: 100px;
    height: 120px;
text-decoration: none;
}

 #page_top a::after{
/*content: '↑ PAGE TOP';
font-size: 14px;
font-weight: bold;
color: #fff;*/
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}





/* =============================================================================================================================================
															SMARTPHONE
============================================================================================================================================= */
@media screen and (max-width : 767px) {
header {
    min-width: 100% !important;
}
	/* display:none */
	.is_pc {
		display: none!important;
	}
	.is_sp {
		display: inherit!important;
	}

	/* drawer */
	.header_fixed header {
    padding: 0;
    height: auto;
}
	.drawer-navbar .drawer-navbar-header .l_txt {
    font-size: 11px;
    font-weight: bold;
}
	.drawer--navbarTopGutter {
		padding-top: 3.2rem;
	}
	.drawer-navbar-header {
		height: 3.2rem;
	}
	
	.drawer-nav {
		width: 100%;
		color: #FFF;
		background-color: #FFF;
		overflow: scroll;
	}
	.drawer--right .drawer-nav {
		right: -100%;
	}
	.drawer-navbar .drawer-brand {
		/*width: 55vw;
		max-width: 55vw;*/
		display: block !important;
		/*padding: 1vw 1vw 0 !important;*/
		padding: 0 !important;
	   height: 4.375rem!important;
    line-height: 4.375rem!important;
	}
	.drawer-navbar .drawer-brand img {
		width: 100%;
    max-width: 100px;
	}
	.drawer-hamburger {
		width: 1rem !important;
        height: 1rem !important;
        padding: .75rem !important;
        background-color: #B79F4A !important;
        top: .75rem !important;
        right: .75rem !important;
        border-radius: 3rem;
	}
	.drawer-hamburger-icon {
		height: 2px !important;
		margin-top: 0 !important;
	}
	.drawer-hamburger-icon:after {
		top: 1vw !important;
		/*top: 0 !important;*/
	}
	.drawer-hamburger-icon:before {
		top: -1vw !important;
	}
	.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0 !important;
}

	.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
		background-color: #fff !important;
	}
	.drawer-navbar .drawer-menu {
		padding: 10vw 0 5vw !important;
		position: relative;
	}

	.drawer-menu-item {
		color: #FFF !important;
		padding: 1.4em 0 !important;
		margin: 0 10vw;
		letter-spacing: .05em;
	    text-align: center;
		border-bottom: solid 1px #ffffff;
	}
	.drawer-navbar .drawer-menu li:last-child .drawer-menu-item {
		border-bottom: none;
	}
	.drawer-menu-item:hover {
		color: #FFF;
		text-decoration: none;
	}
	.drawer-navbar .drawer-navbar-header {
		border-bottom: solid 1px #EEE!important;
		background-color: #FFF;
		text-align: left;
		display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
		height: 4.175rem;
	}
	.drawer--top .drawer-nav {
		-webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),top .56s cubic-bezier(0.52, 0.16, 0.24, 1);
		transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),top .56s cubic-bezier(0.52, 0.16, 0.24, 1);
	}
	.drawer-open .drawer-nav {
		background-color: #B79F4A;
	}
	.drawer-nav > div {
		background: url(images/logo_wh.svg) no-repeat top 70% left 50%;
    background-color: #303030;
    background-size: 40%;
		background-color:#303030;
		color: #FFF;
		text-align: center;
		padding: 8vw 10vw 10vw;
	}
	.drawer-nav > div > p:first-child {
		padding-bottom: 1.8em;
		width: 74vw;
		margin: 0 auto 1.8em;
	}
	.drawer-nav > div > div a {
		color: #FFF;
		display: block;
	}
	.drawer-nav > div > div a.tel {
		color: #FFF;
		letter-spacing: .1em;
		margin: 0 auto;
	}
	.drawer-nav > div > div a.tel img {
		width: 6.4vw;
		margin-right: 2vw;
		position: relative;
		top: 2vw;
	}
	.drawer-nav > div > div a.tel span {
		font-size: 7.2vw;
		margin-bottom: 2vw;
		display: inline-block;
		font-weight: bold;
		font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif !important;
		line-height: 1.375;
	}
	.drawer-nav > div > div a.tel small {
		display: block;
		line-height: 1.7;
		text-align: center;
		font-size: 3.2vw;
		margin-bottom: 10vw;
	}
	.drawer-nav > div > div a.form {
		display: inline-block;
		width: 100%;
		height: 13.3vw;
		line-height: 13.3vw;
		background-color: #A89265;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		position: relative;
	}
	.drawer-nav > div > div a.form i {
		position: absolute;
		right: 0.8em;
		top: 50%;
		bottom: 0;
		margin-top: -.5em;
		font-size: 1.2em;
	}


	
	
	
	
	

	/*span.anchor {
		top: -.75rem;
	}*/

	span.anchor {
	position: absolute;
}

span.anchor#page-wedo {
    top: -80px;
}
span.anchor#page-effects_1 {
    top: -80px;
}
span.anchor#page-effects_2 {
    top: -80px;
}
span.anchor#page-service {
    top: -80px;
}
span.anchor#page-plan {
    top: -80px;
}
span.anchor#page-flow {
    top: -80px;
}

span.anchor#page-faq {
    top: -80px;
}

span.anchor#page-contact {
    top: -80px;
}
	
	

	body {
		min-width: inherit;
		font-size: 4.3vw;
	}

	a.btn,
	.wrap1,
	.wrap2,
	#reservation a.btn,
	body.error404 main > section {
		width: auto;
		min-width: auto;
	}

	img {
		max-width: 100%;
	}

	.catch em {
		font-size: 6.5vw;
	}
	a.txt, a p.txt {
    	font-size: 4.3vw;
	}
	a.btn {
		min-width: 53.3vw;
		min-height: 13.3vw;
	    line-height: 13.3vw;
		font-size: 4.3vw;
	}
	a.btn::after {
		right: 1vw;
	    width: 5.5vw;
	}
	
	h1.ttl {
		margin-bottom: 2vw;
	}
	h1.ttl span {
		font-size: 8vw;
	}	
	h1.ttl em {
		font-size: 3.2vw;
	}
	h2.ttl {
		margin-bottom: 10vw;
	}

	
	.breadcrumbs {
		padding: 4vw 5vw;
		font-size: 3.2vw;
	}

	.drawer-navbar {
		z-index: 100;
		opacity: 1;
	}
	body.header_fixed {
		padding-top: 3.75rem;
	}

	
	
/* ----------------------------------------------------------
フローティング
---------------------------------------------------------- */
.float-btn__wrap {
	width: 100%;
    height: 60px;
    position: fixed;
	bottom: 0;
    z-index: 10;
}
.float-btn__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #B79F4A;
    color: #fff;
	font-size: 16px;
	font-weight: bold;
	gap: 15px;
}
	
	
	
	

	body.home #hero {
		height: 160vw;
		position: relative;
		/*margin-bottom: 12.5vw;*/
	}
		body.home #hero .hero__container .hero__btom-info {
    width: 100%;
    gap: 8px;
    margin-bottom: 40px;
}

	body.home #hero .hero__container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 4rem 2rem;
}
	
body.home #hero .hero__container .btom-info__list {
    padding: 6px 8px;
    font-size: 13px;
}
	
	body.home #hero .hero__container .hero__contact {
    width: 100%;
		        border: 1px solid #B79F4A;
}
	
body.home #hero .hero__container .hero__contact_headline span {
    font-size: 16px;
}	
	
.top__contact_txt {
    width: 68%;
    font-size: 13px;
    line-height: 1.6;
}	
	
.mv_contact_form {
    padding: 25px 25px;
}	
	
body.home #hero .mv_contact_form .name, body.home #hero .mv_contact_form .kana, body.home #hero .mv_contact_form .jobyear {
    gap: 10px;
}	
body.home #hero .mv_contact_form .jobyear select {
    width: 100%;
}	
	
body.home #hero .mv_contact_form #submit {
    padding: 30px 0 0 0;
}	

body.home #hero .mv_contact_form #submit input {
    width: 100%;
}
	
body.home #project-info {
        padding: 38rem 0 100px;
	pointer-events: none;
}	
	
body.home #project-info .project-info_head, body.home #interview .interview_head {
    width: 80%;
	max-width: 100%;
	padding: 0 0 40px 0;
}	
	
.headline-left {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    gap: 15px;

}
	
body.home #project-info .headline-left span, body.home #interview .headline-left span, body.home #faq .headline-left span {
    font-size: 28px;
    margin-right: 0;
}	
	
body.home #project-info .headline-left small, body.home #reason .headline small, body.home #interview .headline-left small, body.home #faq .headline-left small , body.home #flow .headline small{
    font-size: 13px;
}
	
.project-info_slide, .interview_slide {
    padding: 0 0 0 2.4rem;
	pointer-events: auto;
}	
	.project-info_slide .swiper-slide {
    max-width: 280px;
    margin-right: 25px;
}
.project-info_slide__item {
    width: 280px;
    height: auto;
    padding: 18px;
    margin-right: 25px;
    min-height: 380px;
}

	.project-info_slide__item__ttl {
    font-size: 16px;
}	
	
	.ico-price span {
    font-size: 16px;
}
	
	.project-info_slide__item__smallttl {
    padding: 5px 0 5px 40px;
    font-size: 13px;
    height: 25px;
    background-size: 12%;
    align-content: center;
}
	
.project-info_slide__item-development {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
	gap: 6px;
}	
	
.project-info_slide__item-development span {
    font-size: 11px;
	padding: 4px 8px;
	margin-right: 0;
    /*padding: 4px 12px;
    margin-right: 6px;
    margin-bottom: 6px;*/
}	
	
a.btn2 {
    width: 100%;
    min-width: 100%;
    min-height: 40px;
    line-height: 40px;
    font-size: 15px;
    /*overflow: auto;*/
}	
	
.project-info_slide__item-btInner {
    position: static;
}
	
.project-info_slide__item-inner {
    margin: 8px 0;
}	
	
.swiper_control {
    margin-top: 20px;
}
	
.swiper-registant_slide-button {
    gap: 0 20px;
}	
	
.swiper-arw {
    width: 50px;
    height: 50px;
}	
	

	
body.home #reason {
    padding: 100px 0 40px;
}	
	

body.home #reason .headline span,body.home #flow .headline span {
    font-size: 28px;
	    margin-bottom: 15px;
}	
	
	
	
body.home #reason .reason_head , body.home #flow .flow_head ,body.home #contact .contact_head {
        width: 80%;
        max-width: 100%;
margin: 0 auto;
    }	
	
.reason_list {
        width: 80%;
    max-width: 100%;
}
	
.reason_list__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}	
	
.reason_text {
    width: 100%;
}	
	
.reason_list__ttl {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}
	
.reason_list__num {
	font-size: 8px;
    width: 70px;
    height: 70px;
}
	
.reason_list__num span {
    font-size: 36px;
}
	
.reason_list__txt {
    font-size: 16px;
    line-height: 1.6;
}	
	
.reason_img_box {
    height: 200px;
    width: 100%;
}	
	
.reason_list__item:nth-child(even) {
    display: flex;
    flex-direction: column;
}	
	
body.home #interview {
    padding: 100px 0;
}	
	
.interview_slide .swiper-slide {
    max-width: 300px;
    padding: 30px 25px 25px;
}	
	
.interview_slide__box {
    margin-bottom: 15px;
}	
	
.interview_slide__box img {
    height: 100px;
    padding-right: 10px;
}	

.interview_slide__personal {
    gap: 6px;
}
	
.interview_slide__box .name {
    font-size: 18px;
    padding-bottom: 6px;
}
	
.personal_list {
    font-size: 11px;
}
	
.personal_list li {
    margin-right: 0;
    padding: 3px 6px;
}	
	
.interview_slide__item-inner {
    padding: 15px;
}
	
.interview_slide__item__smallttl span {
    font-size: 14px;
}	

.interview_slide__item__smalltxt {
    font-size: 12px;
}
	
body.home #flow{
    padding: 100px 0;
}	
	
.flow__ttl-sub {
    width: 100%;
    padding: 20px 20px;
    font-size: 15px;
}	

.flow__list {
        max-width: 80%;
}
	
.flow__inner {
    display: grid;
    grid-template-columns: none;
    gap: 30px;
    margin: 40px 0;
}
	
	.flow__item {
    display: flex;
        align-items: center;
        padding: 30px 44px;
        flex-direction: column;
}
	
.flow__item .num {
       top: 18%;
        left: 0;
        transform: translate(-50%, -50%);
        width: 60px;
    }	
	
.flow_item__ttl {
    font-size: 18px;
    height: auto;
    line-height: 1.4;
}	
	
.contents_cotta {
    display: flex;
        padding: 40px 30px;
        flex-direction: column;
}	
	
	
.contents_cotta img {
    border-bottom: 1px solid #B79F4A;
    border-right: none;
    padding: 0 40px 25px 40px;
}	
	
.content-block {
    padding-top: 25px;
    padding-left: 0;
}
	
	.content-block-ttl {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}
	
.content-block-txt {
    line-height: 1.6;
    font-size: 13px;
}	
	
body.home #faq {
        padding: 100px 0 70px;
}	
	
body.home #faq .faq_head,.top__faq {
        max-width: 90%;
}	
	
	
.Label {
    padding: 1.875em 3.5em;
    font-size: 16px;
    line-height: 1.6;
}	
	
.Label::before {
    font-size: 25px;
    top: 22px;
    /*top: calc(50% - 35px);*/
    left: 22px;
}
	
.Label::after {
    font-size: 20px;
    top: 26px;
    /*top: calc(50% - 30px);*/
    right: 22px;
}	
	
.content::before {
    font-size: 25px;
    top: 19px;
    /*top: calc(50% - 60px);*/
    left: 22px;
}	

.toggle:checked + .Label + .content {
    font-size: 16px;
    padding: 0 3.5em;
    line-height: 1.6;
}	
	
.content p {
    padding: 25px 0 30px;
}	
	
.toggle:checked + .Label::after {
    font-size: 18px;
    top: calc(50% - 30px);
    right: 22px;
}	
	
	body.home #contact {
    padding: 80px 0;
}	
	
	
body.home #contact .headline span{
    font-size: 26px;
	    margin-bottom: 0;
}	
	
body.home #contact .footer__contact {
        width: 80%;
    padding: 0;
}	
	
body.home #contact .footer__contact .footer__contact_headline span {
    font-size: 16px;
    padding: 20px;
}	
	
.footer__contact_txt {
    width: 75%;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 8px;
}	
	
.footer_contact_form {
    padding: 20px 25px 25px;
    font-size: 14px;
}	
	
body.home #contact .footer_contact_form .form-row input {
    height: 30px;
    font-size: 13px;
    padding: 4px;
}	
	
body.home #contact .footer_contact_form .name, body.home #contact .footer_contact_form .kana, body.home #contact .footer_contact_form .jobyear {
    display: flex;
    gap: 8px;
}	
	
body.home #contact .footer_contact_form .jobyear select {
    width: 100%;
    height: 30px;
    font-size: 11px;
    padding: 4px;
}	
	
body.home #contact .footer_contact_form .form-row select {
    height: 30px;
    font-size: 11px;
    padding: 4px;
}		
	
body.home #contact .footer_contact_form #submit {
    padding: 30px 0 0 0;
}	
	
body.home #contact .footer_contact_form #submit input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #B79F4A;
    font-size: 18px;
}	
	
	footer #footer {
		padding: 16vw 10vw;
		display: block;
	}	
	
	footer #footer ul {
		justify-content: center;
        display: flex;
        font-size: 12px;
        flex-direction: row;
        gap: 15px;
	}	
footer #footer ul li {
    margin-right:0;
}	
	
footer #footer .footer-content {
    display: flex;
    flex-direction: column;
}	
	
.footer-logo_area {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
	
.footer-content .footer-copyright {
    margin: 40px 0;
}	
	
.state::after {
    content: "";
    position: absolute;
    top: 68%;
    right: 5px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 8px solid #303030;
    border-bottom: 0;
}

.job::after {
    content: "";
    position: absolute;
    top: 68%;
    right: 5px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 8px solid #303030;
    border-bottom: 0;
}

.year::after {
    content: "";
    position: absolute;
    top: 68%;
    right: 5px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 8px solid #303030;
    border-bottom: 0;
}	

	


	.headline small {
    margin-bottom: 4px;
    font-size: 12px;
}


	

	
	#headline {
    height: 53.3vw;
}
	
	#headline h1.ttl_thanks span {
    font-size: 8.5vw;
}
	#headline p.ttl_cv {
    font-size: 3.4vw;
}
	.page.membership-thanks main #main, body.error404 main #main, .page.privacy-policy main #main {
    padding: 10vw 5vw 20vw;
}
	.page.contact main #main h2, .page.membership-thanks main #main h2, body.error404 main #main h2, .page.privacy-policy main #main h2 {
    font-size: 5vw;
    margin-bottom: 15vw;
    text-align: left;
    line-height: 1.7;
}
	
	.page.contact main #main p, .page.membership-thanks main #main p, body.error404 main #main p, .page.privacy-policy main #main p {
    text-align: left;
    margin-bottom: 10vw;
    font-size: 3.6vw;
		    line-height: 2;
}
	
	 .page.privacy-policy #main dl dt {
		font-size: 4.5vw;
		line-height: 1.7;
	}
	.page.privacy-policy #main dl dd {
		font-size: 3.7vw;
	}

	
	/* ------------------- DOWNLOAD -------------------*/
#download{
	padding-top: 40px;
}

#download .low{
	display: block;
    width: 90%;
    margin: 0 auto;
}
	#download .dl__box {
    flex: none;
    max-width: 100%;
}

	#download_form {
    padding: 0px;
    margin: 60px auto;

}
	
#download_form #submit {
    text-align: center;
}
	#download_form #submit input {
     width: 260px;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin: 0;
}
	#download_form .wpcf7 .ajax-loader {
    display: block;

}
	#download_form #terms p, #download_form .recapcha {
    font-size: 10px !important;
}
	
.page.download-page main #main, .page.download-thanks main #main, .page.download-service-materials main #main, .page.download-wp-saiyoukouhou-start main #main, .page.download-service-materials2 main #main {
    padding: 10vw 5vw 20vw;
}
.page.download-page main #main h2, .page.download-thanks main #main h2, .page.download-service-materials main #main h2, .page.download-wp-saiyoukouhou-start main #main h2, .page.download-service-materials2 main #main h2 {
    font-size: 5vw;
    margin-bottom: 15vw;
    text-align: left;
    line-height: 1.7;
}
	
.page.download-page main #main p, .page.download-thanks main #main p, .page.download-service-materials main #main p, .page.download-wp-saiyoukouhou-start main #main p, .page.download-service-materials2 main #main p  {
    text-align: left;
    margin-bottom: 10vw;
    font-size: 3.6vw;
		    line-height: 2;
}
	a.btn-2{
    min-width: 88.3vw;
    min-height: 18.3vw;
    line-height: 18.3vw;
    font-size: 5.3vw;
	margin-bottom: 60px;
}
	
}