@charset "utf-8";

/*----共通部分----*/

body {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'Meiryo UI',sans-serif;
    max-width: 540px;
    margin: auto;
}

.noSp {
    display: none;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 6vw;
}

h2 + p {
    margin: 0 auto 10vw;
    text-align: center;
}

p {
    font-size: 4vw;
    margin: 0 auto 4vw;
    width: 90%;
    line-height: 1.6;
}

img {
    width: 100%;
}

/*----ヘッダー----*/

header {
    height: 78vw;
    background: url(../images/head_image.jpg) no-repeat center bottom/100vw;
}

/*--メニューバー--*/

header .iconOuter {
    background: url(../images/logo.png) no-repeat 5vw center/30vw;
    background-color: #fff;
    position: relative;
}

header .iconWrapper {
    position: relative;
    height: 7.5vw;
    padding: 2vw 5vw;
}

header .iconInner {
    position: absolute;
    top: 50%;
    right: 0vw;
    width: 6vw;
    height: 6vw;
    margin: -5.7vw 0 0 0;
    z-index: 2;
    background: #000;
    padding: 2.75vw;
}

header .menuBar {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 6vw;
    height: 0.5vw;
    background-color: #fff;
    margin: -0.25vw -3vw 0 0;
    border-radius: 1px;
}

header .menuBar:before,
header .menuBar:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 6vw;
    height: 0.5vw;
    background-color: #fff;
    border-radius: 0.25vw;
    transition: 0.3s;
}

header .menuBar:before {
    margin: -2.25vw -3vw 0 0;
}

header .menuBar:after {
    margin: 1.75vw -3vw  0 0;
}

header .menuBar.open {
    background-color: transparent;
}

header .menuBar.open:before,
header .menuBar.open:after {
    margin: 0 -3vw 0 0;
}

header .menuBar.open:before {
    transform: rotate(45deg);
}

header .menuBar.open:after {
    transform: rotate(-45deg);
}

header .contactWrap {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-weight: bolder;
    width: 28vw;
    background: #f00;
    text-align: center;
    right: 11.5vw;
    top: 0;
    padding: 3.9vw 0;
    height: 11.5vw;
    box-sizing: border-box;
    font-size: 4vw;
}

header .contactWrap a {
    text-decoration: none;
    color: #fff;
}

.navSp ul {
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4vw 0 4vw 5vw;
}

.navSp ul li a {
    text-decoration: none;
    color: #000;
    font-size: 8vw;
    line-height: 1.2;
    padding: 2vw 0;
    display: inline-block;
}

.navSp ul li a span {
    font-size: 4vw;
    margin-left: 2vw;
}

/*----sec01----*/

.sec01 {
    padding: 6vw 0 20vw 0;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.sec01 .big {
    font-size: 6vw;
    margin-bottom: 3vw;
    font-weight: bold;
}

.sec01 .bold {
    font-weight: bold;
    margin-bottom: 6vw;
}

/*----sec02----*/

.sec02 {
    padding: 14vw 0 12vw;
    background: url(../images/bg01.jpg) no-repeat center/cover;
    margin-bottom: 15vw;
}

.sec02 h2 {
    color: #fff;
}

.sec02 h2 + p {
    color: #fff;
    margin-bottom: 10vw;
}

.sec02 p {
    color: #fff;
}

.sec02 .imgWrap img {
    width: 60%;
}

.sec02 h3 {
    font-size: 5vw;
    margin: 0 auto 10vw;
    width: 60vw;
    border: 1px solid #000;
    padding: 2vw;
}

.sec02 p {
    font-size: 3.5vw;
    width: 90vw;
    margin: 0 auto 4vw;
}

/*----sec03----*/

.sec03 {
    padding-bottom: 20vw;
}

.sec03 ul {
    background: url(../images/bg02.jpg) no-repeat center/cover;
    border-bottom: 1px solid #000;
}

.sec03 ul li {
    position: relative;
    padding: 5vw 0 5vw 30vw;
    border-top: 1px solid #000;
}

.sec03 ul li h3 {
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 4vw;
}

.sec03 ul li h3 + p {
    display: inline;
    position: absolute;
    font-weight: bold;
    left: 52vw;
    top: 5vw;
    font-size: 3.5vw;
    width: initial;
}

.sec03 ul li p {
    font-size: 3.4vw;
    width: 100%;
}

.sec03 ul li:first-of-type h3 + p {
    left: 78vw;
}

.sec03 ul li p {
    margin-left: initial;
    margin-bottom: initial;
}

/*----sec04----*/

.sec04 {
    padding-bottom: 4vw;
    background: url(../images/bg03.jpg) no-repeat bottom center/contain;
}

.sec04 h2 + p {
    margin-bottom: 22vw;
}

.sec04 table {
    border-collapse: collapse;
    color: #fff;
    margin: 0 auto 10vw;
    width: 90%;
}

.sec04 table th,
.sec04 table td {
    border: 1px solid #fff;
    vertical-align: middle;
    line-height: 1.5;
}

.sec04 table th {
    width: 25vw;
}

.sec04 table td {
    width: 60vw;
    text-align: left;
    padding: 5vw 0 5vw 5vw;
}

/*----sec05----*/

.sec05 {
    padding: 14vw 0 8vw 0;
    background: #f00;
}

.sec05 h2 {
    color: #fff;
}

.sec05 h2 + p {
    color: #fff;
}

.sec05 form {
    width: 90%;
    margin: auto;
}

.sec05 form table {
    width: 100%;
    box-sizing: border-box;
}

.sec05 form input,
.sec05 form textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 2vw;
    margin-bottom: 8vw;
    padding: 2vw;
    font-size: 4vw;
}

