@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
    height: calc(100vh - 88px);
    padding-top: 6.3%;
    background: url("../img/index/main_img.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}
.mainVisual .inner {
    max-width: 1200px;
    margin: 0 auto;
}
.mainVisual .bgBox {
    width: 640px;
    padding: 70px 70px 66px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.85);
}
.mainVisual .bgBox .textImg {
    margin-bottom: 41px;
}
.mainVisual .bgBox .textImg img {

}
.mainVisual .bgBox p {
    font-weight: 500;
    font-size: 3.2rem;
    font-family: 'Noto Serif JP', serif;
}
.mainVisual .bgBox p .txt01 {
    margin: 2px 0 38px;
    display: block;
    font-weight: 600;
    color: #203058;
    font-size: 6.4rem;
}
.mainVisual .bgBox p .txt02 {
    display: block;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .sec01 {
    padding: 74px 0 80px;
    background-color: #bfbec5;
}
#main .sec01.on {
    margin-top: 88px;
}
#main .sec01 .inner {
    width: 960px;
    margin: 0 auto;
}
#main .sec01 h2 {
    float: left;
    margin: 0;
}
#main .sec01 dl {
    float: right;
    width: 720px;
    margin-top: -18px;
}
#main .sec01 dt {
    padding-top: 21px;
    float: left;
    color: #303030;
}
#main .sec01 dd {
    padding: 20px 0 21px 7.8em;
    border-bottom: 1px solid #EBEBEB;
}
#main .sec01 dd a:hover {
    text-decoration: underline;
}
#main .sec02 .imgBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .sec02 .imgBox > div {
    width: 50%;
}
#main .sec02 .imgBox .txtInner {
    width: 600px;
    padding: 0 100px 0 0;
    float: right;
    box-sizing: border-box;
}
#main .sec02 .imgBox h2 {
    margin-bottom: 53px;
    font-size: 4.8rem;
    font-weight: 600;
    color: #203058;
    font-family: 'Noto Serif JP', serif;
}
#main .sec02 .imgBox h2 > span {
    padding-bottom: 10px;
    border-bottom: 3px solid #FBD266;
}
#main .sec02 .imgBox h2 > span span {
    font-size: 2rem;
}
#main .sec02 .imgBox p {
    font-size: 1.8rem;
    line-height: 1.75;
    font-weight: 500;
    color: #203058;
}
#main .sec02 .imgBox p:not(:last-child) {
    margin-bottom: 31px;
}
#main .sec02 .imgBox01 .txtInner {
    padding: 0 0 0 120px;
    float: none;
}
#main .sec02 .imgBox01 p {
    margin-bottom: 57px !important;
}
#main .sec03 {
    padding: 74px 0 105px;
    background-color: #F5F5F5;
}
#main .sec03 dl {
    width: 960px;
    margin: 0 auto 14px;
    border: 2px solid #F0F0F0;
    background-color: #fff;
    box-sizing: border-box;
}
#main .sec03 dl dt {
    padding: 11px 58px 14px;
    color: #203058;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    background: url("../img/common/icon03.png") no-repeat center right 22px;
    background-size: 12px auto;
}
#main .sec03 dl dt.on {
    background-image: url("../img/common/icon03_on.png");
}
#main .sec03 dl dt span,
#main .sec03 dl dd span {
    width: 32px;
    height: 32px;
    padding-top: 4px;
    display: block;
    text-align: center;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -16px;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #293764;
    font-family: 'Roboto', sans-serif;
}
#main .sec03 dl dd span {
    top: 9px;
    padding-top: 2px;
    margin-top: 0;
    background-color: #373737;
}
#main .sec03 dl dd {
    display: none;
    padding: 10px 58px 18px;
    line-height: 1.75;
    position: relative;
}
#main .sec03 th, #main .sec03 td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	padding: 10px;
}
#main .sec03 table {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main .sec03 table #th{
	width: 300px;
}
#main .sec03 table #td {
	width: 600px;
}


#main .sec04 {
    min-height: 640px;
    padding-top: 120px;
    box-sizing: border-box;
    background: url("../img/index/bg01.jpg") no-repeat center center;
    background-size: cover;
}

