@charset "UTF-8";

/*============================
	index 共通
============================*/
/*html.active {overflow-y: hidden;}*/
.section__ttl {
    font-size:3.8rem;
    letter-spacing: .1em;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
    }
.section__ttl span{
    font-family: "Roboto", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: .1em;
    font-weight: 600;
    color: #003c79;
    }


.form_br{
    background: url("../img/cv_bg.jpg")repeat;
    padding: 70px 0;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    }
.form_br a {
    display: block;
    background: #fff;
    max-width: 780px;
    font-size: 3.5rem;
    letter-spacing: .1em;
    color: #003c79;
    margin:20px auto 0;
    padding: 30px 0;
    transition: .5s;
    font-weight: 600;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: 5px 5px 0px 0px #04315d;
    }
.form_br a span{
    background: url("../img/cv_mail.png")no-repeat center left;
    padding-left: 55px;
    }
.link__btn a:hover{
    opacity: 1;
    }



@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
.section__ttl {
    font-size:2.7rem;
    letter-spacing:0.3rem;
    margin-bottom: 40px;
    }
.section__ttl span{
    font-size: 1.5rem;
    letter-spacing: .1em;
    }

.form_br{
    padding: 50px 0;
    }
.form_br a {
    font-size: 2.0rem;
    letter-spacing: .1em;
    margin:20px auto 0;
    padding: 20px 0;
    }
.form_br a span{
    background: url("../img/cv_mail.png")no-repeat center left;
    background-size: 20px;
    padding-left: 25px;
    }  
}



/*============================
	kv
============================*/
.kv {
    background: url("../img/main_bg.jpg")no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 950px;
    }
.kv__copy {
    margin:90px auto 0;
    max-width: 1280px;
    width: 96%;
    background: url("../img/theagent.png")no-repeat bottom right;
    }
.kv__copy_sub{padding-left: 20px;}

@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    
.kv {
    background: url("../img/main_bg.jpg")no-repeat;
    background-size: cover;
    height: inherit;
    padding: 0 0 40px;
    }
.kv__copy {
    margin:0 auto 0;
    max-width: 1280px;
    width: 60%;
    background: url("../img/theagent.png")no-repeat bottom right;
    background-size: 80%;
    }
    .kv__copy img{max-width: 100%;}
.kv__copy_sub{padding-left: 5px;max-width: 70%;}
    
}



/*============================
	example
============================*/
#example.example {
    padding: 120px 0;
    box-sizing: border-box;
    }
#example.example .inner{
    background: url("../img/agent_img.png")no-repeat top center;
}
#example .ex_box{
    border: 2px solid #eaeaea;
    position: relative;
    padding: 60px 30px 30px;
    box-sizing: border-box;
    margin-top: 70px;
    background: url("../img/agent_bg.png")repeat;
    }
#example .ex_box h4{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 100%;
    max-width: 450px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-size: 2.5rem;
    color: #122d48;
    font-weight: 600;
    letter-spacing: 0.075rem;
    }
#example .ex_box::after{
   position: absolute;
    content: "";
    background: url("../img/agent_ex01.png")no-repeat top left;
    width: 66px;
    height: 66px;
    top: -60px;
    right: 60%;
    margin: auto;
    }
#example .ex_box02::after{
    background: url("../img/agent_ex02.png")no-repeat top left;
    }
#example .ex_box .flex{
    background: url("../img/agent_arw.png")no-repeat center;
    }
#example .ex_box_l,.ex_box_r{
    border: 3px solid #e1e1e1;
    position: relative;
    box-sizing: border-box;
    background: #f0f0f0;
    padding: 100px 60px 50px;
    width: 46%;
    }
#example .ex_box_r{
    border: 3px solid #122d48;
    }

#example .ex_box_ttl{
    position: absolute;
    z-index: 2;
    top: -3px;
    left: -3px;
    background: #a6a6a6;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.8rem;
    }
#example .ex_box_r .ex_box_ttl{background: #122d48;}

#example .ex_box li,
.structure_box02 li{
    font-size: 1.6rem;
    margin: 13px 0;
    line-height: 1.6;
    position: relative;
    padding: 0 0 0 17px;
    }
#example .ex_box li::before,
.structure_box02 li::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #a6a6a6;
    top: 7px;
    left: 0;
    border-radius: 100px;
    }

