﻿@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(font-awesome.min.css);
@import url(all.min.css);


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

i {
	font-family: Font Awesome\ 5 Free;
	font-style:normal;
}

@font-face {
  font-family: 'Bahnschrift-semicondensed';
  src: url(../fonts/bahnschrift-semicondensed.ttf);
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}

body {
	font-size: 18px;
	line-height: 1.76;
	margin: 0;
    padding: 0;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
    /* overflow-x: hidden; */
}

main {
    position: relative;
    margin-top: 70px;
}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    min-width: 1050px;
    height: 90px;
    background-color: #fff;
    z-index: 999;
}

.header_nav {
    display: flex;
}

.header_nav a {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 25px;
}



/*------------------------------------------
　フッター
-------------------------------------------*/

footer {
    min-width: 1280px;
    width: 100%;
    background-color: #eeeeee;
}

.footer_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.footer_nav p {
    font-size: 10px;
    color: #00adff;
    margin: 0 40px;
}

.footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_content .company {
    display: flex;
    font-size: 30px;
    margin-top: 130px;
}

.footer_content .company span {
    font-weight: 700;
    display: block;
    margin-left: 10px;
}

.footer_content .address {
    margin-top: 30px;
}

.copyright {
    margin-top: 120px;
    font-size: 16px;
    font-family: 'Bahnschrift-semicondensed';
    transform: scaleX(0.87);
    line-height: 3;
}



/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
}
.page_top.active {
    opacity: 0.8;
    pointer-events: all;
}
#top {
    position: absolute;
    top: 0;
}

.grecaptcha-badge {
    bottom: 120px !important;
}


/*------------------------------------------
ボタン
-------------------------------------------*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 70px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 0;
    color: #fff;
    background-color: #6c78aa;
    border-radius: 12px;
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* padding左右 */

.px10 {
    padding: 0 10px;
}

.px20 {
    padding: 0 20px;
}

.px30 {
    padding: 0 30px;
}

.px40 {
    padding: 0 40px;
}

.px50 {
    padding: 0 50px;
}

.px60 {
    padding: 0 60px;
}

.px70 {
    padding: 0 70px;
}

.px80 {
    padding: 0 80px;
}

.px90 {
    padding: 0 90px;
}

.px100 {
    padding: 0 100px;
}

/* padding上下 */

.py10 {
    padding: 10px 0;
}

.py20 {
    padding: 20px 0;
}

.py30 {
    padding: 30px 0;
}

.py40 {
    padding: 40px 0;
}

.py50 {
    padding: 50px 0;
}

.py60 {
    padding: 60px 0;
}

.py70 {
    padding: 70px 0;
}

.py80 {
    padding: 80px 0;
}

.py90 {
    padding: 90px 0;
}

.py100 {
    padding: 100px 0;
}

/* padding-top */

