@charset "UTF-8";

/*-----------------------------------------------------
	common
-----------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
.mt10{margin-top:10px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt40{margin-top:40px;}.mt50{margin-top:50px;}.mt60{margin-top:60px;}.mt70{margin-top:70px;}.mb10{margin-bottom:10px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}.mb40{margin-bottom:40px;}.mb50{margin-bottom:50px;}.mb60{margin-bottom:60px;}.mb70{margin-bottom:70px;}.pt10{padding-top:10px;}.pt20{padding-top:20px;}.pt30{padding-top:30px;}.pt40{padding-top:40px;}.pt50{padding-top:50px;}.pt60{padding-top:60px;}.pt70{padding-top:70px;}.pb10{padding-bottom:10px;}.pb20{padding-bottom:20px;}.pb30{padding-bottom:30px;}.pb40{padding-bottom:40px;}.pb50{padding-bottom:50px;}.pb60{padding-bottom:60px;}.pb70{padding-bottom:70px;}

* {
    word-break: normal !important;
    word-wrap: break-word;
    box-sizing: border-box;
}
html { font-size: 18px; }
@media only screen and (max-width: 1410px) {
html { font-size: 1.6vw; }
}
@media only screen and (max-width: 767px) {
html { font-size: 3.4vw; }
}
body, input, textarea, select, option {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
body {
    margin: 0 auto;
    max-width: 1920px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
a:hover {
    text-decoration: underline;
}
a,
a img,
button,
button img,
.scale,
#faq ul.pdown li .que,
#faq ul.pdown li.open .que:before,
#faq ul.pdown li.open .que:after,
#contact button,
#page-top {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover img,
#contact button:hover,
#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
iframe {
    vertical-align: bottom;
}
table {
    width: 100%;
}
th {
    text-align: left;
}
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.inner {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.sp {
    display: none;
}
@media only screen and (max-width: 959px) {
    .inner {
        max-width: unset;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}
.ib {
    display: inline-block;
}
.fb {
    font-weight: 600;
}
.sans {
    font-family: 'Noto Sans JP', '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.serif {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
}
.d-contents{
    display: contents;
}
@media only screen and (max-width: 959px) {
    .d-lg-contents{
        display: contents;
    }
}
@media only screen and (max-width: 767px) {
    .d-md-contents{
        display: contents;
    }
}
.cnt-up {
    counter-reset: item;
    list-style: none;
    padding-left: 1.5em;
}
.cnt-up li:before {
    counter-increment: item;
    content: counter(item) ".";
    margin-left: -1.7em;
    margin-right: 0.5em;
    width: 1.2em;
    display: inline-block;
    text-align: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.ifrm {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.ifrm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scale:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.btn_efc {
    overflow: hidden;
}
.btn_efc a:hover img,
button.btn_efc:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    transform: translateY(3px);
}
.tbl01,
#contact table {
    border-spacing: 0 1px;
    font-size: 15px;
}
.tbl01 th,
#contact th {
    padding: 25px 15px 25px 25px;
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    background: #ACCEFF;
}
.tbl01 td,
#contact td {
    padding: 25px 30px 25px 25px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.bg01 {
    background: #DDD;
}
.udl {
    line-height: 1;
    background-image: linear-gradient(transparent 40%, #ffe115 0%);
    display: inline-block;
}

/* プレースホルダー
-----------------------------------------------------*/
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */ :placeholder-shown {
                                                                              color: #a2a1a1;
                                                                          }
/* Google Chrome, Safari, Opera 15+, Android, iOS */ ::-webkit-input-placeholder {
                                                         color: #a2a1a1;
                                                     }
/* Firefox 18- */ :-moz-placeholder {
                      color: #a2a1a1;
                      opacity: 1;
                  }
/* Firefox 19+ */ ::-moz-placeholder {
                      color: #a2a1a1;
                      opacity: 1;
                  }
/* IE 10+ */ :-ms-input-placeholder {
                 color: #a2a1a1;
             }
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}

/* ラジオボタン
-----------------------------------------------------*/
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: block;
}
input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #FFF;
}
input[type="radio"]:checked + label {
    font-weight: bold;
}
input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #383838;
    border-radius: 50%;
}