#example .ex_box li strong{
    font-weight: 600;
    color: #0058ae;
    font-size: 2.0rem;
    line-height: 1.1;
    }
#example .ex_box li strong span{font-weight: 600;font-size: 2.6rem;}

#example .recommendation{
    position: relative;
    border: 3px double #ddd;
    padding: 100px 90px 80px;
    margin-top: 80px;
    box-sizing: border-box;
    }
#example .recommendation h4{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 2.9rem;
    font-weight: 700;
    letter-spacing: 0.075rem;
}
#example .recommendation h4 span{
    position: relative;
    font-weight: 700;
    padding: 0 22px;
    }
#example .recommendation h4 span::before,
#example .recommendation h4 span::after{
    position: absolute;
    content: "";
    background: url("../img/reco01.png")no-repeat top;
    width: 22px;
    height: 19px;
    left: 0;
    top: 0;
    }
#example .recommendation h4 span::after{
    background: url("../img/reco02.png")no-repeat top;
    left: auto;
    right: 0;
}
#example .recommendation li{
    width: 50%;
    position: relative;
    margin: 5px 0;
    font-size: 1.9rem;
    padding: 0 0 0 25px;
    }
#example .recommendation li::before{
    position: absolute;
    content: "";
    background: url("../img/reco_icon.png")no-repeat top center;
    width: 21px;
    height: 21px;
    top: 8px;
    left: 0;
    }
@media screen and (max-width:1040px) {
#example.example .inner{
    background: url("../img/agent_img.png")no-repeat top center;
    background-size:760px;
    }    
#example .ex_box::after{
    right: 70%;
    }  
#example .ex_box_l, .ex_box_r {
    padding: 50px 30px 20px;
    }  
#example .recommendation {
    padding: 100px 30px 40px;
    }
#example .recommendation li{
    width: 48%;
    line-height: 1.5;
    }
#example .recommendation li::before {top: 4px;}
}
@media screen and (max-width:768px) {
    
#example.example {
    padding: 60px 0;
    }
#example.example .inner{
    background:none;
}
#example .ex_box{
    padding: 60px 20px 20px;
    box-sizing: border-box;
    margin-top: 70px;
    background: url("../img/agent_bg.png")repeat;
    }
#example .ex_box h4{
    top: -25px;
    width: 100%;
    max-width: 250px;
    font-size: 2.0rem;
    padding: 6px 0;
    }
#example .ex_box::after{
    background: url("../img/agent_ex01.png")no-repeat top left;
    background-size: 46px;
    width: 46px;
    height: 46px;
    top: -60px;
    right: 60%;
    }
#example .ex_box02::after{
    background: url("../img/agent_ex02.png")no-repeat top left;
    background-size: 46px;
    }
#example .ex_box .flex{
    background: none;
    }
#example .ex_box_l,.ex_box_r{
    padding: 40px 20px 20px;
    width: 100%;
    }
#example .ex_box_l{
    margin-bottom: 40px;
    }
#example .ex_box_l::after{
        position: absolute;
        content: "";
        background: url("../img/agent_arw02.png")no-repeat;
        width: 30px;
        height: 20px;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
#example .ex_box_ttl{
    padding: 10px 15px;
    font-size: 1.5rem;
    }

#example .ex_box li,
.structure_box02 li{
    font-size: 1.5rem;
    margin: 10px 0;
    line-height: 1.6;
    position: relative;
    padding: 0 0 0 12px;
    }
#example .ex_box li::before,
.structure_box02 li::before{
    content: "";
    width: 10px;
    height: 10px;
    top: 7px;
    }

#example .ex_box li strong{font-size: 1.8rem;}
#example .ex_box li strong span{font-size: 2.2rem;}

#example .recommendation{
    padding: 40px 0 20px;
    margin-top: 40px;
    }
#example .recommendation h4{
    position: static;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0;
}
#example .recommendation h4 span{
    padding: 0 18px;
    }
#example .recommendation h4 span::before,
#example .recommendation h4 span::after{
    background: url("../img/reco01.png")no-repeat top;
    background-size: 15px;
    width: 15px;
    height: 19px;
    }
#example .recommendation h4 span::after{
    background: url("../img/reco02.png")no-repeat top;
    background-size: 15px;
    }
    #example .recommendation ul{padding: 0 20px;}
