@charset "UTF-8";

section.page_title_area {
    padding: 250px 0 50px;
}

.page_title_area h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    display: flex;
    max-width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    align-items: center;
}

.page_title_area h1 span {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-left: 15px;
    font-weight: 700;
    font-family: "IBM Plex Sans JP", sans-serif;
}

section.contact {
    padding: 50px 0 200px;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 -100px 100px rgba(0,0,0,0.035);
}

.contact_inner {
    overflow: hidden;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 100px;
}

h3.confirmation {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin: 0 0 50px 0;
}

table.formTable input {
    border: none;
    border-radius: 5px;
    padding: 15px;
}

table.formTable th {
    width: 35%;
    padding: 10px 0;
    align-items: center;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 50px;
}

table.formTable td {
    width: 65%;
    padding: 10px 0;
}

table.formTable {
    width: 100%;
}

.required {
    font-size: 1.2rem;
    padding: 2px 8px 0px;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-weight: 500;
    border-radius: 3px;
    margin-left: 8px;
}

table.formTable textarea {
    border: none;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}

table.formTable_confirmation th {
    width: 35%;
    padding: 20px 0;
    border-bottom: 1px solid;
    align-items: center;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 50px;
}

table.formTable_confirmation td {
    width: 65%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

table.formTable_confirmation {
    width: 80%;
    margin: 50px auto;
}

.submit_btn_area {
    padding: 18px 55px 13px;
    margin: 5% auto 0;
    display: block;
    background: #000;
    width: max-content;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.submit_btn_area:before {
	width: 0;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #0426A0;
	border-radius: 100px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.submit_btn_area:hover:before {
	width: 100%;
}

.submit_btn_area input {
	position: relative;
	border: none;
	font-weight: 500;
	display: block;
	font-size: 1.6rem;
	background: none;
	color: #fff;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.contact_cap p {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
}

.contact_cap_completion p {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
}

.contact_form {
    background: #eee;
    padding: 8%;
    border-radius: 15px;
    margin: 75px 0 0;
}

.agree {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    font-weight: 500;
}

.agree input {
    margin-right: 8px;
}

.agree a {
    text-decoration: underline;
    color: #000;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.agree a:hover {
    opacity: 0.5;
}

#loopslider03 {
    margin: 0 auto;
    width: auto;
    height: 133px;
    text-align: left;
    position: relative;
    top: 0px;
    overflow: hidden;
    backdrop-filter: blur(1.5px);
}

#loopslider03 ul {
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider03 ul li {
    width: auto;
    height: 136px;
    white-space: nowrap;
    float: left;
    display: inline;
    overflow: hidden;
}

.bottom_phrase ul li {
    color: #1b1b1b;
    font-size: 20rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 130px;
}

.bottom_phrase:before {
	content:"";
	display: none;
	width: 100%;
	left: 0;
	z-index: 99;
	top: 0px;
	height: 1px;
	background: #1b1b1b;
	position: absolute;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.contact {
    padding: 60px 0;
}

.page_title_area h1 {
    font-size: 3rem;
    width: 90%;
    font-weight: 700;
    margin: 0 auto 60px;
}

.contact_inner {
    padding-top: 0;
}

section.page_title_area {
    padding: 150px 0 50px;
}
	
.contact_cap p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 22px;
}
	
.contact_cap_completion p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 22px;
}

.contact_form {
    margin: 30px 0;
    border-radius: 8px;
    padding: 0;
    background: none;
}
	
.agree {
    margin-bottom: 40px;
    font-size: 15px;
}

.agree a {
    font-size: 15px;
}

table.formTable th {
    width: 100%;
    line-height: 20px;
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
}

table.formTable td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

table.formTable input {
    padding: 15px;
    width: 100%;
    font-size: 1.3rem;
}

table.formTable textarea {
    padding: 15px;
    border-radius: 5px;
    font-size: 1.3rem;
}

.submit_btn_area {margin: 10px auto 0;}

.submit_btn_area input {
    font-size: 1.4rem;
}
	
h3.confirmation {
    font-size: 2rem;
    margin: 0 0 30px;
}

table.formTable_confirmation {
    width: 100%;
    margin: 30px auto;
}

table.formTable_confirmation th {
        font-size: 1.2rem;
        padding: 25px 0;
        line-height: 20px;
}

table.formTable_confirmation td {
    padding: 10px;
    font-size: 1.2rem;
}
	
#loopslider03 {
	height: 100px;	
}

.bottom_phrase ul li {
	font-size: 10rem;
	line-height: 140px;
	letter-spacing: -7px;
}
}