@charset "UTF-8";

@font-face {
  font-family: "din1451alt";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/din1451alt.woff") format("woff"),/*For Modern browser*/
  url("../fonts/din1451alt.otf") format("opentype");/*For iOS Android*/
}

.font01{
  font-family: "din1451alt" , sans-serif!important;
  font-weight: 400;
}

[href="#"]{
    pointer-events: none;
}
/*
@media (hover: none){
	*::before,*::after {
		animation: none !important;
		transition: unset !important;
	}
	
	*:hover {
        opacity: 1 !important;
	}
}
*/
/* ------------------------------
    reset
------------------------------ */
html {
    font-size: 62.5%;
    overflow-y: scroll;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.6rem;
    line-height: 2.25em;
    font-weight: 400;
    list-style-type: none;
    font-style: normal;
/*    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    color: #000000;
/*    word-break: break-all;*/
    box-sizing: border-box;
}


body {
    min-width: 1030px;
}

iframe {
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

figure {
    line-height: 1;
}
figure img {
    max-width: 100%;
}

a {
    color: #000000;
    text-decoration: none;
    transition: .4s;
}
a img {
    transition: opacity 0.4s ease-out;
}
@media (hover: hover){
a:hover {
    opacity: 0.7;
}
}
input,
textarea {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
}
input:focus {
    outline: 0;
}


@media screen and (max-width: 1020px) {
    body {
        min-width: inherit;
    }
    img{
        width: 100%;
        max-width: inherit;
        height: auto;
    }

}
/* ------------------------------
   common
------------------------------ */
.wrap {
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
}
.num{
	color:#af272d;
}
.inner {
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
}
.inner.-narrow{
    max-width: 960px;
}
.object-fit-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page-fv{
    position: relative;
}
.page-fv .page-ttl{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;

    box-sizing: border-box;
}
.page-fv .page-ttl .title{
    position: relative;
    width: 100%;
    max-width: 558px;
    height: 166px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(22 / 18);
    letter-spacing: .4rem;
    background: #0066ff;
    padding: 25px 0 32px 0;
    box-sizing: border-box;
}
.page-fv .page-ttl .title .en{
    display: block;
    font-size: 6.0rem;
    line-height: 1.45;
    letter-spacing: .5rem;
}
.page-fv .page-ttl .title:before,
.page-fv .page-ttl .title:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}
.page-fv .page-ttl .title:before{
    left: -100%;
    width: 100%;
    background: #0066ff;
}
.page-fv .page-ttl .title:after{
    right: -144px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 166px 0 0 144px;
    border-color: transparent transparent transparent #0066ff;
}
.page-fv .img{
    width: 80%;
    margin: 0 0 0 auto;
}
.page-fv .img img{
    display: block;
    width: 100%;
    max-width: inherit;
    height: auto;
}

.breadcrumb__wrap{
    position: relative;
    width: 100%;
    z-index: 2;
}
.breadcrumb__wrap .breadcrumb__list{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    height: 50px;
    box-sizing: border-box;
}

.breadcrumb__wrap .inner > span > a{
    position: relative;
    color: #818182;
}
.breadcrumb__wrap .inner > span > a:after{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: '＞';
    margin: 0 10px;
    color: #818182;
}
.breadcrumb__wrap span a,
.breadcrumb__wrap .current-item {
    font-size: 1.2rem;
    font-weight: 400;
    color: #818182;
    letter-spacing: .1rem;
}
.arrow{ position: relative;}
.arrow:before,
.arrow:after{
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    transition: .4s;
}
.arrow:before{
    right: 20px;
    width: 20px;
    height: 1px;
    background: #0033c9;
}
.arrow:after{
    right: 20px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #0033c9;
    border-right: 1px solid #0033c9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (hover: hover) {
    a:hover .arrow:before{
        right: 10px;
        width: 30px;
    }
    a:hover .arrow:after{ right: 10px;}
}


