@charset "UTF-8";
/* CSS Document */
/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}
*/
/*
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
-webkit-font-smoothing: antialiased;
*/
/*
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:"GRAD" 0;
*/

#iphone_nav {
    display: none;
}

.drawer-toggle {
    display: none;
}
/************/
/*common*/
/************/
* {
    box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
    font-size: 10px;
}

body {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-color: #f2ede2;
    color: #000;
    font-family: "Kosugi", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.3rem;
    font-weight: 100;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1rem;
}

/* header */
header.header-top {
    width: 100%;
    height: 8rem;
}

header.header-top>div {
    position: relative;
    width: 90vw;
    min-width: 800px;
    margin: 0 auto;
    z-index: 20;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

h1#toplogo {
    width:15rem;
    height: 8rem;
    padding: 2.4rem 0;
}
h1#toplogo>a {
    display: block;
    width:15rem;
	height:4.2rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/nav_logo.svg") no-repeat;
	background-size:100%;
}

nav#g_nav {
    width: 85%;
    margin: 0 0 0 auto;
}

nav#g_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 4rem;
    font-size: 1.3rem;
    font-weight: 600;
    font-style: normal;
    align-items: center;
}

nav#g_nav ul li {
    margin-left: 3rem;
}

nav#g_nav li>a {
    display: block;
    height: 1.3rem;
    overflow: hidden;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

nav#g_nav li>a:hover {
    color: #003686;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

nav#g_nav li>a::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #003686;
    margin-top: 1rem;
}

nav#g_nav li>a:hover::after {
    width: 100%;
}

nav#g_nav li.g_nav_contact>a::after {
    display: none;
}

nav#g_nav li.g_nav_tel>span {
    color: #fff;
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
}

nav#g_nav li span.en {
    font-family: "Google Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
}

nav#g_nav li.g_nav_contact>a {
    display: flex;
    align-items: center;
    width: 10rem;
    height: 4rem;
    padding: 2rem;
    border-radius: 5px;
    background-color: #baa200;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

nav#g_nav li.g_nav_contact>a:hover {
    display: flex;
    align-items: center;
    width: 10rem;
    height: 4rem;
    padding: 2rem;
    border-radius: 5px;
    background-color: #baa200;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

/* main */
section#main {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -8rem;
}

.main_bg {
    position: absolute;
    inset: 0;
    background: url("../images/main.jpg") no-repeat center;
    background-size: cover;
}

.main_content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
}

.main_content>div {
    position: absolute;
    left: 5vw;
    bottom: 10vw;
}

.main_content>div>h2 {
    font-optical-sizing: auto;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 6rem);
    font-weight: 500;
    font-style: normal;
    letter-spacing: .8rem;
    text-align: left;
    margin-bottom: 3rem;
}

.main_content>div>p {
    color: #fff;
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(1.3rem, 2vw, 23rem);
    font-weight: 500;
    font-style: normal;
    letter-spacing: .2rem;
    text-align: left;
}

.main_content nav {
    display: flex;
    gap: 5rem;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 64rem;
}

.main_content nav a {
    width: 18rem;
    height: 6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .02em;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 1rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

.main_content nav a:hover {
    width: 18rem;
    height: 6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #003686;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .02em;
    text-decoration: none;
    padding: 12px 18px;
    border: 1px solid #fff;
    border-radius: 1rem;
    background-color: rgba(255,255,255,0.45);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

/* section concept */
#concept {
    padding: 8rem 0;
    background-color: #f2ede2;
}

#concept>div {
    width: 80vw;
    margin: 0 auto;
}

#concept>div>div {
}

#concept>div>div>h2 {
    width:100%;
    font-size: 2.8rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

#concept>div>div>p {
    width:100%;
    color: #003686;
    font-family: "Google Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.3rem;
    text-align: center;
    margin-bottom: 1rem;
}

#concept>div>div>h3 {
    width:100%;
    color: #003686;
    font-family: "Google Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.3rem;
    text-align: center;
    margin-bottom: 5rem;
}

#concept>div>div>div>p {
    width: 50vw;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}

/* section consultation */
#sec_01 {
    width: 100%;
    background: #efefef no-repeat;
}

#sec_01>div {
    padding: 8rem 0;
}

