/* Scss Document */
.special{
	text-align: center;
	margin-top: 15px;
}
.marker {
 background: linear-gradient(transparent 70%, #f6ec82 70%);
font-weight: bold; 
}

.wrap_header {
    width: 1740px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}
.sp {
    display: none !important;
}
.txt_thanks {
    text-align: center;
}
.btn_fixed_pc {
    position: fixed;
    right: -100%;
    top: 400px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}
.fixed_btn {
    right: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}
.btn_fixed_pc:after {
    position: absolute;
    background: url(../img/shared/btn_icon2.png);
    width: 23px;
    height: 12px;
    left: 50%;
    bottom: 5%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
}
.btn_fixed_pc a {
    display: block;
    border: 7px solid #00956b;
    font-size: 24px;
    color: #00956b;
    text-align: center;
    padding: 16px 13px 25px 13px;
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 15px 12px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 12px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 12px 3px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
    font-weight: 500;
}
.btn_fixed_pc a span {
    font-size: 31px;
    position: relative;
}
.btn_fixed_pc a span.t1:before {
    position: absolute;
    background: url(../img/shared/btn_icon1.png);
    width: 26px;
    height: 33px;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}
header .nav-fixed {
    position: fixed;
    margin: 0 auto;
    background: #fff;
    opacity: 0;
    z-index: 9;
    transition: all 0.8s ease;
    transform: translateY(-100%);
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 -3px 10px 5px rgba(0, 0, 0, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 -3px 10px 5px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 -3px 10px 5px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    padding: 23px 0;
}
header .nav-fixed .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
header .nav-fixed nav a {
    font-size: 16px;
    padding: 0 15px;
    color: #000;
}
header .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.8s ease;
    opacity: 1;
    transform: translateY(0px);
}
header .nav-fixed .btn_fixed {
    width: 150px;
}
header .nav-fixed .btn_fixed a {
    border: 1px solid #000;
    border-radius: 15px;
    display: block;
    width: 217px;
    padding: 5px 0;
    text-align: center;
}
#key {
    position: relative;
    min-height: 200px;
    /*background: url("../img/shared/key_bg.png") no-repeat center bottom;
    background-size: cover;*/
    color: #000;
    padding-top: 26px;
	text-align: center;
}

#form {
    padding: 55px 0 50px;
}
#form h2 {
    text-align: center;
    position: relative;
    padding-top: 48px;
    margin-bottom: 60px;
}
#form h2:before {
    position: absolute;
    background: url("../img/index/sec5_mail.png") no-repeat;
    width: 62px;
    height: 47px;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}
#form h2 .t1 {
    color: #2ba0c3;
    font-size: 21px;
    font-weight: 500;
    line-height: 80px;
}
#form h2 .t2 {
    font-size: 38px;
    font-weight: 500;
    color: #151515;
}
#form h2 span {
    display: block;
}

#form a{
	color:#2ba0c3;
	font-weight: bold;
	text-decoration: underline;
}

