@charset "utf-8";
/*****共通*****/
.underKeyimages .key-wrap {
    background: url(../images/news/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 55vh;
}
.ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
}



@media screen and (min-width: 768px) {
	.ttl {
		align-items: flex-end;
	}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.underKeyimages .key-wrap {
    background-size: cover;
    height: 35vh;
}
	.underKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
    left: 7%;
    top: 13%;
}
}

@media screen and (max-width: 767px) {
	.underKeyimages .key-wrap {
    background: url(../images/news/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}
}

/*****共通end*****/
.sec1{
	padding: 30px 20px;
}
.sec1 .wrap {
	background-color: #F1F6F7;
	position: relative;
	max-width: 100%;
	    padding: 60px 10px;
}
.sec1 .wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
    /* border-style: solid; */
    border-left: 190px solid transparent;
    border-top: 180px solid #fff;
    transform: rotate(-90deg);
}
.sec1 .wrap::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 190px;
    /* border-style: solid; */
    border-left: 190px solid transparent;
    border-top: 180px solid #fff;
    transform: rotate(90deg);
}
.sec1 .inner-wrap{
	max-width: 850px;
	padding: 0 10px;
        margin: 0 auto;
}
.sec1 .ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
}
.sec1 h1 {
    font-size: 90px;
    font-weight: bold;
    color: #bcbcbc;
    font-family: Helvetica;
    line-height: 120px;
}
.sec1 h1 span {
    color: #1B459B;
}
.sec1 h4 {
    font-size: 30px;
    color: #1B459B;
	position: relative;
	padding-right: 60px;
	
}
.sec1 h4::before {
    position: absolute;
    top: -1.2rem;
    left: -40px;
    width: 3px;
    height: 80px;
    content: "";
    background-color: #018ad2;
    transform: rotate(45deg);
}
.sec1 p{
	font-size: 17px;
	line-height: 30px;
}

.sec1 p.top-txt{
	font-size: 25px;
	font-weight: 400;
	margin-top: 4em;
	margin-bottom: 20px;
}

.sec1 a.top {
	display: block;
	margin: 30px auto 0;
	width: 400px; padding: 10px 0;
	background: #1B459B;
    color: #fff;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 400;
	margin-top: 4em;
	margin-bottom: 20px;
	border: solid 1px #1B459B;
}

.sec1 a.top:hover {
	background: #FFF;
    color: #1B459B;
}

.contact-box {
    margin: 0 auto;
	margin-top: 5em;
}
.contact-box .flex{
	justify-content: space-evenly;
	align-items: center;
}
.contact-box p{
	color: #fff;
	font-size: 20px;
}
a.contact {
background-color: #1b459b;
    position: relative;
    padding: 35px 0;
    justify-content: space-around;
}
.line_h {
    width: 1px;
    height: 72px;
    background-color: #fff;
}
.contact .tel-cont {
    padding-left: 20px;
    position: relative;
	text-align: right;
}
.contact .tel-cont:before {
    position: absolute;
    content: "";
    background: url(../images/contact/icon-contact.svg) no-repeat center / contain;
    width: 41px;
    height: 44px;
    left: -35px;
    top: -3px;
}
.contact .tel-cont p.tel {
    font-size: 35px;
    font-family: YuGothic, 'Yu Gothic medium';
    letter-spacing: 2px;
    font-weight: bold;
	
}
.contact .tel-cont p.tel_u {
    font-size: 15px;
	text-align: center;
    padding-top: 10px;
}


