@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
    text-align: center;
	margin:0;
	width:100%;
    height:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"AR P行書体M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
}

header {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-image: url(../img/header_top1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

header h1 {
    margin-top: 30px;
    font-size: 120px;
    color: #FFF;
}

.section_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    margin-bottom: 160px;
}

.section_1_img3 {
    margin-top: 80px;
    /* margin-bottom: 40px; */
}

.flex_area_big {
    max-width: 1850px;
    width: 100%;
}

.flex_area {
    display: flex;
    gap: 40px;
    margin-bottom: 160px;
    flex-wrap: wrap;
    justify-content: center;
}

.flex_area_iframe {
    max-width: 975px;
    width:100%;
    height: 550px;
}

.contact_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.forms_a {
    color: #fff;
    text-decoration: none;
}

.forms_a_area {
    max-width: 600px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    border: #000 1px solid;
    /* margin-top: 40px;
    margin-bottom: 160px; */
    font-size: 40px;
    font-weight: bold;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.forms_a_area:hover {
    color: #000;
    background-color: #fff;
    border: #000 1px solid;
}

.forms_a_area:hover .forms_a_area_ico {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.forms_a_area_ico {
    width: 50px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: skew(45deg);
}

.email_a {
    color: #fff;
    /* text-decoration: none; */
}

.email_a_area {
    max-width: 600px;
    width: 100%;
    /* padding: 10px 20px; */
    color: #000;
    /* margin-top: 40px;
    margin-bottom: 160px; */
    font-weight: bold;
    font-size: 35px;
}

footer {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-image: url(../img/footer1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    color: #FFF;
}

.footer_left {
    width: 680px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.footer_left h2 {
    font-size: 64px;
}

.footer_left .name {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_left h3 {
    font-size: 48px;
    font-family: "ＭＳ Ｐ明朝";
}
.footer_left .p1 {
    margin-top: 20px;
    font-size: 32px;
}
.footer_left .p2 {
    font-size: 40px;
}

.footer_right {
    margin-right: 100px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer_right p {
    font-size: 40px;
}

.footer_right p a {
    color: #FFF;
}