@charset "utf-8";
/* CSS Document */

/* ------------------------------------------
  reset
--------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
main,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

abbr {
    text-decoration: none;
}

mark {
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: top;
}

hr {
    height: 0;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    letter-spacing: 0.5px;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    min-width: 1200px;
}

a {
    color: #35b3a4;
    text-decoration: none;
}

a[href^="tel"] {
    pointer-events: none;
    color: #86d9cf;
    text-decoration: none;
}

a[href^="tel"] :hover {
    cursor: text;
}

a:hover {
    opacity: 0.75;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.text-link {
    color: #86d9cf;
    text-decoration: underline;
}

.text-link:hover {
    text-decoration: none;
}

.text-red {
    color: #cc0000;
}

.pc-hide {
    display: none !important;
}

.strong {
    font-weight: 700;
}

.font-l {
    font-size: 18px;
}

#page-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

#page-top:hover {
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

/* ------------------------------------------
  common
--------------------------------------------- */

.block {
    padding: 55px 0 75px;
}

.inner {
    width: 700px;
    margin: 0 auto;
}

.head-lv2 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 105px;
    padding-bottom: 30px;
}

.head-lv2:after {
    content: "";
    width: 164px;
    height: 2px;
    display: block;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -82px;
}

.head-lv3 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    padding-bottom: 10px;
}

/* ------------------------------------------
  header
--------------------------------------------- */

.header {
    background: #000;
    text-align: center;
}

/* ------------------------------------------
  lead
--------------------------------------------- */

.head-lv1 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    padding-bottom: 45px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 2px;
}

.head-lv1top {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 45px;
}

/* ------------------------------------------
  summary
--------------------------------------------- */

.block.summary {
    background: #f8f8f8;
    padding: 75px 0;
}

.summary .head-lv2 {
    margin-bottom: 25px;
}

.summary .notice {
    text-align: center;
    padding-bottom: 75px;
}

.summary-box {
    padding-bottom: 30px;
    line-height: 2;
}

.summary-present {
    font-size: 20px;
    padding-bottom: 20px;
	padding-top: 20px;
	line-height: 1.4;
}

.summary-present span {
    font-size: 30px;
    padding-top: 15px;
}

.summary-box ul li {
    line-height: 1.6;
    padding-bottom: 12px;
}

/* ------------------------------------------
  policy
--------------------------------------------- */
.block.policy {
    background: #fff;
    padding: 75px 0;
}

.policy .head-lv2 {
    margin-bottom: 40px;
}

.policy .notice {
    text-align: center;
    padding-bottom: 75px;
}

.policy-box {
    padding-bottom: 30px;
    line-height: 2;
}

.policy-box ul li {
    line-height: 1.6;
    padding-bottom: 12px;
}

/* ------------------------------------------
  entry btn
--------------------------------------------- */
.block.entry-btn {
    background: #fff;
    padding: 75px 0;
}

.entry-btn .head-lv2 {
    margin-bottom: 25px;
}

.entry-btn .notice {
    text-align: center;
    padding-bottom: 20px;
}

.entry-btn-box {
    padding-bottom: 30px;
    line-height: 2;
}


/* ------------------------------------------
  mailform
--------------------------------------------- */

.mailform {
    display: flex;
    flex-wrap: wrap;
}

.mailform dt {
    width: 210px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.mailform dt.mailform-text {
    padding-top: 15px;
    align-items: flex-start;
}

.mailform dd {
    width: calc(100% - 210px);
    padding-bottom: 30px;
}

.mailform .mailform-supplement {
    font-size: 12px;
}

::placeholder {
    font-size: 16px;
}

/*input*/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"] {
    border: none;
    padding: 15px 20px;
    width: 100% !important;
    height: 60px !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif;
}

textarea {
    border: none;
    padding: 30px 20px;
    width: 100% !important;
    height: 140px !important;
    background: #f8f8f8;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif;
}

textarea.honbun {
    border: none;
    padding: 30px 20px;
    width: 100% !important;
    height: 400px !important;
    background: #f8f8f8;
    border-radius: 3px;
    font-family: 'Noto Sans JP', sans-serif;
}

.select-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
    background: #f8f8f8;
}

.select-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    right: 28px;
    top: 45%;
    bottom: 5px;
    border-left: none;
    border-top: none;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.select-wrap:after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    position: absolute;
    z-index: 1;
    background: #999;
    right: 56px;
    top: 50%;
    margin-top: -16px;
    
}

.select-wrap.disabled {
    color: #d2d2d2;
    border-color: #d2d2d2;
}

.select-wrap.disabled:before {
    border-top-color: #d2d2d2;
}

.select-wrap select {
    width: 100%;
    height: 60px;
    border: none;
    vertical-align: middle;
    padding: 8px 20px;
    z-index: 2;
    position: relative;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans JP', sans-serif;
}

.select-wrap select::-ms-expand {
    display: none;
}

.css-form {
    display: none;
}

.mod-radio {
    padding-left: 28px;
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    position: relative;
    display: inline-block;
    margin: 8px 30px 5px 0;
    vertical-align: middle;
    font-weight: 500;
}

.mod-radio:last-child {
    margin-right: 0;
}

