/*
「index」
*/
#page_index {

}
#top_main {
    color: #fff;
    background-image: url(../images/main.jpg);
    /* background-color: rgba(0,0,0,0.9); */
}
#top_main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.4); */
    z-index: 1;
}
#top_main #t_m_text {
    position: relative;
    z-index: 10;
}
#top_main .t_m_logo {
    width: 30%;
    margin: auto;
    padding: 8rem 0 3rem;
}
@media (max-width: 767px) {
    #top_main .t_m_logo {
        width: 50%;
    }
}
#top_main .t_m_title {
    position: relative;
    font-family: serif;
    font-size: 2rem;
    text-align: center;
    /* margin-bottom: 14rem; */
    /* margin-bottom: 22%; */
    letter-spacing: 0.6rem;
}
#top_main .t_m_title br.d_b {
    display: none;
}
@media (max-width: 767px) {
    #top_main .t_m_title {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: normal;
    }
    #top_main .t_m_title br.d_n {
        display: none;
    }
    #top_main .t_m_title br.d_b {
        display: block;
    }
}
/* #top_main .t_m_title:after {
    content: "";
    position: absolute;
    left: 37%;
    top: 250%;
    border: 1px solid #fff;
    width: 25%;
    transform: rotate(90deg);
} */
#top_main .t_m_inner {
    width: 70%;
    padding: 4rem 0 8rem;
    margin: auto;
    font-family: serif;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
}
@media (max-width: 767px) {
    #top_main .t_m_inner {
        width: 100%;
    }
    #top_main .t_m_inner br {
        display: none;
    }
}
#top_main .t_m_inner p {
    padding: 1rem 0;
}

#h_l {
    color: #454545;
    background-color: #fff;
    padding-bottom: 6rem;
}
#h_l .inner {
}
#h_l .f_box {
    display: flex;
}
@media (max-width: 767px) {
    #h_l .f_box {
        display: block;
        padding: 2rem;
    }
}
#h_l .box {
    width: 65%;
}
@media (max-width: 767px) {
    #h_l .box {
        width: 100%;

    }
}
#h_l .box:nth-child(1) {
    padding: 8rem;
}
@media (max-width: 767px) {
    #h_l .box:nth-child(1) {
        padding: 0;
    }
}
#h_l .box:nth-child(2) {
    width: 35%;
}
@media (max-width: 767px) {
    #h_l .box:nth-child(2) {
        width: 100%;
        padding: 2rem 0;
    }
}


#h_l .box .finansurance {
    width: 90%;
    margin: 0 auto 3rem;
}
@media (max-width: 767px) {
    #h_l .box .finansurance {
        width: 100%;
        margin: 3rem auto 3rem;
    }
}
#h_l .box h2 {
    font-family: serif;
	font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    /* border-bottom: 1px solid #000; */
    border-bottom: 1px solid yellow;
    border-image: linear-gradient(to right, #f1e767 0%, #feb645 100%);
    border-image-slice: 1;
}
#h_l .box p {
    line-height: 1.8;
}

#top_1 {
    width: 55%;
    margin-top: -140px;
}
@media (max-width: 767px) {
    #top_1 {
        width: 100%;
        margin-top: -6rem;
    }
}

#tla_list {
    padding: 18rem 0 10rem;
    overflow: hidden;
    color: #fff;
  background-color: #252b3b;
  background-image: url(../images/bg.jpg);
  margin-top: -12em;

}
@media (max-width: 767px) {
    #tla_list {
        padding: 17rem 0 4rem;
    }
}
#tla_list .box {
    display: flex;
    align-items: stretch;
    padding: 4rem 0;
}
@media (max-width: 767px) {
    #tla_list .box {
        display: block;
    }
}
#tla_list .box:nth-child(odd) {
    flex-direction: row-reverse;
}
#tla_list .box .image {
    position: relative;
    width: 50%;
    padding: 0 2rem;
}
@media (max-width: 767px) {
    #tla_list .box .image {
        width: 100%;
        padding: 0;
        margin-bottom: 1.4rem;
    }
}
#tla_list .box .text {
    width: 50%;
    position: relative;
    padding: 0 3rem;
}
@media (max-width: 767px) {
    #tla_list .box .text {
        width: 100%;
        padding: 0;
    }
}
#tla_list .box .num {
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 0%;
    bottom: -8rem;
    font-size: 10rem;
    /* opacity: 0.1; */
    width: 100%;
    height: 100%;
    color: #f1e767;
    opacity: 0.6;

}
@media (max-width: 767px) {
    #tla_list .box .num {
        font-size: 6rem;
        left: 0;
        top: -40%;
    }
}
#tla_list .box .text h3 {
    font-family: serif;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid yellow;
    border-image: linear-gradient(to right, #f1e767 0%, #feb645 100%);
    border-image-slice: 1;

}