.circle_btn{
    display: flex;
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.circle_btn::before {
    content: "";
    background-color: #0033c9;
    border-radius: 50%;
    border: 1px solid #0033c9;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color, width, height;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle_btn > .ico-arrow {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    font-size: 1.4rem;
}
.circle_btn .ico-arrow::before{
  display: block;
  content: '→';
  font-family: sans-serif;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  z-index: 1;
}

@media (hover: hover) {
    a:hover .circle_btn::before {
        background-color: rgba(255, 255, 255, 0);
        width: calc(100% + 10px);
        height: calc(100% + 10px);
    }
    a:hover .circle_btn > .ico-arrow { color: #0033c9;}

    a:hover .circle_btn .ico-arrow::before {
        background-color: rgba(255, 255, 255, 0);
    /*    width: calc(100% + 10px);
        height: calc(100% + 10px);*/
    }
    a:hover .circle_btn > .ico-arrow::before {
        -webkit-animation-name: icoArrow;
        animation-name: icoArrow;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
}


@-webkit-keyframes icoArrow {
	0% {
		left: 0px;
		opacity: 1;
	}
	50% {
		left: 40px;
		opacity: 1;
	}
	51% {
		left: 40px;
		opacity: 0;
	}
	52% {
		left: -40px;
		opacity: 0;
	}
	53% {
		left: -40px;
		opacity: 1;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes icoArrow {
	0% {
		left: 0px;
		opacity: 1;
	}
	50% {
		left: 40px;
		opacity: 1;
	}
	51% {
		left: 40px;
		opacity: 0;
	}
	52% {
		left: -40px;
		opacity: 0;
	}
	53% {
		left: -40px;
		opacity: 1;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}

.sec_ttl{
    position: relative;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 42px;
}
.sec_ttl:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    display: block;
    content: '';
    width: 52px;
   height: 2px;
    background: rgb(0,96,255);
    background: linear-gradient(90deg, rgba(0,96,255,1) 0%, rgba(0,205,216,1) 70%, rgba(0,205,216,1) 100%);
}




.sec_ttl .font01{
    display: block;
    font-size: 3.0rem;
    letter-spacing: .3rem;
    line-height: 1.5;
}
.sec_ttl .small{
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2rem;
    margin-top: 12px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.ttl_border{
    position: relative;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .1rem;
    padding-left: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.ttl_border:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50% , -50%);
    display: block;
    content: '';
    width: 5px;
    height: 20px;
    background: rgb(0,96,255);
    background: linear-gradient(-180deg, rgba(0,96,255,1) 0%, rgba(0,205,216,1) 70%, rgba(0,205,216,1) 100%);
}
.ico-pdf{
    position: relative;
    display: block;
}
.ico-pdf:after{
    position: absolute;
    right: 13px;
    top: 3px;
    display: block;
    content: '';
    background: url("../img/common/ico_pdf.svg") no-repeat center center;
    background-size: 100% auto;
    width: 26px;
    height: 22px;
}


@media screen and (max-width: 1020px) {
    .wrap {
        max-width: inherit;
        width: 100%;
    }
    .inner {
        max-width: inherit;
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        box-sizing: border-box;
    }
    .page-fv .page-ttl{
        bottom: 8.51vw;
    }
    .page-fv .page-ttl .title:before {
        left: -99%;
        z-index: -1;
    }
    .page-fv .page-ttl .title{
        width: 50%;
        max-width: inherit;
        height: 120px;
        font-size: 1.8rem;
        letter-spacing: .2rem;
        padding: 13px 0 7px 0;
    }
    .page-fv .page-ttl .title .en{
        display: block;
        font-size: 3.8rem;
        line-height: 1.45;
        letter-spacing: .3rem;
    }

    .page-fv .page-ttl .title:after{
        right: -87px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 120px 0 0 87px;
        border-color: transparent transparent transparent #0066ff;
    }
    .page-fv .img{
        width: 74%;
        height: 52.083vw;
    }
    .page-fv .img img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0;
        font-family: 'object-fit: cover; object-position: 50% 0;'
    }
    .breadcrumb__wrap{
        width: 100%;
    }
    .breadcrumb__wrap .breadcrumb__list{
        height: 8.51vw;
        padding: 3px 0 0 0;
    }
    .breadcrumb__wrap .breadcrumb__item:after{
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        content: '＞';
        margin: 0 10px;
    }
    /* .circle_btn{
        width: 46vw;
        height: 46vw;
    } */

    .sec_ttl{
        margin-bottom: 6.771vw;
    }
    .sec_ttl:after{
        width: 8.073vw;
    }
    .sec_ttl .small{
        margin-top: 10px;
        letter-spacing: .1rem;
        padding-bottom: 15px;
    }
    .ttl_border{
        line-height: 1.65;
        margin-bottom: 6.51vw;
    }
    .ttl_border:before{
        height: 90%;
    }
    .ico-pdf{
        padding-right: 6vw;
        box-sizing: border-box;
    }
    .ico-pdf:after{
        right: 1vw;
        top: -.2vw;
        width: 5vw;
        height: 5vw;
    }

}
@media screen and (max-width: 640px) {
    .inner {
        padding-left: 3.906vw !important;
        padding-right: 3.906vw !important;
    }

    .page-fv .img{
        width: 69%;
        height: 62.5vw;
    }
    .page-fv .page-ttl .title{
        width: 64%;
        height: 18.625vw;
        font-size: 2.865vw;
        padding: 9px 0 7px 0;
    }
    .page-fv .page-ttl .title:after {
        right: -64px;
        border-width: 18.625vw 0 0 64px;
    }

    .page-fv .page-ttl .title .en{
        font-size: 6.25vw;
    }
    .breadcrumb__wrap{
        display: none;
    }

    .arrow:before{
        right: 4vw;
        width: 4vw;
    }
    .arrow:after{
        right: 4vw;
        margin-top: -4px;
        width: 8px;
        height: 8px;
    }



    .circle_btn{
        width: 8.594vw;
        height: 8.594vw;
    }

    .circle_btn > .ico-arrow {
        font-size: 3.125vw;
    }
    .circle_btn .ico-arrow::before{
        font-size: 3.385vw;
    }
    .sec_ttl{
        font-size: 5.208vw;
    }
    .sec_ttl .font01{
        font-size: 6.51vw;
    }
    .sec_ttl .small{
        font-size: 3.125vw;
    }

    .ttl_border{
        font-size: 3.906vw;
    }

}

@media (hover: hover) and (max-width: 640px) {

    /* a:hover .arrow:before{
        right: 2vw;
        width: 6vw;
    }
    a:hover .arrow:after{ right: 2vw;} */
}

/* ------------------------------
   header
------------------------------ */
#header {
    display: flex;
    min-width: 1030px;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 2%;
    transition: .4s;
}
#header .logo{
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translate(0 , -50%);
}
#header .language_wrap ul{
    display: flex;
    justify-content: flex-end;
}
#header .language_wrap li{
    position: relative;
}
#header .language_wrap li:not(:last-of-type):after{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '/';
    margin: 0 10px;
    font-size: 1.2rem;
    color: #B8BBC3;
}
#header .language_wrap li a{
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .15rem;
	color: #B8BBC3;
}
#header .language_wrap li.current a{
    color: #00c9c9;
}