.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;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt110 {
    padding-top: 110px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pt160 {
    padding-top: 160px;
}

.pt170 {
    padding-top: 170px;
}

.pt180 {
    padding-top: 180px;
}

.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

/* padding-bottom */

.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;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb160 {
    padding-bottom: 160px;
}

.pb170 {
    padding-bottom: 170px;
}

.pb180 {
    padding-bottom: 180px;
}

.pb190 {
    padding-bottom: 190px;
}

.pb200 {
    padding-bottom: 200px;
}

.m_auto {
    margin: 0 auto;
}

/* margin左右 */

.mx10 {
    margin: 0 10px;
}

.mx20 {
    margin: 0 20px;
}

.mx30 {
    margin: 0 30px;
}

.mx40 {
    margin: 0 40px;
}

.mx50 {
    margin: 0 50px;
}

.mx60 {
    margin: 0 60px;
}

.mx70 {
    margin: 0 70px;
}

.mx80 {
    margin: 0 80px;
}

.mx90 {
    margin: 0 90px;
}

.mx100 {
    margin: 0 100px;
}

/* margin上下 */

.my10 {
    margin: 10px 0;
}

.my20 {
    margin: 20px 0;
}

.my30 {
    margin: 30px 0;
}

.my40 {
    margin: 40px 0;
}

.my50 {
    margin: 50px 0;
}

.my60 {
    margin: 60px 0;
}

.my70 {
    margin: 70px 0;
}

.my80 {
    margin: 80px 0;
}

.my90 {
    margin: 90px 0;
}

.my100 {
    margin: 100px 0;
}


/* margin-top */

.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;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.mt160 {
    margin-top: 160px;
}

.mt170 {
    margin-top: 170px;
}

.mt180 {
    margin-top: 180px;
}

.mt190 {
    margin-top: 190px;
}

.mt200 {
    margin-top: 200px;
}

/* margin-bottom */

.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;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb140 {
    margin-bottom: 140px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb160 {
    margin-bottom: 160px;
}

.mb170 {
    margin-bottom: 170px;
}

.mb180 {
    margin-bottom: 180px;
}

.mb190 {
    margin-bottom: 190px;
}

.mb200 {
    margin-bottom: 200px;
}


/*--------------------------------------------
　画像
---------------------------------------------*/
img {
    display: block;
	border: none;
	margin: 0;
	padding: 0;
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    position: relative;
    margin: 0;
    font-weight: normal;
}

h2 {
    position: relative;
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid #00adff;
    font-size: 30px;
    font-weight: 700;
    line-height: 2.2;
}

h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    background-color: #00adff;
}

.txt10 {
    font-size: 10px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt20 {
    font-size: 20px;
}

.txt22 {
    font-size: 22px;
}

.txt24 {
    font-size: 24px;
}

.txt26 {
    font-size: 26px;
}

.txt28 {
    font-size: 28px;
}

.txt30 {
    font-size: 30px;
}

.txt32 {
    font-size: 32px;
}

.txt34 {
    font-size: 34px;
}

.txt36 {
    font-size: 36px;
}

.txt38 {
    font-size: 38px;
}

.txt40 {
    font-size: 40px;
}

.txt42 {
    font-size: 42px;
}

.txt44 {
    font-size: 44px;
}

.txt46 {
    font-size: 46px;
}

.txt48 {
    font-size: 48px;
}

.txt50 {
    font-size: 50px;
}

.txt52 {
    font-size: 52px;
}

.txt54 {
    font-size: 54px;
}

.txt56 {
    font-size: 56px;
}

.txt58 {
    font-size: 58px;
}

.txt60 {
    font-size: 60px;
}


}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    font-size: 3.7vw;
	line-height: 1.74;
}

main {
    /* margin-top: 13vw; */
}



/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 3.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 9.2vw;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 8px -3px #777777;
}

.header_logo {
    position: relative;
    height: 6.6vw;
    width: auto;
    z-index: 2;
}

.header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

/* ハンバーガーメニュー */

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 5vw;
    width: 8vw;
    cursor: pointer;
    z-index: 2;
}

.hamburger div {
    position: relative;
    display: block;
    width: 100%;
    height: 0.5vw;
    background-color: #00adff;
    transition: all .3s ease;
    opacity: 1;
}

.hamburger.active div:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active div:first-of-type {
    animation: .5s hamTopOpen ease forwards;
}

@keyframes hamTopOpen {
    0% {
        top: 0;
    }
    50% {
        top: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% - 0.275vw);
        transform: rotate(45deg);
    }
}

.hamburger.reverse div:first-of-type {
    animation: .5s hamTopClose ease forwards;
}

@keyframes hamTopClose {
    0% {
        top: calc(50% - 0.275vw);
        transform: rotate(45deg);
    }
    50% {
        top: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

.hamburger.active div:last-of-type {
    animation: .5s hamBottomOpen ease forwards;
}

@keyframes hamBottomOpen {
    0% {
        bottom: 0;
    }
    50% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(-45deg);
    }
}

.hamburger.reverse div:last-of-type {
    animation: .5s hamBottomClose ease forwards;
}

@keyframes hamBottomClose {
    0% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(-45deg);
    }
    50% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        bottom: 0;
    }
}

/* ハンバーガーメニューここまで */