#main .sec04 .inner {
    width: 1200px;
    margin: 0 auto;
}
#main .sec04 .bgBox {
    padding: 70px 80px 66px;
    width: 600px;
    box-sizing: border-box;
    background-color: #fff;
}
#main .sec04 .bgBox h2 {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 3.2rem;
    color: #203058;
    font-family: 'Noto Serif JP', serif;
}
#main .sec04 .bgBox h2 span {
    padding-bottom: 15px;
}
#main .sec04 .bgBox p {
    margin-bottom: 34px;
    line-height: 1.75;
}
#main .sec05 {
    padding: 75px 0 121px;
    background: url("../img/index/bg02.jpg") no-repeat center top;
    background-size: cover;
}

#main .sec05 .formBox {
    width: 1200px;
    margin: -1px auto 0;
    padding: 79px 79px;
    box-sizing: border-box;
    background-color: #fff;
}
#main .sec05 table {
    width: 100%;
    border-collapse: collapse;
}
#main .sec05 table th,
#main .sec05 table td {
    padding: 14px 18px;
    font-size: 1.4rem;
    vertical-align: top;
    text-align: left;
    border: 2px solid #F0F0F0;
    background-color: #fff;
    box-sizing: border-box;
    word-break: break-all;
}
#main .sec05 table th {
    padding: 21px 19px 20px;
    width: 26.9%;
    font-weight: 700;
    overflow: hidden;
    background-color: #F5F5F5;
}
#main .sec05 table th .must {
    width: 32px;
    float: right;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    padding: 3px 0;
    background-color: #CB0400;
    border-radius: 2px;
}
#main .sec05 table td input[type="text"],
#main .sec05 table td input[type="email"] {
    width: 482px;
    height: 34px;
    padding: 0 5px;
    font-size: 1.4rem;
    background-color: #fff;
    border: 2px solid #E7E7E7;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#main .sec05 table td select {
    width: 170px;
    height: 34px;
    padding: 0 5px;
    font-size: 1.4rem;
    background: #fff url("../img/index/select_bg.png") no-repeat center right 9px;
    background-size: 6px auto;
    border: 2px solid #E7E7E7;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#main .sec05 table td select::-ms-expand { 
    display: none; 
}
#main .sec05 table td textarea {
    width: 100%;
    height: 158px;
    padding: 10px 5px;
    font-size: 1.4rem;
    background-color: #fff;
    border: 2px solid #E7E7E7;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
#main .sec05 table td .wid01[type="text"] {
    width: 562px;
}
#main .sec05 table td .wid02[type="text"] {
    width: 322px;
}
#main .sec05 table td .wid03[type="text"] {
    width: 66px;
}
#main .sec05 table td .wid04[type="text"] {
    width: 82px;
}
#main .sec05 table dt {
    padding-top: 7px;
    float: left;
}
#main .sec05 table dd {
    padding: 0 0 12px 7.85em;
}
#main .sec05 table dd:last-child {
    padding-bottom: 0;
}
#main .sec05 table td .border {
    display: inline-block;
    min-width: 16px;
    text-align: center;
}
#main .sec05 .agree {
    margin-top: 43px;
    text-align: center;
    font-size: 1.3rem;
}
#main .sec05 .agree input[type="checkbox"] {
	display: none;
}
#main .sec05 .agree input[type="checkbox"] + label {
	padding-left: 30px;
	display: inline-block;
	background: url("../img/index/check_img01.png") no-repeat left center;
    background-size: 17px auto;
}
#main .sec05 .agree input[type="checkbox"]:checked + label {
	background-image: url("../img/index/check_img02.png");
}
#main .sec05 .agree a {
    color: #0066CC;
    text-decoration: underline;
}
#main .sec05 .agree a:hover {
    text-decoration: none;
}
#main .sec05 .agree input {
    display: inline-block;
    vertical-align: middle;
}
#main .sec05 .submit {
    margin-top: 47px;
    text-align: center;
}
#main .sec05 .submit li {
    width: 320px;
    margin: 0 10px;
    display: inline-block;
}
#main .sec05 .submit input {
    display: block;
    padding: 17px 0 18px;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: #273866;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
#main .sec05 .submit input:hover {
    opacity: 0.7;
}
#main .sec06 {
	background: url("../img/index/bg02.jpg") no-repeat center top;
	background-size: cover;
	padding-top: 175px;
	padding-right: 0;
	padding-bottom: 121px;
	padding-left: 0;
}
#main .sec06 p {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}