#page_index .bg_life_event {
    background-image: url(../images/bg_life_event.jpg);
}
#life_event {
    color: #fff;
	padding: 6rem 0 20rem;
}
@media (max-width: 767px) {
    #life_event {
        padding: 6rem 0 12rem;
    }
}
#life_event .m_text {
	font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
}
#life_event .event_box {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    color: #333;
    background-color: #fff;
    padding: 4rem 3rem;
    border-radius: 16px;
}
#life_event .box {
	width: calc( (100% / 5 - 5%) + (5% / 5));
}
#life_event .box:not(:nth-child(5n)) {
  margin-right: 5%;
}
#life_event .box:not(:nth-child(-n+5)) {
  margin-top: 5%;
}

@media (max-width: 767px) {
    #life_event .event_box {
        padding: 3rem 2rem;
    }
    #life_event .box:not(:nth-child(5n)) {
        margin-right: 0%;
      }
    #life_event .box {
        width: calc( (100% / 2 - 5%) + (5% / 2));
    }
    #life_event .box:not(:nth-child(2n)) {
      margin-right: 5%;
    }
    #life_event .box:not(:nth-child(-n+2)) {
      margin-top: 5%;
    }
}

#life_event .event_box .image {
    width: 50%;
	margin: 0 auto 1rem;
}
#life_event .event_box h3 {
    /* font-family: serif; */
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.6rem;
    text-align: center;
}
#life_event .event_box p {
}

#top_2 {
    position: relative;
    z-index: 1;
    width:100%;
    padding-left: 14%;
    margin-top: -180px;
}
@media (max-width: 767px) {
    #top_2 {
        width: 100%;
        margin-top: -6rem;
        padding-left: 2rem;
    }
}


#flow {
	padding: 8rem 0 8rem;
}
@media (max-width: 767px) {
    #flow {
        padding: 6rem 0 8rem;
    }
}
#flow .box {
	display: flex;
    font-family: serif;
    text-align: center;
}
@media (max-width: 767px) {
    #flow .box {
        display: block;
    }
}

#flow .image {
	width: 40%;
}
@media (max-width: 767px) {
    #flow .image {
        display: none;
    }
}

#flow .text {
	width: 60%;
    padding-left: 8rem;
    font-size: 1.2rem;
}
@media (max-width: 767px) {
    #flow .text {
        width: 100%;
        padding-left: 0;
    }
}
#flow .text li {
    position: relative;
}
#flow .text li:not(:last-child) {
    margin-bottom: 3.5rem;
}
#flow .text li:not(:last-child):after {
    content: "▼";
    display: block;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 0.5rem);
}


/*
「about」
*/
#page_about {

}

#page_about #point {
    color: #fff;
    padding: 6rem 0;
}
#page_about .bg_point {
    background-image: url(../images/bg_point.jpg);
}
#page_about #point .box {
    display: flex;
}
@media (max-width: 767px) {
    #page_about #point .box {
        display: block;
    }
}
#page_about #point .box:not(:last-child) {
    margin-bottom: 4rem;
}
#page_about #point .box .num {
    font-family: serif;
    font-size: 3rem;
    width: 19%;
}
@media (max-width: 767px) {
    #page_about #point .box .num {
        display: table;
        width: calc( 50% - 19%);
        margin: 0 auto 1.4rem;
    }
}
#page_about #point .box .text {
    width: 90%;
}
@media (max-width: 767px) {
    #page_about #point .box .text {
        width: 100%;
    }
}
#page_about #point .box h4 {
    font-family: serif;
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}
#page_about #point .box p {
    font-size: 1.1rem;
}
.circle {
    display: inline-block;
    width: 120px;
    height: 120px;
    color: #fff;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
}