#header .header-nav-wrap .header-nav .main-menu{
    display: flex;
    justify-content: flex-end;
}
#header .header-nav-wrap .header-nav .main-menu li{ position: relative;}
#header .header-nav-wrap .header-nav .main-menu li+li{ margin-left: 40px;}
#header .header-nav-wrap .header-nav .main-menu li a{
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .1rem;
    transition: .4s;
}
#header .header-nav-wrap .header-nav .main-menu li:hover a{
    color: #00c9c9;
    opacity: 1;
}
#header .header-nav-wrap .header-nav .main-menu li:after{
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #00c9c9;
    transition: .4s;
}

#header .header-nav-wrap .header-nav .main-menu li:hover:after{
    width: 100%;
    left: 0;
}

#header .header-nav-wrap .header-nav .main-menu li.current_page_item a,
#header .header-nav-wrap .header-nav .main-menu li.current-page-ancestor a{
    color: #00c9c9 !important;
    opacity: 1;
}

.ir_news-single #menu-item-1014 a,
/* 2025年1月8日　セレクタ追加  */
.corporateofficers-single #menu-item-1017 a,
.corporateofficers-single #menu-item-4697 a,
.news-single #menu-item-1013 a{
    color: #00c9c9 !important;
    opacity: 1;
}
.ir_news-single #menu-item-1014::after,
/* 2025年1月8日　セレクタ追加 */
.corporateofficers-single #menu-item-1017::after,
.corporateofficers-single #menu-item-4697::after,
.news-single #menu-item-1013::after{
    width: 100% !important;
}


#header .header-nav-wrap .header-nav .main-menu li.current_page_item:after,
#header .header-nav-wrap .header-nav .main-menu li.current-page-ancestor:after{
    width: 100%;
}


#header .toggle-nav{
    position: relative;
    top: 18px;
    margin-left: 26px;
    width: 60px;
    height: 60px;
    background: #0033c9;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
    transition: .4s;
}
#header .toggle-nav:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: #0033c9;
    border-radius: 100%;
    box-sizing: border-box;
    transition: .4s;
}
#header .toggle-nav:hover:before{
    transform: translate(-50% , -50%) scale(1.25);
}


#header .toggle-nav:after,
#header .toggle-nav span,
#header .toggle-nav span:before,
#header .toggle-nav span:after{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
}

#header .toggle-nav:after{
    content: 'MENU';
    color: #FFF;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: .15rem;
    transform: translate(-50%,-50%);
    transition: color .4s ease;
    white-space: nowrap;
}
#header .toggle-nav span{
    width: 17px;
    height: 17px;
    transition: .4s ease;
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
}
#header .toggle-nav span::after, #header .toggle-nav span::before {
    content: '';
    width: 1px;
    height: 1px;
    background: #FFF;
    transform: translate(-50%,-50%) rotate(45deg);
}
#header .toggle-nav span::before{ width: 100%;}
#header .toggle-nav span::after{ height: 100%;}