#sec_01>div>article {
    width: 80vw;
    padding: 3rem 0;
    display: grid;
    grid-template-columns: 0.6fr 2.4fr 2fr;
    gap: 4rem;
    align-items: stretch;
}

#sec_01>div>article:nth-child(1) {
    margin: 0 0 0 auto;
}

#sec_01>div>article:nth-child(2) {
    margin: 0 auto 0 0;
    display: grid;
    grid-template-columns: 0.6fr 2.4fr 2fr;
    direction: rtl;
    gap: 4rem;
    align-items: stretch;
    text-align: left;
}

#sec_01>div>article:nth-child(3) {
    margin: 0 auto;
    padding-bottom: 0;
}

#sec_01>div>article>span {
    margin-top: -2rem;
    color: #004ea2;
    font-family: "Spectral", serif;
    font-size: 15rem;
    font-weight: 300;
    font-style: normal;
}

#sec_01>div>article>div>h2 {
    margin-top: 3.7rem;
    margin-bottom: 3rem;
    font-family: "Google Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}

#sec_01>div>article>div>h2>span {
    display: inline;
}

#sec_01>div>article>div>p {
    line-height: 1.7;
    letter-spacing: 0.3rem;
}

div.secImg_01 {
    background: url("../images/sec_01_1.jpg") no-repeat center;
    background-size: cover;
}

div.secImg_02 {
    background: url("../images/sec_01_2.jpg") no-repeat center;
    background-size: cover;
}

div.secImg_03 {
    background: url("../images/sec_01_3.jpg") no-repeat center;
    background-size: cover;
}

/* aside */
.handshake {
    height: 20vw;
    background:url("../images/sec_01_footer.jpg") no-repeat center;
    background-size: cover;
}

/* contact */
#contact {
    padding: 8rem 0 0 0;
    border-bottom: 1px #efefef solid;
}

#contact>div {
    width: 80vw;
    margin: 0 auto;
    padding-bottom: 3rem;
    border-bottom: 1px #000 solid;
}

#contact>div>header>h2 {
    position: relative;
    z-index: 30;
    width: 18rem;
    background-color: #f2ede2;
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 2.5rem;
    font-weight: 500;
    font-style: normal;
}

#contact>div>header>span {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%;
    height: 1px;
    border-top: 1px #000 solid;
    margin-top: -1.4rem;
}

#contact>div>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 6.4rem;
}

#contact>div>div>div:nth-child(1) {
    width: 30%;
}

#contact>div>div>div:nth-child(2) {
    width: 65%;
}

#contact>div>div>div>p {
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
}

#contact>div>div>div>h3 {
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1rem;
}

#contact>div>div>div:nth-child(2)>p {
    height: 2.4rem;
    overflow: hidden;
    color: #003686;
    font-family: "Google Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    margin-bottom: 5rem;
}

#contact>div>div>div:nth-child(2)>a {
    display: block;
    width: 15rem;
    height: 4rem;
    margin: 0 auto 2rem 0;
    padding-top: 1.2rem;
    background-color: #baa200;
    border: none;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

#contact>div>div>div:nth-child(2)>a:hover {
    display: block;
    width: 15rem;
    height: 4rem;
    margin: 0 auto 2rem 0;
    padding-top: 1.2rem;
    background-color: #baa200;
    border: none;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

/* footer */
footer.footer {
    padding: 8rem 0 0 0 ;
}

footer.footer>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80vw;
    margin: 0 auto;
}

footer.footer>div>div:nth-child(1) {
    width: 70%;
}

footer.footer>div>div:nth-child(2) {
    width: 30%;
}

footer.footer>div>div>h2 {
    display: block;
    width:15rem;
	height:4.2rem;
    margin-bottom: 3rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/footer_logo.svg") no-repeat;
	background-size:100%;
}

footer.footer>div>div>h3 {
    margin-bottom: 1rem;
}

footer.footer>div>div>address {
    line-height: 1.5;
    letter-spacing: 0.5;
}

footer.footer>div>div>nav>ul {
    display: flex;
    gap:2rem;
    margin-top: 3rem;
}

footer.footer>div>div>nav>ul>li>a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}