#page_about #staff {
    padding: 6rem 0 3rem 0 ;
}
#page_about #staff .staff_area .box {
    display: flex;
    align-items: flex-start;
    /* padding: 3rem 0; */
}
#page_about #staff .staff_area .box:first-child {
    padding-top: 1rem;
}
#page_about #staff .staff_area .box:not(:last-child) {
    padding-bottom: 6rem;
}

@media (max-width: 767px) {
    #page_about #staff .staff_area .box {
        display: block;
    }
}
#page_about #staff .staff_area .box:nth-child(even) {
    flex-direction: row-reverse;
}
#page_about #staff .staff_area .box .image {
    width: 40%;
}
@media (max-width: 767px) {
    #page_about #staff .staff_area .box .image {
        width: 80%;
        margin: auto;
    }
}
#page_about #staff .staff_area .box .image .name_en {
    color: #feb645;
    font-family: serif;
    font-weight: bold;
    font-size: 2.6rem;
    margin: -3.3rem 0 0 1rem;
    line-height: 1.2;
}
@media (max-width: 767px) {
    #page_about #staff .staff_area .box .image .name_en {
        font-size: 2.4rem;
        margin: -3.0rem 0 0 0;
    }
}

#page_about #staff .staff_area .box .text {
    width: 60%;
    padding: 0 0 0 4rem;
}
@media (max-width: 767px) {
    #page_about #staff .staff_area .box .text {
        width: 100%;
        padding: 2.2rem 0 0 0;
    }
}
#page_about #staff .staff_area .box:nth-child(even) .text {
    padding: 0 4rem 0 0;
}
@media (max-width: 767px) {
    #page_about #staff .staff_area .box:nth-child(even) .text {
        padding: 2.2rem 0 0 0;
    }
}
#page_about #staff .staff_area .box h4 {
    font-size: 1.8rem;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
#page_about #staff .staff_area .box h4 span {
    display: block;
    font-size: 2rem;
}
#page_about #staff .staff_area .box .position {
    font-size: 1.2rem;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
}
#page_about #staff .staff_area .box ul {
    margin-bottom: 1.6rem;
}
#page_about #staff .staff_area .box .comment {
    /* font-family: serif; */
    /* font-size: 1.3rem; */
    margin-bottom: 1rem;
}

#page_about .rule_box {
    padding: 4rem 0 4rem 0;
}
#page_about .rule_box .h_l {
    text-align: center;
    margin-bottom: 4rem;
}
#page_about .rule_box .h_l h4 {
    font-family: serif;
    font-size: 1.6rem;
}
#page_about .rule_box dl {
	line-height: 1.8;
    padding: 1.2rem 0;
}
#page_about .rule_box dt {
    font-family: serif;
	font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
#page_about .rule_box p {
    margin-top: 2rem;
}
#page_about .rule_box ul {
    display: table;
    margin: auto;
}
#page_about .rule_box ul li {
    font-size: 1.2rem;
    padding: 0.5rem 0;
}
#page_about #declaration {
    margin-bottom: 6rem;
}



/*
「message」
*/
#page_message #ceo {
    padding: 0 0 4rem 0;
}
#page_message #ceo .catchcopy h3 {
    font-family: serif;
    font-size: 5rem;
    margin-top: -60px;
    margin-left: 40px;
    letter-spacing: 0.4rem;
}
@media (max-width: 767px) {
    #page_message #ceo .catchcopy h3 {
        font-size: 2rem;
        margin-top: 1.2rem;
    margin-left: 0px;
    }
}
#page_message #ceo .catchcopy h3 span {

}
@media (max-width: 767px) {
    #page_message #ceo .catchcopy h3 span {
        display: block;
    }
}
#page_message #ceo .catchcopy p {
    font-family: serif;
    font-size: 1.8rem;
    margin: 2rem 0 2rem;
}
#page_message #ceo .text {
    font-family: serif;
    font-size: 1.4rem;
}

#page_message #ex {
    padding-bottom: 8rem;
}
#page_message #ex .box {
	padding: 1.6rem 0;
    line-height: 1.8;
}
#page_message #ex .box h3 {
    font-family: serif;
	font-size: 1.4rem;
    margin-bottom: 0.4rem;
}


/*
「company」
*/
#page_company {
}

