@charset "UTF-8";


/*基本レイアウト*/
*{
	box-sizing: border-box;

}
img {
	vertical-align: bottom;
	max-width: 100%;
  pointer-events: none;
}


body {
	font-family: "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", arial, helvetica, sans-serif;
	color: #434343;
	font-size: 18px;
	background-color: #fff;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 0.05em;
	min-width: 900px;
	min-height: 100vh;
}
section{
	margin-bottom: 18.2926829268293vh;
}
a,
input[type="submit"],
button,
label {
	text-decoration: none;
	transition: 0.3s;
	background: none;
	cursor: pointer;
}
a,
input[type="submit"],
button {
	color: #f84f34;
}
input[type="submit"],
button {
	background-color:#fff;
}
label{
	font-size: 14px;
}
a:hover,
input[type="submit"]:hover,
button:hover,
label:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}
a:hover,
label:hover {
	text-decoration: underline #f84f34;
}
a.sub_link{
	font-size: 14px;
	color: #434343;
}
small{
	font-size: 14px;
}
::placeholder {
  color: #a7a7a7;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

/*---------------------------------------------
 共通パーツ
---------------------------------------------*/
/*タイトル*/
.title{
	display: block;
	font-weight: 100;
	position: relative;
	font-size: 30px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	margin-bottom: 4.8780487804878vh;
	text-align: center;
}
.title:before{
	content: ' ';
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
	width: 30px;
	border-bottom: solid 1px #a7a7a7;
}
.title.t_left{
	text-align: left;
}
.title.t_left:before{
	left: 0;
}
.title.title_sub {
    font-size: 20px;
}
.title.title_sub:before {
    width: 0;
}

/*主要説明*/
.lead_01{
	/* background-color: #fff; */
	display: inline-block;
	padding: 0 10px;
	letter-spacing: 0.1em;
}
.lead_01:not(:last-child){
	margin-bottom: 8px;
}


/*背景グレー*/
.b_gray{
	position: relative;
	min-width: 900px;
}
.b_gray:before{
	content: ' ';
	width: 100%;
	height: 67.0731707317073vh;
	z-index: -10;
	position: absolute;
	top: -24vh;
	background-color: #f7f7f7;
}

/*ボックス*/
.box{
	max-width: 620px;
	min-width: 450px;
	margin: 0 auto 100px auto;
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
	line-height: 2em;
}
.box_inner{
	padding: 75px 5vw 6.94vw 5vw;
}

/*ボタン*/
a.button,
input[type="submit"].button,
button.button{
	display: inline-block;
	border: solid 1px #f84f34;
	border-radius: 40px;
	min-width: 350px;
	text-align: center;
	padding: 20px;
	line-height: 1.5em;
	font-size: 18px;
	background-color: #fff;
}
a.button:hover,
input[type="submit"].button:hover,
button.button:hover{
	color: #fff;
	background-color: #f84f34;
	text-decoration:none;
}
a.button_s,
input[type="submit"].button_s,
button.button_s{
	min-width: 200px;
	padding: 5px 10px;
}
a.button_x{
	background-color: #fff;
	color: #434343;
	border: 1px solid #434343;
	margin-right: 20px;
}
a.button_x:hover{
	color: #fff;
	background-color: #434343;
}


/*カード 黒透過あり*/
.card{
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}
.card li{
	width: calc(50% - 2.7777777777778vw);
	display: inline-block;
	text-align: right;
	margin-bottom: 4.16vw;
	position: relative;
}
.card li:nth-child(even){
	margin-left: 2.7777777777778vw;
}
.card li a.anim_border{
	border: solid 1px #a7a7a7;
	border-radius: 3px;
	width: 84.6153846153846%;
}
.card .anim_border::before,
.card .anim_border::after {
	border-radius: 3px;
}
.card span{
	display: grid;
	place-items: center left;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
	text-align: left;
	padding-left: 30px;
	min-width: 240px;
	height: 75px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 20px;
}
.card li a:first-child:hover{
	opacity: 1;
}

/*モーダル*/
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
	text-align: right;
    background: #fff;
    left: 50%;
    padding: 10px 10px 40px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
}
.modal__section{
	text-align: left;
}
.modal_center{
	text-align: center;
}
/*モーダルの閉じるアイコン*/
.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/*フォーム*/
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
    font-size: 18px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