@media screen and (min-width: 768px) {

}
@media screen and (min-width: 768px) and (max-width: 1380px){

}
@media screen and (max-width: 767px) {
	.sec1 .wrap{
		padding: 60px 0px;
		padding-top: 20px;
	}
	.sec1 .wrap::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        /* border-style: solid; */
        border-left: 100px solid transparent;
        border-top: 100px solid #fff;
        transform: rotate(-90deg);
    }
	.sec1 .wrap::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        /* border-style: solid; */
        border-left: 100px solid transparent;
        border-top: 100px solid #fff;
        transform: rotate(90deg);
    }
	    .sec1 h1 {
        font-size: 45px;
        padding-top: 30px;
        line-height: 50px;
    }
	.sec1 h4 {
		font-size: 25px;
        margin-left: 2em;
        padding-right: 0;
	}
	.sec1 h4::before {
		position: absolute;
		top: -0.5rem;
		left: -30px;
		width: 2px;
		height: 60px;
		content: "";
		background-color: #1B459B;
		transform: rotate(45deg);
	}
	.sec1 p.top-txt{
		margin-top: 2em;
	}
	.sec1 a.top {
		text-align: center;
		display: block;
		margin: 30px auto 0;
		width: 300px; padding: 10px 0;
		background: #1B459B;
		color: #fff;
		border-radius: 50px;
		font-size: 14px;
		font-weight: 400;
		margin-top: 4em;
		margin-bottom: 20px;
		border: solid 1px #1B459B;
	}

	.sec1 a.top:hover {
		background: #FFF;
		color: #1B459B;
	}

	.sec1 p {
    font-size: 14px;
    line-height: 27px;
		text-align: left;
    position: relative;
    z-index: 1;
}
}


input[type="radio"] {
    display: inline-block;
    opacity: 1;
    position: static;
    margin: 0 5px 0 0;
    border: 1px solid;
    padding: 5px;
}
input[type="radio"]:checked {
  background-color: #152243;
}
#contact .center {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

input[type="checkbox"] {
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}

input[type="submit"] {
  -webkit-appearance: none;
}
.sec2 th {
    text-align: left;
    vertical-align: top;
    padding-top: 30px;
    font-weight: 500;
    color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
.sec2 th span{
	color: #008ad2;
	margin-left: 10px;
}
.sec2 td.check {
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 3em;
}
.sec2 td {
    padding-bottom: 1em;
    font-size: 17px;
    text-align: left;
    padding-top: 23px;
    border-bottom: 1px solid #babfca;
}
.sec2 .top-none th {
    padding-top: 0;
}
.sec2 .under-none th {
    border-bottom: none;
}
.sec2 .under-none td {
    padding-bottom: 0;
    border-bottom: none;
}
.sec2 input[type="text"], .sec2 input[type="email"], .sec2 input[type="tel"], textarea {
    border: 1px solid #bdbdbd;
    width: 100%;
    padding: 15px;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}
.sec2 table tr.home span.short input {
        width: 40%;
    }


/* .check {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.check .checknox-wrap {
    display: inline-block;
    line-height: 1;
      width: 45%;
    padding: 5px 0;
}*/

table .wpcf7-form-control {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

table .wpcf7-list-item {
    display: inline-block;
    line-height: 1;
      width: 45%;
    padding: 5px 0;
}

table input[type="checkbox"] {
    display: none;
}
table .wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 28px;
    display: inline-block;
	margin: 6px 0 8px;
	cursor: pointer;
}
table .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

table input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #2196F3;
    background: #2196F3;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

table input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "✔";
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
	color: #FFF;
}




.inner-pory .wpcf7-form-control {
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;*/
}

.inner-pory .wpcf7-list-item {
    display: inline-block;
    line-height: 1;
    padding: 5px 0;
	margin-right: 1em;
}

.inner-pory input[type="checkbox"] {
    display: none;
}
.inner-pory .wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 28px;
    display: inline-block;
	margin: 6px 0 8px;
	cursor: pointer;
}
.inner-pory .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.inner-pory input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #2196F3;
    background: #2196F3;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.inner-pory input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "✔";
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
	color: #FFF;
}




/*.checknox-wrap label {
  display: inline-block !important;
}
.checknox-wrap input[type="checkbox"],
.under-check-txtbox label input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid;
    margin: 6px 13px 8px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
}

.checknox-wrap label span{
	font-size: 15px;
	color: #152243;
}*/

/* チェックされた時の背景色 */
/*.checknox-wrap input[type="checkbox"]:checked,
.under-check-txtbox input[type="checkbox"]:checked{
  background-color: #2196F3;
  border-color: #2196F3;
}*/

