@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url(https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none;
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    margin: auto;
    width: auto;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a, b, dd, dt, li, p, span, td, th {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}

@media print, screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}

.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.txt_base p {
    line-height: 2.3;
}

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

.txt_base.fs14 p {
    font-size: 1.4rem;
    line-height: 2;
}

.txt_base.fs16 p {
    font-size: 1.6rem;
    line-height: 2.9;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.tel_link,
.tel_link a {
    color: inherit;
    font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
    width: calc(100% - 30px);
    max-width: 1100px;
    margin: auto;
}

.main_width.size740 {
    max-width: 740px;
}

section {
    padding: 80px 0;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98px;
    padding: 0 25px;
    background: #fff;
    z-index: 900;
}

.header .logo {
    position: absolute;
    right: 0;
    left: 0;
    width: 7%;
    max-width: 146px;
    margin: auto;
    z-index: 9999;
}

.header .logo a {
    display: block;
}

.header_inner_flex {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_inner_flex .header_left {
    width: 40%;
}

.header_inner_flex .header_right {
    width: 25%;
    margin-right: 250px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.header_inner_flex .header_right .sns_list {
    width: 100%;
    justify-content: flex-end;
}

.header_inner_flex .header_right .sns_list li:not(:last-child) {
    margin-right: 10%;
}

.header .lang_box {
    position: absolute;
    top: 0;
    right: 98px;
    height: 100%;
    border-left: 1px solid #102043;
    border-bottom: 1px solid #102043;
}

.header .lang_box .ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    padding: 0 1.5em;
    background: #fff;
    border-bottom: 1px solid #102043;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
}

.header .lang_box .header_language {
    width: 100%;
    height: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.header .lang_box .header_language li {
    width: 50%;
}

.header .lang_box .header_language li:first-child {
    border-right: 1px solid #102043;
}

.header .lang_box .header_language li a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .lang_box .header_language li a:hover {
    background: #968605;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .lang_box .header_language li a,
.header .lang_box .header_language li.current-lang a, .header .lang_box .header_language li.current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

.header .lang_box .header_language li.current-lang a, .header .lang_box .header_language li.current {
    background: #968605;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.header .nav_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;
}

.header .nav_list li {
    display: inline-block;
}

.header .nav_list li:not(:last-child) {
    margin-right: 3%;
}

.header .nav_list li a {
    display: block;
    padding: 0.3em;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .nav_list li a:hover {
    color: #B1B3B6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu_trigger,
.menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
}

.menu_trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 98px;
    height: 98px;
    background-color: #102043;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu_trigger .border {
    position: absolute;
    background: #fff;
    width: 47px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu_trigger .border:nth-of-type(1) {
    top: 24px;
}

.menu_trigger .border:nth-of-type(2) {
    top: 37px;
}

.menu_trigger .border:nth-of-type(3) {
    top: 50px;
}

.menu_trigger .menu {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    text-align: center;
}

.menu_trigger .menu:before {
    content: 'MENU';
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #fff;
}

.menu_trigger.active {
    background: rgba(255, 255, 255, 0.95);
}

.menu_trigger.active .border {
    background: #333;
}

.menu_trigger.active .border:nth-of-type(1) {
    top: 30px;
    -webkit-transform: translateY(7px) rotate(-328deg);
    transform: translateY(7px) rotate(-328deg);
}

.menu_trigger.active .border:nth-of-type(2) {
    opacity: 0;
}

.menu_trigger.active .border:nth-of-type(3) {
    top: 47px;
    -webkit-transform: translateY(-8px) rotate(328deg);
    transform: translateY(-8px) rotate(328deg);
}

.menu_trigger.active .menu:before {
    content: 'CLOSE';
    color: #333;
}

.sp_menu {
    display: none;
}

body.fixed {
    position: fixed;
    width: 100%;
}

/********************************************/
/* header Global Menu */
/********************************************/
#menu_box.drawr_menu_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

#menu_box.drawr_menu_box.active {
    opacity: 1;
    visibility: visible;
}

#menu_box.drawr_menu_box .open_nav_list {
    opacity: 0;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    visibility: hidden;
    transform: translateY(70px);
}

#menu_box.drawr_menu_box.active .open_nav_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#menu_box.drawr_menu_box .inner {
    position: relative;
    height: 100%;
    padding: 120px 3% 120px calc(20% + 3%);
}

#menu_box.drawr_menu_box .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20%;
    height: 100%;
    background: url(../img/common/nav-bg.jpg) no-repeat center right/cover;
}

#menu_box.drawr_menu_box .lang_box {
    display: none;
}