#header .toggle-nav.open:after{ opacity: 0;}
#header .toggle-nav.open span{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
#header .toggle-nav img{ vertical-align: middle;}
#header .toggle-nav_wrap{
/*    display: none;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    background: #FFF;
    padding: 35px 9% 105px 5%;
    height: 100vh;
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    transition: .4s ease;
    transform: matrix3d(.85,.05,0,0,-.05,.85,0,0,0,0,1,0,0,0,0,1);
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
}

.fixed #header .toggle-nav_wrap{
    transform: matrix(1,0,0,1,0,0);
    opacity: 1;
    visibility: visible;
    border-left: 1px solid rgba(0,0,0,.5);
}
.fixed #header{ background: #FFF;}
#header:after{
    position: fixed;
    left: 0;
    top: 105px;
    width: 100%;
    height: 0;
    display: block;
    content: '';
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: -1;
}
.fixed #header:after{
    height: 100vh;
    opacity: 1;
    visibility: visible;
}
#header .toggle-nav_wrap .language_wrap{
    margin-bottom: 30px;
}
#header .h_nav_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#header .h_nav_wrap:after{
    display: block;
    content: '';
    width: 31%;
}
#header .h_nav01{
    width: 31%;
    max-width: 460px;
    margin-bottom: 35px;
}

#header .h_nav01 .pearents_menu{
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: calc(20 / 16);
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#header .h_nav01 li.pearents_menu {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
#header .h_nav01 .arrow a{
    display: block;
    position: relative;
}
#header .h_nav01 .arrow a:after{
    position: absolute;
    left: auto;
    right: 0;
    bottom: -10px;
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #0033c9;
    transition: .4s;
}
#header .h_nav01 .arrow:hover a:after{
    width: 100%;
    left: 0;
}

#header .h_nav01 .arrow:before,
#header .h_nav01 .arrow:after{
    position: absolute;
    display: block;
    content: '';
    top: 7px;
}

#header .h_nav01 .arrow:before{
    right: 4px;
    width: 16px;
}
#header .h_nav01 .arrow:after{
    margin-top: -3px;
    right: 4px;
    width: 8px;
    height: 8px;
}
#header .h_nav01 .arrow:hover:before{
    right: 0;
    width: 20px;
}
#header .h_nav01 .arrow:hover:after{
    right: 0;
}


#header .h_nav01 .child_menu li{
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .075rem;
    line-height: 2;
    box-sizing: border-box;
}

#header .h_nav01 .child_menu li:before{
    position: relative;
    left: 0;
    top: -3px;
    display: inline-block;
    content: '';
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0033c9;
    border-right: 1px solid #0033c9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .h_nav01 li.pearents_menu:after{
    width: 10px;
    height: 10px;
}

#header .search_container{
    position: relative;
}
#header .search_container input[type="text"]{
    width: 100%;
    border: none;
    padding: 17px 16px 17px 50px;
    font-size: 1.4rem;
    background: #f4f4f4;
    box-sizing: border-box;

}
#header .search_container input[type="text"]:focus {
    outline: 0;
}
#header .search_container input[type="submit"]{
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #808080;
    outline : none;
    display: inline-block;
    vertical-align: middle;
}

#header .h_nav_wrap02{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .h_nav02{
    margin-top: 16px;
    display: flex;
}
#header .h_nav02 li{
    position: relative;
}
#header .h_nav02 li:not(:last-of-type):after{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '/';
    font-size: 1.2rem;
    color: #818182;
    margin: 0 10px;
}
#header .h_nav02 li a{
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: #818182;
}
#header .h_nav_wrap02 .copy{
    font-size: 1.0rem;
    letter-spacing: .1rem;
    color: #818182;
}

/* header 動き*/
.js-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.js-header.bg-white{
    background: #FFF;
}
#header.bg-white .header-nav-wrap .header-nav .main-menu li a{ color: #000;}
/*　上に上がる動き　*/

.js-header.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

.js-header.DownMove{
  position: fixed;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@media screen and (max-width: 1020px) {
    #header {
        min-width: inherit;
        padding: 3.906vw 3.906vw;
    }
    #header .logo {
        position: absolute;
        left: 3.906vw;
        top: 4vw;
        z-index: 1000;
        width: 20.885vw;
        max-width: inherit;
        transform: translate(0 , 0);
    }
    #header .logo img{
        width: 100%;
        max-width: inherit;
        vertical-align: middle;
    }
    #header .toggle-nav{
        margin-left: 6%;
        top: 0;
        width: 60px;
        height: 60px;
    }
    #header .toggle-nav span {
        width: 30%;
        height: 30%;
    }
    #header .toggle-nav:before{
        width: 60px;
        height: 60px;
    }
    #header .toggle-nav:hover:before{
        transform: translate(-50% , -50%) scale(1);
    }

    #header .toggle-nav:after{
        letter-spacing: .1rem;
    }
    #header .header-nav-wrap{
        display: none;
        }
    .fixed #header .toggle-nav_wrap{
        width: 100%;
        background: #FFF;
        padding: 15vw 3.906vw 34vw 3.906vw;
        border-left: none;
    }
    .fixed .js-header.UpMove,
    .fixed .js-header.DownMove{ animation: none;}

    #header .sp.language_wrap{
        position: relative;
        z-index: 999;
    }
    #header .language_wrap li a {
        letter-spacing: .15rem;
    }
    #header .language_wrap li:not(:last-of-type):after {
        margin: 0 5px;
    }

    #header .h_nav_wrap{
        display: block;
    }
    #header .h_nav_wrap:after{
        display: none;
    }
    #header .h_nav01{
        width: 100%;
        max-width: inherit;
        padding: 10px 0;
        border-bottom: 1px solid #c7c7c7;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    #header .h_nav01.no-border{
        border-bottom: none;
        padding-bottom: 0;
    }

    #header .h_nav01 .pearents_menu{
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    #header .h_nav01 li.pearents_menu{
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: 1px solid #c7c7c7;
    }

    #header .h_nav01 a{
        display: inline-block;
        padding: 5px 0;
    }
    #header .h_nav01 .arrow a,
    #header .h_nav01 li.pearents_menu{
        display: block;
        position: relative;
        box-sizing: border-box;
    }
    #header .h_nav01 .arrow a{
        display: inline-block;
    }
    #header .h_nav01 .arrow a:after,
    #header .h_nav01 li.pearents_menu:after{
        display: none;
    }
    #header .h_nav01 .child_menu li{
        margin-left: 12vw;
    }

    #header .h_nav01 .child_menu li a{
        padding: 0;
    }
    .acc_btn{
        position: relative;
    }
    #header .h_nav01 .acc_btn:before,
    #header .h_nav01 .acc_btn:after{
        top: 50%;
        transform: translate(-50% , 0);

    }
    #header .h_nav01 .acc_btn:before{
        width: 14px !important;
        right: 1px !important;
    }
    #header .h_nav01 .acc_btn:after{
        right: 14px !important;
        margin-top: -7px;
        width: 1px;
        height: 14px;
        background: #0033c9;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(0) translate(-50% , 0);
        transform: rotate(0) translate(-50% , 0);
    }
    #header .h_nav01 .acc_btn.on:after{ display: none;}

    .acc_cnts{
        display: none;
        padding: 0 0 5px 0;
        box-sizing: border-box;
    }
    #header .search_container{
        margin-top: 8.464vw;
    }
    #header .search_container input[type="text"]{
        padding: 15px 6% 15px 9vw;
    }
    #header .search_container input[type="submit"]{
        margin-top: -.4vw;
        left: 6%;
    }

    #header .h_nav_wrap02{
        display: block;
    }
    #header .h_nav02{
        margin-top: 1%;
    }

}
@media screen and (max-width: 640px) {

    #header .toggle-nav{
        margin-left: 6%;
        width: 12vw;
        height: 12vw;
    }
    #header .toggle-nav span {
        width: 30%;
        height: 30%;
    }
    #header .toggle-nav:before{
        width: 12vw;
        height: 12vw;
    }

    #header .toggle-nav:after{
        font-size: 2.083vw;
    }
    #header .language_wrap li a {
        font-size: 2.865vw;
    }
    #header .h_nav01 .pearents_menu{
        font-size: 3.385vw;
    }
    #header .h_nav01 .child_menu li{
        font-size: 3.125vw;
    }
    #header .h_nav01 .child_menu li:before{
        top: -0.5vw;
        width: 1.6vw;
        height: 1.6vw;
    }
    #header .search_container input[type="text"]{
        font-size: 3.125vw;
    }
    #header .search_container input[type="submit"]{
        font-size: 4.125vw;
    }

    #header .h_nav02 li:not(:last-of-type):after{
        margin: 0 5px;
        font-size: 2.865vw;
    }
    #header .h_nav02 li a{
        font-size: 2.865vw;
    }
    #header .h_nav_wrap02 .copy{
        font-size: 2.604vw;
    }

}

