@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_base_block {
    padding: 200px 0 150px;
}

/********************************************/
/* .page_main_visual */
/********************************************/
.page_main_visual {
    margin-bottom: 80px;
}

.page_main_visual .en_big_ttl .en {
    color: #13448F;
}

.page_main_visual .main_img_area {
    position: relative;
    margin-top: 60px;
    z-index: 1;
}

.page_main_visual .main_img_area .img {
    position: absolute;
    top: 0;
    width: 95%;
    height: 650px;
    z-index: -1;
}

.page_base_inner {
    position: relative;
    margin-top: 420px;
    background: #fff;
    z-index: 1;
}

.page_base_inner:before {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: 0;
    content: '';
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.page_base_inner .bg_txt_area .txt_box {
    margin-bottom: 100px;
    display: block;
    padding: 5% 3% 0 6%;
    background: #fff;
}

/********************************************/
/* bread_crumb */
/********************************************/
.bread_crumb li {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.3;
}

.bread_crumb li:not(:last-child):after {
    content: '/';
    margin: 0 0.3em;
}

.bread_crumb li a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.3;
    color: #13448F;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.bread_crumb li a span {
    color: #13448F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bread_crumb li a:hover span {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bread_crumb li span {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.3;
    color: #707070;
}

/*====================================================*/
/*@Page contact*/
/*====================================================*/
.page_contact_block .main_width.size1325 {
    max-width: 1325px;
}

.page_contact_block .other_menu_block .top_other_menu_list:not(:last-of-type) {
    margin-right: 3%;
}

.mw_wp_form_confirm .privacy_area {
    display: none;
}

.mw_wp_form_confirm .form_box .required:before {
    content: none;
}

#mw_wp_form_mw-wp-form-255,
#mw_wp_form_mw-wp-form-17 {
    padding-top: 100px;
    margin-top: -100px;
}

/*====================================================*/
/*@Page faq*/
/*====================================================*/
.faq_box {
    padding: 40px 0;
    border-bottom: 1px solid #CCCCCC;
}

.faq_box dt,
.faq_box dd {
    position: relative;
    padding-left: 55px;
}

.faq_box dt:before,
.faq_box dd:before {
    position: absolute;
    top: 0;
    left: 9px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
}

.faq_box dt {
    margin-bottom: 1em;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #13448F;
}

.faq_box dt:before {
    content: 'Q';
    color: #13448F;
}

.faq_box dd {
    font-size: 1.6rem;
    line-height: 2.1;
    letter-spacing: 0.1em;
}

.faq_box dd:before {
    content: 'A';
    color: #968605;
}

/*====================================================*/
/*@Page contact-form*/
/*====================================================*/
.page_contact_form_block .main_width.size800 {
    max-width: 800px;
}

.form_box table {
    width: 100%;
    margin-bottom: 50px;
}

.form_box th,
.form_box td {
    text-align: left;
}