.sec05 form input[type="submit"] {
    border: none;
    background: #000;
    color: #fff;
    font-weight: bold;
    line-height: 2;
}

.sec05 p {
    width: 100%;
}

/*----thanksページ----*/

.thanks {
    margin: 30vw auto;
}

.thanks h2 {
    margin-bottom: 20vw;
}

.thanks h2 + p {
    margin-bottom: 4vw;
}

.thanks p {
    text-align: center;
}

.thanks a {
    text-decoration: none;
    display: block;
    width: 50vw;
    background: #f00;
    color: #fff;
    border-radius: 1vw;
    margin: 20vw auto 0;
    text-align: center;
    line-height: 3;
    font-size: 4vw;
    font-weight: bold;
}

/*----フッター----*/

footer {
    background-color: #000;
    line-height: 2.5;
    font-size: 3vw;
    text-align: center;
    color: #fff;
}


@media(min-width:540px) {

    /*----共通部分----*/

.noSp {
    display: initial;
}

h2 {
    font-size: 24px;
}

h2 + p {
    margin: 0 auto 40px;
}

p {
    font-size: 16px;
    margin: 0 auto 16px;
}

/*----ヘッダー----*/

header {
    height: 406px;
    background: url(../images/head_image.jpg) no-repeat center bottom / 100%;
}

/*--メニューバー--*/

header .iconOuter {
    background: url(../images/logo.png) no-repeat 20px center/120px;
}

header .iconWrapper {
    height: 30px;
    padding: 8px 20px;
}

header .iconInner {
    width: 24px;
    height: 24px;
    margin: -22.8px 0 0 0;
    padding: 11px;
}

header .menuBar {
    width: 24px;
    height: 2px;
    margin: -1px -12px 0 0;
}

header .menuBar:before,
header .menuBar:after {
    width: 24px;
    height: 2px;
    border-radius: 1px;
}

header .menuBar:before {
    margin: -9px -12px 0 0;
}

header .menuBar:after {
    margin: 7px -12px  0 0;
}

header .menuBar.open:before,
header .menuBar.open:after {
    margin: 0 -12px 0 0;
}

header .contactWrap {
    width: 112px;
    right: 46px;
    padding: 15.6px 0;
    height: 46px;
    font-size: 16px;
}

.navSp ul {
    padding: 16px 0 16px 20px;
}

.navSp ul li a {
    font-size: 32px;
    padding: 8px 0;
}

.navSp ul li a span {
    font-size: 16px;
    margin-left: 8px;
}

/*----sec01----*/

.sec01 {
    padding: 24px 0 80px 0;
}

.sec01 .big {
    font-size: 24px;
    margin-bottom: 12px;
}

.sec01 .bold {
    margin-bottom: 24px;
}

/*----sec02----*/

.sec02 {
    padding: 86px 0 130px;
    margin-bottom: 60px;
}

.sec02 h2 + p {
    margin-bottom: 62px;
}

.sec02 h3 {
    font-size: 20px;
    margin: 0 auto 40px;
    width: 240px;
    padding: 8px;
}

.sec02 p {
    font-size: 14px;
    margin: 0 auto 16px;
    width: 90%;
}

/*----sec03----*/

.sec03 {
    padding-bottom: 80px;
}

.sec03 ul li {
    padding: 32px 0 32px 180px;
}

.sec03 ul li h3 {
    font-size: 18.4px;
    margin-bottom: 22px;
}

.sec03 ul li h3 + p {
    left: 268px;
    top: 32px;
    font-size: 14px;
}

.sec03 ul li p {
    font-size: 13.6px;
}

.sec03 ul li:first-of-type h3 + p {
    left: 372px;
}

/*----sec04----*/

.sec04 {
    padding-bottom: 32px;
}

.sec04 h2 + p {
    margin-bottom: 150px;
}

.sec04 table {
    margin: 0 auto 150px;
}

.sec04 table th {
    width: 100px;
}

.sec04 table td {
    width: 240px;
    padding: 20px 0 20px 20px;
}

/*----sec05----*/

.sec05 {
    padding: 56px 0 32px 0;
    background: #f00;
}

.sec05 form input,
.sec05 form textarea {
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 8px;
    font-size: 16px;
}

/*----フッター----*/

footer {
    font-size: 12px;
}
}