#menu_box.drawr_menu_box .menu_flex_box {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

#menu_box.drawr_menu_box .menu_flex_box .flex_item {
    width: 31%;
}

#menu_box.drawr_menu_box .menu_flex_box .flex_item:not(:last-of-type) {
    margin-right: 3%;
}

#menu_box.drawr_menu_box .menu_flex_box .flex_item.company {
    width: 25%;
}

#menu_box.drawr_menu_box .menu_flex_box .flex_item.contact {
    width: 25%;
}

#menu_box.drawr_menu_box .menu_flex_box .flex_item.round {
    width: 37%;
}

#menu_box.drawr_menu_box .open_nav_list > li {
    margin-bottom: 20px;
}

#menu_box.drawr_menu_box .open_nav_list > li > a {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #102043;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_box.drawr_menu_box .open_nav_list > li > a:hover {
    opacity: 0.7;
}

#menu_box.drawr_menu_box .open_nav_list .child {
    padding: 20px 0 20px 12px;
}

#menu_box.drawr_menu_box .open_nav_list .child > li {
    font-size: 1.5rem;
}

#menu_box.drawr_menu_box .open_nav_list .child > li:not(:last-child) {
    margin-bottom: 1em;
}

#menu_box.drawr_menu_box .open_nav_list .child > li > a {
    display: inline-block;
    padding: 0.3em;
    font-size: 1em;
    line-height: 1.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_box.drawr_menu_box .open_nav_list .child > li > a:hover {
    color: #B1B3B6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_box.drawr_menu_box .open_nav_list .child.round a {
    position: relative;
    display: block;
    padding: 0.2em 1em;
    border: 1px solid #102043;
    border-radius: 100px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    color: #102043;
}

#menu_box.drawr_menu_box .open_nav_list .child.round a:before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    content: '';
    width: 7px;
    height: 6px;
    margin: auto;
    background: url(../img/common/ico-down-arrow.svg) no-repeat center/100%;
    transform: rotate(-90deg);
}

#menu_box.drawr_menu_box .bottom_box {
    padding-top: 35px;
    border-top: 1px solid #102043;
}

#menu_box.drawr_menu_box .bottom_box .menu_flex_box {
    justify-content: space-between;
}

#menu_box.drawr_menu_box .bottom_box .menu_flex_box .flex_item.sns {
    padding-right: 5%;
}

#menu_box.drawr_menu_box .bottom_box .sns_list li a i {
    font-size: 4.5rem;
}

/********************************************/
/*footer */
/********************************************/
.footer {
    padding: 55px 0 50px;
}

.footer .wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 85px;
}

.footer .wrapper .left {
    width: 41%;
    margin-right: 5%;
}