/* チェックボックス
-----------------------------------------------------*/
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 25px;
    cursor: pointer;
}
input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #ccc;
    background: #FFF;
}
input[type="checkbox"]:checked + label {
    font-weight: bold;
}
input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 6px;
    height: 12px;
    border: 2px solid #383838;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#wrapper {
    text-align: center;
    overflow: hidden;
}
header.fixed,
header.fixed_pc {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}
header.abs {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}
header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.95);
}
header .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
header h1 img{
	max-height:min(48px,9vw);
	padding:0 0.7em;
}
header .info img{
	max-height:min(75px,16vw);
}

/*-----------------------------------------------------
	content
-----------------------------------------------------*/
main {
    overflow: hidden;
}

/* #
-----------------------------------------------------*/
#pc_bg {
	position:fixed;
	top: 0;
    left:0;
	width:100vw;
	height:100%;
	background: url("../img/mv_bg.png") center no-repeat #FFF5D9;
	background-size: 100% auto;
}
#pc_bg:before {
    content:"";
    background: url("../img/bg_pc02.png.png") top left no-repeat;
    width: 21%;
    display: block;
    height: 40%;
    background-size: contain;
	position:absolute;
	left:0;
	top:0;
}
#pc_bg:after {
    content:"";
    background: url("../img/bg_pc01.png.png") bottom right no-repeat;
    width: 21%;
    display: block;
    height: 40%;
    background-size: contain;
	position:absolute;
	right:0;
	bottom:0;
}
#pc_content .menu{
	position:fixed;
    left: 67%;
	top: 50%;
	width: 45vw;
	padding: 2em;
	z-index: 3;
	background: #FFF;
	border-radius: 2em;
	transform: translateY(-50%);
	max-width: 420px;
}
#pc_content .menu ul {
	padding: 1.5em 0 0;
	font-size: min(18px,3.3vw);
	text-align: center;
}
#pc_content .menu ul li + li {
    margin-top: 0.5em;
}
#pc_content .menu ul li a{
	display:block;
	padding:0.3em;
	border-radius:1em;
	position: relative;
	font-size: 16px;
}
#pc_content .menu ul li a.dispnow{
}
#pc_content .menu ul li a.dispnow:before{
	content:"";
	display:block;
	position:absolute;
	right:100%;
	width: 1.2em;
	height: 1.2em;
	background:url("../img/flow_arrow.png") center no-repeat;
	background-size:contain;
	transform: translateY(-50%) rotate(-90deg);
	top: 50%;
}
#pc_content .menu ul li a.dispnow,
#pc_content .menu ul li a:hover{
	color:#FF6D00;
	background:#FFE1C9;
	text-decoration:none;
}
#pc_content .menu h2{
    text-align: center;
}
#pc_content .menu p {
	padding-top:1em;
	text-align: center;
}
#pc_content .menu p img{
	max-width:80%;
}
#wrapper{
	margin:0 auto;
	position: relative;
	width: 28vw;
}

/* #メインビジュアル
-----------------------------------------------------*/
#mainvisual {
    min-height: 400px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    position: relative;
    z-index: 2;
    margin-bottom: -130px;
}
.sec {
    min-height: 125px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}


@media only screen and (max-width: 1410px) {
    #mainvisual {
        margin-bottom: max(-110px,-12vw);
    }
}
@media only screen and (max-width: 767px) {
    #mainvisual {
        margin-bottom: -26vw;
    }
}

/* .cv コンバージョンエリア
-----------------------------------------------------*/
.cv {
    min-height: 125px;
}
.cv01 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
.cv01 .inner {
    position: relative;
}
.cv01 .tel {
    position: absolute;
    left: 3%;
    bottom: 5.5%;
    max-width: 94%;
    right: 3%;
}
.cv01 .button {
    position: absolute;
}
.cv01 .button00 {
    left: 3%;
    right: 3%;
    bottom: 24.6%;
    margin: 0 auto;
    max-width: 94%;
}
.cv01 .button01 {
    right: 10%;
    bottom: 10%;
    max-width: 25%;
}

/* section セクション
-----------------------------------------------------*/
.ttlbox {
    background: no-repeat center top;
    background-size: auto 100%;
}
.ttlbox h2{
    font-size: min(34px,4vw);
}
.ttlbox.nobg {
    background: none;
}
.cntbox h3{
    font-size:28px;
}
#sec01 {
    position: relative;
}

/* #reason 選ばれる理由
-----------------------------------------------------*/
#reason .inner{
    padding-top: min(70px,10vw);
    padding-bottom: min(80px,7rem,15vw);
    background: url("../img/reazon_bg.jpg") center top repeat;
    background-size: cover;
}