/* ------------------------------
   footer
------------------------------ */
.pagetop{
    right: 2%;
    z-index: 88;
    cursor: pointer;
}

.pagetop .border{
    position: relative;
    display: block;
    margin: -33px auto 0 auto;
}

/* ボタンの装飾 */
.pagetop .pulse-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: 0 0 20px #00c9c9;
    cursor: pointer;
}
/* ボタンの波紋 */
.pagetop .pulse-circle::before, .pagetop .pulse-circle::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #00c9c9;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    animation: pulsate 2s linear infinite;
}

.pagetop .pulse-circle::after {
    animation-delay: 1s;
}

/* ボタンの波紋が広がっていくアニメーション */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.footer_btm{
    position: relative;
    padding-bottom: 95px;
    box-sizing: border-box;
}

.footer_btm .bg-blue{
    position: absolute;
    left: 0;
    top: 0;
    width: 62.5%;
    height: 352px;
    background: #0033c9;
    margin: 0 0 0 auto;
    z-index: 2;
    will-change: transform;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    transition: .6s;
}
.footer_btm .bg-blue:after{
    position: absolute;
    right: -169px;
    bottom: 0;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 352px 170px 0 0;
    border-color: #0033c9 transparent transparent transparent;
}
.footer_btm .bg-blue{
    transform: scale(0, 1);
}
.footer_btm .bg-blue.anime{
    transform: scale(1, 1);
}


.footer_btm .bg-gray{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 382px;
    background: #f4f4f4;
    margin: 0 0 0 auto;
    z-index: 1;
}
.footer_btm .bg-gray:before{
    position: absolute;
    left: -190px;
    bottom: 0;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 382px 190px;
    border-color: transparent transparent #f4f4f4 transparent;
}

.footer_btm .inner{ position: relative; z-index: 3;}
.footer_btm .txt_wrap{
    padding: 100px 0 106px 0;
}
.footer_btm .txt_wrap p{
    font-size: 1.4rem;
    letter-spacing: .15rem;
    color: #EFEFEF;
}
.en_footer{
	 font-size: 1rem !important;
}

.footer_btm .txt_wrap p.lead{
    margin-bottom: 15px;
}

.footer_btm .btn_wrap{}
.footer_btm .circle_contact__btn{
    position: relative;
    width: 257px;
    height: 257px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    margin: -130px 135px 0 auto;
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    background: #0033c9;
    border-radius: 100%;
    box-shadow: 0 0 6px 1px rgba(0,0,102,.75);
}

.footer_btm .circle_contact__btn:hover{
    opacity: 1 !important;
    right: 0;
    bottom: 0;
    transform: scale(1.05);
}