footer.footer>div>div>nav>ul>li>a:hover {
    color: #003686;
    text-decoration: underline;
    text-underline-offset:1rem;
    text-decoration-color: #003686;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

footer.footer>div>div:nth-child(2) h4{
    width:fit-content;
    border: 1px #000 solid;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}

footer.footer>div>div:nth-child(2) ul{
    line-height: 1.5;
}

footer.footer>aside {
    width: 80vw;
    margin: 0 auto;
}

footer.footer>aside>div.footer_link {
    width: 75rem;
    margin: 5rem auto 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items:center  ;
}

footer.footer>aside>div.footer_link a {
    display: flex;
    width: 25rem;
    height: 8rem;
    align-items:center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

footer.footer>aside>div.footer_link a:hover {
    display: flex;
    width: 25rem;
    height: 8rem;
    align-items:center;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

footer.footer>aside>div.footer_link img {
    display: block;
    margin: 0 auto;
}

footer.footer>aside>div.footer_link a:first-child {
    background-color: #3e3a39;
    background-repeat: no-repeat;
}

footer.footer>aside>div.footer_link a:first-child img {
    height: 8rem;
}

footer.footer>aside>div.footer_link a:nth-child(2) {
    background-color: #1c033d;
    background-repeat: no-repeat;
}

footer.footer>aside>div.footer_link a:nth-child(2) img {
    height: 8rem;
}

footer.footer>aside>div.footer_link a:nth-child(3) {
    background-color: #fff;
    background-repeat: no-repeat;
}

footer.footer>aside>div.footer_link a:nth-child(3) img {
    height: 8rem;
}

footer.footer>p {
    width: 100%;
    height: 6rem;
    background-color: #3e3a39;
    display: flex;
    align-items: center;
}

footer.footer>p>span {
    display: block;
    width: fit-contet;
    color: #fff;
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
}

#top #hide_header {
    width: 100%;
	height: 8rem;
	background-color: #fff;
	position: fixed;
	top: -8rem;
	left: 0;
	z-index: 501;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	display: flex;
	justify-content: space-between;
}

#sub #hide_header {
    width: 100%;
	height: 8rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 501;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	display: flex;
	justify-content: space-between;
}

#hide_header>div {
    position: relative;
    width: 90vw;
    min-width: 800px;
    margin: 0 auto;
    z-index: 20;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

h1#hide_logo {
    width:15rem;
    height: 8rem;
    padding: 2.4rem 0;
}
h1#hide_logo>a {
    display: block;
    width:15rem;
	height:4.2rem;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/footer_logo.svg") no-repeat;
	background-size:100%;
}

nav#hide_nav {
    width: 85%;
    margin: 0 0 0 auto;
}

nav#hide_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 4rem;
    font-size: 1.3rem;
    font-weight: 600;
    font-style: normal;
}

nav#hide_nav ul li {
    margin-left: 3rem;
}

nav#hide_nav li>a {
    display: block;
    height: 1.3rem;
    overflow: hidden;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

nav#hide_nav li>a:hover {
    color: #003686;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

nav#hide_nav li>a::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #003686;
    margin-top: 1rem;
}

nav#hide_nav li.g_nav_contact>a::after {
    display: none;
}

nav#hide_nav li>a:hover::after {
    width: 100%;
}

nav#hide_nav li.g_nav_tel>span {
    color: #003686;
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
}

nav#hide_nav li>a>span.en {
    font-family: "Google Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
}

nav#hide_nav li.g_nav_contact>a {
    display: flex;
    align-items: center;
    width: 10rem;
    height: 4rem;
    padding: 2rem;
    border-radius: 5px;
    background-color: #baa200;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

nav#hide_nav li.g_nav_contact>a:hover {
    display: flex;
    align-items: center;
    width: 10rem;
    height: 4rem;
    padding: 2rem;
    border-radius: 5px;
    background-color: #baa200;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-font-smoothing: antialiased;
}

/******************/
/*contact start*/
/******************/
/*リセット */
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.contact {
	width: 100%;
	margin: auto;
	padding: 160px 5% 100px 5%;
}

section.contact>header {
	width: 100%;
	text-align: center;
	animation: fadeineffect 2s ease .5s 1 normal both; /* 0.5秒後に2秒かけてフェードインします */	
}