#reason .ttlbox{
    padding: 0 9%;
}
#reason .ttlbox h2 img{
	max-height:31vw;
}
#reason .cntbox{
	padding: min(110px,18vw) 6% 0;
}
#reason .rsnbox {
	flex-wrap: wrap;
}
#reason .rsnbox .rsn {
	position: relative;
	max-width: 86vw;
	margin: 0 auto;
	}
#reason .rsnbox .rsn:nth-of-type(n+2) {
	margin-top: min(100px,25vw);
}
#reason .rsnbox .rsn .txtbox {
	flex: 0 0 auto;
	z-index: 2;
	text-align: left;
	max-width: 92%;
	margin: 0 auto;
}
#reason .rsnbox .rsn .txtbox .title {
	flex-direction: column;
}
#reason .rsnbox .rsn .txtbox .title dt {
	margin: 0 auto;
	position: absolute;
	top: max(-50px,-5vw);
	text-align: center;
	left: 0;
	right: 0;
}
#reason .rsnbox .rsn .txtbox .title dt img{
	max-height:13vw;
}
#reason .rsnbox .rsn .txtbox .title dd {
	font-weight: bold;
    font-size: min(22px, 4.5vw);
	text-align: center;
	margin: min(45px,6vw) 0 min(25px,4vw);
}
#reason .rsnbox .rsn .txtbox .txt {
    font-size: min(18px,3.1vw);
    line-height: 2;
}
#reason .rsnbox .rsn .pic {
	flex: 0 0 100%;
	max-width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
#reason .rsnbox .supervisor{
	border: 3px solid #84d6ff;
	border-radius:4%;
	margin-top: min(90px,4rem,14vw);
	padding: 0 5% 6%;
	background: #FFF;
}
#reason .rsnbox .supervisor h3{
	background: #84d6ff;
	color:#FFF;
	width:fit-content;
	margin: 0 auto;
	font-size: min(22px,1.2rem,4.2vw);
	font-weight:bold;
	padding:0.4em 1em 0.3em;
	border-radius:1.5em;
	transform: translateY(-50%);
}
#reason .rsnbox .supervisor .person{
	display:flex;
	grid-gap:5%;
	place-items:center;
}
#reason .rsnbox .supervisor .person:nth-of-type(n + 2){
	border-top: 1px solid #919191;
	margin-top: min(50px,2rem,7vw);
	padding-top: min(30px,1.5rem,6vw);
}
#reason .rsnbox .supervisor .person:nth-of-type(2n){
	flex-direction:row-reverse;
}
#reason .rsnbox .supervisor .person .name {
	flex: 0 0 64%;
	text-align: left;
	font-weight:bold;
	font-size: min(16px,0.8rem,3.2vw);
	margin-right: auto;
}
#reason .rsnbox .supervisor .person .name b {
	font-size:1.3em;
	display:block;
}
#reason .rsnbox .supervisor .person .name b span{
	font-size:0.8em;
	vertical-align: middle;
}
#reason .rsnbox .supervisor .person + p{
	text-align:left;
	margin-top: 1.5em;
	font-size:16px;
}
/* #voice
-----------------------------------------------------*/
#voice .inner{
	position:relative;
}
#voice .inner a{
	color:#36B2E7;
	font-size:0.88rem;
	border-bottom:1px dotted #36B2E7;
	font-weight:bold;
}
#voice .inner .link1{
	position:absolute;
    top: 37.7%;
	left:10%;
	text-align:center;
	width:84%;
	background:#FFF;
}
#voice .inner .link2{
	position:absolute;
	top:85%;
	left:10%;
	text-align:center;
	width:84%;
	background:#FFF;
}