.header_nav {
    position: absolute;
    top: -100vh;
    left: 0;
    padding-top: 9.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    z-index: 0;
    transition: all .3s ease;
}

.header_nav.active {
    top: 0;
    opacity: 1;
}

.header_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3.8vw;
    width: 100%;
    height: 16.2vw;
    border-bottom: 1px solid #999;
}


/*------------------------------------------
　フッター
-------------------------------------------*/

footer {
    width: 100%;
    background-color: #eeeeee;
}

.footer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_content .company {
    display: flex;
    font-size: 5.4vw;
    margin-top: 4vw;
}

.footer_content .company span {
    font-weight: 700;
    display: block;
    margin-left: 2vw;
}

.footer_content .address {
    margin-top: 4vw;
    font-size: 3.5vw;
}

.footer_content .tel {
    font-size: 3.5vw;
}

.copyright {
    margin-top: 14vw;
    font-size: 2.1vw;
    font-family: 'Bahnschrift-semicondensed';
    transform: scaleX(0.87);
    line-height: 3;
}



/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top {
    position: fixed;
    right: 2.5vw;
    bottom: 2.5vw;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 999;
    width: 11vw;
    height: 11vw;
}

.page_top.active {
    opacity: 1;
    pointer-events: all;
}

#top {
    position: absolute;
    top: 0;
}

.grecaptcha-badge {
    bottom: 18vw !important;
}



/*------------------------------------------
ボタン
-------------------------------------------*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70vw;
    height: 13vw;
    margin: 0 auto;
    font-size: 4vw;
    line-height: 0;
    color: #fff;
    background-color: #50f;
    border-radius: 1.2vw;
}




/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 2.7%;
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
}

/* padding左右 */

.px10 {
    padding-bottom: 0 1vw;
}

.px20 {
    padding-bottom: 0 2vw;
}

.px30 {
    padding-bottom: 0 3vw;
}

.px40 {
    padding-bottom: 0 4vw;
}

.px50 {
    padding-bottom: 0 5vw;
}

.px60 {
    padding-bottom: 0 6vw;
}

.px70 {
    padding-bottom: 0 7vw;
}

.px80 {
    padding-bottom: 0 8vw;
}

.px90 {
    padding-bottom: 0 9vw;
}

.px100 {
    padding-bottom: 0 10vw;
}

/* padding上下 */

.py10 {
    padding-bottom: 1vw 0;
}

.py20 {
    padding-bottom: 2vw 0;
}

.py30 {
    padding-bottom: 3vw 0;
}

.py40 {
    padding-bottom: 4vw 0;
}

.py50 {
    padding-bottom: 5vw 0;
}

.py60 {
    padding-bottom: 6vw 0;
}

.py70 {
    padding-bottom: 7vw 0;
}

.py80 {
    padding-bottom: 8vw 0;
}

.py90 {
    padding-bottom: 9vw 0;
}

.py100 {
    padding-bottom: 10vw 0;
}

/* padding-top */

.pt10 {
    padding-top: 1vw;
}

.pt20 {
    padding-top: 2vw;
}

.pt30 {
    padding-top: 3vw;
}

.pt40 {
    padding-top: 4vw;
}

.pt50 {
    padding-top: 5vw;
}

.pt60 {
    padding-top: 6vw;
}

.pt70 {
    padding-top: 7vw;
}

.pt80 {
    padding-top: 8vw;
}

.pt90 {
    padding-top: 9vw;
}

.pt100 {
    padding-top: 10vw;
}

.pt110 {
    padding-top: 11vw;
}

.pt120 {
    padding-top: 12vw;
}

.pt130 {
    padding-top: 13vw;
}

.pt140 {
    padding-top: 14vw;
}

.pt150 {
    padding-top: 15vw;
}

.pt160 {
    padding-top: 16vw;
}

.pt170 {
    padding-top: 17vw;
}

.pt180 {
    padding-top: 18vw;
}

.pt190 {
    padding-top: 19vw;
}

.pt200 {
    padding-top: 20vw;
}

/* padding-bottom */

.pb10 {
    padding-bottom: 1vw;
}

.pb20 {
    padding-bottom: 2vw;
}