section.contact>header>h1{
	color: #000;
    font-family: "Red Hat Text", sans-serif;
    font-optical-sizing: auto;
    font-size: 3rem;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

section.contact>header>h1>span{
	display: block;
	font-size: 1.3rem;
	margin-top: 13px;
    text-align: center;
}

section.contact>div {
	width: 70vw;
	margin: 10rem auto 0 auto;
	animation: fadeineffect 2s ease 1.5s 1 normal both; /* 1.5秒後に2秒かけてフェードインします */	
}

.contact_cell{
	display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.contact_cell-top{
	width: 180px;
	display: grid;
	align-content:center;
}

.contact_cell-top p{
	line-height: 1;
	width: 200px;
}

.contact_cell-top p:nth-child(1){
	font-family: "Red Hat Text", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    text-align: left;
	padding-bottom: 0.2rem;
}

.contact_cell-top p:nth-child(2){
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	margin-top: 0.5rem;
}

.contact_cell-top p span.required{
	color: #E60012;
	padding-left: 5px;
}

.contact_cell-bottom{
	width: calc( 72% - 250px );
    padding-top: 3rem;
}

.contact_cell input[type="text"]{
	background: #F7F8F8;
	height: 54px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	margin-top: 0px;
	padding: 0 20px;
	font-size: 1.6rem;
}

.contact_cell-bottom>p {
    height: 54px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	margin-top: 0px;
	padding: 0 20px;
	font-size: 1.6rem;
}

.contact_cell-bottom-flex{
	display: grid;
	grid-template-columns: calc( 45% - 10px ) calc( 45% - 10px );
	gap:20px;
}

.contact_cell-bottom-flex{
	grid-template-columns: calc( 38% - 20px ) calc( 38% - 20px );
	gap:40px;
}

.contact_cell-bottom>div>select{
	border: none;
	background: none;
	width: 100%;
	height: 100%;
	padding: 0 60px 0 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333333;
	font-size: 16px;
}

.contact_cell-bottom.short{
	width: calc( 65% - 250px );
}

.contact_cell-bottom.middle{
	width: calc( 80% - 250px );
}

.contact_cell-bottom.long{
	background: #F7F8F8;
	margin-top: 0px;
	padding: 10px;
	width: calc( 100% - 250px );
	align-items: center;
	justify-content: flex-start;
	display: flex;
	box-sizing: border-box;
}

.contact_cell-bottom textarea{
	background: #F7F8F8;
	padding: 10px;
	width: 100%;
	height: 160px;
	border: none;
	resize: vertical;
	 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font: inherit;
}



/*
.contact_cell-bottom p{
	font-size: 1.3rem;
	font-weight: normal;
}
.contact_cell-bottom.long-1{
	background: #F7F8F8;
	margin-top: 0;
	padding: 10px;
}
.contact_cell-bottom.long-1{
	width: calc( 80% - 250px );
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 10px 0;
	margin-top: 0;
	box-sizing: border-box;
}*/














.contact_cell-checkbox{
	display: flex;
    justify-content: flex-start;
	align-items: center;
}

.contact_cell-checkbox:nth-child(1){
	margin-left: 0;
}

.contact_cell-checkbox p{
	padding-left: 4px;
}

.contact_cell-privacy{
	border: 1px solid #231815;
	padding: 20px;
	margin-top: 10px;
	background: #F7F8F8;
	font-weight: normal;
	height: 10rem;
	overflow: scroll;
}

.contact_cell.privacy{
	margin-top: 60px;
}

.contact_cell-privacy{
	width: calc( 100% - 250px );
	margin-left: 180px;
	margin-top: -10px;
}

.contact_cell-privacy p {
	font-size: 1.3rem;
	font-weight: normal;
	font-family: 'SourceHanSansJP-normal';
	line-height: 1.7;
}

.contact_cell input[type="radio"],.contact_cell input[type="checkbox"]{
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 27px;
	height: 27px;
}

/* チェックボックスデザイン */
.contact_cell input[type="radio"],.contact_cell input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    position: relative;
}

.contact_cell input[type="radio"]:before,.contact_cell input[type="radio"]:after{
	content: "";
    display: block; 
    position: absolute;
}

.contact_cell input[type="checkbox"]:before,.contact_cell input[type="checkbox"]:after{
	content: "";
    display: block; 
    position: absolute;
}

.contact_cell.circle input[type="radio"]::before {
    border-radius: 50%;
    border:1px solid #666464;
	border-spacing: 5px 1rem;
    width:24px;/*チェックボックスの横幅*/
    height: 24px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 14px;
    left: 0;
  }

.contact_cell.circle input[type="radio"]::after {
	width:16px;/*チェックボックスの横幅*/
    height: 16px;/*チェックボックスの縦幅*/
    top: 5px;/*チェック時の位置調整*/
    left: 4px;/*チェック時の位置調整*/
	border-radius: 50%;
	border:1px solid #666464;
  }

.contact_cell.circle input[type="radio"]:checked::after {
	background: #000000;
}

.contact_cell.square input[type="checkbox"]::before {
    border-radius: 0;
    border:1px solid #666464;
	border-spacing: 5px 1rem;
    width:24px;
    height: 24px;
    transform: translateY(-50%);
    top: 14px;
    left: 0;
  }

.contact_cell.square input[type="checkbox"]::after {
	width:24px;
    height: 24px;
	background: #000000;
    opacity: 0.01;
    top: 2px;
    left: 1px;
	border-radius:0;
	content:"\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
  }

.contact_cell.square input[type="checkbox"]:checked::after {
	opacity: 1;
}








.select_box-select{
	height: 54px;
	background: #F7F8F8;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	width: 90%;
}

.select_box-select{
	width: 100%;
}

.select_box-select{
	margin-top: 10px;
}

.select_box-select option {
  color: #333333;
}

.select_box-select:before{
	position: absolute;
	content: "▼";
	right: 0;
	height: 54px;
	width: 54px;
	background: #DCDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.contact-btn-area input{
	display: flex;
    align-items: center;
	width: fit-content;
	height: 60px;
	margin: 10rem auto 0 auto;
	padding: 0 24px;
	border: 1px solid #000000;
	border-radius: 30px;
    background-color: #ffffff;
	color: #000000;
    font-size: 1.6rem;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
}

.contact-btn-area input:nth-child(2){
    margin: 3rem auto 0 auto;
}

.contact-btn-area input:hover {
	background-color: #000000;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
}

.contact-btn-area input[type="submit"]{
	appearance: none;
  	-webkit-appearance: none;
	background-color: none;
}

.complete {
    width: 80vw;
    margin: 0 auto;
}

.complete h1 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 5rem;
}