#form #mail {
    margin: 60px auto 0;
    max-width: 100%;
    font-weight: 500;
    font-size: 15px;
}
#form #mail input, #form #mail textarea, #form #mail select {
    width: 100%;
    padding: 12px 5px;
    box-sizing: border-box;
	font-size: 16px;
}
#form .row {
    width: 770px;
    margin: 0 auto 30px;
}
#form #mail .mark-require {
    background: #ee303f;
    padding: 1px 0;
    text-align: center;
    width: 68px;
    border-radius: 35px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    align-self: flex-start;
}
#form #mail .not-mark-require {
    background: #707070;
    padding: 1px 0;
    text-align: center;
    width: 68px;
    border-radius: 35px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    align-self: flex-start;
}
#form #mail .fc-form .form-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#form #mail .caption {
    width: 260px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    font-size: 15px;
}
#form #mail .caption > span {
    line-height: 25px;
}
#form #mail .caption span > span {
    font-size: 12px;
    display: block;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
}
#form #mail .caption span > span.red {
    color: red;
}
#form #mail .input.form-value {
    width: calc(100% - 290px);
}
#form #mail label {
    margin-right: 17px;
}
#form #mail select {
    width: 190px;
}
#form #mail label input {
    width: auto;
}
#form #mail [type="radio"]:not(:checked) + span, #form #mail [type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#form #mail [type="radio"] + span:before, #form #mail [type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
#form #mail [type="radio"]:not(:checked) + span:before, #form #mail [type="radio"]:not(:checked) + span:after {
    border: 2px solid #d7d7d7;
}
#form #mail [type="radio"]:not(:checked), #form #mail [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#form #mail [type="radio"]:not(:checked) + span:before, #form #mail [type="radio"]:not(:checked) + span:after, #form #mail [type="radio"]:checked + span:before, #form #mail [type="radio"]:checked + span:after, #form #mail [type="radio"].with-gap:checked + span:before, #form #mail [type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}
#form #mail [type="radio"]:checked + span:before {
    border: 2px solid transparent;
}
#form #mail [type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    background-color: #00a061;
}
#form #mail [type="radio"]:not(:checked) + span, #form #mail [type="radio"]:checked + span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#form #mail [type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
#form #mail [type="radio"]:checked + span:after, #form #mail [type="radio"].with-gap:checked + span:after {
    background-color: #00a061;
}
#form #mail [type="radio"]:checked + span:after, #form #mail [type="radio"].with-gap:checked + span:before, #form #mail [type="radio"].with-gap:checked + span:after {
    border: 2px solid #00a061;
}
#form #mail textarea {
    height: 250px;
}
#form #mail .row.last .caption {
    padding-left: 80px;
    box-sizing: border-box;
    margin-top: 6px;
}
#form #mail .confirm-main .main .row.last .caption {
    padding-left: 0;
}
#form #mail .confirm-hide {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    margin-top: 50px;
}
#form #mail .confirm-hide .end {
    text-align: center;
}
#form #mail .confirm-hide .end a{
	text-decoration: underline;
}
#form #mail .confirm-hide .end a:hover{
	text-decoration: none;
}
#form #mail .rule {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    text-align: left;
    overflow: auto;
    height: 270px;
}
#form #mail .rule dl dt {
    font-weight: bold;
}
#form #mail .rule dl dd {
    font-weight: normal;
    margin-bottom: 17px;
    line-height: 22px;
    margin-left: 30px;
}
#form #mail .submit {
    text-align: center;
}
#form #mail .submit-confirm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#form #mail .submit-confirm .form-back {
    width: 18%;
    background: #545454;
}
#form #mail .submit-confirm .form-submit {
    width: 75%;
}
#form #mail .submit button {
    background: #2ba0c3;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    width: 680px;
    padding: 30px 0;
    border: none;
    position: relative;
    cursor: pointer;
	border-radius: 100px;
}
#form #mail .submit button:hover {
    opacity: 0.8;
    transition: all 0.5s;
}
#form #mail .submit button:before {
    position: absolute;
    content: url(../img/index/send_icon.png);
    width: 9px;
    height: 10px;
    left: 35px;
    top: 35%;
}
#form #mail .fc-form [class^='error'] {
    bottom: -21px;
    font-size: 11px;
    left: 77px;
}
#form #mail #privacy_checkbox_box {
    text-align: center;
    margin: 3% auto;
    padding: 4% 0%;
    font-weight: bold;
    width: 96%;
    background-color: #efefef;
}
#form .btn a{
	width: 300px;
	background-color: #2ba0c3;
	color: #fff;
	text-align: center;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
	padding: 10px 0;
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin: 0 auto 20px;
}
#form #mail .btn_terms {
    width: 500px;
    max-width: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: #00a061;
    margin: 0 auto;
    font-weight: 400;
    position: relative;
}
#form #mail .btn_terms a {
    display: block;
    padding: 14px 0;
}
#form #mail .btn_terms:before {
    position: absolute;
    top: 50%;
    content: '>';
    right: 30px;
    transform: translateY(-50%);
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
}
#form #mail .btn_terms span {
    font-size: 16px;
}
#form #mail #privacy_checkbox {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 auto 20px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 320px;
}
#form #mail #agree {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 auto 0px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 320px;
}
#form #mail #privacy_checkbox input {
    border: 1px solid #d8d8d8;
    border-radius: 10px;

    box-sizing: border-box;
    width: auto !important;
    align-self: center;
    margin-right: 15px;
}
#form #mail #privacy_checkbox .text {
    text-align: left;
}
#form #mail #agree input {
    border: 1px solid #d8d8d8;
    border-radius: 10px;

    box-sizing: border-box;
    width: auto !important;
    align-self: center;
    margin-right: 15px;
}
#form #mail #agree .text {
    text-align: left;
}
#form #mail .confirm-main .main {
    padding: 10px;
}
#form #mail .confirm-main .caption {
    margin-bottom: 5px;
}
#form #mail .confirm-main .input.form-value {
    margin-left: 77px;
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
    header .nav-fixed nav a {
        padding: 0 8px;
    }
    #sec1 .list {
        margin: 0 -3%;
    }
    header .nav-fixed .btn_fixed {
        width: 163px;
    }
    header .nav-fixed .btn_fixed a {
        width: 100%;
    }
    #sec2 .table1 {
        width: 100%;
        max-width: 97%;
    }
    #sec1 .list .box {
        width: 335px;
        min-height: 350px;
    }
    #sec2 .table2 {
        width: 100%;
        max-width: 97%;
    }
    #sec2 .note {
        margin-left: 34%;
    }
    #sec2 .note:after {
        right: 14%;
    }
    #sec_image h2 span.color {
        display: block;
    }
    #sec3 .group .list1 {
        
    }
    #sec3 .group .list2 {
        
    }
    #sec3 .group .item {
       width: 48%;
    }
    #sec3 .group .item dl dt {
        font-size: 15px;
        line-height: 24px;
    }
    #sec3 .group .item dl dd {
        font-size: 12px;
    }
    #key .content .col2 .btn1 {
        bottom: 50px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
    #sec2 .note:after {
        right: 27%;
    }
    #key .content .col1 h2 {
        font-size: 84px;
    }
	#key .navi_top .row h1{
		width: 300px;
    line-height: 20px;
	}
}
@media screen and (max-width: 999px) {
    .txt-vertical {
        writing-mode: inherit;
        -o-writing-mode: inherit;
        -ms-writing-mode: inherit;
        -moz-writing-mode: inherit;
    }
    .txt-vertical .txt-latin {
        writing-mode: inherit;
        -o-writing-mode: inherit;
        -ms-writing-mode: inherit;
        -moz-writing-mode: inherit;
    }
    body {
        line-height: 28px;
        font-size: 14px;
    }
    .txt-vertical .txt-latin {
        direction: inherit;
        -webkit-writing-mode: inherit;
    }
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    header h1 {
        color: #000;
        padding: 0 0 20px;
        font-size: 11px;
        line-height: 19px;
    }
    #key {
        /*background: url("../img/shared/key_bg_sp.png") no-repeat center bottom;
        background-size: cover;*/
        padding-top: 100px;
        min-height: auto;
    }
    #key .content {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #key .content .col1 {
        width: 100%;
    }
    #key .content .col1 h2 {
        text-align: center;
        font-size: 110px;
        line-height: 150px;
        margin-bottom: 23px;
    }
    #key .content .col1 p.ttl1 {
        text-align: center;
        font-size: 37px;
        margin-bottom: 55px;
        letter-spacing: 0px;
        margin-left: -2px;
    }
    #key .content .col1 p.ttl1 span {
        font-size: 29px;
    }
    #key .content .col1 dl {
        width: 100%;
        line-height: 60px;
        margin-bottom: 10px;
    }
    #key .content .col1 dl dt {
        font-size: 55px;
    }
    #key .content .col1 dl dt span.num {
        font-size: 100px;
    }
    #key .content .col1 dl dt .unit {
        font-size: 50px;
    }
    #key .content .col1 dl dd {
        font-size: 30px;
    }
    #key .content .col1 .btn1 {
        margin: 0 auto;
        max-width: 100%;
    }
    #key .content .col2 {
        width: 100%;
    }
    #key .content .col2 .star {
        left: 54%;
        top: 4px;
        width: 195px;
    }
    #key .content .col2 .star > span {
        top: 68px;
    }
    #key .content .col2 .photo {
        margin-right: 0;
        padding-top: 67px;
    }
    #key .content .col2 .btn1 {
        position: static;
        width: 95%;
        margin-top: -127px;
        margin: -130px auto 0;
    }
    #key .content .col2 .btn1 a {
        padding: 42px 0 41px 1px;
        font-size: 32px;
    }
    #key .content .col2 .btn1 a span {
        font-size: 45px;
        letter-spacing: 0;
    }
    #key .content .col2 .btn1 a:before {
        width: 33px;
        height: 41px;
        left: 43px;
        background-size: 100% 100%;
    }
    #key .content .col2 .btn1 a:after {
        width: 27px;
        height: 14px;
        background-size: 100% 100%;
        right: 32px;
        top: 55%;
    }
    #sec1 {
        padding: 141px 0 2px;
    }
    #sec1 h2 {
        font-size: 51px;
        margin-bottom: 82px;
    }
    #sec1 h2 span.t1 {
        font-size: 80px;
        font-weight: 900;
    }
    #sec1 h2 span.color {
        font-size: 115px;
        margin: 0 -37px 0 -46px;
    }
    #sec1 h2 span.color span {
        font-size: 45px;
    }
    #sec1 .list {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
    }
    #sec1 .list .box {
        margin: 0 auto 64px;
        max-width: 100%;
        width: 619px;
        min-height: 617px;
        padding-top: 122px;
    }
    #sec1 .list .box:before {
        position: absolute;
        background: url("../img/shared/sec1_deco_sp.png") no-repeat center top;
        width: 128px;
        height: 129px;
        content: '';
        top: -42px;
        transform: translateX(-50%);
        left: 50%;
        background-size: 100% 100%;
    }
    #sec1 .list .box dl {
        font-weight: 500;
        margin-bottom: 61px;
    }
    #sec1 .list .box dl dt {
        font-size: 47px;
        margin-bottom: 64px;
        line-height: 60px;
    }
    #sec1 .list .box dl dd {
        font-size: 75px;
    }
    #sec1 .list .box dl dd span.num {
        font-size: 175px;
        margin-left: 12px;
    }
    #sec1 .list .box .txt {
        font-weight: 400;
        font-size: 26px;
        line-height: 41px;
    }
    #sec1 .list .box .txt span {
        font-size: 17px;
    }
    #sec2 h2 {
        font-size: 57px;
        margin-bottom: 47px;
    }
    #sec2 {
        padding: 74px 0 50px;
    }
    #sec2 .table1 {
        width: 100%;
        margin-bottom: 15px;
    }
    #sec2 .table1 tr:first-child td {
        font-size: 20px;
        line-height: 30px;
    }
    #sec2 .table1 th {
        background: #00a061;
        font-size: 34px;
        color: #fff;
        text-align: center;
        padding: 6px 0 10px;
        width: 30%;
        vertical-align: middle;
        line-height: 48px;
    }
    #sec2 .table1 td {
        padding: 42px 0 31px 0px;
        color: #00a061;
        font-size: 32px;
        border: 2px solid #00a061;
        line-height: 63px;
    }
    #sec2 .table1 td .num {
        font-size: 50px;
    }
    #sec2 .table1 td .unit {
        font-size: 35px;
        font-weight: bold;
        letter-spacing: 7px;
    }
    #sec2 .table1 td .txt1 {
        margin-left: 0;
        font-size: 38px;
    }
    #sec2 .table2 {
        width: 100%;
        font-size: 22px;
    }
    #sec2 .table2 thead th:first-child {
        font-size: 31px;
        width: 212px;
        padding: 23px 0;
    }
    #sec2 .table2 thead td {
        font-size: 27px;
        padding: 5px 0;
    }
    #sec2 .table2 tbody td {
        padding: 10px 0 15px;
    }
    #sec2 .table2 tbody tr:last-child th:first-child img {
        width: auto;
    }
    #sec2 .table2 tbody tr:last-child th:first-child {
        line-height: 31px;
        font-size: 20px;
        padding: 38px 0 39px;
    }
    #sec2 .note {
        margin-left: 0;
        width: 63%;
        float: right;
    }
    #sec2 .txt {
        margin-bottom: 120px;
        margin-left: 19px;
        font-size: 18px;
        line-height: 35px;
    }
    #sec_image h2 span.color {
        font-size: 55px;
        display: block;
    }
    #sec_image .ttls:before {
        position: absolute;
        background: url(../img/index/pc_icon.png) no-repeat center top;
        width: 114px;
        height: 78px;
        content: '';
        top: 0;
        left: 0;
    }
    #sec_image .ttls:after {
        position: absolute;
        background: url(../img/index/sp_icon.png) no-repeat center top;
        width: 76px;
        height: 78px;
        content: '';
        top: 0;
        right: 0;
    }
    #sec3 {
        padding: 147px 0 90px;
    }
    #sec3 h2 {
        font-size: 55px;
        margin-bottom: 65px;
    }
    #sec3 .group {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #sec3 .group .list1 {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 15%;
        width: 690px;
    }
    #sec3 .group .list2 .last:before {
        display: none;
    }
    #sec3 .group .list1 .item:last-of-type:before {
        right: inherit;
        bottom: -97px;
        top: inherit;
        transform: rotate(90deg);
    }
    #sec3 .group .item:before {
        right: -21px;
		top: 80px;
    }
    #sec3 .group .list1 .item .note {
        right: 50%;
        transform: translateX(50%);
        top: inherit;
        bottom: -66px;
    }
    #sec3 .group .item p.icon {
        margin-bottom: 38px;
    }
    #sec3 .group .item dl dt {
        margin-bottom: 15px;
    }
    #sec3 .group .item dl.text_end dt {
        color: #00a061;
    }
    #sec3 .group .item p.icon img {
        width: auto;
    }
    #sec3 .group .list2 .item .note {
        right: inherit;
        left: -69px;
    }
    #sec3 .group .list2 .item:before {
        right: inherit;
        left: -21px;
        transform: rotate(180deg);
    }
    #sec3 .group .list2 {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        width: 690px;
        margin-left: 0;
    }
    #sec3 .group .item {
        width: 48%;
        padding: 27px 0 46px;
    }
    #sec4 #thumb_js .box {
        width: 650px;
        height: 650px;
    }
    #sec4 #thumb_js .box p.logo img {
        width: auto;
    }
    #form {
        padding: 44px 0 75px;
    }
    #form #mail {
        font-size: 28px;
        width: 90%;
    }
    #form #mail .fc-form .form-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #form #mail .caption {
        width: 100%;
        margin-bottom: 10px;
    }
    #form .row {
        margin: 0 auto 42px;
        width: 100%;
    }
    #form #mail .input.form-value {
        width: 100%;
        font-size: 14px;
    }
    #form #mail .fc-form .form-row .radio {
        margin-bottom: 30px;
    }
    #form #mail .mark-require {
        font-size: 19px;
        width: 83px;
    }
    #form #mail .not-mark-require {
        font-size: 19px;
        width: 83px;
    }
    #form #mail .confirm-main .input.form-value {
        margin-left: 95px;
    }
    #form h2 .t1 {
        font-size: 28px;
    }
    #form h2 .t2 {
        font-size: 43px;
    }
    #form #mail [type="radio"]:not(:checked) + span, #form #mail [type="radio"]:checked + span {
        font-size: 1.8rem;
    }
    #form #mail .row.last .caption {
        padding-left: 0;
        margin-top: 0;
    }
    #form #mail textarea {
        height: 245px;
    }
    #form #mail .confirm-hide {
        font-size: 18px;
        line-height: 30px;
    }
    #form #mail .fc-form [class^='error'] {
        left: 0;
    }
    #form #mail #privacy_checkbox {
        width: 370px;
    }
    #form #mail .submit button {
        width: 95%;
        padding: 25px 0 44px;
        font-size: 28px;
        letter-spacing: 2px;
        line-height: 44px;
    }
    #form #mail #agree {
        width: 370px;
    }
    #form #mail .submit button:before {
        content: url("../img/shared/send_icon_sp.png");
        width: 13px;
        height: 13px;
        left: 50%;
        top: 71%;
        transform: translateX(-50%);
    }
    footer {
        padding: 74px 0 0;
    }
    footer .ttl1 {
        font-size: 34px;
        margin-bottom: 45px;
    }
    footer .logo img {
        width: auto;
    }
    footer .bottom .wrap {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #socialbuttons {
        width: 100%;
        margin-bottom: 10px;
    }
    #socialbuttons {
        width: 100%;
    }
    footer .btn2 {
        width: 100%;
    }
    footer .btn2 a {
        display: block;
        border: 7px solid #00956b;
        font-size: 24px;
        color: #00956b;
        text-align: center;
        padding: 15px 0 15px 13px;
        background: #fff;
        border-radius: 40px;
        overflow: hidden;
        position: relative;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
        -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    }
    footer .btn2 a span {
        font-size: 45px;
        letter-spacing: 0;
    }
    address {
        margin-bottom: 20px;
    }
    footer .btn2 {
        position: fixed;
        left: 3%;
       
        z-index: 999;
        width: 94%;
      transition: all 1s ease;
		bottom: -100%;
		opacity: 0;
		visibility: hidden;
    }
    footer .btn2.show{
         transition: all 1s ease;
		bottom: 2%;
		opacity: 1;
		visibility: visible;
    }
    /*
	footer .btn2:before{
		      z-index: 2;
    position: absolute;
    background: url(../img/shared/btn_icon1.png);
    top: 50%;
    width: 33px;
    height: 41px;
    left: 17%;
    background-size: 100% 100%;
		transform: translate(-50%,-50%);
    content: '';
	}*/
    #mail .confirm-main .main {
        padding: 5% 3%;
    }
    footer .bottom {
        padding-bottom: 110px;
		position: relative;
    }
}
@media screen and (max-width: 767px) and (min-width: 601px) {
    #key .content .col1 h2 {
        font-size: 88px;
        line-height: 133px;
    }
    #key .content .col1 dl dd {
        font-size: 25px;
    }
    #sec1 h2 {
        font-size: 31px;
    }
    #sec1 h2 span.t1 {
        font-size: 75px;
    }
    #sec1 h2 span.color {
        font-size: 98px;
    }
    #sec1 .list .box {
        width: 585px;
    }
    #sec_image .ttls dl {
        margin-top: 118px;
    }
    #sec_image .ttls:before {
        top: -100px;
        left: 10%;
    }
    #sec_image .ttls:after {
        top: -100px;
        right: 10%;
    }
    #sec2 .table1 tr:first-child td {
        font-size: 14px;
    }
    #sec4 #thumb_js .box {
        width: 562px;
        height: 580px;
        padding-top: 39px;
    }
    #sec4 #thumb_js #gallery ul {
        margin-left: -3%;
        margin-right: -3%;
    }
    #form h2 .t2 {
        font-size: 35px;
    }
    #form #mail .lbl1 label {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    footer .ttl1 {
        font-size: 29px;
    }
    #form #mail .submit button {
        font-size: 21px;
    }
    #form #mail .submit button:before {
        top: 36%;
    }
}
@media screen and (max-width: 600px) {
    .header_sp {
        height: 65px;
    }
    .header_sp .logo_sp {
        padding: 13px 33px 15px 9px;
        width: 71%;
    }
    .hamburger {
        top: 4px;
        right: 5px;
    }
    #key {
        padding-top: 90px;
    }
    #key .content {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #key .content .col1 {
        width: 100%;
    }
    #key .content .col1 h2 {
        text-align: center;
        font-size: 55px;
        line-height: 75px;
        margin-bottom: 11px;
    }
    #key .content .col1 p.ttl1 {
        text-align: center;
        font-size: 18.5px;
        margin-bottom: 15px;
        letter-spacing: 0px;
        margin-left: -2px;
    }
    #key .content .col1 p.ttl1 span {
        font-size: 14px;
    }
    #key .content .col1 dl {
        width: 100%;
        line-height: 30px;
        margin-bottom: -10px;
    }
    #key .content .col1 dl dt {
        font-size: 26px;
    }
    #key .content .col1 dl dt span.num {
        font-size: 50px;
    }
    #key .content .col1 dl dt .unit {
        font-size: 25px;
    }
    #key .content .col1 dl dd {
        font-size: 15px;
    }
    #key .content .col1 .btn1 {
        margin: 0 auto;
        max-width: 100%;
    }
    #key .content .col2 {
        width: 100%;
    }
    #key .content .col2 .star {
        left: 54%;
        top: 29px;
        width: 103px;
    }
    #key .content .col2 .star > span {
        top: 32px;
    }
    #key .content .col2 .star span .t1 {
        font-size: 9px;
        line-height: 15px;
        margin-bottom: 0;
    }
    #key .content .col2 .star span .t2 {
        font-size: 18px;
        margin-bottom: -10px;
    }
    #key .content .col2 .star span .t3 {
        font-size: 8px;
    }
    #key .content .col2 .photo {
        margin-right: 0;
        padding-top: 67px;
    }
    #key .content .col2 .btn1 {
        position: static;
        width: 95%;
        margin-top: -60px;
        margin: -65px auto 0;
    }
    #key .content .col2 .btn1 a {
        padding: 13px 0 13px 1px;
        font-size: 22px;
    }
    #key .content .col2 .btn1 a span {
        font-size: 22.5px;
        letter-spacing: 0;
    }
    #key .content .col2 .btn1 a:before {
        width: 19px;
        height: 23px;
        left: 5%;
        background-size: 100% 100%;
    }
    #key .content .col2 .btn1 a:after {
        width: 14px;
        height: 7px;
        background-size: 100% 100%;
        right: 5%;
        top: 55%;
    }
    #sec1 {
        padding: 70px 0 2px;
    }
    #sec1 h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    #sec1 h2 span.t1 {
        font-size: 40px;
        font-weight: 900;
    }
    #sec1 h2 span.color {
        font-size: 57.5px;
        margin: 0 -18px 0 -23px;
    }
    #sec1 h2 span.color span {
        font-size: 22px;
    }
    #sec1 .list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #sec1 .list .box {
        margin: 0 auto 32px;
        max-width: 100%;
        width: 320px;
        min-height: 320px;
        padding-top: 61px;
    }
    #sec1 .list .box:before {
        position: absolute;
        background: url("../img/shared/sec1_deco_sp.png") no-repeat center top;
        width: 64px;
        height: 65px;
        content: '';
        top: -24px;
        transform: translateX(-50%);
        left: 50%;
        background-size: 100% 100%;
    }
    #sec1 .list .box dl {
        font-weight: 500;
        margin-bottom: 20px;
    }
    #sec1 .list .box dl dt {
        font-size: 24px;
        margin-bottom: 32px;
        line-height: 30px;
    }
    #sec1 .list .box dl dd {
        font-size: 37px;
    }
    #sec1 .list .box dl dd span.num {
        font-size: 87px;
        margin-left: 12px;
    }
    #sec1 .list .box .txt {
        font-weight: 400;
        font-size: 13.5px;
        line-height: 22px;
    }
    #sec1 .list .box .txt span {
        font-size: 9px;
    }
    #sec2 h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    #sec2 {
        padding: 40px 0 50px;
    }
    #sec2 p.txt_note {
        font-size: 21px;
        line-height: 30px;
    }
    #sec2 .table1 {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    #sec2 .table1 th {
        background: #00a061;
        font-size: 17px;
        color: #fff;
        text-align: center;
        padding: 6px 0 10px;
        width: 25%;
        vertical-align: middle;
        line-height: 24px;
    }
    #sec2 .table1 td {
        padding: 31px 0 31px 0px;
        color: #00a061;
        font-size: 16px;
        border: 2px solid #00a061;
        line-height: 31px;
    }
    #sec2 .table1 td .num {
        font-size: 24px;
    }
    #sec2 .table1 td .unit {
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 7px;
    }
    #sec2 .table1 td .txt1 {
        margin-left: 0;
        font-size: 19px;
    }
    #sec2 .table2 {
        width: 100%;
        font-size: 13px;
    }
    #sec2 .table2 thead th:first-child {
        font-size: 17px;
        width: 30%;
        padding: 3px 0;
    }
    #sec2 .table2 thead td {
        font-size: 14px;
        padding: 5px 0;
    }
    #sec2 .table2 tbody td {
        padding: 10px 0 10px;
    }
    #sec2 .table2 tbody tr:last-child th:first-child img {
        width: auto;
    }
    #sec2 .table2 tbody tr:last-child th:first-child {
        line-height: 22px;
        font-size: 13px;
        padding: 24px 0 14px;
    }
    #sec2 .table2 thead th:first-child span {
        margin-top: 0;
    }
    #sec2 .table2 tbody tr:last-child td {
        font-size: 30px;
    }
    #sec2 .table2 tbody tr:last-child td span {
        font-size: 19px;
    }
    #sec2 .note {
        margin-left: 0;
        width: 63%;
        float: right;
        font-size: 18px;
    }
    #sec2 .note span {
        letter-spacing: -10px;
        margin-left: -1px;
    }
    #sec2 .note:before {
        left: 24%;
    }
    #sec2 .note:after {
        right: 20%;
    }
    #sec2 .txt {
        margin-bottom: 60px;
        margin-left: 0px;
        font-size: 14px;
        line-height: 28px;
        padding: 0 5px;
    }
    #sec_image {
        padding: 92px 0 0px;
    }
    #sec_image h2 {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 24px;
        font-weight: 500;
    }
    #sec_image h2 span.color {
        font-size: 27px;
        display: block;
    }
    #sec_image h2 span.color span {
        font-size: 20px;
    }
    #sec_image .item dl span.color {
        display: block;
        margin-top: 15px;
    }
    #sec_image .item dl {
        margin-bottom: 24px;
    }
    #sec_image .item2 {
        display: block !important;
        margin-bottom: 0;
    }
    #sec_image .item2 p {
        margin: 12px auto 24px;
    }
    #sec_image .ttls dl {
        margin-top: 118px;
    }
    #sec_image .ttls:before {
        top: -100px;
        left: 10%;
    }
    #sec_image .ttls:after {
        top: -100px;
        right: 10%;
    }
    #sec_image .note {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
    }
    #sec_image .note span.space {
        display: block;
    }
    #sec_image .note span.t2 {
        line-height: 40px;
        font-size: 25px;
        margin-top: 12px;
        display: block;
    }
    #sec_image .note span.t2 span {
        font-size: 30px;
    }
    #sec2 .table1 tr:first-child td {
        font-size: 14px;
    }
    #sec3 {
        padding: 70px 0 60px;
    }
    #sec3 h2 {
        font-size: 27px;
        margin-bottom: 32px;
    }
    #sec3 .group {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #sec3 .group .list1 {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20%;
        width: 690px;
    }
    #sec3 .group .list2 .last:before {
        display: none;
    }
    #sec3 .group .list1 .item:last-of-type:before {
        right: inherit;
        bottom: -21px;
        top: inherit;
        transform: rotate(90deg) scale(0.7) translateY(10px);
    }
    #sec3 .group .item:before {
        right: -7%;
        top: 25%;
        transform: scale(0.7);
    }
    #sec3 .group .item .note {
        right: -39px;
        font-size: 11px;
        width: 58px;
        padding: 0;
        top: 91px;
    }
    #sec3 .group .list1 .item:last-of-type:before {
        bottom: -70px;
    }
    #sec3 .group .item p.icon {
        width: 80%;
        margin: 0 auto 34px;
    }
    #sec3 .group .item dl dt {
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 20px;
    }
    #sec3 .group .item dl dd {
        font-size: 10px;
        line-height: 18px;
    }
    #sec3 .group .list2 .last h3 {
        font-size: 14px;
        line-height: 20px;
    }
    #sec3 .group .list2 .last h3 span {
        font-size: 12px;
    }
    #sec3 .group .item p.icon img {
        width: 100%;
    }
    #sec3 .group .list2 .item .note {
        right: inherit;
        left: -50%;
        font-size: 11px;
        width: 44%;
        padding: 0;
        top: 45%;
        transform: translateX(50%);
    }
    #sec3 .group .list2 .item:before {
        right: inherit;
        left: -7%;
        transform: rotate(180deg) scale(0.7);
    }
    #sec3 .group .list2 {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        width: 690px;
        margin-left: 0;
    }
    #sec3 .group .item {
        width: 48%;
        padding: 27px 0 46px;
    }
    #sec3 .group .list1 .item .note {
        bottom: -41px;
    }
    #sec4 {
        padding-top: 0;
        padding-bottom: 70px;
    }
    #sec4 #thumb_js .box {
        width: 320px;
        height: 320px;
        padding-top: 40px;
    }
    #sec4 #thumb_js .box p.logo img {
        width: auto;
    }
    #sec4 #thumb_js .box h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    #sec4 #thumb_js .box h3 {
        font-size: 25px;
        line-height: 36px;
    }
    #sec4 #thumb_js .box h3 span {
        font-size: 20px;
    }
    #sec4 #thumb_js .box p.logo {
        width: 16%;
        margin: 0 auto 10px;
    }
    #sec4 #thumb_js {
        min-height: 380px;
    }
    #sec4 #thumb_js #gallery ul {
        margin-left: -5%;
        margin-right: -5%;
    }
    #sec4 #thumb_js #gallery ul li {
        width: 25px;
        height: 25px;
    }
    #form {
        padding: 22px 0 30px;
    }
    #form #mail .confirm-main .input.form-value {
        margin-left: 57px;
    }
    #form h2 {
        margin-bottom: 30px;
    }
    #form h2 .t1 {
        font-size: 14px;
    }
    #form h2 .t2 {
        font-size: 21px;
    }
    #form #mail {
        font-size: 14px;
        width: 100%;
    }
    #form #mail .fc-form .form-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #form #mail .caption {
        width: 100%;
        margin-bottom: 10px;
    }
    #form .row {
        margin: 0 auto 30px;
        width: 100%;
    }
    #form #mail .input.form-value {
        width: 100%;
    }
    #form #mail .fc-form .form-row .radio {
        margin-bottom: 15px;
    }
    #form #mail .mark-require {
        font-size: 12px;
        width: 48px;
        padding: 0;
    }
    #form #mail .not-mark-require {
        font-size: 12px;
        width: 48px;
        padding: 0;
    }
    #form h2:before {
        background-size: 50% 50%;
        background-position: center;
    }
    #form #mail label {
        margin-right: 17px;
        width: 80%;
        display: block;
        margin-bottom: 8px;
    }
    #form h2 .t1 {
        font-size: 14px;
        line-height: 40px;
    }
    #form h2 .t2 {
        font-size: 21px;
    }
    #form #mail [type="radio"]:not(:checked) + span, #form #mail [type="radio"]:checked + span {
        font-size: 0.9rem;
    }
    #form #mail .row.last .caption {
        padding-left: 0;
        margin-top: 0;
    }
    #form #mail textarea {
        height: 128px;
    }
    #form #mail .confirm-hide {
        font-size: 14px;
        line-height: 30px;
        padding-top: 25px;
        margin-top: 25px;
    }
    #form #mail .rule {
        padding: 10px;
    }
    #form #mail .submit button {
        width: 95%;
        padding: 25px 0 42px;
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 30px;
    }
    #form #mail .submit button:before {
        content: url(../img/shared/send_icon_sp.png);
        width: 13px;
        height: 13px;
        left: 50%;
        top: 70%;
        transform: translateX(-50%);
    }
    #form #mail .confirm-main .row.lbl1 .input.form-value {
        padding-left: 0;
    }
    #form #mail .submit-confirm .form-back {
        width: 22%;
    }
    #form #mail .submit-confirm .form-submit {
        font-size: 16px;
        width: 74%;
        letter-spacing: 0;
    }
    #form #mail .submit-confirm .form-back {
        font-size: 16px;
        width: 22%;
        letter-spacing: 0;
    }
    #form #mail #privacy_checkbox_box {
        padding: 4%;
        box-sizing: border-box;
    }
    #form #mail .row.lbl1 .input.form-value {
        padding-left: 15px;
        box-sizing: border-box;
    }
    #form #mail #privacy_checkbox {}
    #form #mail #agree {}
    #form #mail #privacy_checkbox {
        margin-bottom: 10px;
    }
    #form #mail #privacy_checkbox .text {
        margin-bottom: 0;
    }
    #form #mail #privacy_checkbox_box label {
        display: inline;
    }
    footer {
        padding: 30px 0 0;
    }
    footer .logo {
        width: 80%;
        margin: 0 auto 20px;
    }
    footer .btn1 {
        width: 80%;
        margin: 0 auto 20px;
    }
    footer .cookies_link {
        margin-bottom: 30px;
    }
    footer .ttl1 {
        font-size: 18px;
        margin-bottom: 22px;
    }
    footer .logo img {
        width: auto;
    }
    footer .btn2 a span {
        font-size: 22px;
    }
    footer .btn2 a {
        font-size: 18px;
    }
    footer .btn2:before {
        top: 50%;
        width: 26px;
        height: 29px;
        left: 10%;
        background: url("../img/shared/icon_map_sp.png");
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 370px) {
    #key .content .col1 h2 {
        font-size: 47px;
    }
    #key .content .col1 dl dd {
        font-size: 14px;
    }
    #key .content .col2 .btn1 a span {
        font-size: 19px;
    }
    #key .content .col2 .btn1 a {
        font-size: 14px;
    }
    #sec1 h2 span.color {
        font-size: 50px;
    }
    #sec1 h2 {
        font-size: 22px;
    }
    #sec3 .group .item dl dt {
        font-size: 11px;
    }
    #form h2 .t2 {
        font-size: 19px;
    }
    #form #mail .lbl1 label {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    #key .content .col1 h2 {
        font-size: 45px;
        line-height: 68px;
    }
    #key .content .col1 dl dd {
        font-size: 13px;
    }
    #key .content .col2 .star {
        left: 51%;
        top: 25px;
    }
    #key .content .col2 .photo {
        margin-left: -3%;
        margin-right: -3%;
    }
    #key .content .col2 .btn1 {
        margin-top: -50px;
    }
    #key .content .col2 .btn1 a {
        font-size: 18px;
    }
    #key .content .col2 .btn1 a span {
        font-size: 17.5px;
    }
    #sec1 {
        padding: 45px 0 2px;
    }
    #sec1 h2 {
        font-size: 19px;
    }
    #sec1 h2 span.t1 {
        font-size: 38px;
    }
    #sec1 h2 span.color {
        font-size: 54px;
    }
    #sec1 h2 span.color span {
        font-size: 21px;
    }
    #sec1 .list .box {
        width: 300px;
        height: 300px;
        padding-top: 55px;
        min-height: 300px;
    }
    #sec2 .table1 tr:first-child td {
        font-size: 11px;
    }
    #sec2 .table1 td {
        padding: 31px 0 31px 0px;
    }
    #sec2 .table1 th {
        width: 30%;
    }
    #sec2 .note {
        font-size: 16px;
    }
    #sec3 .group .item dl dt {
        font-size: 11px;
    }
    #sec3 .group .list1 {
        margin-bottom: 25%;
    }
    #sec3 .group .item:before {
        right: -8%;
    }
    #sec3 .group .list2 .item:before {
        right: -8%;
    }
    #sec3 .group .list2 .item .note {
        top: 38%;
    }
    #sec4 #thumb_js .box {
        width: 300px;
        height: 300px;
    }
    #form h2 .t2 {
        font-size: 18px;
    }
    #form #mail #privacy_checkbox .text {
        font-size: 11px;
    }
    #form #mail #agree .text {
        font-size: 11px;
    }
    #form #mail .submit button {
        font-size: 12px;
        line-height: 1.8;
    }
    #form #mail label {
        width: 100%;
    }
    #form #mail .submit-confirm .form-submit {
        font-size: 11px;
    }
    #form #mail .submit-confirm .form-back {
        font-size: 11px;
    }
    footer .btn2 a {
        padding: 20px 0;
        font-size: 20px;
    }
    footer .btn2 a span {
        font-size: 20px;
    }
    footer .ttl1 {
        font-size: 15px;
    }
}