/* #flow ～の流れ
-----------------------------------------------------*/
#flow .inner {
    padding-top: min(70px,10vw);
    padding-bottom: min(40px,7vw);
    background: #F9F8FD;
}
#flow .ttlbox {
    padding: 0 5% 30px;
}
#flow .ttlbox h2{
	background:#FF8B00;
	color:#FFF;
	padding: 0.3em 0;
	font-weight:bold;
    font-size: min(26px, 4vw);
}
#flow .ttlbox p{
	text-align: left;
	margin-top: 1.3em;
	line-height:1.7;
	font-size: min(18px,3.2vw);
}
#flow .cntbox .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
#flow ol li {
	position: relative;
}
#flow ol li:nth-child(n+2) {
	margin-top: 50px;
}
#flow ol li:nth-last-child(n+2):after {
	content:"";
	background:url("../img/flow_arrow.png") center no-repeat;
	background-size:contain;
	width:16vw;
	height:12vw;
	display:block;
	position:absolute;
	bottom: max(-100px,-7vw);
	left:0;
	right:0;
	margin:0 auto;
	max-width: 70px;
}
#flow ol li .ini {
	position: absolute;
	z-index: 2;
	top: max(-61px,-16vw);
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#flow ol li .flex {
	background: #FBEDC0;
	align-items: center;
	padding: 10% 3% 10%;
	position: relative;
}
#flow ol li .flex .txtbox {
	text-align: left;
}
#flow ol li .flex .txtbox .title {
	font-size: min(20px,5vw);
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
#flow ol li .flex .txtbox .txt {
	font-size: 21px;
}
#flow ol li .flex .pic {
	flex: 0 0 auto;
}
#flow ol li .flex .pic img{
	width: 70%;
	max-width: 328px;
}

/* タイプ別スタイル */
#flow ol li {
	padding: min(100px,20%) 8% 0;
}
#flow ol li .ini img{
	max-height: min(80px,20vw);
}

#flow dl {
	margin:min(70px, 10vw) 3% 0;
}
#flow dl dt{
	font-size:min(22px,4vw);
	background:#FF8B00;
	color:#FFF;
	padding: 0.5em 0;
	font-weight:bold;
}
#flow dl dd{
	font-size:min(16px,3.8vw);
	padding:1em 10% 1.5em;
	text-align:left;
	background: #FBEDC0;
}

/* #faq よくあるご質問
-----------------------------------------------------*/
#faq {
}
#faq .inner {
	margin:0 auto;
	padding:min(70px, 10vw) min(30px, 5vw) min(100px, 1vw);
    background: #F9F8FD;
}
#faq .ttlbox h2{
	font-size:min(40px,2.5rem,5.5vw);
	font-weight:bold;
}
#faq .cntbox {
    padding-top: min(60px, 7vw);
}
#faq .cntbox {
    margin-bottom: 50px;
}
#faq ul li {
    text-align: left;
}
#faq ul li:nth-child(n+2) {
    margin-top: 20px;
}
#faq ul li:last-child {
    padding-bottom: 0;
}
#faq ul li .que {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0.8em 2em 0.8em 1em;
    font-weight: bold;
    color: #202b6d;
    background-color: #FFCE39;
    font-size: min(20px,3.7vw);
}
#faq ul li .ans {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 26px 20px 35px;
    font-weight: bold;
    background: #FFF;
    font-size: min(20px,3.7vw);
}
#faq ul li .que .ini,
#faq ul li .ans .ini {
    margin-right: 4%;
    flex: 0 0 10%;
    text-align: center;
}
#faq ul li .que .txt {
}
#faq ul li .ans .txt {
    padding-top: 9px;
}

/* よくあるご質問 - プルダウン - */
#faq ul.pdown li .que {
    position: relative;
    cursor: pointer;
}
#faq ul.pdown li .que:after {
    content: '';
	background:url('../img/faq_arrow.png') center no-repeat;
	background-size:contain;
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
    width: 1.3em;
    height: 1.3em;
}
#faq ul.pdown li.open .que:after  {
	transform:scaleY(-1)  ;
}