.form_box th {
    width: 24%;
    padding: 1.3em 5% 1.3em 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.form_box td {
    width: 79%;
    padding: 1.3em 0 1.3em 1em;
}

.form_box td .txt {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: inherit;
}

.form_box td .txt.right {
    margin-left: 10px;
}

.form_box td .txt.left {
    margin-right: 10px;
}

.form_box td.flex {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.form_box input[type=password],
.form_box input[type=tel],
.form_box input[type=email],
.form_box input[type=text],
.form_box textarea {
    width: 100%;
    padding: 1.3em 1.2em;
    background: #F2F2F2;
    font-size: 1.6rem;
}

.form_box .error {
    margin-top: 0.5em;
    font-size: 1.3rem !important;
}

.form_box .required {
    position: relative;
}

.form_box .required:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '必須';
    margin: auto;
    height: 1em;
    padding: 0.25em 0.6em;
    background: #C90808;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

.form_box .required.checkbox:before {
    top: 20px;
    bottom: auto;
}

.form_box .v_top {
    vertical-align: baseline;
}

.form_box .mwform-checkbox-field {
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 1em;
}

.form_box .mwform-checkbox-field-text {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 2.6em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.form_box .mwform-checkbox-field-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.form_box .mwform-checkbox-field-text:after {
    position: absolute;
    top: 1px;
    left: 6px;
    bottom: 0;
    content: '\f00c';
    margin: auto;
    height: 1em;
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    transition: 0.2s;
    opacity: 0;
}

.form_box input[type="checkbox"]:checked +
.mwform-checkbox-field-text:after {
    opacity: 1;
    transition: 0.2s;
}

.form_box .list li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.form_box .list li:not(:last-child) {
    margin-bottom: 20px;
}

.form_box .list li input[type=password],
.form_box .list li input[type=tel],
.form_box .list li input[type=email],
.form_box .list li input[type=text] {
    margin-top: 5px;
}

.form_box .post input[type=text] {
    width: 39%;
}

.page_contact_form_block .privacy_area {
    margin-bottom: 60px;
}

.page_contact_form_block .privacy_area .txt_base {
    margin-bottom: 50px;
}

.page_contact_form_block .privacy_area .mwform-checkbox-field {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
}

.page_contact_form_block .privacy_area .mwform-checkbox-field .mwform-checkbox-field-text {
    position: relative;
    display: inline-block;
    padding: 0.4em 0.4em 0.4em 2.8em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.07em;
    cursor: pointer;
}

.page_contact_form_block .privacy_area .mwform-checkbox-field .mwform-checkbox-field-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    margin: auto;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.page_contact_form_block .privacy_area .mwform-checkbox-field .mwform-checkbox-field-text:after {
    position: absolute;
    top: 1px;
    left: 7px;
    bottom: 0;
    content: '\f00c';
    margin: auto;
    height: 1em;
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    transition: 0.2s;
    opacity: 0;
}

.page_contact_form_block .privacy_area .mwform-checkbox-field input[type="checkbox"]:checked +
.mwform-checkbox-field-text:after {
    opacity: 1;
    transition: 0.2s;
}

.submit_btn {
    text-align: center;
}

.submit_btn input[type=submit] {
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
    padding: 1em;
    background: #13448F;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.submit_btn input[type=submit]:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page_contact_form_block .mwform-radio-field {
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 1em;
}

.page_contact_form_block .mwform-radio-field-text {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 2.6em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.page_contact_form_block .mwform-radio-field-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 26px;
    height: 26px;
    background: #F2F2F2;
    border-radius: 100px;
}

.page_contact_form_block .mwform-radio-field-text:after {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 0;
    content: '';
    width: 16px;
    height: 16px;
    background: #13448F;
    border-radius: 30px;
    transition: 0.2s;
    opacity: 0;
}

.page_contact_form_block input[type="radio"]:checked +
.mwform-radio-field-text:after {
    opacity: 1;
    transition: 0.2s;
}

.page_contact_form_block .list li {
    font-size: 1.4rem;
}

.page_contact_form_block .time .list li {
    line-height: 1.8;
}

.page_contact_form_block .time .list li input[type="text"] {
    margin-top: 0;
    margin-bottom: 5px;
}

/*====================================================*/
/*@Page service*/
/*====================================================*/
.page_service_block .page_base_inner:after {
    position: absolute;
    top: 290px;
    left: calc(50% - 50vw);
    content: '';
    width: 100%;
    height: 680px;
    background: #102043;
    z-index: -2;
}

.page_service_block {
    padding-bottom: 0;
}

.page_service_block .service_box {
    position: relative;
    padding: 125px 0;
    z-index: 1;
}

.page_service_block .service_box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.page_service_block .service_box .main_width {
    width: calc(100vw - 30px);
    max-width: 1275px;
}

.page_service_block .service_box .img_txt_box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.page_service_block .service_box .img_txt_box .txt_box {
    width: 44%;
    max-width: 567px;
    margin-left: 5%;
}

.page_service_block .service_box .img_txt_box .img {
    width: 52%;
    max-width: 530px;
}

.page_service_block .service_box .img_txt_box .base_btn a:hover {
    opacity: 0.7;
}

.page_service_block .img_txt_box .txt_box .sub_ttl {
    position: relative;
    font-size: 2.8rem;
}

.page_service_block .img_txt_box .txt_box .sub_ttl:before {
    position: absolute;
    top: -40px;
    left: 0;
    content: '';
    width: 110px;
    height: 1px;
    background: #102043;
}

.page_service_block .img_txt_box .txt_box .txt_base {
    margin-bottom: 60px;
}

.page_service_block .img_txt_box .txt_box .base_btn a {
    margin: 0;
    background: #968605;
    border: 1px solid #968605;
}

.page_service_block .img_txt_box .txt_box .base_btn a span {
    color: #fff;
}

.page_service_block .img_txt_box .txt_box .base_btn a span:after {
    border-color: transparent transparent transparent #fff;
}

.page_service_block .service_box.bg_navy {
    background: #102043;
}

.page_service_block .service_box.bg_navy .num {
    right: 0;
    left: auto;
    color: #fff;
}

.page_service_block .service_box.bg_navy .main_width {
    max-width: 1100px;
}

.page_service_block .service_box.bg_navy .img_txt_box {
    flex-direction: row-reverse;
}

.page_service_block .service_box.bg_navy .img_txt_box .img {
    width: 44%;
    max-width: 480px;
}

.page_service_block .service_box.bg_navy .img_txt_box .txt_box {
    width: 52%;
    margin-right: 5%;
    margin-left: 0;
}

.page_service_block .service_box.bg_navy .img_txt_box .sub_ttl,
.page_service_block .service_box.bg_navy .img_txt_box .txt_base p {
    color: #fff;
}

.page_service_block .service_box.bg_navy .img_txt_box .sub_ttl:before {
    background: #fff;
}

.page_service_block .service_box .num {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    min-height: 0vw;
    /* Safari clamp関数対策 */
    font-size: clamp(200px, 17vw, 361px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: #13448F;
    opacity: 0.25;
    z-index: 1;
}

.base_btn.link a span:after {
    position: relative;
    content: '';
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(../img/common/ico-link.svg) no-repeat center/100%;
    border-style: none;
}

/*====================================================*/
/*@Page ordermade*/
/*====================================================*/
.header.page_ordermade_block {
    background: none;
}

.page_ordermade_block {
    padding-top: 0;
}

.page_ordermade_block .top_main_visual .ttl {
    top: 50%;
    right: 5%;
    bottom: auto;
    font-size: clamp(27px, 3.4vw, 48px);
    transform: translate(0, -50%);
}

.page_ordermade_block .about_block {
    position: relative;
    top: -100px;
    padding: 55px 0 55px;
    background: #fff;
    z-index: 1;
}

.page_ordermade_block .about_block .tate_txt_box {
    height: 450px;
}

.page_ordermade_block .about_block .tate-img {
    position: relative;
    left: 5%;
    width: calc(100vw - 10%);
    margin: 0 calc(50% - 50vw) 95px;
    text-align: center;
}

.page_ordermade_block .about_block .tate-img img {
    width: 100%;
    max-width: 1810px;
}

.page_ordermade_block .about_block .txt_base.fs20 p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5;
}

.page_ordermade_block .flow_block .company_box {
    margin-bottom: 35px;
}

.page_ordermade_block .flow_block .contact_bottom_block {
    width: 100%;
    max-width: 500px;
    margin-bottom: 65px;
    padding: 0 0 20px;
    background: none;
    border-bottom: 1px solid #B7B7B7;
}

.page_ordermade_block .flow_block .contact_bottom_block .wrapper {
    display: block;
}

.page_ordermade_block .flow_block .contact_bottom_block .ttl {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.page_ordermade_block .flow_block .contact_bottom_block .ttl:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 1px;
    background: #B7B7B7;
    z-index: -1;
}

.page_ordermade_block .flow_block .contact_bottom_block .ttl span {
    position: relative;
    padding-right: 1em;
    background: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    z-index: 1;
}

.page_ordermade_block .flow_block .contact_bottom_block .tel_link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.page_ordermade_block .flow_block .contact_bottom_block .tel_link a {
    font-size: clamp(20px, 5vw, 39px);
}

.page_ordermade_block .flow_block .contact_bottom_block .txt {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.footer.ordermade {
    padding: 95px 0 50px;
    background: #F2F2F2;
}

.footer.ordermade .base_btn {
    margin-bottom: 85px;
}

.footer.ordermade .base_btn a {
    max-width: 515px;
    background: #102043;
}

.footer.ordermade .base_btn a span {
    color: #fff;
}

.footer.ordermade .base_btn a span:after {
    content: none;
}

.footer.ordermade .base_btn a:hover {
    opacity: 0.7;
}

.footer.ordermade .copyright {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}

#mw_wp_form_mw-wp-form-17.mw_wp_form_confirm .privacy_area {
    display: none;
}

/*====================================================*/
/*@Page company*/
/*====================================================*/
.company_box:not(:last-of-type) {
    margin-bottom: 150px;
}

.page_company_block .company_detail > div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #CCCCCC;
}

.page_company_block .company_detail > div:first-of-type {
    border-top: 1px solid #CCCCCC;
}

.page_company_block .company_detail > div dt,
.page_company_block .company_detail > div dd {
    padding: 1.6em 3em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.1em;
}

.page_company_block .company_detail > div dt {
    width: 20%;
    background: #F2F2F2;
}

.page_company_block .company_detail > div dd {
    width: 80%;
}

.page_company_block .company_detail > div dd .img {
    width: 100%;
    max-width: 280px;
    margin-top: 10px;
}

.page_company_block .company_detail > div dd .img a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page_company_block .company_detail > div dd .img a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contents_slider {
    padding: 40px 0 0;
    overflow: visible;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.contents_slider {
    position: relative;
    overflow: visible;
}

.contents_slider .swiper-button-next,
.contents_slider .swiper-button-prev {
    position: absolute;
    top: -54px;
    width: 91px;
    height: 91px;
    background: #fff;
    border: 1px solid #13448F;
    border-radius: 100px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contents_slider .swiper-button-next:before,
.contents_slider .swiper-button-prev:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 8px;
    height: 13px;
    background: url(../img/company/ico-arrow.svg) no-repeat center/100%;
    z-index: 1;
}

.contents_slider .swiper-button-prev {
    right: 110px;
    left: auto;
    transform: scale(-1, 1);
}

.contents_slider .swiper-button-next {
    right: 0;
}

.contents_slider .swiper-button-next:hover,
.contents_slider .swiper-button-prev:hover {
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*====================================================*/
/*@Page message*/
/*====================================================*/
.page_message_block .wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.page_message_block .wrapper .img {
    width: 40%;
    max-width: 386px;
    margin-right: 5%;
}

.page_message_block .wrapper .txt_box {
    position: relative;
    width: 60%;
}

.page_message_block .wrapper .txt_box .sub_ttl {
    font-size: 2.8rem;
}

.page_message_block .wrapper .txt_box:before {
    position: absolute;
    top: -25px;
    left: 0;
    content: '';
    width: 110px;
    height: 1px;
    background: #102043;
}

/*====================================================*/
/*@Page business*/
/*====================================================*/
.page_business_block .main_img_area .img img {
    object-position: 80% 0;
}

.page_business_block .illust {
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
}

.page_business_block .business_list li {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.page_business_block .business_list li:not(:last-child) {
    margin-bottom: 95px;
}

.page_business_block .business_list li .left {
    width: 62%;
    margin-right: 5%;
}

.page_business_block .business_list li .left .sub_ttl {
    position: relative;
    padding-left: 1em;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}

.page_business_block .business_list li .left .sub_ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #102043;
}

.page_business_block .business_list li .left .txt_base {
    margin-bottom: 20px;
}

.page_business_block .business_list li .left .base_btn a {
    max-width: 320px;
    margin: 0;
    padding: 1.11em 2em;
    background: #102043;
}

.page_business_block .business_list li .left .base_btn a span {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

.page_business_block .business_list li .left .base_btn a span:after {
    content: none;
}

.page_business_block .business_list li .left .base_btn a:hover {
    opacity: 0.7;
}

.page_business_block .business_list li .img {
    width: 33%;
    max-width: 363px;
}

/*====================================================*/
/*@Page philosophy*/
/*====================================================*/
.page_philosophy_block .page_base_inner {
    margin-top: 490px;
}

.page_philosophy_block .company_box {
    padding: 65px 0;
    border-bottom: 1px solid #CCCCCC;
}

.page_philosophy_block .company_box:not(:last-of-type) {
    margin-bottom: 0;
}

.page_philosophy_block .company_box .inner {
    width: 90%;
    max-width: 830px;
    margin: 0 auto;
}

.company_box.value .value_list {
    margin-bottom: 50px;
}

.company_box.value .value_list > div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 25px 2%;
    border-bottom: 1px solid #CCCCCC;
}

.company_box.value .value_list > div dt {
    width: 180px;
    margin-right: 40px;
    font-size: 1.8rem;
    line-height: 1.6;
}

.company_box.value .value_list > div dd {
    width: calc(100% - 220px);
}

.company_box.value .value_list > div:first-of-type dd {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1.5;
}

.company_box.value .value_list > div:first-of-type dd .small {
    position: relative;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.9;
}

.company_box.value .value_list > div:first-of-type dd .small:before {
    content: '-';
    margin-right: 2px;
}

.company_box.value .value_list > div:first-of-type dd .small:after {
    content: '-';
    margin-left: 2px;
}

.company_box.value .value_message {
    position: relative;
    margin-bottom: 120px;
    padding: 22px 0;
}

.company_box.value .value_message li {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
}

.company_box.value .value_message li:not(:last-child) {
    margin-bottom: 0.9em;
}

.company_box.value .value_message:before, .company_box.value .value_message:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 100%;
}

.company_box.value .value_message:before {
    top: 0;
    left: 0;
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.company_box.value .value_message:after {
    top: 0;
    right: 0;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.company_box.value .objective_area .objective_box {
    margin-bottom: 75px;
    padding: 30px;
    background: #F2F2F2;
}

.company_box.value .objective_area .objective_box .sub_ttl {
    margin-bottom: 1.3em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #13448F;
    font-size: 2rem;
    text-align: center;
}

.company_box.value .objective_area .objective_box .list {
    counter-reset: item;
    list-style-type: none;
}

.company_box.value .objective_area .objective_box .list > li {
    position: relative;
    padding-left: 1.4em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
}

.company_box.value .objective_area .objective_box .list > li:not(:last-child) {
    margin-bottom: 0.8em;
}

.company_box.value .objective_area .objective_box .list > li:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0px;
    margin: auto;
    counter-increment: item;
    content: counter(item) ".";
}

.company_box.value .objective_area .objective_box .list > li .small {
    display: block;
    margin-top: 0.5em;
    padding-left: 1.5em;
    font-size: 1.5rem;
    font-weight: 400;
}

.company_box.value .objective_area .sub_ttl.method {
    font-size: 3rem;
    font-weight: bold;
    color: #102043;
    text-align: center;
}

.company_box.value .objective_area .sub_ttl.method .small {
    display: block;
    margin-top: 0.7em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.company_box.value .objective_area .sub_ttl.method .equal {
    display: inline-block;
    font-size: 1em;
    color: inherit;
}

.company_box.strategy .txt {
    margin-bottom: 0.9em;
    font-size: 1.8rem;
    line-height: 1.6;
}

.company_box.strategy .num_list {
    counter-reset: item;
    list-style-type: none;
}

.company_box.strategy .num_list > li {
    position: relative;
    padding-left: 2.6em;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.company_box.strategy .num_list > li:not(:last-child) {
    margin-bottom: 0.8em;
}

.company_box.strategy .num_list > li:before {
    position: absolute;
    top: 1px;
    right: auto;
    bottom: auto;
    left: 0px;
    margin: auto;
    counter-increment: item;
    content: counter(item);
    padding: 0.1em 0.4em;
    background: #13448F;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

/*====================================================*/
/*@Page history*/
/*====================================================*/
.page_history_block .page_base_inner {
    padding: 5% 0 0 6%;
    background: #fff;
}

.history_table {
    position: relative;
    padding: 40px 0 0;
}

.history_table:before {
    position: absolute;
    top: 0;
    left: 235px;
    content: '';
    width: 1px;
    height: 100%;
    background: #13448F;
}

.history_table > div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.history_table > div:not(:last-of-type) {
    margin-bottom: 45px;
}

.history_table > div > dt {
    position: relative;
    top: -0.3em;
    width: 200px;
    margin-right: 90px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 7.5rem;
    line-height: 1;
    color: #13448F;
}

.history_table > div > dd {
    width: calc(100% - 290px);
}

.history_table .child {
    margin-bottom: 35px;
}

.history_table .child dt,
.history_table .child dd {
    padding-left: 25px;
    font-size: 1.7rem;
    line-height: 2;
}

.history_table .child dt {
    position: relative;
    margin-bottom: 0.2em;
    font-weight: 500;
    color: #13448F;
}

.history_table .child dt:before {
    position: absolute;
    top: 0.7em;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background: #13448F;
    border-radius: 100px;
}

/*====================================================*/
/*@Page access*/
/*====================================================*/
.page_access_block .main_img_area .map {
    height: 850px;
}

.page_access_block .main_img_area .map iframe {
    position: absolute;
    width: 100%;
    height: 850px;
}

.page_access_block .page_base_inner {
    margin-top: 660px;
}

.page_access_block .bg_txt_area {
    min-height: 300px;
}

.page_access_block .bg_txt_area .txt_base {
    margin-bottom: 25px;
}

.page_access_block .bg_txt_area .base_btn a {
    margin: 0;
}

/*====================================================*/
/*@Page sdgs*/
/*====================================================*/
.page_sdgs_block .sdgs_logo {
    width: 100%;
    max-width: 410px;
    margin: 0 auto 75px;
}

.page_sdgs_block .sdgs_list li {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 35px 10px;
    border-bottom: 1px solid #CCCCCC;
}

.page_sdgs_block .sdgs_list li:first-child {
    border-top: 1px solid #CCCCCC;
}

.page_sdgs_block .sdgs_list li .img {
    width: 20%;
    max-width: 130px;
    margin-right: 5%;
}

.page_sdgs_block .sdgs_list li .right {
    width: 83%;
}

.page_sdgs_block .sdgs_list li .right .ttl {
    margin-bottom: 1em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #13448F;
}

/*====================================================*/
/*@Page download*/
/*====================================================*/
.page_download_block .page_base_inner {
    margin-top: 610px;
}

.download_list {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download_list li {
    width: 48%;
    margin-bottom: 60px;
}

.download_list li:not(:nth-child(2n)) {
    margin-right: 4%;
}

.download_list li .img {
    margin-bottom: 20px;
}

.download_list li .img:after {
    padding-top: 55%;
}

.download_list li .ttl {
    margin-bottom: 0.8em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.download_list li .txt_base {
    margin-bottom: 20px;
}

.download_list li .txt_base p:not(:last-child) {
    margin-bottom: 0.5em;
}

.download_list li .base_btn a {
    max-width: 280px;
    margin: 0;
    padding: 1em 1.5em;
    background: #13448F;
    border: none;
    border-radius: 10px;
}

.download_list li .base_btn a span {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
}

.download_list li .base_btn a span:after {
    content: none;
}

.download_list li .base_btn a:hover {
    box-shadow: none;
    opacity: 0.7;
}

/*====================================================*/
/*@Page privacy*/
/*====================================================*/
.privacy_box:not(:last-of-type) {
    margin-bottom: 85px;
}

.privacy_box:last-of-type .txt_base p {
    text-align: right;
}

.privacy_box .sub_ttl span {
    margin-right: 10px;
    font-size: 1em;
}

.privacy_box .num_list {
    counter-reset: item;
    list-style-type: none;
}

.privacy_box .num_list > li {
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 1.4em;
    font-size: 1.5rem;
    line-height: 1.8;
}

.privacy_box .num_list > li:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0px;
    margin: auto;
    counter-increment: item;
    content: counter(item) ")";
}

/*====================================================*/
/*@Page topics*/
/*====================================================*/
.select_area {
    margin-bottom: 80px;
}

.select_area .select_list {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select_area .select_list li {
    width: 30%;
    max-width: 265px;
}

.select_area .select_list li:not(:last-child) {
    margin-right: 5%;
}

.select_area .select_list li .ttl {
    margin-bottom: 0.3em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0;
    color: #13448F;
}

.select_area .select_list li select {
    width: 100%;
    padding: 1em 1.5em;
    border: 1px solid #13448F;
    border-radius: 100px;
    background: url(../img/common/ico-down-arrow.svg) no-repeat center right 18px/11px;
    font-size: 1.4rem;
    cursor: pointer;
}

.page_post_block .top_blog_block {
    padding: 0;
}

.page_post_block .top_blog_block .blog_list {
    margin-bottom: 40px;
}

.page_post_block .top_blog_block .blog_list li {
    margin-bottom: 45px;
}

.page_numbers {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page_numbers li:not(:last-child) {
    margin-right: 10px;
}

.page_numbers li:first-child {
    margin-right: 20px;
}

.page_numbers li:nth-last-child(2) {
    margin-right: 20px;
}

.page_numbers li a {
    padding: 0.5em 0.7em;
    font-size: 1.8rem;
    color: #98A6B5;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page_numbers li .current {
    padding: 0.5em 0.7em;
    font-size: 1.8rem;
    color: #333;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_numbers .prev,
.page_numbers .next {
    position: relative;
    width: 53px;
    height: 53px;
    background: #fff;
    border: 1px solid #13448F;
    border-radius: 100px;
}

.page_numbers .prev:before,
.page_numbers .next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 5px;
    height: 6px;
    background: url(../img/common/ico-pager.svg) no-repeat center/100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page_numbers .next:before {
    transform: rotate(180deg);
}

.page_numbers li a:hover {
    color: #13448F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page_numbers li a.prev:hover, .page_numbers li a.next:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*====================================================*/
/*@Page topics-detail*/
/*====================================================*/
.post_main_ttl_area {
    margin-bottom: 70px;
    background: #F2F2F2;
}

.post_main_ttl_area .wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 83px 0;
}

.post_main_ttl_area .wrapper .txt_box {
    width: 54%;
    margin-right: 5%;
    padding-top: 20px;
}

.post_main_ttl_area .wrapper .img {
    width: 42%;
    max-width: 460px;
}

.post_main_ttl_area .date {
    display: block;
    margin-bottom: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #838383;
}

.post_main_ttl_area .category {
    display: block;
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #13448F;
}

.post_main_ttl_area .category span {
    color: inherit;
    font-size: 1em;
}

.post_main_ttl_area .ttl {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.7;
}

.the_content {
    margin-bottom: 95px;
}

.page_post_detail_block .page_numbers {
    margin-bottom: 135px;
    justify-content: space-between;
}

.page_post_detail_block .page_numbers .prev,
.page_post_detail_block .page_numbers .next {
    position: relative;
    width: 190px;
    height: auto;
    padding: 0.4em 0.4em 0.4em 2.4em;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 3.4rem;
    letter-spacing: 0;
    color: #13448F;
    align-items: flex-start;
}

.page_post_detail_block .page_numbers .prev:before,
.page_post_detail_block .page_numbers .next:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 53px;
    height: 53px;
    background: #fff;
    border: 1px solid #13448F;
    border-radius: 100px;
}

.page_post_detail_block .page_numbers .prev:after,
.page_post_detail_block .page_numbers .next:after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 24px;
    margin: auto;
    content: '';
    width: 6px;
    height: 7px;
    background: url(../img/common/ico-pager.svg) no-repeat center/100%;
}

.page_post_detail_block .page_numbers .next {
    padding: 0.4em 2.4em 0.4em 0.4em;
    align-items: flex-end;
}

.page_post_detail_block .page_numbers .next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    transform: rotate(180deg);
}

.page_post_detail_block .page_numbers .next:after {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    left: auto;
    margin: auto;
    transform: rotate(180deg);
}

.page_post_detail_block .page_numbers li a:hover {
    opacity: 0.7;
    box-shadow: none;
}

.page_post_detail_block .page_numbers li a:hover:before {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page_post_detail_block .related_post .blog_list {
    margin-bottom: 0;
}

.page_post_detail_block .related_post .blog_list li {
    margin-bottom: 0;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /*====================================================*/
    /*@Page company*/
    /*====================================================*/
    .page_company_block .company_detail > div dt,
    .page_company_block .company_detail > div dd {
        padding: 1.6em 1.5em;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    /********************************************/
    /* .page_main_visual */
    /********************************************/
    .page_main_visual .main_img_area .img {
        height: 450px;
    }
    .page_base_inner {
        margin-top: 340px;
    }
    /*====================================================*/
    /*@Page philosophy*/
    /*====================================================*/
    .page_philosophy_block .page_base_inner {
        margin-top: 980px;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /*====================================================*/
    /*@Page Common*/
    /*====================================================*/
    .page_base_block {
        padding: 110px 0 60px;
    }
    /********************************************/
    /* .page_main_visual */
    /********************************************/
    .page_main_visual {
        margin-bottom: 50px;
    }
    .page_main_visual .main_img_area {
        margin-top: 40px;
    }
    .page_main_visual .main_img_area .img {
        height: 300px;
    }
    .page_base_inner {
        margin-top: 270px;
    }
    .page_base_inner .bg_txt_area .txt_box {
        margin-bottom: 60px;
        padding: 7% 5% 0 8%;
    }
    /********************************************/
    /* bread_crumb */
    /********************************************/
    .bread_crumb li {
        font-size: 1.1rem;
    }
    .bread_crumb li a {
        font-size: 1.1rem;
    }
    .bread_crumb li span {
        font-size: 1.1rem;
    }
    /*====================================================*/
    /*@Page contact*/
    /*====================================================*/
    .page_contact_block .other_menu_block .top_other_menu_list:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    /*====================================================*/
    /*@Page faq*/
    /*====================================================*/
    .faq_box {
        padding: 25px 0;
    }
    .faq_box dt,
    .faq_box dd {
        padding-left: 40px;
    }
    .faq_box dt:before,
    .faq_box dd:before {
        left: 5px;
    }
    .faq_box dt {
        font-size: 1.5rem;
    }
    .faq_box dd {
        font-size: 1.4rem;
        line-height: 2;
    }
    /*====================================================*/
    /*@Page contact-form*/
    /*====================================================*/
    .form_box table {
        margin-bottom: 10px;
    }
    .form_box th,
    .form_box td {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }
    .form_box th {
        width: 100%;
        margin-bottom: 0.7em;
        padding: 0;
        font-size: 1.4rem;
    }
    .form_box td {
        width: 100%;
        margin-bottom: 1.6em;
        padding: 0;
    }
    .form_box td .txt {
        font-size: 1.5rem;
    }
    .form_box td .txt.right {
        margin-left: 7px;
    }
    .form_box td .txt.left {
        margin-right: 7px;
    }
    .form_box input[type=password],
    .form_box input[type=tel],
    .form_box input[type=email],
    .form_box input[type=text],
    .form_box textarea {
        padding: 1.2em;
        font-size: 1.5rem;
    }
    .form_box .required:before {
        right: 4px;
    }
    .form_box .required.checkbox:before {
        top: 0px;
    }
    .form_box .mwform-checkbox-field {
        display: block;
        margin-right: 0em;
        margin-bottom: 0.7em;
    }
    .form_box .mwform-checkbox-field-text {
        padding: 5px 10px 5px 2.5em;
        font-size: 1.4rem;
    }
    .form_box .mwform-checkbox-field-text:before {
        width: 26px;
        height: 26px;
        border-radius: 3px;
    }
    .form_box .mwform-checkbox-field-text:after {
        left: 5px;
        font-size: 1.6rem;
    }
    .form_box .list li {
        font-size: 1.3rem;
    }
    .form_box .list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .page_contact_form_block .privacy_area {
        margin-bottom: 30px;
    }
    .page_contact_form_block .privacy_area .txt_base {
        margin-bottom: 25px;
    }
    .page_contact_form_block .privacy_area .mwform-checkbox-field .mwform-checkbox-field-text {
        padding: 0.4em 0.4em 0.4em 2.5em;
        font-size: 1.3rem;
    }
    .page_contact_form_block .privacy_area .mwform-checkbox-field .mwform-checkbox-field-text:before {
        width: 23px;
        height: 23px;
    }
    .page_contact_form_block .privacy_area .mwform-checkbox-field .mwform-checkbox-field-text:after {
        left: 5px;
        font-size: 1.4rem;
    }
    .submit_btn input[type=submit] {
        max-width: 300px;
        font-size: 1.5rem;
    }
    .page_contact_form_block .mwform-radio-field-text {
        padding: 5px 10px 5px 2.5em;
        font-size: 1.4rem;
    }
    /*====================================================*/
    /*@Page service*/
    /*====================================================*/
    .page_service_block .service_box {
        padding: 55px 0;
    }
    .page_service_block .service_box .img_txt_box {
        flex-direction: column;
    }
    .page_service_block .service_box .img_txt_box .txt_box {
        width: 90%;
        margin: 0 auto;
    }
    .page_service_block .service_box .img_txt_box .img {
        position: relative;
        left: -15px;
        width: calc(95% + 30px);
        max-width: 100%;
        margin-bottom: 20px;
    }
    .page_service_block .img_txt_box .txt_box .sub_ttl {
        padding-top: 15px;
        font-size: 1.9rem;
    }
    .page_service_block .img_txt_box .txt_box .sub_ttl:before {
        top: 0;
        width: 40px;
    }
    .page_service_block .img_txt_box .txt_box .txt_base {
        margin-bottom: 30px;
    }
    .page_service_block .service_box.bg_navy .img_txt_box {
        flex-direction: column;
    }
    .page_service_block .service_box.bg_navy .img_txt_box .img {
        position: relative;
        right: -15px;
        left: auto;
        width: calc(95% + 30px);
        max-width: 100%;
        margin-bottom: 20px;
    }
    .page_service_block .service_box.bg_navy .img_txt_box .txt_box {
        width: 90%;
        margin: 0 auto;
    }
    .page_service_block .service_box .num {
        top: 10px;
        font-size: clamp(30px, 20vw, 140px);
        opacity: 0.5;
    }
    .base_btn.link a span:after {
        top: 2px;
        width: 16px;
        height: 15px;
    }
    /*====================================================*/
    /*@Page ordermade*/
    /*====================================================*/
    .page_ordermade_block .top_main_visual .ttl {
        top: 73%;
        font-size: clamp(19px, 7vw, 25px);
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
    .page_ordermade_block .about_block {
        top: -50px;
        padding: 35px 0 15px;
    }
    .page_ordermade_block .about_block .tate_txt_box {
        width: 85%;
        height: auto;
        margin: 0 auto 40px;
    }
    .page_ordermade_block .about_block .tate-img {
        margin: 0 calc(50% - 50vw) 60px;
    }
    .page_ordermade_block .about_block .tate-img img {
        max-width: 600px;
    }
    .page_ordermade_block .about_block .txt_base.fs20 p {
        width: 90%;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 2.5;
    }
    .page_ordermade_block .flow_block {
        padding: 20px 0 0;
    }
    .page_ordermade_block .flow_block .contact_bottom_block {
        margin-bottom: 50px;
        padding: 0 0 10px;
    }
    .page_ordermade_block .flow_block .contact_bottom_block .ttl span {
        font-size: 1.5rem;
    }
    .page_ordermade_block .flow_block .contact_bottom_block .tel_link {
        text-align: left;
    }
    .page_ordermade_block .flow_block .contact_bottom_block .tel_link a {
        font-size: 2.5rem;
    }
    .page_ordermade_block .flow_block .contact_bottom_block .txt {
        font-size: 1.3rem;
    }
    .footer.ordermade {
        padding: 45px 0 30px;
    }
    .footer.ordermade .base_btn {
        margin-bottom: 50px;
    }
    .footer.ordermade .base_btn a {
        max-width: 300px;
    }
    .footer.ordermade .copyright {
        font-size: 1.1rem;
    }
    /*====================================================*/
    /*@Page company*/
    /*====================================================*/
    .company_box:not(:last-of-type) {
        margin-bottom: 70px;
    }
    .page_company_block .company_detail > div {
        display: block;
        border-bottom: none;
    }
    .page_company_block .company_detail > div:first-of-type {
        border-top: none;
    }
    .page_company_block .company_detail > div dt,
    .page_company_block .company_detail > div dd {
        width: 100%;
        font-size: 1.3rem;
    }
    .page_company_block .company_detail > div dt {
        padding: 0.8em 1em;
        width: 100%;
    }
    .page_company_block .company_detail > div dd {
        padding: 1.2em 1em 1.6em 1em;
    }
    .page_company_block .company_detail > div dd .img {
        max-width: 250px;
    }
    .contents_slider {
        padding: 30px 0 0;
    }
    .contents_slider .swiper-button-next,
    .contents_slider .swiper-button-prev {
        top: -5px;
        width: 45px;
        height: 45px;
    }
    .contents_slider .swiper-button-next:before,
    .contents_slider .swiper-button-prev:before {
        width: 5px;
        height: 10px;
    }
    .contents_slider .swiper-button-prev {
        right: 55px;
    }
    /*====================================================*/
    /*@Page message*/
    /*====================================================*/
    .page_message_block .wrapper {
        display: block;
    }
    .page_message_block .wrapper .img {
        width: 70%;
        max-width: 350px;
        margin: 0 auto 50px;
    }
    .page_message_block .wrapper .txt_box {
        width: 100%;
    }
    .page_message_block .wrapper .txt_box .sub_ttl {
        font-size: 2rem;
    }
    .page_message_block .wrapper .txt_box:before {
        top: -25px;
        right: 0;
        margin: auto;
        width: 40px;
    }
    /*====================================================*/
    /*@Page business*/
    /*====================================================*/
    .page_business_block .illust {
        max-width: 300px;
    }
    .page_business_block .business_list li {
        flex-direction: column-reverse;
    }
    .page_business_block .business_list li:not(:last-child) {
        margin-bottom: 55px;
    }
    .page_business_block .business_list li .left {
        width: 100%;
        margin-right: 0%;
    }
    .page_business_block .business_list li .left .sub_ttl {
        font-size: 1.8rem;
    }
    .page_business_block .business_list li .left .base_btn a {
        margin: 0 auto;
    }
    .page_business_block .business_list li .img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .page_business_block .business_list li .img img {
        width: 100%;
    }
    /*====================================================*/
    /*@Page philosophy*/
    /*====================================================*/
    .page_philosophy_block .page_base_inner {
        margin-top: 260px;
    }
    .page_philosophy_block .company_box {
        padding: 35px 0;
    }
    .company_box.value .value_list > div {
        display: block;
        padding: 20px 0;
    }
    .company_box.value .value_list > div dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em;
        font-size: 1.5rem;
    }
    .company_box.value .value_list > div dd {
        width: 100%;
    }
    .company_box.value .value_list > div:first-of-type dd {
        font-size: 2.7rem;
    }
    .company_box.value .value_list > div:first-of-type dd .small {
        font-size: 1.6rem;
        line-height: 2.3;
    }
    .company_box.value .value_message {
        margin-bottom: 50px;
        padding: 20px 0;
    }
    .company_box.value .value_message li {
        padding: 0 15px;
        font-size: 1.6rem;
    }
    .company_box.value .value_message li:not(:last-child) {
        margin-bottom: 1.2em;
    }
    .company_box.value .value_message:before, .company_box.value .value_message:after {
        width: 10px;
    }
    .company_box.value .objective_area .objective_box {
        margin-bottom: 40px;
    }
    .company_box.value .objective_area .objective_box .sub_ttl {
        font-size: 1.8rem;
    }
    .company_box.value .objective_area .objective_box .list > li {
        font-size: 1.5rem;
    }
    .company_box.value .objective_area .objective_box .list > li:not(:last-child) {
        margin-bottom: 1em;
    }
    .company_box.value .objective_area .objective_box .list > li .small {
        padding-left: 0;
        font-size: 1.3rem;
        line-height: 1.7;
    }
    .company_box.value .objective_area .sub_ttl.method {
        font-size: 2.2rem;
        line-height: 1.6;
    }
    .company_box.value .objective_area .sub_ttl.method .small {
        margin-top: 1em;
        font-size: 1.3rem;
    }
    .company_box.value .objective_area .sub_ttl.method .equal {
        height: 1em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .company_box.strategy .txt {
        font-size: 1.5rem;
    }
    .company_box.strategy .num_list > li {
        padding-left: 2.5em;
        font-size: 1.4rem;
    }
    .company_box.strategy .num_list > li:before {
        position: absolute;
        top: 3px;
        right: auto;
        bottom: auto;
        left: 0px;
        margin: auto;
        font-size: 1.5rem;
    }
    /*====================================================*/
    /*@Page history*/
    /*====================================================*/
    .page_history_block .page_base_inner {
        padding: 7% 0 0 8%;
    }
    .history_table {
        margin-top: 10px;
        padding: 20px 0 10px;
    }
    .history_table:before {
        left: 3px;
    }
    .history_table > div {
        display: block;
    }
    .history_table > div:not(:last-of-type) {
        margin-bottom: 45px;
    }
    .history_table > div > dt {
        position: static;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 3.8rem;
    }
    .history_table > div > dd {
        width: 100%;
    }
    .history_table .child {
        margin-bottom: 20px;
    }
    .history_table .child dt,
    .history_table .child dd {
        padding-left: 22px;
        font-size: 1.4rem;
        line-height: 1.9;
    }
    .history_table .child dt {
        line-height: 1.6;
    }
    .history_table .child dt:before {
        top: 0.55em;
        width: 7px;
        height: 7px;
    }
    /*====================================================*/
    /*@Page access*/
    /*====================================================*/
    .page_access_block .main_img_area .map {
        height: 380px;
    }
    .page_access_block .main_img_area .map iframe {
        height: 380px;
    }
    .page_access_block .page_base_inner {
        margin-top: 360px;
    }
    .page_access_block .bg_txt_area {
        min-height: 260px;
    }
    /*====================================================*/
    /*@Page sdgs*/
    /*====================================================*/
    .page_sdgs_block .sdgs_logo {
        max-width: 240px;
        margin: 0 auto 50px;
    }
    .page_sdgs_block .sdgs_list li {
        padding: 25px 5px;
    }
    .page_sdgs_block .sdgs_list li .img {
        width: 30%;
    }
    .page_sdgs_block .sdgs_list li .right {
        width: 70%;
    }
    .page_sdgs_block .sdgs_list li .right .ttl {
        font-size: 1.6rem;
    }
    /*====================================================*/
    /*@Page download*/
    /*====================================================*/
    .page_download_block .page_base_inner {
        margin-top: 270px;
    }
    .download_list {
        display: block;
    }
    .download_list li {
        width: 100%;
        margin-bottom: 60px;
    }
    .download_list li:not(:nth-child(2n)) {
        margin-right: 0%;
    }
    .download_list li:last-child {
        margin-bottom: 0;
    }
    .download_list li .img {
        margin-bottom: 15px;
    }
    .download_list li .ttl {
        margin-bottom: 0.5em;
        font-size: 1.6rem;
    }
    .download_list li .base_btn a {
        margin: 0 auto;
        border-radius: 6px;
    }
    .download_list li .base_btn a span {
        font-size: 1.5rem;
    }
    /*====================================================*/
    /*@Page privacy*/
    /*====================================================*/
    .privacy_box {
        /*====================================================*/
        /*@Page topics*/
        /*====================================================*/
        /*====================================================*/
        /*@Page topics*/
        /*====================================================*/
    }
    .privacy_box:not(:last-of-type) {
        margin-bottom: 35px;
    }
    .privacy_box .sub_ttl span {
        margin-right: 7px;
    }
    .privacy_box .num_list > li {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .privacy_box .select_area {
        margin-bottom: 80px;
    }
    .privacy_box .select_area .select_list {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .privacy_box .select_area .select_list li {
        width: 30%;
        max-width: 265px;
    }
    .privacy_box .select_area .select_list li:not(:last-child) {
        margin-right: 5%;
    }
    .privacy_box .select_area .select_list li .ttl {
        margin-bottom: 0.3em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: 0;
        color: #13448F;
    }
    .privacy_box .select_area .select_list li select {
        width: 100%;
        padding: 1em 1.5em;
        border: 1px solid #13448F;
        border-radius: 100px;
        background: url(../img/common/ico-down-arrow.svg) no-repeat center right 18px/11px;
        font-size: 1.4rem;
        cursor: pointer;
    }
    .privacy_box .page_post_block .top_blog_block {
        padding: 0;
    }
    .privacy_box .page_post_block .top_blog_block .blog_list {
        margin-bottom: 40px;
    }
    .privacy_box .page_post_block .top_blog_block .blog_list li {
        margin-bottom: 45px;
    }
    .privacy_box .page_numbers {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .privacy_box .page_numbers li:not(:last-child) {
        margin-right: 10px;
    }
    .privacy_box .page_numbers li:first-child {
        margin-right: 20px;
    }
    .privacy_box .page_numbers li:nth-last-child(2) {
        margin-right: 20px;
    }
    .privacy_box .page_numbers li a {
        padding: 0.5em 0.7em;
        font-size: 1.8rem;
        color: #98A6B5;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .privacy_box .page_numbers li .current {
        padding: 0.5em 0.7em;
        font-size: 1.8rem;
        color: #333;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .privacy_box .page_numbers .prev,
    .privacy_box .page_numbers .next {
        position: relative;
        width: 53px;
        height: 53px;
        background: #fff;
        border: 1px solid #13448F;
        border-radius: 100px;
    }
    .privacy_box .page_numbers .prev:before,
    .privacy_box .page_numbers .next:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: '';
        width: 5px;
        height: 6px;
        background: url(../img/common/ico-pager.svg) no-repeat center/100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .privacy_box .page_numbers .next:before {
        transform: rotate(180deg);
    }
    .privacy_box .page_numbers li a:hover {
        color: #13448F;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .privacy_box .page_numbers li a.prev:hover, .privacy_box .page_numbers li a.next:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .privacy_box .select_area {
        margin-bottom: 80px;
    }
    .privacy_box .select_area .select_list {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .privacy_box .select_area .select_list li {
        width: 30%;
        max-width: 265px;
    }
    .privacy_box .select_area .select_list li:not(:last-child) {
        margin-right: 5%;
    }
    .privacy_box .select_area .select_list li .ttl {
        margin-bottom: 0.3em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: 0;
        color: #13448F;
    }
    .privacy_box .select_area .select_list li select {
        width: 100%;
        padding: 1em 1.5em;
        border: 1px solid #13448F;
        border-radius: 100px;
        background: url(../img/common/ico-down-arrow.svg) no-repeat center right 18px/11px;
        font-size: 1.4rem;
        cursor: pointer;
    }
    .privacy_box .page_post_block .top_blog_block {
        padding: 0;
    }
    .privacy_box .page_post_block .top_blog_block .blog_list {
        margin-bottom: 40px;
    }
    .privacy_box .page_post_block .top_blog_block .blog_list li {
        margin-bottom: 45px;
    }
    .privacy_box .page_numbers {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .privacy_box .page_numbers li:not(:last-child) {
        margin-right: 10px;
    }
    .privacy_box .page_numbers li:first-child {
        margin-right: 20px;
    }
    .privacy_box .page_numbers li:nth-last-child(2) {
        margin-right: 20px;
    }
    .privacy_box .page_numbers li a {
        padding: 0.5em 0.7em;
        font-size: 1.8rem;
        color: #98A6B5;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .privacy_box .page_numbers li .current {
        padding: 0.5em 0.7em;
        font-size: 1.8rem;
        color: #333;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .privacy_box .page_numbers .prev,
    .privacy_box .page_numbers .next {
        position: relative;
        width: 53px;
        height: 53px;
        background: #fff;
        border: 1px solid #13448F;
        border-radius: 100px;
    }
    .privacy_box .page_numbers .prev:before,
    .privacy_box .page_numbers .next:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: '';
        width: 5px;
        height: 6px;
        background: url(../img/common/ico-pager.svg) no-repeat center/100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .privacy_box .page_numbers .next:before {
        transform: rotate(180deg);
    }
    .privacy_box .page_numbers li a:hover {
        color: #13448F;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .privacy_box .page_numbers li a.prev:hover, .privacy_box .page_numbers li a.next:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    /*====================================================*/
    /*@Page topics*/
    /*====================================================*/
    .select_area {
        margin-bottom: 50px;
    }
    .select_area .select_list {
        width: 80%;
        display: block;
    }
    .select_area .select_list li {
        width: 100%;
        max-width: 240px;
    }
    .select_area .select_list li:not(:last-child) {
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .select_area .select_list li .ttl {
        font-size: 1.3rem;
    }
    .select_area .select_list li select {
        background: url(../img/common/ico-down-arrow.svg) no-repeat center right 18px/8px;
        font-size: 1.3rem;
    }
    .page_post_block .top_blog_block .blog_list li {
        margin-bottom: 30px;
    }
    .page_post_block .top_blog_block .blog_list li:last-child {
        margin-bottom: 0;
    }
    .page_numbers li:first-child {
        margin-right: 15px;
    }
    .page_numbers li:nth-last-child(2) {
        margin-right: 15px;
    }
    .page_numbers li a {
        font-size: 1.5rem;
    }
    .page_numbers li .current {
        font-size: 1.5rem;
    }
    .page_numbers .prev,
    .page_numbers .next {
        width: 40px;
        height: 40px;
    }
    /*====================================================*/
    /*@Page topics-detail*/
    /*====================================================*/
    .post_main_ttl_area {
        margin-bottom: 50px;
    }
    .post_main_ttl_area .wrapper {
        flex-direction: column-reverse;
        padding: 0 0 30px;
    }
    .post_main_ttl_area .wrapper .txt_box {
        width: 100%;
        margin-right: 0%;
        padding-top: 0px;
    }
    .post_main_ttl_area .wrapper .img {
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
        max-width: calc(100% + 30px);
        margin-bottom: 20px;
    }
    .post_main_ttl_area .wrapper .img img {
        width: 100%;
    }
    .post_main_ttl_area .date {
        font-size: 1.2rem;
    }
    .post_main_ttl_area .category {
        font-size: 1.3rem;
    }
    .post_main_ttl_area .ttl {
        font-size: 1.6rem;
    }
    .the_content {
        margin-bottom: 50px;
    }
    .page_post_detail_block .page_numbers {
        margin-bottom: 75px;
    }
    .page_post_detail_block .page_numbers .prev,
    .page_post_detail_block .page_numbers .next {
        width: auto;
        padding: 0.5em 0.4em 0.5em 3.2em;
        font-size: 1.8rem;
    }
    .page_post_detail_block .page_numbers .prev:before,
    .page_post_detail_block .page_numbers .next:before {
        width: 45px;
        height: 45px;
    }
    .page_post_detail_block .page_numbers .prev:after,
    .page_post_detail_block .page_numbers .next:after {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 21px;
        margin: auto;
        width: 5px;
        height: 6px;
    }
    .page_post_detail_block .page_numbers .next {
        padding: 0.5em 3.2em 0.5em 0.4em;
    }
    .page_post_detail_block .page_numbers .next:after {
        position: absolute;
        top: 0;
        right: 21px;
        bottom: 0;
        left: auto;
        margin: auto;
    }
}