.pb30 {
    padding-bottom: 3vw;
}

.pb40 {
    padding-bottom: 4vw;
}

.pb50 {
    padding-bottom: 5vw;
}

.pb60 {
    padding-bottom: 6vw;
}

.pb70 {
    padding-bottom: 7vw;
}

.pb80 {
    padding-bottom: 8vw;
}

.pb90 {
    padding-bottom: 9vw;
}

.pb100 {
    padding-bottom: 10vw;
}

.pb110 {
    padding-bottom: 11vw;
}

.pb120 {
    padding-bottom: 12vw;
}

.pb130 {
    padding-bottom: 13vw;
}

.pb140 {
    padding-bottom: 14vw;
}

.pb150 {
    padding-bottom: 15vw;
}

.pb160 {
    padding-bottom: 16vw;
}

.pb170 {
    padding-bottom: 17vw;
}

.pb180 {
    padding-bottom: 18vw;
}

.pb190 {
    padding-bottom: 19vw;
}

.pb200 {
    padding-bottom: 20vw;
}

/* margin左右 */

.mx10 {
    margin: 0 1vw;
}

.mx20 {
    margin: 0 2vw;
}

.mx30 {
    margin: 0 3vw;
}

.mx40 {
    margin: 0 4vw;
}

.mx50 {
    margin: 0 5vw;
}

.mx60 {
    margin: 0 6vw;
}

.mx70 {
    margin: 0 7vw;
}

.mx80 {
    margin: 0 8vw;
}

.mx90 {
    margin: 0 9vw;
}

.mx100 {
    margin: 0 10vw;
}

/* margin上下 */

.my10 {
    margin: 1vw 0;
}

.my20 {
    margin: 2vw 0;
}

.my30 {
    margin: 3vw 0;
}

.my40 {
    margin: 4vw 0;
}

.my50 {
    margin: 5vw 0;
}

.my60 {
    margin: 6vw 0;
}

.my70 {
    margin: 7vw 0;
}

.my80 {
    margin: 8vw 0;
}

.my90 {
    margin: 9vw 0;
}

.my100 {
    margin: 10vw 0;
}

/* margin-top */

.mt10 {
    margin-top: 1vw;
}

.mt20 {
    margin-top: 2vw;
}

.mt30 {
    margin-top: 3vw;
}

.mt40 {
    margin-top: 4vw;
}

.mt50 {
    margin-top: 5vw;
}

.mt60 {
    margin-top: 6vw;
}

.mt70 {
    margin-top: 7vw;
}

.mt80 {
    margin-top: 8vw;
}

.mt90 {
    margin-top: 9vw;
}

.mt100 {
    margin-top: 10vw;
}

.mt110 {
    margin-top: 11vw;
}

.mt120 {
    margin-top: 12vw;
}

.mt130 {
    margin-top: 13vw;
}

.mt140 {
    margin-top: 14vw;
}

.mt150 {
    margin-top: 15vw;
}

.mt160 {
    margin-top: 16vw;
}

.mt170 {
    margin-top: 17vw;
}

.mt180 {
    margin-top: 18vw;
}

.mt190 {
    margin-top: 19vw;
}

.mt200 {
    margin-top: 20vw;
}

/* margin-bottom */

.mb10 {
    margin-bottom: 1vw;
}

.mb20 {
    margin-bottom: 2vw;
}

.mb30 {
    margin-bottom: 3vw;
}

.mb40 {
    margin-bottom: 4vw;
}

.mb50 {
    margin-bottom: 5vw;
}

.mb60 {
    margin-bottom: 6vw;
}

.mb70 {
    margin-bottom: 7vw;
}

.mb80 {
    margin-bottom: 8vw;
}

.mb90 {
    margin-bottom: 9vw;
}

.mb100 {
    margin-bottom: 10vw;
}

.mb110 {
    margin-bottom: 11vw;
}

.mb120 {
    margin-bottom: 12vw;
}

.mb130 {
    margin-bottom: 13vw;
}

.mb140 {
    margin-bottom: 14vw;
}

.mb150 {
    margin-bottom: 15vw;
}