/* #contact フォーム
-----------------------------------------------------*/
#contact .cntbox .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 500px;
}
#contact .title {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}
#contact .exp {
    margin-bottom: 50px;
    text-align: center;
}
#contact form {
    margin: 0 auto;
    text-align: left;
}
#contact table {
    margin: 0 auto 30px;
    max-width: 1000px;
}
#contact th,
#contact td {
    vertical-align: top;
}
#contact th,
#contact td dl dt {
    font-size: 16px;
    font-weight: bold;
}
#contact th {
    padding: 21px 20px;
    width: 30%;
}
#contact th label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact th .req,
#contact td .req {
    margin-left: 5px;
    padding: 3px 4px;
    font-size: 12px;
    color: #FFF;
    background: #e21f1d;
    min-width: 35px;
    text-align: center;
}
#contact td {
    padding: 12px 20px;
    width: 70%;
}
#contact td dl:nth-of-type(n+2) {
    margin-top: 10px;
}
#contact td input,
#contact td select,
#contact td textarea {
    margin: 3px 0;
    padding: 5px 8px;
    font-size: 16px;
    vertical-align: bottom;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #FFF;
}
#contact td input {
    width: 50%;
}
#contact td input[type="radio"],
#contact td input[type="checkbox"] {
    width: auto;
}
#contact td input.lng {
    width: 75%;
}
#contact td .rdoset {
    margin: 10px 30px 10px 0;
    display: inline-block;
}
#contact td select {
    width: 120px;
    height: 36px;
    cursor: pointer;
}
#contact td input[name="address_zip1"] {
    width: 80px;
    margin-right: 5px;
}
#contact td input[name="address_zip2"] {
    width: 90px;
}
#contact td select[name="address_pref"] {
    display: block;
    margin: 10px 0;
}
#contact td button[name="address_zipbtn"] {
    margin: 3px 0 3px 10px;
    height: 36px;
    font-size: 16px;
    vertical-align: sub;
    border: 0;
    color: #FFF;
    background: #000;
    cursor: pointer;
    display: inline-block;
}
#contact td input[name="address_address"] {
    width: 90%;
}
#contact td textarea {
    width: 100%;
    height: 190px;
    min-height: 190px;
    resize: none;
}
#contact td .note {
    margin: 15px 0;
    font-size: 15px;
    font-weight: bold;
}
#contact td .timetable {
    margin-bottom: 15px;
}
#contact p.validation-error,
#contact p.require-error {
    color: #c90000;
}
#contact button[type="submit"],
#contact button[type="button"] {
    display: block;
    margin: 0 auto;
    border: 0;
    background: none;
    cursor: pointer;
}

/* 縦一列 */
#contact .type-col tr {
    display: block;
    padding: 12px 0;
}
#contact .type-col th,
#contact .type-col td {
    display: block;
    padding: 0;
    width: auto;
}
#contact .type-col th {
    margin-bottom: 5px;
}

/* datepicker */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .tbl01 th,
    .tbl01 td,
    #contact th,
    #contact td {
        display: block;
        padding: 15px !important;
        width: 100% !important;
        font-size: 13px;
        border: 0;
    }
	.tbl01 th,
    #contact th {
        padding: 8px 15px !important;
	}
}
/* #info 運営会社情報 / #law 特定商取引法に基づく表示
-----------------------------------------------------*/
.infobox .ttlbox {
    background: none;
}
.infobox table,
.infobox .gmap {
    max-width: 1000px;
    margin: 0 auto;
}
.infobox table th {
    width: 25%;
}
.infobox table td {
    width: 75%;
}
.infobox .gmap {
    margin-top: 100px;
}
#info .ttlbox .inner {
	padding-top: 0px;
	padding-bottom: 0px;
}
#info .cntbox .inner {
	padding-top: 50px;
	padding-bottom: 45px;
}
#info .cntbox .inner .row{
    --bs-gutter-y:30px;
}
#info .cntbox .inner  > * + *{
    margin-top: 30px;
}
#law .ttlbox .inner {
    padding-top: 45px;
    padding-bottom: 45px;
}
#law .cntbox .inner {
    padding-bottom: 110px;
}
.gmap2 iframe{
    max-width:100%;
}

/*-----------------------------------------------------
	company 会社概要
-----------------------------------------------------*/
#company .cntbox .inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*-----------------------------------------------------
	privacy プライバシーポリシー
-----------------------------------------------------*/
#privacy .ttlbox .inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
#privacy .cntbox .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align:left;
}
#privacy .cntbox .inner dl:nth-of-type(n+2) {
    margin-top: 30px;
}
#privacy .cntbox .inner dt {
    margin-bottom: 5px;
    font-weight: bold;
}
#privacy .cntbox .prfbox {
    margin-top: 50px;
    padding: 30px;
    border: 1px solid #CCC;
}
#privacy .cntbox .prfbox .cmp {
    margin-bottom: 10px;
}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
footer,
footer a {
    color: #FFF;
    z-index: 3;
    position: relative;
}
footer{
    margin:0 auto;
}
footer .sitemap {
    font-size: 15px;
    justify-content: center;
    background: #FFB900;
}
footer .sitemap .inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .sitemap ul {
    justify-content: center;
    flex-direction: row;
}
footer .sitemap ul li:nth-child(n+2):before {
    content: '｜';
}
footer .sitemap ul li a {
    margin: 0 1em;
}
footer .copyright {
    background: #FF6D00;
    font-size: 12px;
}
footer .copyright .inner {
    padding-top: 12px;
    padding-bottom: 12px;
}
#page-top {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 2%;
    cursor: pointer;
}
.floatbox {
    padding-bottom: env(safe-area-inset-bottom);
}
.floatbox.fixed,
.floatbox.fixed_pc {
    position: fixed;
    z-index: 9998;
    bottom: 0;
    left: 0;
    right: 0;
}
.floatbox .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: flex-end;
    padding: 7vw 3% 1vw;
    flex-direction: row;
}
.floatbox .button + .button {
    margin-left: 1vw;
}
.floatbox:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: env(safe-area-inset-bottom);
    background: #ccc;
}