.footer_btm .circle_contact__btn .ttl{
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    color: #00cbcb;
    letter-spacing: .15rem;
    margin-bottom: 10px;
    z-index: 2;
    opacity: 1 !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden;
}
.footer_btm .circle_contact__btn .ico-mail{
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: calc(30 / 16);
    color: #FFF;
    z-index: 2;
    opacity: 1 !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden;
}
.footer_btm .circle_contact__btn .ico-mail:after{
    display: block;
    margin: 10px auto 0 auto;
    font-family: FontAwesome;
    content: '\f0e0';
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
}
.footer_btm .bg-logo{
    position: absolute;
    right: 80px;
    bottom: -40px;
    z-index: -1;
}

@media screen and (max-width: 1020px) {
    .pagetop{
        width: 10vw;
    }
    .pagetop .border{
        position: relative;
        display: block;
        margin: -6vw auto 0 auto;
    }

    /* ボタンの装飾 */
    .pagetop .pulse-circle {
        width: 6vw;
        height: 6vw;
        box-shadow: 0 0 15px #00c9c9;
    }

    .footer_btm{
        padding-bottom: 18vw;
    }

    .footer_btm .bg-blue{
        width: calc(100% - 20vw);
        height: 38vw;
    }
    .footer_btm .bg-blue:after{
        right: -19.8vw;
        border-width: 38vw 20vw 0 0;
    }

    .footer_btm .bg-gray{
        width: 58%;
        height: 55vw;
    }
    .footer_btm .bg-gray:before{
        left: -20vw;
        border-width: 0 0 55vw 20vw;
    }

    .footer_btm .txt_wrap{
        padding: 10.813vw 0 7.813vw 0;
    }

    .footer_btm .txt_wrap p.lead{
        width: 86%;
        margin-bottom: 0;
    }

    .footer_btm .circle_contact__btn{
        width: 220px;
        height: 220px;
        margin: -16px 8% 0 auto;
    }

    .footer_btm .circle_contact__btn .ttl{
        margin-bottom: 10px;
    }

    .footer_btm .circle_contact__btn .ico-mail:after{
        margin: 10px auto 0 auto;
    }
    .footer_btm .bg-logo{
        width: 24vw;
        right: 4%;
        bottom: -26vw;
    }
    .footer_btm .f_logo{
        margin-top: -80px;
        width: 22vw;
    }

}
@media screen and (max-width: 640px) {
    .footer_btm .bg-blue{
        width: 80vw;
        height: 44vw;
    }
    .footer_btm .bg-blue:after{
        right: -19.9vw;
        border-width: 44vw 20vw 0 0;
    }

    .footer_btm .bg-gray{
        width: 58%;
        height: 55vw;
    }
    .footer_btm .bg-gray:before{
        left: -20vw;
        border-width: 0 0 55vw 20vw;
    }
    .footer_btm .txt_wrap p{
        font-size: 2.865vw;
    }
    .footer_btm .txt_wrap p.lead{
        width: 88%;
        margin-bottom: 0;
    }
    .footer_btm .circle_contact__btn{
        width: 46vw;
        height: 46vw;
        margin: -4vw 12% 0 auto;
    }

    .footer_btm .circle_contact__btn .ttl{
        font-size: 2.865vw;
        margin-bottom: 10px;
    }
    .footer_btm .circle_contact__btn .ico-mail{
        font-size: 3.385vw;
        font-weight: 700;
    }
    .footer_btm .circle_contact__btn .ico-mail:after{
        margin: 10px auto 0 auto;
        font-size: 3.385vw;
    }
    .footer_btm .bg-logo{
        width: 24vw;
        right: 8%;
        bottom: -30vw;
    }
    .footer_btm .f_logo{
        width: 22vw;
        margin-top: -22vw;
    }

}

#footer{
    position: relative;
}
#footer .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .bg-gray .inner{
    align-items: flex-start;
}

#footer .bg-gray{
    padding: 85px 0 70px 0;
    background: #f4f4f4;
    box-sizing: border-box;
}
#footer .f_nav01{
    width: 22%;
    max-width: 174px;
}

#footer .f_nav01 dt,
#footer .f_nav01 li{
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: calc(17 / 14);
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#footer .f_nav01 dt a,
#footer .f_nav01 li a{
    position: relative;
    display: block;
    padding-bottom: 10px;
    padding-right: 15px;
    box-sizing: border-box;
}
#footer .f_nav01 li+li{ margin-top: 24px;}

#footer .f_nav01 .arrow:before {
    right: 4px;
    width: 12px;
}
#footer .f_nav01 .arrow:after {
    right: 4px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
}
#footer .f_nav01 .arrow:hover:before{
    right: 0;
    width: 16px;
}
#footer .f_nav01 .arrow:hover:after{
    right: 0;
}

#footer .f_nav01 dt,
#footer .f_nav01 li{
    position: relative;
}
#footer .f_nav01 dt:after,
#footer .f_nav01 li:after{
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #0033c9;
    transition: .4s;
}
#footer .f_nav01 dt:hover:after,
#footer .f_nav01 li:hover:after{
    width: 100%;
    left: 0;
}