/* ✔マークを表示する */
/*.checknox-wrap input[type="checkbox"]:checked::after,
.under-check-txtbox input[type="checkbox"]:checked::after{
    content: "✔";
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: -5px;
    left: -1px;
    user-select: none;
}*/


/* チェック時 チェックマーク表示 */
/*.checknox-wrap input:checked + .checkmark:after {
  display: block;
}
.under-check-txtbox input:checked + .checkmark:after {
  display: block;
}*/

.send-btn{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.send-btn input{
background-color: #1B459B;
    color: #fff;
    padding: 17px 80px;
    border: 1px solid #1B459B;
    border-radius: 50px;
    font-size: 13px;
	cursor: pointer;
}
.send-btn input:hover{
    background-color: #fff;
    color: #1B459B;
    border: 1px solid #1B459B;
	transition: 0.3s ease-in-out;
}
.under-check-txtbox{
	    margin-bottom: 40px;
	text-align: center;
    margin-top: 60px;
}
.under-check-txtbox p{
	    font-size: 15px;
    padding-bottom: 10px;
}
.under-check-txtbox p a{
	color: #10A0DA;
}

@media screen and (min-width: 768px) {
	.sec2 .wrap{
		width: 820px;
        margin: 0 auto;
}
.sec2 th {
	font-size: 17px;
	width: 25%;
	border-bottom: 1px solid #1e459f;
}
	.sec2 td {
        padding-left: 50px;
    }
}
@media screen and (max-width: 767px) {
.sec2 th {
    font-size: 17px;
	display: block;
        width: 100%;
}
	.sec2 td{
		width: 100%;
		display: block;
	}
	    .sec2 table tr.home span.short input {
        width: 60%;
    }
	.check .checknox-wrap {
		width: 50%;
        font-size: 15px;
	}
	input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
}
}

.sec3 {
	background-color: #F1F6F7;
	padding-top: 150px;
}
.sec3 .wrap{
	max-width: 1020px;
}
.sec3 .ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
}
.sec3 h1 {
    font-size: 90px;
    font-weight: bold;
    color: #bcbcbc;
    font-family: Helvetica;
    line-height: 120px;
}
.sec3 h1 span {
    color: #1B459B;
}
.sec3 h4 {
    font-size: 30px;
    color: #1B459B;
	position: relative;
	padding-right: 170px;
	letter-spacing: 3px;
}
.sec3 h4::before {
    position: absolute;
    top: -1.2rem;
    left: -40px;
    width: 3px;
    height: 80px;
    content: "";
    background-color: #018ad2;
    transform: rotate(45deg);
}
.sec3 dl.policy-cont dt {
    font-size: 24px;
    font-weight: bold;
    color: #1B459B;
}
 .sec3 dl.policy-cont dd {
    font-size: 16px;
	 margin: 25px 0;
	 font-family: noto-sans;
    line-height: 35px;
}
.policy-inner{
	margin-top: 10em;
}

@media screen and (max-width: 767px) {
	.sec3 .wrap{
		padding: 0px;
		padding-top: 20px;
	}
	.sec3 h1 {
        font-size: 40px;
        padding-top: 30px;
        line-height: 50px;
    }
	.sec3 h4 {
		font-size: 25px;
        margin-left: 2em;
        padding-right: 0;
	}
	.sec3 h4::before {
		position: absolute;
		top: -0.5rem;
		left: -30px;
		width: 2px;
		height: 60px;
		content: "";
		background-color: #1B459B;
		transform: rotate(45deg);
	}
	.policy-inner {
    margin-top: 3em;
    padding: 0 15px;
}
	.sec3 dl.policy-cont dt {
		font-size: 20px;
	}
	.sec3 dl.policy-cont dd {
    font-size: 14px;
    margin-top: 10px;
    font-family: noto-sans;
    line-height: 30px;
}
}

	#contact {
		background: linear-gradient(180deg, #F1F6F7 0%, #F1F6F7 50%, #1B459B 50%, #1B459B 100%);
	}