.mb160 {
    margin-bottom: 16vw;
}

.mb170 {
    margin-bottom: 17vw;
}

.mb180 {
    margin-bottom: 18vw;
}

.mb190 {
    margin-bottom: 19vw;
}

.mb200 {
    margin-bottom: 20vw;
}

/* 余白スペース調整用 */

.space01 {
    margin-top: 1vw;
}

.space02 {
    margin-top: 2vw;
}

.space03 {
    margin-top: 3vw;
}

.space04 {
    margin-top: 4vw;
}

.space05 {
    margin-top: 5vw;
}

.space06 {
    margin-top: 6vw;
}

.space07 {
    margin-top: 7vw;
}

.space08 {
    margin-top: 8vw;
}

.space09 {
    margin-top: 9vw;
}

.space10 {
    margin-top: 10vw;
}

.space11 {
    margin-top: 11vw;
}

.space12 {
    margin-top: 12vw;
}

.space13 {
    margin-top: 13vw;
}

.space14 {
    margin-top: 14vw;
}

.space15 {
    margin-top: 15vw;
}

.space16 {
    margin-top: 16vw;
}

.space17 {
    margin-top: 17vw;
}

.space18 {
    margin-top: 18vw;
}

.space19 {
    margin-top: 19vw;
}

.space20 {
    margin-top: 20vw;
}

.space01_min {
    margin-top: -1vw;
}

.space02_min {
    margin-top: -2vw;
}

.space03_min {
    margin-top: -3vw;
}

.space04_min {
    margin-top: -4vw;
}

.space05_min {
    margin-top: -5vw;
}

.space06_min {
    margin-top: -6vw;
}

.space07_min {
    margin-top: -7vw;
}

.space08_min {
    margin-top: -8vw;
}

.space09_min {
    margin-top: -9vw;
}

.space10_min {
    margin-top: -10vw;
}

.space11_min {
    margin-top: -11vw;
}

.space12_min {
    margin-top: -12vw;
}

.space13_min {
    margin-top: -13vw;
}

.space14_min {
    margin-top: -14vw;
}

.space15_min {
    margin-top: -15vw;
}

.space16_min {
    margin-top: -16vw;
}

.space17_min {
    margin-top: -17vw;
}

.space18_min {
    margin-top: -18vw;
}

.space19_min {
    margin-top: -19vw;
}

.space20_min {
    margin-top: -20vw;
}


/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
    margin: 0;
}

h2 {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #00adff;
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.8;
}

h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44vw;
    height: 2px;
    background-color: #00adff;
}

.txt10_sp {
    font-size: 2.3vw;
}

.txt12_sp {
    font-size: 2.8vw;
}

.txt14_sp {
    font-size: 3.2vw;
}

.txt16_sp {
    font-size: 3.7vw;
}

.txt18_sp {
    font-size: 4.2vw;
}

.txt20_sp {
    font-size: 4.6vw;
}

.txt22_sp {
    font-size: 5vw;
}

.txt24_sp {
    font-size: 5.6vw;
}

.txt26_sp {
    font-size: 6vw;
}

.txt28_sp {
    font-size: 6.5vw;
}

.txt30_sp {
    font-size: 6.9vw;
}

.txt32_sp {
    font-size: 7.4vw;
}

.txt34_sp {
    font-size: 7.8vw;
}

.txt36_sp {
    font-size: 8.3vw;
}

.txt38_sp {
    font-size: 8.8vw;
}

.txt40_sp {
    font-size: 9.2vw;
}



}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield,
#textfield1,
#textfield2,
#textfield3 {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

#select {
    border-radius: 4px;
    border: 1px solid #999999;
    /* padding: 0.32rem 0.4rem 0.2rem 0.4rem; */
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
    text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
    margin: 0;
    padding: 0;
}

button,a {
    transition: .3s all ease;
    transition: all .3s ease;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none !important;
}

.yumincho {
    font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP","MS PMincho",serif;
}

.yugothic {
    font-family:"Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.no_scroll {
    height: 100vh;
    overflow-y: hidden;
}

.txt_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.txt_nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