#footer .f_nav01 dd{
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: calc(28 / 16);
margin-bottom: 10px;
}


#footer .bg-blue{
    padding: 18px 0;
    background: #0033c9;
    box-sizing: border-box;
}
#footer .f_nav02{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#footer .f_nav02 li {
    position: relative;
}
#footer .f_nav02 li:not(:last-of-type):after{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '/';
    font-size: 1.2rem;
    color: #FFF;
    margin: 0 10px;
}

#footer .f_nav02 li a{
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
    letter-spacing: .1rem;
}

#footer .copy{
    font-size: 1.0rem;
    font-weight: 400;
    color: #FFF;
    letter-spacing: .1rem;
}


@media screen and (max-width: 1020px) {
    #footer .inner{
        display: flex;
        flex-wrap: wrap;
    }

    #footer .bg-gray{
        padding: 8.417vw 0;
    }
    #footer .f_nav01{
        width: 46%;
        max-width: inherit;
    }
    #footer .f_nav01:nth-of-type(1){ order: 1;}
    #footer .f_nav01:nth-of-type(2){ order: 3;}
    #footer .f_nav01:nth-of-type(3){ order: 5;}
    #footer .f_nav01:nth-of-type(4){ order: 7;}
    #footer .f_nav01:nth-of-type(5){ order: 2;}
    #footer .f_nav01:nth-of-type(6){ order: 4;}
    #footer .f_nav01:nth-of-type(7){ order: 6;}

    #footer .f_nav01 .arrow:before {
        right: 4px;
        width: 12px;
    }
    #footer .f_nav01 .arrow:after {
        right: 4px;
        margin-top: -3px;
        width: 7px;
        height: 7px;
    }
    #footer .f_nav01 .arrow:hover:before{
        right: 0;
        width: 16px;
    }
    #footer .f_nav01 .arrow:hover:after{
        right: 0;
    }
    #footer .f_nav01 dd{
        display: none;
    }
    #footer .bg-blue{
        padding: 10px 0 20px 0;
    }
    #footer .bg-blue .inner{
        display: block;
    }

}


@media screen and (max-width: 640px) {

    #footer .bg-gray{
        padding: 8.417vw 0;
    }

    #footer .f_nav01 dt,
    #footer .f_nav01 li{
        font-size: 3.125vw;
    }

    #footer .f_nav01 .arrow:before {
        right: 4px;
        width: 12px;
    }
    #footer .f_nav01 .arrow:after {
        right: 4px;
        margin-top: -3px;
        width: 7px;
        height: 7px;
    }
    #footer .f_nav01 .arrow:hover:before{
        right: 0;
        width: 16px;
    }
    #footer .f_nav01 .arrow:hover:after{
        right: 0;
    }
    #footer .f_nav01 dd{
        display: none;
    }
    #footer .bg-blue{
        padding: 20px 0 20px 0;
    }
    #footer .f_nav02 li:not(:last-of-type):after{
        font-size: 2.865vw;
        margin: 0 5px;
    }

    #footer .f_nav02 li a{
        font-size: 2.865vw;
    }

    #footer .copy{
        font-size: 2.604vw;
    }

}


/* ------------------------------
    responsive
------------------------------ */
.pc{ display: block;}
.tab{ display: none;}
.tab_sp{ display: none;}
.sp{ display: none;}

@media screen and (max-width: 1020px) {
    .pc{ display: none;}
    .tab{ display: block;}
    .tab_sp{ display: block;}
    .sp{ display: none;}
}
@media screen and (max-width: 640px) {
    .pc{ display: none;}
    .tab{ display: none;}
    .tab_sp{ display: block;}
    .sp{ display: block;}
}


/* ------------------------------
    clearfix
------------------------------ */
.cf {
    zoom: 1;
}
.cf::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    /* 隙間対応 */
    font-size: 0.1em;
    /* 隙間対応 */
    line-height: 0;
    /* 隙間対応 */
}



/* ------------------------------
    parts ::Tommy Design 追加
------------------------------ */

/* sec-title */
.sec-title{
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: 0.01em;
    text-align: center;
}
.sec-title::after{
    content: '';
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 52px;
    height: 3px;
    background: linear-gradient(to right,#0060FF, #00CDD8);
}

/* title-square */
.title-square{
    font-weight: bold;
    position: relative;
    padding-left: 35px;
    font-size: 2rem;
}
.title-square::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #01279A;
    position: absolute; top: calc(50% - 5px);
    left: 0;
    z-index: 1;
}



/* nav_item */

.navitem{
    position: relative;
    background: #f4f4f4;
    border: 1px solid #C7C7C7;
    border-radius: 3px;
    overflow: hidden;
}
.navitem_link{
    display: flex;
    max-width: 315px;
    align-items: center;
    height: 160px;
    z-index: 0;
    position: relative;
    border-radius: 3px;
}
.navitem::before{
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    clip-path: polygon(0px 0px, 0% 158px, 80% 100%, 100% 0px);
}
.navitem_link span{
    position: relative;
    z-index: 1;
    padding-left: 50px;
	padding-right: 50px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    width: 100%;
}
.navitem_link span::before{
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 8px;
    background: url(../img/common/ico_nav_line.svg) no-repeat center left/contain;
    left: 0;
    top: calc(50% - 4px);
}
.navitem_link:hover::after{
    right: 16px;
}
.navitem_link:hover::before{
    right: 16px;
    width: 20px;
}
.navitem-list{
    padding-top: 50px;
    padding-bottom: 100px;
}