#example .recommendation li{
    width: 100%;
    margin: 7px 0;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0 0 0 23px;
    }
#example .recommendation li::before{
    background: url("../img/reco_icon.png")no-repeat top center;
    background-size: 17px;
    width: 17px;
    height: 17px;
    top: 4px;
    }
   
    
    
    
    
}



/*============================
	structure
============================*/
#structure.structure {
    padding: 120px 0;
    background: url("../img/structure_bg.jpg")no-repeat fixed center;
    }
.structure_box{
    background: #fff;
    margin: auto;
    padding: 60px 0 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 860px;
    text-align: center;
    }
.structure_box p{
    text-align: right;
    display: block;
    padding: 60px 5px 5px;
    color: #7d7d7d;
    font-size: 1.3rem;
    }
.structure_box02{
    margin:80px auto 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 860px;
    padding: 60px 100px;
    position: relative;
    background:rgba(165,165,165,0.35); 
    border: 1px solid #ffffff;
    }
.structure_box02::after,
.structure_box02::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    }
.structure_box02::after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color:rgba(165,165,165,0.5); 
	border-width: 30px;
	margin-left: -30px;
    }
.structure_box02::before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ffffff;
	border-width: 31px;
	margin-left: -31px;
    }
.structure_box02 h4{
    color: #383838;
    background: url("../img/point.png")no-repeat center left;
    padding: 8px 0 5px 35px;
    font-size: 2.0rem;
    }

.structure_box02 li span{
    font-weight: 500;
    background: linear-gradient(transparent 70%, #fff 70%);
    }

@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    
#structure.structure {
    padding: 60px 0;
    background: url("../img/structure_bg.jpg")no-repeat center;
    background-size: cover;
    }
.structure_box{
    padding: 20px 15px 0;
    box-sizing: border-box;
    }
.structure_box p{
    padding: 20px 0 5px;
    font-size: 1.2rem;
    }
.structure_box02{
    margin:30px auto 0;
    padding: 20px 20px;
    }
.structure_box02::after {
	border-width: 20px;
	margin-left: -20px;
    }
.structure_box02::before {
	border-width: 21px;
	margin-left: -21px;
    }
.structure_box02 h4{
    background: url("../img/point.png")no-repeat center left;
    background-size: 22px;
    padding: 8px 0 5px 26px;
    font-size: 1.9rem;
    }
    
}

/*============================
	why
============================*/
#why.why {padding: 120px 0;}
#why.why figure{width: 50%;text-align: right;}
#why.why .txt{width: 50%}
#why.why .txt .section__ttl{
    font-size: 3.3rem;
    letter-spacing: 0.075rem;
    text-align: left;}
#why.why .txt p{
    display: block;
    padding-bottom: 30px;
    }

@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
#why.why {padding: 60px 0;}
#why.why figure{width: 100%;text-align: right;}
#why.why .txt{width: 100%}
#why.why .txt .section__ttl{
    font-size: 2.2rem;
    letter-spacing: 0;
    }
#why.why .txt p{
    padding-bottom: 20px;
    }  
}

/*============================
	profile
============================*/
#profile.profile {
    padding: 0 0 120px;
    position: relative;
    background: url("../img/profile.png")no-repeat right 22%;
    }
#profile.profile::after{
    position: absolute;
    content: "";
    width: 80%;
    height: 50%;
    background: #f0f0f0;
    z-index: -1;
    top: 20%;
    right: 0;
    }
#profile.profile figure{width: 50%;}
#profile.profile .txt{
    width: 44%;
    padding-top: 220px;
    }
#profile.profile .txt h3{
    font-size: 4.6rem;
    letter-spacing: 0.075rem;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
    }
#profile.profile .txt h3 span{
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    }
#profile.profile .txt p{
    display: block;
    padding-bottom: 30px;
    }

@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {   
#profile.profile {
    padding: 0 0 60px;
    background: none;
    }
#profile.profile::after{
    width: 90%;
    height: 90%;
    top: 5%;
    }
#profile.profile figure{width: 100%;}
#profile.profile .txt{
    width: 100%;
    padding-top:20px;
    }
#profile.profile .txt h3{
    font-size: 2.8rem;
    }