/*-----------------------------------------------------
	confirm 内容確認 / thanks 送信完了
-----------------------------------------------------*/
.confirm header .inner,
.thanks header .inner {
    justify-content: center;
}
.confirm header .info,
.thanks header .info {
    display: none;
}
.confirm #contact .exp,
.thanks #contact .exp {
    text-align: center;
}
.confirm #contact td {
    padding: 22px 20px;
}
.confirm #contact .btnbox {
    justify-content: center;
    margin-top: 50px;
}
.confirm #contact button[type="submit"],
.confirm #contact button[type="button"] {
    margin: 0;
}
.confirm #contact button[type="submit"] {
    order: 2;
}
.confirm #contact button[type="button"] {
    order: 1;
}
.confirm #contact>.inner,
.thanks #contact>.inner {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 300px;
}
.confirm #contact form {
    margin-top: 50px;
}
.confirm .totop,
.thanks .totop {
    margin-top: 1.5em;
    text-align: center;
}
.confirm .totop a,
.thanks .totop a {
    text-decoration: underline;
}
.confirm .totop a:hover,
.thanks .totop a:hover {
    text-decoration: none;
}

/*-----------------------------------------------------
	modal
-----------------------------------------------------*/
#modalBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    z-index: 10001;
}
#modalBackground.visible {
    background: rgba(0, 0, 0, .75);
    visibility: visible;
}

#modalCloseArea {
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10003;
}
#modalCloseArea.visible {
    opacity: 1;
    visibility: visible;
}
#modalCloseArea .inner {
    position: relative;
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
}
#modalCloseArea span.modalClose {
    position: absolute;
    top: 35px;
    right: 50px;
    cursor: pointer;
    max-width: 50px;
}

#modalForm {
    position: fixed;
    top: 35px !important;
    right: 50px !important;
    bottom: 35px !important;
    left: 50px !important;
    max-width: 1000px;
    padding: 30px 20px 60px;
    margin: auto !important;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 10002;
}

/*スクロールバー全体*/
#modalForm::-webkit-scrollbar {
	-webkit-appearance: none;
    width: 12px;
    border-radius: 0 0 10px 0;
}

/*スクロールバーの軌道*/
#modalForm::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#modalForm::-webkit-scrollbar-thumb {
  background-color: #666;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

#modalForm.visible {
    opacity: 1;
    visibility: visible;
}

#modalForm.fromTop {
    left: 50%;
    top: -200%;
}
#modalForm.fromRight {
    left: 200%;
    top: 0;
}
#modalForm.fromBottom {
    left: 50%;
    top: 200%;
}
#modalForm.fromLeft {
    left: -100%;
    top: 0;
}
#modalForm.fade {
    left: 50%;
    top: 0;
}

#modalForm #ajaxLoading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    text-align: center;
    z-index: 1;
    display: none;
}
#modalForm #ajaxLoading svg {
    position: fixed;
    width: 100px;
    height: 100%;
    margin: -50px 0 0 -50px;
}

#modalForm form {
    position: relative;
}
#modalForm .btnbox.flex{
	flex-direction: row;
}
#modalForm .btnbox .button {
    width: 45%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 40px;
    height: 80px;
    background: #F00;
}

#modalForm .btnbox .button.modalClose {
	background: #999;
}

@media screen and (max-width: 767px) {
    #modalForm .btnbox.flex {
        display: block;
    }
    #modalForm .btnbox .button {
        width: 75% !important;
        margin-top: 10px;
        height: 65px;
        font-size: 18px;
    }
    #modalForm .btnbox .button:after {
        display: block;
        clear: both;
        content: '';
    }
}

@media only screen and (max-width: 1410px) {
	#wrapper{
		position:absolute;
		left:10%;
		width: 40vw;
	}
	#pc_content .menu {
        left: 54vw;
		max-width:41vw;
	}
}
@media only screen and (max-width: 767px) {
	#wrapper{
		position:static;
		width: auto;
	}
	#pc_content ,
	#pc_bg {
		display:none;
	}
}