.navitem-small{
    position: relative;
}
.navitem-small::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #01279A;
    position: absolute; top: calc(50% - 5px);
    left: 20px;
    z-index: 1;
}

.navitem-small_link{
    background: #fff;
    border-radius: 3px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    height: 80px;
    display: flex;
  padding: 20px 60px 20px 50px;
    align-items: center;
	line-height: 1.5;
	
}
.navitem-small:hover .arrow:after{
    right: 15px;
}
.navitem-small:hover .arrow:before{
    right: 15px;
    width: 25px;
}


.flex{
    display: flex;
    flex-wrap: wrap;
}

.bg-gray{
    background: #f4f4f4;
}



/* button  -- dl-btn */
.dl-btn-link{
    align-items: center;
    border: 1px solid #E8EAEF;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding: 1rem;
    height: 88px;
    display: inline-flex;
}
.dl-btn-link::before{
    content: '';
    display: block;
    margin-right: 20px;
    width: 24px;
    height: 30px;
    background: url(../img/common/ico_note.svg) no-repeat center/contain;
}
.dl-btn-link::after{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_pdf.svg) no-repeat center/contain;
    top: calc(50% -  10px);
    right: 20px;
}

.recruit-externallink_link{
    align-items: center;
    width: 200px;
    border: 1px solid #E8EAEF;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding: 1rem;
    height: auto;
    display: inline-flex;
}
.recruit-externallink_link::after{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_external.svg) no-repeat center/contain;
    top: calc(50% -  10px);
    right: 20px;
}


/* FV */
.midpage-fv{
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
}
.midpage-fv .title{
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: 0.01em;
}
.midpage-fv .title::after{
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: linear-gradient(to right,#0060FF, #00CDD8);
}
/* page content */
.page-content{
    padding: 50px 0 130px;
}

.page-content h2{
    font-weight: bold;
    font-size: 2.4rem;
    border-bottom: 2px solid #01279A;
    margin-bottom: 0.5em;
}
.page-content h2:nth-of-type(n+2){
    margin-top: 4.5em;
}
.page-content h3{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0.5em;
    margin-top: 2em;
}
.page-content h4{}
.page-content h5{}
.page-content p{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.page-content table{
    width: 100%;
    border-collapse: collapse;
}
.page-content th{
    background: #f8f9fa;
    border: 1px solid #E8EAEF;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
}

.page-content td{
    border: 1px solid #E8EAEF;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}
.page-content figure{
    margin: 30px 0;
}

.page-content .box-gray{
    background: #F8F9FA;
    padding: 20px 20px;
    margin: 40px auto;
}
.page-content .box-gray h3,
.page-content .box-gray p{
    font-size: 14px;
}
.page-content .box-gray p{
    padding-left: 1em;
}
.underline_bule{
	border-bottom: 2px solid #0133C7;
	margin: 0 0 25px;
	padding: 0 0 10px;
}
.greybk{
	background-color: rgba(224,224,224,0.40);
}
.whitebk{
	background-color: #FFFFFF;
}
.padi{
	padding: 40px;
}
.padi_01{
	padding: 40px 40px 20px;
}
.btm100{
	margin-bottom: 130px;
}
.text_blue{color: #0133C6;}
@media screen and (max-width: 1020px) {
.padi{
	padding: 30px 25px;
}
.padi_01{
	padding: 30px 30px 10px;
}
.btm100{
	margin-bottom: 80px !important;
}
}

@media screen and (max-width: 640px) {
/* page content */
.page-content{
    padding: 11.719vw 0 60px;
}
.sec-title{
	font-size: 6.25vw !important;
    letter-spacing: 0.01em;
}
    .navitem-list{
        padding-bottom: 50px;
    }
    .navitem-small_link{
        font-size: 1.3rem;
        padding: 20px 30px 20px 20px;
        height: 50px;
    }
	.en_list{
		 font-size: 1rem !important;
		  padding: 20px 30px 20px 20px;
	}
	
	
	
    .navitem-small::before{
        left: 10px;
        width: 5px;
        height: 5px;
        top: calc(50% - 2.5px);
    }
/* title-square */
.title-square{
   font-size: 4.25vw;
line-height: 1.8;
}
.page-content h2{
font-size: 4.206vw;
	line-height: 1.8;
}
.underline_bule{
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.padi{
	padding: 25px 20px;
}
.padi_01{
	padding: 25px 20px 0px;
}
.btm100{
	margin-bottom: 50px !important;
}
}


main{
    overflow: hidden;
}

/* 2024.12.28 追加 */
#header .language_wrap li {top: 0;font-size: inherit;}
/* 2024.12.28 ここまで */

.normal-font{
	letter-spacing: .1rem;
}
@media screen and (max-width: 1020px) {
.normal-font {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
.normal-font {
  font-size: 3.255vw;
  }
	
}