.mod-radio::before {
    content: "";
    display: block;
    position: absolute;
    background: #f8f8f8;
    border-radius: 100%;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
}

.mod-radio::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    background: #87dad0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    left: 4px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
}

input[type="radio"]:checked + .mod-radio::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-wrap{
    display: flex;
    justify-content: center;
    text-align: center;    
    padding: 40px 0 35px;
}

.btn-wrap .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #333;
    text-decoration: none;
    width: 455px;
    height: 90px;
    border-radius: 45px;
    background: #fff;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.btn-wrap .btn:hover{
    opacity: 0.75;
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.sns{
    display: flex;
    justify-content: center;
}

.sns li{
    padding: 0 5px;
}

.sns li a{
    display: block;
}

/* ------------------------------------------
  placeholder
--------------------------------------------- */

input::-webkit-input-placeholder {
    font-size: 12px;
}
input:-moz-placeholder {
    font-size: 12px;
}
input::-moz-placeholder {
    font-size: 12px;
}
input:-ms-input-placeholder {
    font-size: 12px;
}

textarea::-webkit-input-placeholder {
    font-size: 12px;
}
textarea:-moz-placeholder {
    font-size: 12px;
}
textarea::-moz-placeholder {
    font-size: 12px;
}
textarea:-ms-input-placeholder {
    font-size: 12px;
}

/* ------------------------------------------
  thanks
--------------------------------------------- */
.thanks{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thanks-title{
    color: #333;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 45px;
}

.thanks-messege{
    font-size: 20px;
    line-height: 1.9;
    font-weight: 500;
    padding-bottom: 45px;
}

.btn-thanks{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 455px;
    height: 90px;
    border-radius: 45px;
	background: #FFF;
    border: 1px solid #333;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
}

/* ------------------------------------------
  footer
--------------------------------------------- */
.footer{
    text-align: center;
    color: #999;
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 30px;
}


/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 750px) {
    /*common*/
    body {
        font-size: 11px;
        line-height: 18px;
        min-width: 0;
    }

    a:hover {
        opacity: 1;
    }

    .btn {
        width: 200px;
        font-size: 12px;
    }

    .pc-hide {
        display: block !important;
    }

    .pc-hide.btn {
        display: flex !important;
    }

    .sp-hide {
        display: none !important;
    }

    .inner {
        width: 100%;
        padding: 35px 0 50px;
    }

    a[href^="tel"] {
        pointer-events: auto;
    }
    
    .font-l {
        font-size: 12px;
    }

    /* ------------------------------------------
      common
    --------------------------------------------- */

    .block {
        padding: 35px 0;
    }

    .inner {
        width: 100%;
        padding: 0 25px;
    }
    
    .head-lv2 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 60px;
    }
    
    .head-lv2:after {
        content: "";
        width: 80px;
        height: 1px;
        margin-left: -40px;
    }

    .head-lv3 {
        font-size: 15px;
        padding-bottom: 5px;
    }


    /* ------------------------------------------
      lead
    --------------------------------------------- */

    .head-lv1 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    .lead {
        font-size: 13px;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    /* ------------------------------------------
      summary
    --------------------------------------------- */

    .block.summary {
        padding: 30px 0;
    }

    .summary .head-lv2 {
        margin-bottom: 15px;
    }

    .summary .notice {
        padding-bottom: 30px;
    }

    .summary-box {
        padding-bottom: 30px;
        line-height: 2;
        font-size: 12px;
    }

    .summary-present {
        font-size: 14px;
        padding-bottom: 20px;
		line-height: 1.4;
    }

    .summary-present span {
        font-size: 18px;
        padding-top: 15px;
    }

    .summary-box ul li {
        line-height: 1.6;
        padding-bottom: 12px;
    }
    
    /* ------------------------------------------
      mailform
    --------------------------------------------- */

    .mailform {
        display: block;
    }

    .mailform dt {
        width: 100%;
        font-size: 13px;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .mailform dt.mailform-text {
        padding-top: 0;
        align-items: center;
    }

    .mailform dd {
        width: 100%;
        padding-bottom: 25px;
    }

    .mailform .mailform-supplement {
        font-size: 8px;
    }
    
    ::placeholder {
        font-size: 12px;
    }
    
    .mod-radio {
        margin: 20px 0px;
        width: 100%;
        padding-left: 35px;
    }
    
    .mod-radio::before {
        top: -2px;
    }
    
    textarea {
        border: none;
        padding: 20px;
    }
    
    .btn-wrap{ 
        padding: 10px 0 60px;
    }

    .btn-wrap .btn{
        width: 220px;
        height: 45px;
        border-radius: 28px;
        font-size: 15px;
    }

    .btn-wrap .btn:hover{
        opacity: 1;
    }

    .sns li{
        padding: 0 10px;
    }

    .sns li a img{
        height: 35px;
        width: auto;
    }
    
    /* ------------------------------------------
      thanks
    --------------------------------------------- */
    .thanks{
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .thanks-title{
        font-size: 20px;
        padding-bottom: 30px;
    }

    .thanks-messege{
        font-size: 14px;
        line-height: 1.9;
        padding-bottom: 30px;
    }

    .btn-thanks{
        width: 220px;
        height: 45px;
        border-radius: 28px;
        font-size: 15px;
    }

}