.complete p {
    width: 60vw;
    margin: 0 auto 5rem auto;
    text-align: center;
}

.error_messe {
    margin-bottom: 2rem;
}


/*
.check_box-check{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 20px;
	gap:40px;
}

.check_box-check.square{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 20px;
	gap:25px;
}

input[value] {
	background-color: none;
}


/****** チェックボックスデザイン　setting end ******/

/*
.contact_cell:first-child{
	margin-top: 40px;
}
.contact_cell{
	box-sizing: border-box;
	
}
.contact-area-001-01{
	text-align: center;
	margin-bottom: 40px;
}
.contact-area-001{
	padding: 150px 5% 70px 5%;
	right: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
}*/

/*/////////////   ここまで   ///////////////////
//　コンタクトページ
////////////////////////////////////////////*/

/*/////////////////////////////////////////////
//　サンクスページ
///////////////   ここから   /////////////////*/ 

.thanks-area-001{
	margin: 60px 0;
	text-align: center;
}

.thanks-area-001-01 p{
	font-size: 1.3rem;
	font-weight: normal;
	font-family: 'SourceHanSansJP-normal';
	line-height: 1.7;
}

.thanks-area-001-01 p:nth-child(1){
	font-size: 3rem;
	margin-bottom: 40px;
	font-family: 'Brother-1816-Bold';
}

.thanks-area-001-02{
	margin-top:5rem;
}

.thanks-area-001-02 p{
	font-size: 1.3rem;
	font-weight: normal;
	font-family: 'SourceHanSansJP-normal';
	line-height: 1.7;
}

/*/////////////   ここまで   ///////////////////
//　サンクスページ
////////////////////////////////////////////*/
