select {
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	height: 2rem;
	padding: 0 10px;
	min-width: 300px;
	margin-right: 10px;
}
textarea{
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	padding: 10px;
	resize: vertical;
	min-height: 100px;
}
.select_wrap{
	position: relative;
	display: inline-block;
}
.select_wrap:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #a7a7a7;
	border-right: solid 2px #a7a7a7;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	position: relative;
	z-index: 1;
}
select::-ms-expand {
	display: none;
}

.form dl{
	margin-bottom: 20px;
}
.form dt{
	margin-bottom: 10px;
}
.form .submit{
	text-align: center;
	margin-top: 50px;
}
.form_parallel dl{
	display: flex;
    margin-bottom: 50px;
}
.form_parallel dt{
	width: 220px;
    text-align: right;
    margin-right: 20px;
}
.form_parallel dd {
    width: calc(100% - 220px);
}
.form_parallel input[type="text"],
.form_parallel input[type="password"],
.form_parallel input[type="tel"],
.form_parallel select {
	width: 500px;
}
.form_parallel input[type="text"].input_s,
.form_parallel input[type="password"].input_s,
.form_parallel input[type="tel"].input_s,
.form_parallel select.input_s {
	width: 200px;
	min-width: 0;
}
.form_parallel .submit{
	text-align: center;
	margin-bottom: 100px;
}
.icon_must{
	color: #f84f34;
	font-size: 12px;
	margin-left: 5px;
}
.icon_must:before{
	content: '*';
}
/*フォーム　error*/
.error_input,
input[type="text"].error_input,
input[type="password"].error_input,
input[type="tel"].error_input,
select.error_input{
	background-color: rgba(248, 79, 52, 0.15);
	border: 1px solid #f84f34;
}
.error_text{
	color: #f84f34;
}
/*フォーム　確認*/
.confirm dt{
	color: #a7a7a7;
}
/*ステップバー*/
.stepbar-row {
    padding: 0 64px;
    width: 100%;
}
.stepbar {
    display: flex;
    position: relative;
    padding: 0;
    text-align: center;
	justify-content: center;
	margin: 50px auto;
}

.stepbar li {
    font-size: 14px;
    list-style: none;
    padding-left: 150px;
    position: relative;
    color: #f84f34;
}

.stepbar li:after {
    background-color: #a7a7a7;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    top: 15px;
    width: 150px;
}

.stepbar li:first-child {
    padding-left: 0;
}
.stepbar li:first-child:after {
    display: none;
}
.stepbar li span {
    background-color: #a7a7a7;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 32px;
    margin-bottom: 4px;
    line-height: 32px;
    text-align: center;
    width: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 5px;
}
.stepbar .done:after {
    background-color: #f84f34;
}

.stepbar .done span {
    background-color: #f84f34;
}
/*テーブル*/

tr{
	display: flex;
    margin-bottom: 50px;
}
th{
	width: 220px;
    text-align: right;
    margin-right: 20px;
}
td {
    width: calc(100% - 220px);
    border-left: 1px solid #f84f34;
    padding-left: 20px;
}

/*コメント*/
.comment_box_b{
	max-width: 950px;
	min-width: 900px;
	margin: 0 auto 20px auto;
	border: solid 1px #a7a7a7;
	border-radius: 5px;
	background-color: #fff;
	padding: 30px;
}
.user_comment,
.text_comment{
	letter-spacing: 0;
	margin-bottom: 20px;
}
.user_comment{
	font-weight: bold;
}
/*もっと見る*/
.more_box{
	text-align: center;
}
.more:after{
	content: ' ';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: solid 2px #f84f34;
    border-bottom: solid 2px #f84f34;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-left: 5px;
     margin-bottom: 3px;
}
/*テーブル*/

/*インデント*/
.indent{
	padding-left:1em;
	text-indent:-1em;
}
/*httpステータスコードエラー*/
.http_status_error{
	text-align: center;
}
.http_status_error p{
	margin-bottom: 50px;
}


/*ヘッダ・フッタ*/
header{
	font-weight: 100;
	margin-bottom: 8.5365853658537vh;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 70px;
	background-color: #fff;
	min-width: 900px;
}
header #logo {
	display: inline-block;
	width: 145px;
}
header #logo img{
	width: 100%;
}
nav{
	width: calc(100% - 200px);
	max-width: 920px;
}
nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav li{
	display: inline-block;
}
nav li a:hover{
	text-decoration: none;
}
nav li:not(.mypage) a{
	color: #434343;
	padding: 7px 0;
}
nav li:not(.mypage) a:hover{
	display: inline-block;
	position: relative;
}
nav li:not(.mypage) a:before{
	transition: 0.3s;
	content: ' ';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	border-bottom: solid 1px rgba(248, 79, 52, 0);
}
nav li:not(.mypage) a:hover:before{
	transition: 0.3s;
	border-bottom: solid 1px #f84f34;
	bottom: 0;
}