.errorMsg,
#main .sec05 .formBox > p > span {
    color: #f00;
    display: block;
    margin-bottom: 20px;
}

@media all and (max-width: 1450px) {
    #main .sec02 .imgBox h2 {
        margin-bottom: 30px;
    }
    #main .sec02 .imgBox p:not(:last-child) {
        margin-bottom: 13px;
    }
    #main .sec02 .imgBox01 p {
        margin-bottom: 23px !important;
    }
}

@media all and (max-width: 767px) {
    .mainVisual {
        padding-top: 26.6%;
        background-image: url("../img/index/sp_main_img.jpg");
    }
    .mainVisual .inner {
        max-width: inherit;
    }
    .mainVisual .bgBox {
        width: auto;
        margin: 0 28px;
        padding: 70px 5px 51px;
    }
    .mainVisual .bgBox .textImg {
        text-align: center;
        margin-bottom: 10px;
    }
    .mainVisual .bgBox .textImg img {
       width: 230px;
    }
    .mainVisual .bgBox p {
        font-size: 1.8rem;
        text-align: center;
    }
    .mainVisual .bgBox p .txt01 {
        margin: 0 0 20px;
        font-size: 3.6rem;
    }
    .mainVisual .bgBox p .txt02 {
        font-size: 1.2rem;
    }
    #main .sec01 {
        padding: 35px 28px 40px;
    }
    #main .sec01.on {
        margin-top: 0;
    }
    #main .sec01 .inner {
        width: auto;
    }
    #main .sec01 h2 {
        margin: 0 20px 28px 0;
        float: none;
        text-align: center;
    }
    #main .sec01 dl {
        float: none;
        width: auto;
        margin-top: 0;
    }
    #main .sec01 dt {
        padding-top: 16px;
        float: none;
    }
    #main .sec01 dd {
        padding: 1px 0 15px;
        line-height: 1.75;
    }
    #main .sec01 dd a:hover {
        text-decoration: none;
    }
    #main .sec02 .imgBox {
        display: flex;
        flex-wrap: wrap;
    }
    #main .sec02 .imgBox > div {
        width: 100%;
    }
    #main .sec02 .imgBox .photo {
        order: -1;
    }
    #main .sec02 .imgBox .photo img {
        width: 100%;
    }
    #main .sec02 .imgBox .txtInner {
        width: auto;
        padding: 32px 28px 54px;
        float: none;
    }
    #main .sec02 .imgBox h2 {
        margin-bottom: 33px;
        font-size: 3rem;
        text-align: center;
    }
    #main .sec02 .imgBox h2 > span {
        padding-bottom: 6px;
    }
    #main .sec02 .imgBox h2 > span span {
        font-size: 1.8rem;
    }
    #main .sec02 .imgBox p {
        font-size: 1.6rem;
    }
    #main .sec02 .imgBox p:not(:last-child) {
        margin-bottom: 28px;
    }
    #main .sec02 .imgBox01 .txtInner {
        padding: 32px 28px 61px;
    }
    #main .sec02 .imgBox01 p {
        margin-bottom: 35px !important;
    }
    #main .sec03 {
        padding: 35px 27px 42px;
    }
    #main .sec03 dl {
        width: auto;
        margin: 0 auto 18px;
    }
    #main .sec03 dl dt {
        padding: 5px 42px 4px;
        min-height: 58px;
        box-sizing: border-box;
        line-height: 1.75;
        background: url("../img/common/sp_icon01.png") no-repeat top 18px right 18px;
        background-size: 14px auto;
    }
    #main .sec03 dl dt.on {
        background-image: url("../img/common/sp_icon01_on.png");
    }
    #main .sec03 dl dt span,
    #main .sec03 dl dd span {
        width: 28px;
        height: 28px;
        padding-top: 1px;
        left: 4px;
        top: 11px;
        margin-top: 0;
        font-size: 1.5rem;
        border-radius: 2px;
    }
    #main .sec03 dl dd span {
        top: 22px;
        padding-top: 1px;
    }
    #main .sec03 dl dd {
        display: none;
        padding: 17px 20px 16px 41px;
        font-size: 1.2rem;
    }
    #main .sec04 {
        min-height: inherit;
        padding-top: 0;
        background: none;
    }
    #main .sec04 > img {
        width: 100%;
    }
    #main .sec04 .inner {
        width: auto;
    }
    #main .sec04 .bgBox {
        padding: 32px 28px 60px;
        width: auto;
    }
    #main .sec04 .bgBox h2 {
        margin-bottom: 38px;
        font-size: 2.4rem;
    }
    #main .sec04 .bgBox h2 span {
        padding-bottom: 8px;
    }
    #main .sec04 .bgBox p {
        margin-bottom: 35px;
    }
    #main .sec05 {
        padding: 40px 27px 51px;
        background-image: url("../img/index/sp_bg02.jpg");
    }
    #main .sec05 .formBox {
        width: auto;
        margin: -8px auto 0;
        padding: 0;
        background: none;
    }
    #main .sec05 table th,
    #main .sec05 table td {
        display: block;
        width: 100% !important;
        padding: 0 0 18px;
        border: none;
        background: none;
    }
    #main .sec05 table th {
        padding: 0 0 8px;
        background: none;
    }
    #main .sec05 table th .must {
        width: 25px;
        font-size: 0.8rem;
        padding: 2px 0;
        margin-top: 6px;
    }
    #main .sec05 table td input[type="text"],
    #main .sec05 table td input[type="email"] {
        width: 100%;
        height: 43px;
    }
    #main .sec05 table td select {
        width: 162px;
        height: 43px;
        background: #fff url("../img/index/sp_select_bg.png") no-repeat center right 12px;
        background-size: 10px auto;
    }
    #main .sec05 table td textarea {
        height: 122px;
    }
    #main .sec05 table td .wid01[type="text"] {
        width: 100%;
    }
    #main .sec05 table td .wid02[type="text"] {
        width: 100%;
    }
    #main .sec05 table td .wid03[type="text"] {
        width: 62px;
    }
    #main .sec05 table dt {
        padding-top: 10px;
    }
    #main .sec05 table dd {
        padding: 0 0 10px 6.15em;
    }
    #main .sec05 table dd:last-child {
        padding-bottom: 0;
    }
    #main .sec05 table td .border {
        min-width: 26px;
    }
    #main .sec05 .agree {
        margin-top: 8px;
        font-size: 1.2rem;
    }
    #main .sec05 .agree input[type="checkbox"] + label {
        padding-left: 24px;
        background-size: 13px auto;
    }
    #main .sec05 .agree a:hover {
        text-decoration: underline;
    }
    #main .sec05 .submit {
        margin-top: 37px;
    }
    #main .sec05 .submit li {
        width: auto;
        margin: 0 0 10px;
        display: block;
    }
    #main .sec05 .submit input {
        padding: 12px 0;
        font-size: 1.6rem;
    }
    #main .sec05 .submit input:hover {
        opacity: 1;
    }
	#main .sec03 table {
		width: 90%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	#main .sec03 table #th{
		width: 20%;
	}
	#main .sec03 table #td {
		width: 80%;
	}
	#main .sec06 p{
		width: 90%;
	}
}

@media all and (max-height: 425px) {
    .mainVisual {
        padding-top: 10.6%;
    }
    .mainVisual .bgBox {
        padding: 24px 5px 18px;
    }
}

@media all and (max-width: 335px) {
    #main .sec02 .imgBox h2 {
        font-size: 2.9rem;
    }
}

/*------------------------------------------------------------
	comfirm
------------------------------------------------------------*/
.comfirm #gHeader {
    position: fixed;
}
.comfirm #main .sec05 {
    padding-top: 165px;
}
.comfirm #main .sec05 table dt {
    padding-top: 0 !important;
}

@media all and (max-width: 767px) {
    .comfirm #main .sec05 {
        padding-top: 100px;
    }
    .comfirm #gHeader {
        display: block;
        position: fixed;
    }
    
}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks #gHeader {
    position: fixed;
}
.thanks #main .sec05 {
    padding: 200px 0;
}
.thanks #main .thanksTxt {
    margin-bottom: 70px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .thanks #main .sec05 {
        padding: 135px 27px;
    }
    .thanks #gHeader {
        display: block;
        position: fixed;
    }
    
}