#profile.profile .txt h3 span{
    font-size: 1.5rem;
    }
#profile.profile .txt p{
    padding-bottom: 20px;
    }
   
    
    
}

/*============================
	life
============================*/
#life.life {
    padding: 120px 0;
    }
#life.life .section__ttl{
    font-size: 3.3rem;
    text-align: left;
    }
#life.life p{
    display: block;
    padding-bottom: 30px;
    }
#life.life ul{
    width: 100%;
    margin-top: 40px;
    }
#life.life li{width: 50%;}

@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    
#life.life {
    padding: 60px 0;
    }
#life.life .section__ttl{
    font-size: 2.2rem;
    letter-spacing: 0;
    }
#life.life p{
    padding-bottom: 20px;
    }
#life.life ul{
    width: 100%;
    margin-top: 10px;
    }
#life.life li{width: 100%;}   
    
    
}

/*============================
	contact
============================*/
#contact.contact {
    background: url("../img/form_bg.jpg")no-repeat fixed center;
    background-size: cover;
    padding: 120px 0;
    }
#contact.contact .inner{
    background: #fff;
    padding: 120px;
    box-sizing: border-box;
    }
#contact.contact .section__ttl{font-size: 3.3rem;}

#contact.contact table{
    width: 100%;
    }
#contact.contact table th{
    width: 240px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: top;
    }
#contact.contact table td{
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    }
#contact.contact table input[type="text"] {
	border: 1px solid #f0f0f0;
	padding: 15px;
	background: #f0f0f0;
	width: 100%;
    box-sizing: border-box;
	}

#contact.contact table textarea{
	border: 1px solid #f0f0f0;
	padding: 15px;
	background: #f0f0f0;
	width: 100%;
    box-sizing: border-box;
	}
#contact.contact table textarea::placeholder {color: #666;}
#contact.contact table td .privacy{
    padding: 40px;
    overflow-y: scroll;
    background: #eee;
    height: 200px;
    margin-bottom: 10px;
    }
#contact.contact table input[type="checkbox"]{
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    background: #ddd;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
      appearance: none;
    }
#contact.contact table input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 11px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
}
.form_btn{
    margin-top: 50px;
    text-align: center;}
.form_btn input,
.form_btn a{
	background: #242424;
	border: 1px solid #242424;
	font-weight: normal;
	color: #fff; 
	padding: 15px 0;
	font-size: 1.8rem;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.5s;
	width: 40%;
-webkit-appearance: none;
    border-radius: 100px;
    font-family: "Zen Kaku Gothic New", sans-serif;
	}
.form_btn a{
    display: block;
    max-width: 350px;
    margin: auto;
    }
.form_btn input:hover,
.form_btn a:hover{
	background: #fff;
	color: #242424;
	}
#contact.contact table th span{
    font-style: normal;
    background: #194e83;
    padding: 2px 10px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.1;
    margin-left: 10px;
    }

@media screen and (max-width:1040px) {
#contact.contact {padding: 120px 20px;}
#contact.contact .inner{padding: 60px 40px;}  
}

@media screen and (max-width:768px) {
#contact.contact {
    background: url("../img/form_bg.jpg")no-repeat center;
    background-size: cover;
    padding: 20px 20px;
    }
#contact.contact .inner{
    padding: 20px;
    }
#contact.contact .section__ttl{font-size:2.2rem;}

#contact.contact table{
    width: 100%;
    }
#contact.contact table th{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px 10px 0;
    }
#contact.contact table td{
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
    }
#contact.contact table input[type="text"] {
	padding: 10px;
	}
#contact.contact table textarea{
	padding: 10px;
	}
#contact.contact table td .privacy{
    padding:25px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    }
.form_btn{
    margin-top: 20px;
    }
.form_btn input,
.form_btn a{
    display: block;
    width: 100%;
    max-width: 350px;
	padding: 15px 0;
	font-size: 1.5rem;
    margin: auto;
	}

#contact.contact table th span{
    padding: 1px 6px;
    font-size: 1.3rem;
    margin-left: 6px;
    }
    
    
    
}

/*20240916*/
.warningText{
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: normal;
}

#contact.contact table input[type="text"].formS {
	width: 100px;
	margin-right: 10px;
	}
#contact.contact table input[type="text"].formM {
	max-width: 300px;
	}