nav li.tel {
	padding: 9px 15px;
	/*background-color: #434343;
	color: #fff;*/
}
nav li.tel:before{
	content: 'TEL';
	display: inline-block;
	margin-right: 10px;
}
nav li.mypage a {
    width: 45px;
    background-color: rgba(248, 79, 52, 0.15);
    border-radius: 50%;
    height: 45px;
    display: inline-block;
}
nav .mypage img{
	margin-top: -3px;
	margin-left: -3px;
	transition: 0.3s;
}
nav .mypage img:hover{
	margin-top: 0px;
	margin-left: 0px;
	transition: 0.3s;
}
.menu_area{
	width: 50px;
	height: 50px;
	display: inline-block;
}


/*コンテンツ*/

/*hoverアニメーション*/
.anim_border {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  transition: all .5s;
}
.anim_border::before,
.anim_border::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: '';
  transition: all .5s;
}
.anim_border::before {
  border-top: 1px solid #f84f34;
  border-bottom: 1px solid #f84f34;
  transform: scale(0, 1);
}
.anim_border::after {
  border-right: 1px solid #f84f34;
  border-left: 1px solid #f84f34;
  transform: scale(1, 0);
}

.card li a:hover + .anim_border::after,
.card li a:hover + .anim_border::before,
.anim_border:hover::after,
.anim_border:hover::before {
  transform: scale(1);
}

/*フッター*/
footer{
	background-color: #f7f7f7;
	padding: 30px 0;
}
footer a{
	color: #434343;
}
footer a:hover{
	text-decoration: none;
}
footer section,
footer small{
	margin: 0 auto;
	max-width: 1350px;
	min-width: 900px;
	display: block;
	font-size: 12px;
}
footer small{
	text-align: center;
}
footer section:first-child{
	margin-bottom: 50px;
}
footer span{
	margin-right: 1.2vw;
}

footer section,
footer ul ul,
footer .flex{
	display: flex;
}
footer ul ul{
	align-items: center;
}
footer div{
	margin-right: 2.5vw;
}
footer div h3{
	font-size: 20px;
	margin-bottom: 20px;
}

footer ul ul:before {
	content: '';
	width: 30px;
	border-top: solid 1px #434343;
	margin: 0  1.2vw;
}
footer ul ul li{
	margin-right: 1.2vw;
	letter-spacing: 0em;
}

#nav-toggle {
position: fixed;
top: 30px;
right: 50px;
height: 32px;
cursor: pointer;
background: #434343;
width: 50px;
height: 50px;
}
#nav-toggle > div {
width: 20px;
position: absolute;
top: 40%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-\ transform: translateY(-50%) translateX(-50%);
}
#nav-toggle > div > span.toggle {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
header.deteal_header #nav-toggle > div > span.toggle {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #fff;
position: absolute;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span.toggle:nth-child(1) {top: -5px;}
#nav-toggle span.toggle:nth-child(2) {top: 5px;}
#nav-toggle span.toggle:nth-child(3) {top: 15px;}
.open #nav-toggle span.toggle {
background: #fff;
}
.open #nav-toggle span.toggle:nth-child(1) {
top: 5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span.toggle:nth-child(2) {
top: 10px;
width: 0;
left: 50%;
}
.open #nav-toggle span.toggle:nth-child(3) {
top: 5px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
z-index: 1000;
}
#container {
z-index: 900;
}
#gloval-nav {
background-color: rgba(0, 0, 0, .8);
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: flex;
visibility: hidden;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 29px;
opacity: 0;
transition: opacity .3s ease, visibility .3s ease;
}
#gloval-nav a {
display: block;
color: #fff;
text-decoration: none;
padding: 20px 0;
transition: color .3s ease;
font-size: .55em;
font-family: 'Lato', sans-serif;
font-weight: 300;
letter-spacing: .5em;
}
#gloval-nav a:hover {
color: #434343;
}
#gloval-nav ul {
list-style: none;
padding: 0;
}
#gloval-nav ul li {
opacity: 0;
-webkit-transform: translateX(200px);
transform: translateX(200px);
transition: opacity .2s ease, -webkit-transform .3s ease;
transition: transform .3s ease, opacity .2s ease;
transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}
#gloval-nav ul li:nth-child(2) {
transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
transition-delay: .15s;
}
#gloval-nav ul li:nth-child(4) {
transition-delay: .25s;
}
#gloval-nav ul li:nth-child(5) {
transition-delay: .35s;
}
#gloval-nav ul li:nth-child(6) {
transition-delay: .45s;
}
#gloval-nav ul li:nth-child(7) {
transition-delay: .55s;
}
#gloval-nav ul li:nth-child(8) {
transition-delay: .65s;
}
#gloval-nav ul li:last-child {
border-top: solid 1px #fff;
margin-top: 50px;
padding-top: 20px;
}
/* open */
.open {
overflow: hidden;
}
.open #gloval-nav {
visibility: visible;
opacity: 1;
}
.open #gloval-nav li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: opacity .9s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity .9s ease;
transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
#nav-toggle {
right: 20px;
top: 20px;
}
#gloval-nav a {
padding: 10px 0;
font-size: .5em;
}
}