.bg_insurance_company {
    color: #fff;
    background-image: url(../images/bg_insurance_company.jpg);
}
#insurance_company {
	padding: 6rem 0;
}
#insurance_company .inner {
	width: 80%;
    margin: auto;
}
@media (max-width: 767px) {
    #insurance_company .inner {
        width: 100%;
    }
}
#insurance_company .inner h4 {
    display: table;
    font-size: 1.6rem;
    text-align: center;
    padding: 1rem 0 0.6rem 0;
    margin: 0 auto 2.6rem auto;
    border-bottom: 1px solid #fff;
}
#insurance_company .c_sei {
    height: 1000px;
}
#insurance_company .c_son {
    padding-top: 0.5rem;
}
#insurance_company ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    column-gap: 6%;
	row-gap: 6%;
}
@media (max-width: 767px) {
    #insurance_company .c_sei,
    #insurance_company .c_son {
        height: auto;
    }
    #insurance_company .c_son {
        padding-top: 2.5rem;
    }
    #insurance_company ul {
        display: block;
        width: 70%;
        margin: auto;
    }
    #insurance_company li {
        margin-top: 8%;
    }
}

/* #insurance_company li {
    width: 100%;
    margin-top: 1.4rem !important;
}
#insurance_company li:not(:nth-child(3n)) {
    margin-right: 4%;
}
#insurance_company li:not(:nth-child(-n+3)) {
    margin-top: 4%;
}
@media (max-width: 767px) {
    #insurance_company li:not(:nth-child(3n)) {
        margin-right: 0%;
    }
    #insurance_company li:not(:nth-child(-n+3)) {
        margin-top: 0%;
    }
} */



#insurance_company li span {
	display: block;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1.3;
}

#page_company #company_profile {
    padding: 6rem 0 4rem 0;
}
#page_company #company_profile table {
	width: 80%;
	border-collapse: collapse;
    margin: auto;
}
@media (max-width: 767px) {
    #page_company #company_profile table {
        width: 100%;
    }
}
#page_company #company_profile th {
    color: #fff;
    background-color: #394964;
}

#page_company #company_profile th,
#page_company #company_profile td {
	border: 1px solid #555555;
    padding: 1rem 1.6rem;
    vertical-align: middle;
}
@media (max-width: 767px) {
    #page_company #company_profile th,
    #page_company #company_profile td {
        display: block;
        text-align: left;
    }
}
#page_company #g_map {
    padding: 0 0 8rem 0;
}
@media (max-width: 767px) {
    #page_company #g_map {
        width: 100%;
        margin: auto;
    }
}
#page_company #g_map .iframe {
    width: 100%;
    height: 300px;
    margin: auto;
}


/*
「company」
*/
#page_privacy {

}
#page_privacy .layout_image {
    padding-right: 14%;
}
@media (max-width: 767px) {
    #page_privacy .layout_image {
        padding-right: 2rem;
    }
}
#page_privacy #privacy_content {
    padding: 6rem 0 8rem;
}
#page_privacy #privacy_content p {
    margin-bottom: 2rem;
}
#page_privacy #privacy_content .box {
	padding: 1.6rem 0;
}
#page_privacy #privacy_content .box dl {
	line-height: 1.8;
}
#page_privacy #privacy_content .box dt {
    font-family: serif;
	font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
#page_privacy #privacy_content .box dd span {
    display: block;
    padding-top: 0.8rem;
}
#page_privacy #privacy_content .box dd ul {
    display: block;
    padding-top: 0.8rem;
}
#page_privacy #privacy_content .box .sub {
    margin-top: 0.5rem;
}
#page_privacy #privacy_content .box .sub dt {
    font-size: 1rem;
    margin-bottom: 0;
}


/*
「contact」
*/
#page_contact {
}
#page_contact #contact_area {
    padding: 6rem 0 8rem;
}
#page_contact #c_tel {
    width: 30%;
}
@media (max-width: 767px) {
    #page_contact #c_tel {
        width: 100%;
        margin-bottom: 5rem;
    }
}
#page_contact .layout_image {
    padding-left: 14%;
}
@media (max-width: 767px) {
    #page_contact .layout_image {
        padding-left: 2rem;
    }
}
#page_contact #c_tel p a {
    display: block;
    color: #555555;
    font-family: serif;
    font-size: 2.5rem;
    text-align: center;
}
#page_contact #c_form {
    width: 70%;
    padding: 0 0 0 6rem;
}
@media (max-width: 767px) {
    #page_contact #c_form {
        width: 100%;
        padding: 0;
    }
}
#page_contact .f_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (max-width: 767px) {
    #page_contact .f_box {
        display: block;
    }
}
#page_contact .f_box > .box {
	width: calc( (100% / 2 - 6%) + (6% / 2));
}