.footer .wrapper .right {
    width: 54%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.footer .left .logo {
    margin-bottom: 15px;
}

.footer .left .logo a {
    display: block;
    width: 100%;
    max-width: 108px;
}

.footer .left .bold_ttl {
    margin-bottom: 0.8em;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.4;
}

.footer .left .sns_list {
    margin-bottom: 20px;
}

.footer .left .sns_list i {
    color: #102043;
}

.footer .left .sdgs_bnr a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .left .sdgs_bnr a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

.sns_list li {
    display: inline-block;
}

.sns_list li:not(:last-child) {
    margin-right: 3%;
}

.sns_list li a {
    display: block;
    padding: 0.2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sns_list li a i {
    font-size: 2.5rem;
    color: #13448F;
}

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

.footer .link_list li {
    display: block;
    font-size: 1.6rem;
}

.footer .link_list li:not(:last-child) {
    margin-bottom: 0.8em;
}

.footer .link_list li a {
    display: inline-block;
    padding: 0.2em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .link_list:not(:last-of-type) {
    margin-right: 15%;
}

.footer .link_list li a:hover {
    color: #B1B3B6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.copyright {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    text-align: center;
}

.fix_btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.fix_btn a {
    display: block;
    max-width: 360px;
    background-color: #fff;
}

.fix_btn a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fix_btn a:hover img {
    opacity: 0.7;
}

/********************************************/
/*top_main_visual */
/********************************************/
.top_main_visual {
    position: relative;
    z-index: 1;
}

.top_main_visual .img {
    position: relative;
    width: 100%;
    z-index: -1;
}

.top_main_visual .img:after {
    padding-top: 50%;
}

.top_main_visual .ttl {
    position: absolute;
    right: 3%;
    bottom: 8%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    min-height: 0vw;
    /* Safari clamp関数対策 */
    font-size: clamp(32px, 4vw, 35px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: right;
    z-index: 1;
}

/********************************************/
/*top_about_block */
/********************************************/
.about_img_slider {
    padding: 40px 0;
    overflow: visible;
}

.about_img_slider .swiper-wrapper {
    transition-timing-function: linear;
}

.tate_txt_box {
    width: 100%;
    height: 530px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.tate_txt_box .txt {
    font-size: 1.5rem;
    line-height: 3.3;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.tate_txt_box .txt:not(:last-of-type) {
    margin-left: 2em;
}

.top_about_block {
    padding: 95px 0 100px;
}

.top_about_block .desc_box:not(:last-of-type) {
    margin-bottom: 100px;
}

/********************************************/
/*top_reason_block */
/********************************************/
.top_reason_block {
    padding: 75px 0 115px;
}

.top_reason_block .main_width {
    max-width: 1840px;
}

.top_reason_block .wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.top_reason_block .wrapper .img {
    position: relative;
    left: -15px;
    width: 40%;
    max-width: 675px;
    margin-right: 5%;
}

.top_reason_block .wrapper .img:after {
    padding-top: 98%;
}

.top_reason_block .wrapper .right {
    width: 55%;
    max-width: 750px;
}

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

.top_reason_block .reason_list li:not(:last-child) {
    margin-bottom: 45px;
}

.top_reason_block .reason_list li .num {
    width: 16%;
    max-width: 112px;
    max-height: 112px;
    min-height: 0vw;
    /* Safari clamp関数対策 */
    margin-right: 5%;
    padding: 0.2em;
    background: #102043;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: clamp(40px, 3.5vw, 61px);
    line-height: 1;
    color: #fff;
    text-align: center;
}

.top_reason_block .reason_list li .num .small {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 0.26em;
    color: inherit;
}

.top_reason_block .reason_list li .txt_base {
    width: 79%;
}

.top_reason_block .reason_list li .txt_base p {
    font-size: 1.8rem;
    line-height: 2.1;
}

/********************************************/
/*top_service_block */
/********************************************/
.top_service_block {
    position: relative;
    padding: 75px 0 135px;
    background: #102043;
    z-index: 1;
    overflow: hidden;
}

.top_service_block:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 44%;
    max-width: 870px;
    height: 90%;
    background: url(../img/top/service-img.png) no-repeat top right/100%;
    z-index: -1;
}

.top_service_block .txt_box {
    width: 70%;
    max-width: 783px;
}

.top_service_block .en_big_ttl .en {
    color: #fff;
}

.top_service_block .sub_ttl {
    color: #fff;
}

.top_service_block .txt_base {
    margin-bottom: 65px;
}

.top_service_block .txt_base p {
    color: #fff;
}

.top_service_block .base_btn a {
    margin: 0;
    background: #102043;
    border: 1px solid #fff;
}

.top_service_block .base_btn a span {
    color: #fff;
}

.top_service_block .base_btn a span:after {
    border-color: transparent transparent transparent #fff;
}

.top_service_block .base_btn a:hover {
    opacity: 0.7;
}

/********************************************/
/*top_news_block */
/********************************************/
.top_news_block {
    padding: 80px 0 45px;
}

.top_news_block .news_list {
    margin-bottom: 55px;
}

.top_news_block .news_list li {
    border-bottom: 1px dashed #707070;
}

.top_news_block .news_list li:first-child {
    border-top: 1px dashed #707070;
}

.top_news_block .news_list li a {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 20px 0;
}

.top_news_block .news_list li a .date {
    width: 10%;
    margin-right: 5%;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_news_block .news_list li a .ttl {
    width: 85%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_news_block .news_list li a:hover .date,
.top_news_block .news_list li a:hover .ttl {
    color: #13448F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/********************************************/
/*top_blog_block */
/********************************************/
.top_blog_block {
    padding: 45px 0 85px;
}

.top_blog_block .blog_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;
    margin-bottom: 85px;
}

.top_blog_block .blog_list li {
    width: 30%;
}

.top_blog_block .blog_list li:not(:nth-child(3n)) {
    margin-right: 5%;
}

.top_blog_block .blog_list li a {
    display: block;
}

.top_blog_block .blog_list li .img {
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_blog_block .blog_list li .img img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_blog_block .blog_list li .img:after {
    padding-top: 66%;
}

.top_blog_block .blog_list li .top_area {
    width: 100%;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_blog_block .blog_list li .date {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #838383;
}

.top_blog_block .blog_list li .category {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #13448F;
}

.top_blog_block .blog_list li .ttl {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_blog_block .blog_list li .more {
    display: block;
    margin-top: 1em;
    padding-top: 0.5em;
    border-top: 1px solid #707070;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #102043;
    text-align: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_blog_block .blog_list li a:hover .img img {
    transform: scale(1.04);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

/********************************************/
/*other_menu_block */
/********************************************/
.other_menu_block {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.other_menu_block .top_other_menu_list {
    padding: 0;
}

.other_menu_block .top_other_menu_list a {
    position: relative;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.other_menu_block .top_other_menu_list a:before {
    position: absolute;
    right: 3%;
    bottom: 3%;
    content: '';
    width: 13%;
    max-width: 91px;
    height: 18.5%;
    max-height: 91px;
    background: url(../img/common/circle-arrow.svg) no-repeat center/100%;
    z-index: 1;
}

.other_menu_block .top_other_menu_list .img {
    position: relative;
    margin-bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.other_menu_block .top_other_menu_list .img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.other_menu_block .top_other_menu_list .en_big_ttl {
    position: absolute;
    bottom: 12%;
    left: 4%;
    margin-bottom: 0;
    z-index: 1;
}

.other_menu_block .top_other_menu_list .en_big_ttl .en {
    min-height: 0vw;
    /* Safari clamp関数対策 */
    font-size: clamp(20px, 3vw, 60px);
    letter-spacing: 0.08em;
    color: #fff;
}

.other_menu_block .top_other_menu_list .en_big_ttl .ja {
    min-height: 0vw;
    /* Safari clamp関数対策 */
    font-size: clamp(12px, 1.3vw, 20px);
    font-weight: 500;
    color: #fff;
}

.other_menu_block .top_other_menu_list a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.other_menu_block .top_other_menu_list a:hover .img:before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/********************************************/
/*contact_bottom_block */
/********************************************/
.contact_bottom_block {
    padding: 65px 0 75px;
    background: #F2F2F2;
}

.contact_bottom_block .en_big_ttl {
    position: relative;
    text-align: center;
    z-index: 1;
}

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

.contact_bottom_block .en_big_ttl .en {
    display: inline-block;
    padding: 0 0.2em;
    background: #F2F2F2;
    font-size: 6rem;
    letter-spacing: 0.08em;
    color: #102043;
    z-index: 1;
}

.contact_bottom_block .txt_base {
    margin-bottom: 50px;
}

.contact_bottom_block .wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_bottom_block .wrapper .tel_link {
    width: 45%;
    margin-right: 3%;
}

.contact_bottom_block .wrapper .tel_link a {
    min-height: 0vw;
    /* Safari clamp関数対策 */
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: clamp(30px, 5.6vw, 63px);
    line-height: 1.2;
    pointer-events: none;
}

.contact_bottom_block .wrapper .tel_link a span {
    margin-right: 0.2em;
    font-size: 0.45em;
}

.contact_bottom_block .wrapper .base_btn {
    width: 47%;
}

.contact_bottom_block .wrapper .base_btn a {
    max-width: 100%;
    background: #102043;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact_bottom_block .wrapper .base_btn a span {
    color: #fff;
}

.contact_bottom_block .wrapper .base_btn a span:after {
    content: none;
}

.contact_bottom_block .wrapper .base_btn a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /********************************************/
    /*header */
    /********************************************/
    .header_inner_flex .header_left {
        display: none;
    }
    .header_inner_flex .header_right .sns_list {
        display: none;
    }
    .header .header_inner_flex .pc_only {
        display: none;
    }
    .header .header_inner_flex .sp_only {
        display: block !important;
    }
    body.fixed .header {
        position: fixed;
        top: 0;
        left: 0;
    }
    /********************************************/
    /* header Global Menu */
    /********************************************/
    #menu_box.drawr_menu_box {
        background-color: rgba(255, 255, 255, 0.95);
    }
    #menu_box.drawr_menu_box .menu_content {
        position: relative;
    }
    #menu_box.drawr_menu_box .inner {
        padding: 120px 3% 120px 3%;
    }
    #menu_box.drawr_menu_box .inner:after {
        content: none;
    }
    #menu_box.drawr_menu_box .menu_flex_box {
        display: block;
    }
    #menu_box.drawr_menu_box .menu_flex_box .flex_item {
        width: 100%;
    }
    #menu_box.drawr_menu_box .menu_flex_box .flex_item:not(:last-of-type) {
        margin-right: 0%;
    }
    #menu_box.drawr_menu_box .menu_flex_box .flex_item.company {
        width: 100%;
    }
    #menu_box.drawr_menu_box .menu_flex_box .flex_item.contact {
        width: 100%;
    }
    #menu_box.drawr_menu_box .menu_flex_box .flex_item.round {
        width: 100%;
    }
    #menu_box.drawr_menu_box .open_nav_list > li {
        position: relative;
        margin-bottom: 0px;
        border-bottom: 1px solid #102043;
    }
    #menu_box.drawr_menu_box .open_nav_list > li > a {
        position: relative;
        display: block;
        width: calc(100% - 50px);
        padding: 15px 10px;
    }
    #menu_box.drawr_menu_box .open_nav_list .toggle_arrow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 50px;
        height: 67px;
        text-align: center;
    }
    #menu_box.drawr_menu_box .open_nav_list .toggle_arrow img {
        position: relative;
        top: 15px;
        display: block;
        margin: 0 auto;
    }
    #menu_box.drawr_menu_box .open_nav_list .toggle_arrow.active {
        transform: rotateX(180deg);
    }
    #menu_box.drawr_menu_box .open_nav_list .child {
        display: none;
    }
    #menu_box.drawr_menu_box .open_nav_list .child > li > a {
        display: block;
    }
    #menu_box.drawr_menu_box .open_nav_list .child.round a {
        width: 350px;
        padding: 0.5em 1em;
        font-size: 1.3rem;
    }
    #menu_box.drawr_menu_box .bottom_box {
        padding-top: 0px;
        border-top: none;
    }
    #menu_box.drawr_menu_box .bottom_box .menu_flex_box {
        justify-content: space-between;
    }
    #menu_box.drawr_menu_box .bottom_box .menu_flex_box .flex_item.sns {
        padding-right: 0;
    }
    #menu_box.drawr_menu_box .bottom_box .menu_flex_box .flex_item.sns .sns_list {
        display: block;
        padding: 20px 0;
    }
    #menu_box.drawr_menu_box .bottom_box .menu_flex_box .flex_item.sns .sns_list li:not(:last-child) {
        margin-right: 5%;
    }
    #menu_box.drawr_menu_box .bottom_box .menu_flex_box .flex_item.sns .sns_list li a i {
        font-size: 3.5rem;
    }
    #menu_box.drawr_menu_box .bottom_box .open_nav_list .child {
        display: block;
        padding: 15px 0 15px 5px;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    /********************************************/
    /*header */
    /********************************************/
    .header {
        height: 65px;
        padding: 0;
    }
    .header .logo {
        width: 25%;
        max-width: 100px;
    }
    .header_inner_flex .header_right .lang_box {
        display: none;
    }
    #menu_box.drawr_menu_box .lang_box {
        opacity: 0;
        -webkit-transition: all 0.9s;
        transition: all 0.9s;
        visibility: hidden;
        transform: translateY(70px);
    }
    #menu_box.drawr_menu_box.active .lang_box {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    #menu_box.drawr_menu_box .lang_box {
        position: static;
        display: block;
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
        border: 1px solid #102043;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    #menu_box.drawr_menu_box .lang_box .ttl {
        align-items: center;
        height: 100%;
        padding: 0.5em 1.5em;
        border-right: 1px solid #102043;
        border-bottom: none;
    }
    .header .lang_box .header_language {
        height: 100%;
    }
    .header .lang_box .header_language li a, .header .lang_box .header_language li.current {
        padding: 0.5em 1.5em;
    }
    .menu_trigger {
        position: fixed;
        width: 65px;
        height: 65px;
    }
    .menu_trigger .border {
        width: 31px;
    }
    .menu_trigger .border:nth-of-type(1) {
        top: 14px;
    }
    .menu_trigger .border:nth-of-type(2) {
        top: 24px;
    }
    .menu_trigger .border:nth-of-type(3) {
        top: 34px;
    }
    .menu_trigger .menu {
        top: 38px;
    }
    .menu_trigger .menu:before {
        font-size: 1.1rem;
    }
    .menu_trigger.active .border:nth-of-type(1) {
        top: 15px;
    }
    .menu_trigger.active .border:nth-of-type(2) {
        opacity: 0;
    }
    .menu_trigger.active .border:nth-of-type(3) {
        top: 30px;
    }
    #menu_box.drawr_menu_box .open_nav_list > li > a {
        font-size: 2rem;
    }
    #menu_box.drawr_menu_box .open_nav_list .toggle_arrow {
        height: 60px;
    }
    #menu_box.drawr_menu_box .open_nav_list .toggle_arrow img {
        top: 12px;
    }
    #menu_box.drawr_menu_box .open_nav_list .child {
        padding: 10px 0 15px 5px;
    }
    #menu_box.drawr_menu_box .open_nav_list .child > li {
        font-size: 1.4rem;
    }
    #menu_box.drawr_menu_box .open_nav_list .child > li:not(:last-child) {
        margin-bottom: 0.5em;
    }
    #menu_box.drawr_menu_box .open_nav_list .child > li > a {
        display: block;
    }
    #menu_box.drawr_menu_box .open_nav_list .child.round a {
        width: 260px;
    }
    #menu_box.drawr_menu_box .bottom_box .menu_flex_box .flex_item.sns .sns_list li:not(:last-child) {
        margin-right: 3%;
    }
    #menu_box.drawr_menu_box .bottom_box .menu_flex_box .flex_item.sns .sns_list li a i {
        font-size: 2.5rem;
    }
    /********************************************/
    /*top_main_visual */
    /********************************************/
    .top_main_visual .img:after {
        padding-top: 100%;
    }
    .top_main_visual .ttl {
        font-size: 3rem;
    }
    /********************************************/
    /*top_reason_block */
    /********************************************/
    .top_reason_block .wrapper {
        display: block;
    }
    .top_reason_block .wrapper .img {
        width: calc(100% + 10px);
        max-width: 675px;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .top_reason_block .wrapper .img:after {
        padding-top: 60%;
    }
    .top_reason_block .wrapper .right {
        width: 100%;
        max-width: 750px;
    }
    /********************************************/
    /*top_service_block */
    /********************************************/
    .top_service_block .txt_box {
        width: 85%;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /*=============================================*/
    /*Common Base*/
    /*=============================================*/
    .txt_base p {
        font-size: 1.4rem;
        line-height: 2;
    }
    .txt_base p:not(:last-child) {
        margin-bottom: 1.5em;
    }
    .txt_base.fs14 p {
        font-size: 1.4rem;
        line-height: 2;
    }
    .txt_base.fs16 p {
        font-size: 1.5rem;
        line-height: 2.1;
    }
    /*=============================================*/
    /*  layout  Base                        */
    /*=============================================*/
    section {
        padding: 60px 0;
    }
    /********************************************/
    /*footer */
    /********************************************/
    .footer {
        padding: 45px 0 20px;
    }
    .footer .wrapper {
        display: block;
        margin-bottom: 50px;
    }
    .footer .wrapper .left {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }
    .footer .wrapper .right {
        width: 100%;
    }
    .footer .left .bold_ttl {
        font-size: 1.5rem;
    }
    .footer .left .txt_base {
        margin-bottom: 20px;
    }
    .footer .left .txt_base p {
        font-size: 1.3rem;
    }
    .footer .link_list {
        width: 50%;
    }
    .footer .link_list li {
        font-size: 1.3rem;
    }
    .footer .link_list li:not(:last-child) {
        margin-bottom: 0.7em;
    }
    .footer .link_list:not(:last-of-type) {
        margin-right: 5%;
    }
    .copyright {
        font-size: 1.1rem;
    }
    .fix_btn {
        right: 0;
        left: 0;
        bottom: 5px;
    }
    .fix_btn a {
        display: block;
        width: 90%;
        max-width: 360px;
        margin: auto;
    }
    /********************************************/
    /*top_main_visual */
    /********************************************/
    .top_main_visual .img:after {
        padding-top: 140%;
    }
    .top_main_visual .ttl {
        bottom: 6%;
        font-size: clamp(17px, 4.2vw, 32px);
        line-height: 1.7;
    }
    /********************************************/
    /*top_about_block */
    /********************************************/
    .about_img_slider {
        padding: 30px 0;
    }
    .tate_txt_box {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    }
    .tate_txt_box .txt {
        font-size: 1.45rem;
        line-height: 2.5;
        letter-spacing: 0.1em;
        writing-mode: unset;
    }
    .tate_txt_box .txt:not(:last-of-type) {
        margin-left: 0;
    }
    .top_about_block {
        padding: 55px 0 40px;
    }
    .top_about_block .center_down_ttl {
        font-size: 2.3rem;
        line-height: 1.6;
    }
    .top_about_block .desc_box:not(:last-of-type) {
        margin-bottom: 50px;
    }
    /********************************************/
    /*top_reason_block */
    /********************************************/
    .top_reason_block {
        padding: 55px 0;
    }
    .top_reason_block .reason_list li:not(:last-child) {
        margin-bottom: 25px;
    }
    .top_reason_block .reason_list li .num {
        position: relative;
        top: 8px;
        width: 20%;
        max-width: 63px;
        font-size: clamp(28px, 3.5vw, 30px);
    }
    .top_reason_block .reason_list li .txt_base {
        width: 77%;
    }
    .top_reason_block .reason_list li .txt_base p {
        font-size: 1.5rem;
        line-height: 2.1;
    }
    /********************************************/
    /*top_service_block */
    /********************************************/
    .top_service_block {
        padding: 65px 0 55px;
    }
    .top_service_block .txt_box {
        width: 90%;
        max-width: 783px;
        margin: 0 auto;
    }
    .top_service_block .txt_base {
        margin-bottom: 40px;
    }
    .top_service_block .base_btn a {
        margin: 0;
        background: #102043;
        border: 1px solid #fff;
    }
    .top_service_block .base_btn a span {
        color: #fff;
    }
    .top_service_block .base_btn a span:after {
        border-color: transparent transparent transparent #fff;
    }
    /********************************************/
    /*top_news_block */
    /********************************************/
    .top_news_block {
        padding: 40px 0 35px;
    }
    .top_news_block .news_list {
        margin-bottom: 35px;
    }
    .top_news_block .news_list li a {
        display: block;
        padding: 17px 0;
    }
    .top_news_block .news_list li a .date {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 7px;
        font-size: 1.2rem;
    }
    .top_news_block .news_list li a .ttl {
        width: 100%;
        font-size: 1.4rem;
    }
    /********************************************/
    /*top_blog_block */
    /********************************************/
    .top_blog_block {
        padding: 35px 0 55px;
    }
    .top_blog_block .blog_list {
        display: block;
        margin-bottom: 45px;
    }
    .top_blog_block .blog_list li {
        width: 100%;
        margin-bottom: 30px;
    }
    .top_blog_block .blog_list li:not(:nth-child(3n)) {
        margin-right: 0%;
    }
    .top_blog_block .blog_list li .date {
        font-size: 1.2rem;
    }
    .top_blog_block .blog_list li .category {
        font-size: 1.2rem;
    }
    /********************************************/
    /*other_menu_block */
    /********************************************/
    .other_menu_block {
        display: block;
    }
    .other_menu_block .top_other_menu_list .en_big_ttl .en {
        font-size: clamp(20px, 7vw, 30px);
    }
    .other_menu_block .top_other_menu_list .en_big_ttl .ja {
        font-size: clamp(12px, 2vw, 20px);
    }
    /********************************************/
    /*contact_bottom_block */
    /********************************************/
    .contact_bottom_block {
        padding: 35px 0 45px;
    }
    .contact_bottom_block .en_big_ttl .en {
        font-size: 3rem;
    }
    .contact_bottom_block .txt_base {
        margin-bottom: 40px;
    }
    .contact_bottom_block .wrapper {
        display: block;
    }
    .contact_bottom_block .wrapper .tel_link {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
        text-align: center;
    }
    .contact_bottom_block .wrapper .tel_link a {
        font-size: 3.4rem;
        pointer-events: all;
    }
    .contact_bottom_block .wrapper .base_btn {
        width: 100%;
    }
}


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