/*---------------------------------------------*/
/*SP*/
/*---------------------------------------------*/
/*768px以下*/
@media only screen and (max-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.5em;
	}
	img{
		max-width: 100%;
	}
	section,
	section.b_gray {
		width: 100%;
		margin: 0 auto 50px;
		padding-top: 50px;
	}
	header {
	    padding: 10px 20px;
	    min-width: 0;
	    width: 100vw;
	    margin-bottom: 20px;
	}
	nav {
	    width: auto;
	}
	nav ul,
	nav li{
		display: block;
	}
	header #logo {
		width: 35%;
	    line-height: 1rem;
	    padding-right: 10%;
	    border-right: 1px solid #434343;
	}
	header > a{
		color: #a7a7a7;
	}
	nav li:not(.mypage) a:hover:before {
	    border-bottom: none;
	}
	body,
	.b_gray,
	.card,
	footer section,
	footer small {
		width: 100%;
	    max-width: 100%;
	    padding: 0;
	    min-width: 0;
	}
	footer{
		text-align: center;
	}
	footer ul{
		display: none;
	}
	footer section{
		display: block;
	}
	footer section:first-child {
	    margin-bottom: 20px;
	}
	footer div {
	    margin-right: 0;
	}
	.card span{
		padding-left: 10px;
		min-width: 180px;
	    height: 65px;
	    background-color: rgba(0, 0, 0, 0.7);
	    color: #fff;
	    font-size: 16px;
	}
	.card li {
	    width: 95%;
	    margin-left: 2.5%;
	}
	.card li:nth-child(even) {
	    margin-left: 2.5%;
	}
	.b_gray:before {
	    top: 0;
	    height: 100%;
	}
	.title{
		margin-bottom: 3vh;
		font-size: 20px;
	}
	.title.t_left{
		text-align: center;
	}
	.title.t_left:before{
		left: calc(50% - 15px);
	}
	.box_inner {
	    padding: 40px 2vw 6.94vw 2vw;
	}
	a.button, input[type="submit"].button, button.button {
	    min-width: 80%;
	}
	.comment_box_b {
	    max-width: 100%;
	    min-width: 0;
	    margin: 0 auto;
	    border: none;
	    border-top: solid 1px #a7a7a7;
	    border-radius: 0;
	    background-color: #fff;
	    padding: 20px;
	}
	.more_box {
	    text-align: center;
	    padding-top: 30px;
	    border-top: solid 1px #a7a7a7;
	    background-color: #fff;
	}
	.user_comment, .text_comment {
	    margin-bottom: 10px;
	}
	.form_parallel dl {
	    display: block;
	    margin-bottom: 30px;
	}
	.form_parallel dt {
	    width: auto;
	    text-align: left;
	    margin-right: 0;
	    margin-bottom: 5px;
	}
	.form_parallel dd {
	    width: 100%;
	}
	.form_parallel input[type="text"], .form_parallel input[type="password"],.form_parallel input[type="tel"],.form_parallel textarea {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 10px;
	    min-width: 0;
	}
	input[type="text"], input[type="password"],input[type="tel"] ,input[type="tel"],textarea{
	    min-width: 0;
	    width: 100%;
	    margin-bottom: 10px;
	    margin-right: 0;
	    min-width: 0;
	}
	label{
		display: block;
	}
	.modal__content {
	    padding: 10px;
	    width: 95%;
	}
	a.button_s, input[type="submit"].button_s, button.button_s {
	    min-width: 40%;
	}
	tr {
	    display: block;
	    margin: 0 auto 30px auto;
	    width: 95%;
	}
	th {
	    width: auto;
	    display: block;
	    text-align: left;
	    margin-right: 0;
	    margin-bottom: 5px;
	}
	td {
	    width: 100%;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}