#page_contact .f_box > .box:not(:nth-child(2n)) {
  margin-right: 6%;
}
#page_contact .f_box > .box:not(:nth-child(-n+2)) {
  margin-top: 4%;
}
@media (max-width: 767px) {
    #page_contact .f_box > .box {
        width: 100%;
        margin-top: 1.2rem !important;
    }
    #page_contact .f_box > .box:not(:nth-child(2n)) {
        margin-right: 0%;
    }
    #page_contact .f_box > .box:not(:nth-child(-n+2)) {
        margin-top: 0%;
    }
}
#page_contact #c_form .required_text {
    text-align: center;
    margin-bottom: 1.6rem;
}
#page_contact #c_form .required_text span {
    color: #feb645;
    padding-right: 0.3rem;
}
#page_contact form {
    width: 100%;
    margin: auto;
}
@media (max-width: 767px) {
    #page_contact form {
        width: 90%;
        margin: auto;
    }
}
#page_contact label {
    display: block;
}
@media (max-width: 767px) {
    #page_contact label {
        margin-bottom: 0.1rem;
    }
}
#page_contact label span {
    color: #feb645;
    padding-left: 0.3rem;
}
#page_contact input,
#page_contact textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1.1rem;
    border: 1px solid #555555;
    background-color: #fff;
}
#page_contact form > .box {
    margin-top: 1.6rem;
}
#page_contact form p {
    width: 50%;
    margin: 3rem auto 0;
}
@media (max-width: 767px) {
    #page_contact form p {
        width: 90%;
    }
}
#page_contact input[type="submit"],
#page_contact input[type="button"] {
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
#page_contact input[type="submit"],
#page_contact input[type="button"] {
    position: relative;
    display: block;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
    border-radius: 1.5em;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    padding: 1.2rem;
}
#page_contact input[type="submit"]:hover,
#page_contact input[type="button"]:hover {
    transform: translateY(-5px);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}

#page_contact #c_form li {
    color: #feb645;
}


#page_contact #confirm_area {
    padding-bottom: 8rem;
    margin-top: -2rem;
}
#page_contact #confirm_area form {
    width: 80%;
}
@media (max-width: 767px) {
    #page_contact #confirm_area form {
        width: 100%;
    }
}
#page_contact #confirm_area table {
    border-collapse: collapse;
    width: 100%;
}

#page_contact #confirm_area th,
#page_contact #confirm_area td {
    border: 1px solid #555555;
    padding: 1rem 2rem;
}
@media (max-width: 767px) {
    #page_contact #confirm_area th,
    #page_contact #confirm_area td {
        display: block;
    }
}
#page_contact #confirm_area th {
    color: #fff;
    width: 35%;
    text-align-last: left;
    background-color: #394964;
}
@media (max-width: 767px) {
    #page_contact #confirm_area th {
        width: 100%;
    }
}


#page_contact #confirm_btn {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
@media (max-width: 767px) {
    #page_contact #confirm_btn {
        display: block;
    }
}

#page_contact #confirm_area p {
    width: 30%;
    margin: 0 2rem 0;
}
@media (max-width: 767px) {
    #page_contact #confirm_area p {
        width: 90%;
        margin: 2rem auto;
    }
}
#page_contact input[type="button"] {
    background: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);s
}
#page_contact input[type="button"]:hover {
    background: linear-gradient(to top, #fbfcdb 0%, #e9defa 100%);
}


#page_contact #contact_finish {
    padding-bottom: 8rem;
}
#page_contact #contact_finish a {
    width: 30%;
    margin: auto;
    position: relative;
    display: block;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
    border-radius: 1.5em;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    padding: 1.2rem;
}
#page_contact #contact_finish a:hover {
    transform: translateY(-5px);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}
@media (max-width: 767px) {
    #page_contact #contact_finish a {
        width: 60%;
    }
}
