@charset "UTF-8";

.hide-text {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.pcNone{
	display:none;
}

.cmn_center{
    text-align: center;
    margin: 0 auto;

}

.cmn_maxbox {
	width:100%; max-width: 1000px; margin: 0 auto;
}

.cmn_maxbox_600 {
	width:100%; max-width: 600px; margin: 0 auto;
}

.cmn_maxbox_800 {
	width:100%; max-width: 800px; margin: 0 auto;
}

.cmn_maxbox_1060 {
	width:100%; max-width: 1060px; margin: 0 auto;
}

/* font-size */
.fs12{
    font-size: 1.2rem;
}

.fs14{
    font-size: 1.4rem;
}

.fs15{
    font-size: 1.5rem;
}

.fs16{
    font-size: 1.6rem;
}

.fs18{
    font-size: 1.8rem;
}

.fs20{
    font-size: 2.0rem;
}

.fs24{
    font-size: 2.4rem;
}

.fs28{
    font-size: 2.8rem;
}

.fs32{
    font-size: 3.2rem;
}

.fs36{
    font-size: 3.6rem;
}

.fs48{
    font-size: 4.8rem;
    line-height: 1;
}

.fs60{
    font-size: 6.0rem;
    line-height: 1;
}


.fs62{
    font-size: 6.2rem;
    line-height: 1;
}

/* box_inner */
.cmn_boxinner_70{
    padding-top: 70px;
    padding-bottom: 70px;
}

.cmn_boxinner_90{
    padding-top: 90px;
    padding-bottom: 90px;
}

.cmn_boxinner_100{
    padding-top: 100px;
    padding-bottom: 100px;
}

/* padding */
.pb100{
    padding-bottom: 100px;
}

.pb150{
    padding-bottom: 150px;
}

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

body {
    color: #ffffff;
}

a {
    color: #ffffff;
}

.cmn_bg_white a{
    color: #215190;
}

#wrapper {
	overflow: hidden;
}


header {
	width:100%;
}

main {
    width:100%;
}

footer {
	width:100%;
}

/* swiper-slide */
.swiper-slide{
    text-align: center;
}

/* modalmenu */
#header_modalmenu_check:checked ~ .header_infobar {
    /* box-shadow: 0 8px 20px 0 #e5e5e5; */
}

#header_modalmenu_check {
    /* position: absolute;
    right: 5%;
    top: 50px;
    transform: translate(50%, -50%);
    z-index: -99;
    display: inline-block;
    opacity: 0; */
    display: none;
}

.header_modalmenu_btn {
    flex-shrink: 0;
	display: none;
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #ffffff;
	z-index: 50;
    position: absolute;
    top: 0;
    right: 0;
}

.header_modalmenu_btn .box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
}

.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    width: 100%;
    height: 1px;
    transition: transform .15s,
                opacity .15s;
    background-color: #1d235b
}

.header_modalmenu_btn .top {
    transform: translateY(-13px);
}

.header_modalmenu_btn .bottom {
    transform: translateY(13px);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .top {
    transform: rotate(45deg);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .bottom {
    transform: rotate(-45deg);
}

#header_modalmenu_close_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
	z-index: 30;
}

#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    display: block;
}

#header_modalmenu_area {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: linear-gradient(rgba(29,35,91,.8), rgba(29,35,91,.8)),url(../img/cmn_mainimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity .15s;
    overflow: auto;
    pointer-events: none;
	z-index: 40;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
    opacity: 1;
    pointer-events: all;
}

.header_modalmenu_areainner {
    overflow-y: auto;
}

.header_modalmenu_nav form input{
    width: calc(100% - 40px);
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    height: 40px;
    border-radius: 0;
}

.header_modalmenu_nav .subtmit_gsrh{
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #00a0dc;
    background-image: url(../img/cmn_ico_search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

.header_modalmenu_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.header_modalmenu_nav > ul > li {
    width: 50%;
    border-bottom: 1px solid #ffffff;
}

.header_modalmenu_nav > ul > li:nth-of-type(1),
.header_modalmenu_nav > ul > li:nth-of-type(2) {
    border-top: solid 1px #ffffff;
}

.header_modalmenu_nav > ul > li:nth-of-type(2n-1) {
    border-right: solid 1px #ffffff;
}

.header_modalmenu_nav > .nav_long >li:first-of-type{
    width: 100%;
    border-right: none;
}

.header_modalmenu_nav > .nav_long >li:nth-of-type(2){
    border-right: solid 1px #ffffff;
    border-top: none;
}

.header_modalmenu_nav > .nav_long >li:nth-of-type(3){
    border-right: none;
}



.header_modalmenu_nav a {
    display: block;
    padding: 14px;
    color: #ffffff;
    text-align: center;
}

.header_modalmenu_nav a span{
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}



/* cmn ///////////////////////////////////// */

/* font-family */
.ffms{
    font-family: 'Montserrat', sans-serif;
}

/* header */
.header_infobar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: rgba(29,35,91,.5);
    border-bottom: solid 1px #ffffff;
    z-index: 100;
}

.header_logo{
    width: 28%;
    border-right: solid 1px #ffffff;
}

.header_logo a{
    display: block;
    width: 100%;
    height: 100%;
}

.header_logo a img{
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.header_nav{
    width: 72%;
}

.header_nav1{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    border-bottom: solid 1px #ffffff;
}

.header_nav1 li{
    padding-right: 40px;
}

.header_nav1 li:first-of-type{
    padding-left: 20px;
}

.header_nav1 li:last-of-type{
    padding-right: 0;
}

.header_nav1 li a{
    display: block;
    color: #ffffff;
    width: 80px;
    line-height: 38px;
}

.header_nav1 li a span{
    display: inline-block;
    font-size: 0.8rem;
    transform: translateY(-1px);
}

.header_nav_search{
    width: 25%;
    position: relative;
}

.header_nav_search form input{
    width: calc(100% - 40px);
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    height: 40px;
    border-radius: 0;
    color: #333333;
}

.header_nav_search .subtmit_gsrh{
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #00a0dc;
    background-image: url(../img/cmn_ico_search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
}

.header_nav2{
    display: flex;
    width: 100%;
}

.header_nav2 li {
    width: 25%;
    border-right: solid 1px #ffffff;
}

.header_nav2 li:last-of-type {
    border-right: none;
}

.header_nav2 li a{
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 59px;
    position: relative;
    overflow: hidden;
}

.header_nav2 li a::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #ffffff;
    pointer-events: none;
    z-index: -1;
    transition: all 0.2s;
}

.header_nav2 li a:hover{
    color: #215190;
    opacity: 1;
}

.header_nav2 li a:hover::before{
    transform: translateX(0);
}

/* cmn_maintitle */
.cmn_maintitle{
    background-image: url(../img/cmn_mainimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 400px;
    color: #ffffff;
    text-shadow: 1px 1px 3px #22397a;
}

.cmn_maintitle h1{
    padding-top: 200px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.cmn_maintitle p{
    font-weight: 300;
}

/* main */
.cmn_bg{
    background-image: url(../img/cmn_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/* footer */
footer{
    background-image: url(../img/cmn_footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    border-top: solid 1px #ffffff;
}

.footer_topbox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.footer_topbox_left{
    width: 53%;
}

.footer_topbox_left ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer_topbox_left ul li{
    color: #ffffff;
    margin-right: 30px;
    margin-bottom: 15px;
}

.footer_topbox_left ul li a{
    color: #ffffff;
}

.footer_topbox_left ul li a span{
    display: inline-block;
    font-size: 0.8rem;
    transform: translateY(-1px);
}

.footer_topbox_right{
    width: 38%;
}

.footer_topbox_right figure{
    margin-bottom: 30px;
}

.footer_topbox_right p{
    text-align: right;
}

.footer_bottombox{
    border-top: solid 1px #ffffff;
    padding-top: 28px;
    padding-bottom: 28px;
}

.footer_gotop {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
}

.footer_gotop a {
    display: inline-block;
    width: 80px;
    padding: 27px 0px 27px;
    text-align: center;
    background-color: #00A0DC;
}

/* cmn_bg */
.cmn_bg_blue{
    background-color: rgba(0,160,220,.5);
}

.cmn_bg_white{
    background-color: #ffffff;
    color: #333333;
}

/* cmn_border */
.cmn_border{
    border-bottom: solid 1px #ffffff;
}

.cmn_bg_white .cmn_border{
    border-bottom: solid 1px #215190;
}

/* cmn_tit */
.cmn_tit_1st{
    padding-top: 70px;
    padding-bottom: 55px;
}
.cmn_tit_1st h2{
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px;
}
.cmn_tit_1st p{
    line-height: 1;
    letter-spacing: 0.1em;
}

.cmn_tit_2nd{
    margin-bottom: 40px;
}

.cmn_tit_2nd h2{
    padding-left: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}

.cmn_bg_white .cmn_tit_2nd h2{
    color: #215190;
}

/* cmn_case_list */
.cmn_case_list{
    display: flex;
    flex-wrap: wrap;
}

.cmn_case_item{
    width: 33%;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 30px;
}
.cmn_case_item:nth-of-type(3n){
    border-right: none;
}

.cmn_case_item:nth-of-type(1),
.cmn_case_item:nth-of-type(2),
.cmn_case_item:nth-of-type(3){
    border-top: solid 1px #fff;
}

.cmn_case_item > a {
    display: block;
    width: 100%;
    height: 100%;
}

.cmn_case_item img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}

.cmn_case_item p{
    margin: 0;
    line-height: 1;
    margin-top: 22px;
}

/* cmn_dl */
.cmn_dl > div{
    display: flex;
    align-items: center;
    line-height: 20px;
}

.cmn_dl > div:nth-of-type(2n-1){
    background-color: #f4f5f6;
}

.cmn_dl > div > dt{
    color: #215190;
    font-weight: bold;
    padding: 20px 30px;
    width: 25%;
}

.cmn_dl > div > dd{
    padding: 20px 30px 20px 0;
    width: 75%;
}

/* cmn_btn */
.cmn_btn a{
    display: block;
    width: 200px;
    line-height: 5.8rem;
    border: solid 1px #ffffff;
    text-align: center;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.cmn_btn a::after{
    content: "";
    width: 30px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ffffff;
    pointer-events: none;
}

.cmn_btn a::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #ffffff;
    pointer-events: none;
    z-index: -1;
    transition: all 0.2s;
}

.cmn_btn a:hover{
    border: solid 1px #215190;
    color: #215190;
    opacity: 1;
}

.cmn_btn a:hover::after{
    border-bottom: 1px solid #215190;
}

.cmn_btn a:hover::before{
    transform: translateX(0);
}

.cmn_bg_white .cmn_btn a{
    border: solid 1px #215190;
    color: #215190;
}

.cmn_bg_white .cmn_btn a::after{
    border-bottom: 1px solid #215190;
}

.cmn_bg_white .cmn_btn a:hover{
    border: solid 1px #ffffff;
    color: #ffffff;
}

.cmn_bg_white .cmn_btn a:hover::after{
    border-bottom: 1px solid #ffffff;
}

.cmn_bg_white .cmn_btn a::before{
    background-color: #215190;
}

.cmn_btn2 a{
    display: block;
    width: 100px;
    line-height: 3.8rem;
    border: solid 1px #ffffff;
    text-align: center;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.cmn_btn2 a::after{
    content: "";
    width: 20px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ffffff;
    pointer-events: none;
}

.cmn_btn2 a::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #ffffff;
    pointer-events: none;
    z-index: -1;
    transition: all 0.2s;
}

.cmn_btn2 a:hover{
    border: solid 1px #215190;
    color: #215190;
    opacity: 1;
}

.cmn_btn2 a:hover::after{
    border-bottom: 1px solid #215190;
}

.cmn_btn2 a:hover::before{
    transform: translateX(0);
}

/* cmn_pager */
.cmn_pager{
	margin: 100px auto 0px;
	display: flex;
	justify-content: center;
}
.cmn_pager a{
	display: block;
	color: #ffffff;
	background-color: #22397a;
	padding: 8px 16px;
    margin: 0 10px;
	opacity: 0.7;
}
.cmn_pager a:hover{
	opacity: 1;
}
.cmn_pager .now{
	opacity: 1;
}


/* cmn_cms_editor */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cmn_cms_editor > *:nth-child(1) {
    margin-top: 0;
}

.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    border-color: #ffffff;
    margin: .6em 0 .8em;
    line-height: 1.6;
	/* letter-spacing: -0.0415625em; */
	letter-spacing: -0.0015625em;
}

.cmn_cms_editor h3 {
    font-size: 2.2rem;
    border-width: 0 0 1px 0;
    border-style: double;
}

.cmn_cms_editor h4 {
    font-size: 2.0rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor h5 {
    font-size: 1.8rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor h6 {
    font-size: 1.6rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}


.cmn_cms_editor p {
    padding: 8px 0 10px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}

.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="youtube"] {
    /* display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px; */

    display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="google"][src*="map"] {
    display: inline-block;
    max-width: 100%;
    max-height: 600px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #ffffff;
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: #ffffff;
}

.cmn_cms_editor table {
    margin: 0 0 8px 0;
    word-break: break-all;
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 8px 0px;
    padding: 6px 8px;
    border: 1px solid #FFFFFF;
}

/* .cmn_cms_editor td:nth-of-type(1) {
    border-left: 1px solid #FFFFFF;
}

.cmn_cms_editor td:nth-last-of-type(1) {
    border-right: 1px solid #FFFFFF;
}

.cmn_cms_editor th {
    color: #FFFFFF;
    border: 1px solid #ffffff;
    background-color: #1C4365;
}

.cmn_cms_editor td {
    color: #1C4365;
    border: 1px solid #1C4365;
    background-color: #ffffff;
}
 */

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    list-style: disc;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor ol {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    color: #333333;
    background-color: #F3F3F3;
    margin-inline-start:8px;
    margin-inline-end:8px;
    padding: 15px;
}


/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}


/* tweet popup */
.tweet_modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
    display: none;
    width: 100%;
	height: 100vh;
}

.tweet_modal__bg {
	position: absolute;
    width: 100%;
    height: 100vh;
	background: rgba(0,0,0,0.5);
}

.tweet_modal__content {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	padding: 0 6%;
	pointer-events: none;
}

.tweet_modal__content article {
	width: 100%;
	max-width: 1000px;
	height: 85vh;
    box-sizing: border-box;
	padding: 60px 50px 30px;
	pointer-events: auto;
    background-color: #00a0dc;
}

.tweet_modal__content .article_inner{
    display: flex;
    flex-direction: column;
	width: 100%;
    height: calc(100% - 90px);
    overflow-y:scroll;
    color: #ffffff;
}

.tweet_modal__content .article_inner > strong{
	display: block;
    font-size: 24px;
    width: 100%;
    line-height: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 44px;
    border-bottom: solid 1px #fff;
}

.tweet_modal__content .cmn_cms_editor{
	padding: 50px 30px;
}

.tweet_modal__content article figure{
	text-align: center;
}

.tweet_modal__content .article_inner > *:not(.swiper-container){
    flex-shrink: 0;
}

.tweet_modal__content .article_inner .swiper-container {
    width: 100%;
    height: 100%;
    /* min-height: 150px; */
    min-height: 180px;
    /* max-height: 500px; */
    /* max-height: 900px; */
    max-width: 100%;
}

.tweet_modal__content .article_inner > strong + .swiper-container {
    padding-top: 30px;
}

.tweet_modal__content .article_inner .swiper-wrapper,
.tweet_modal__content .article_inner .swiper-slide {
    width: 100%;
    height: 100%;
}

.tweet_modal__content .swiper-slide img{
	padding: 0 30px 30px;
    width: 100%;
    /* height: 500px; */
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /*IE対策*/
    background-color: #00a0dc;
}

/* cmn_table */
.cmn_table{
    width: 100%;
}

.cmn_table tr{
    border-left: solid 1px #215190;
    border-bottom: solid 1px #BCCBDE;
}

.cmn_table tr:first-of-type{
    border-top: solid 1px #215190;
}

.cmn_table tr:last-of-type{
    border-bottom: solid 1px #215190;
}

.cmn_table tr:nth-of-type(2n-1){
    background-color: #F4F5F6;
}

.cmn_table th{
    background-color: #215190;
    color: #ffffff;
    border-right: solid 1px #ffffff;
    font-size: 1.4rem;
    padding: 6px 0px;
}

.cmn_table th:last-of-type{
    border-right: solid 1px #215190;
}

.cmn_table td{
    padding: 5px 10px;
    border-right: solid 1px #215190;
}

.cmn_table tr td:first-of-type{
    padding: 0;
    text-align: center;
    width: 40px;
}

/* home ///////////////////////////////////// */
/* home_maintitle */
.home_maintitle{
    height: 100vh;
    background-image: url(../img/home_mainimg_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home_maintitle::after{
    content: "";
    width: 100%;
    min-width: 1000px;
    height: 100%;
    background-image: url(../img/home_mainimg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10%) translateY(10%);
	animation: anime_mainimg 80s ease forwards;
}

@keyframes anime_mainimg {
    0% {
        opacity: 0.7;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

.home_copy{
    position: absolute;
    top: 45%;
    right: 100px;
    text-shadow: 1px 1px 3px #22397a;
    text-align: right;
    z-index: 10;
    opacity: 0;
  animation: zoomIn 7s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

.home_copy strong{
    display: block;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.home_copy p{
    line-height: 1;
    font-weight: 300;
}

/* home_news */
.home_news{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(29,35,91,.5);
    border-top: solid 1px #ffffff;
}

.home_news > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_news h2{
    font-weight: 300;
}

.home_news small{
    font-weight: 300;
}

.home_news .home_news_tit{
    width: 62%;
    text-decoration: underline;
    line-height: 2rem;
    padding: 30px 0;
}

/* home_contents */
.home_contents{
    position: relative;
    border-top: 1px solid #ffffff;
}

.home_contents div ul{
    display: flex;
    width: 100%;
}

.home_contents div ul li{
    width: 34%;
    border-right: solid 1px #ffffff;
    position: relative;
    padding: 100px 50px 60px;
}

.home_contents div ul li::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 80px;
    border-right: solid 1px #ffffff;
}

.home_contents div ul li:last-of-type{
    border-right: none;
}


.home_contents div ul li:nth-of-type(2){
    background: linear-gradient(rgba(0,160,220,.7), rgba(0,160,220,.7)),url(../img/home_injection.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.home_contents div ul li:nth-of-type(3){
    background: linear-gradient(rgba(0,160,220,.8), rgba(0,160,220,.8)),url(../img/home_mold.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.home_contents div ul li:nth-of-type(1){
    background: linear-gradient(rgba(0,160,220,.8), rgba(0,160,220,.8)),url(../img/home_pd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_contents div ul li h2{
    line-height: 1;
    margin-bottom: 9px;
}

.home_contents div ul li small{
    display: block;
    font-weight: 300;
    margin-bottom: 30px;
}

.home_contents div ul li p{
    margin-bottom: 40px;
}

/* home_point */
.home_point strong{
    display: block;
    font-weight: 400;
    color: #215190;
    margin-bottom: 25px;
}

.home_point p{
    margin-bottom: 35px;
}

.home_point > div > div{
    width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* news ///////////////////////////////////// */
.news_body dl div{
    display: flex;
    align-items: center;
    line-height: 2rem;
}

.news_body .cmn_border{
    border-bottom: solid 1px #b3b3b3;
}

.news_body dl div dt{
    width: 15%;
    padding: 30px;
    font-weight: 300;
}

.news_body dl div dd{
    width: 85%;
    padding: 30px 30px 30px 0;
}

.news_body dl div a{
    width: 100%;
    text-decoration: underline;
}

.news_body dl div dd span{
    display: inline-block;
    color: #b41a12;
    padding-left: 15px;

}

.tweet_modal__content .article_inner > small{
	display: block;
    padding-left: 30px;
    margin-bottom: 30px;
}

.tweet_modal__content article .cmn_btn{
	padding-top: 30px;
}

.tweet_modal__content article .cmn_btn a{
    border: solid 1px #ffffff;
    color: #ffffff;
}

.tweet_modal__content article .cmn_btn a::before{
    background-color: #ffffff;
}

.tweet_modal__content article .cmn_btn a:hover {
    border: solid 1px #215190;
    color: #215190;
}

.tweet_modal__content article .cmn_btn a::after{
    border-bottom: 1px solid #ffffff;
}


.tweet_modal__content article .cmn_btn a:hover::after{
    border-bottom: 1px solid #215190;
}

/* pd ///////////////////////////////////// */
.pd_flow_fig {
    position: relative;
}

.pd_flow_fig .flow_img00 {
    width: auto;
    max-width: 100%;
    height: auto;
}

.pd_flow_fig ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pd_flow_fig li {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: auto;
    height: 0;
}

.pd_flow_fig .area01 {
    left: 14%;
    top: 65%;
    width: 25%;
    padding-top: 22%;
}

.pd_flow_fig .area02 {
    left: 10%;
    top: 30%;
    width: 25%;
    padding-top: 22%;
}

.pd_flow_fig .area03 {
    left: 41%;
    top: 7%;
    width: 25%;
    padding-top: 22%;
}

.pd_flow_fig .area04 {
    left: 67%;
    top: 17%;
    width: 25%;
    padding-top: 22%;
}

.pd_flow_fig .area05 {
    left: 55%;
    top: 55%;
    width: 25%;
    padding-top: 22%;
}

.pd_flow_fig .flow_img00 ~ img {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
}

.pd_flow_fig img.js-isVisible {
    opacity: 1;
}




/* facility ///////////////////////////////////// */
.facility_img > section{
    margin-bottom: 100px;
}

.facility_img > section:last-of-type{
    margin-bottom: 0px;
}

.facility_img > section ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.facility_img > section ul li{
    width: 30%;
    height: 200px;
}

.facility_img > section ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}

.facility_mm_list > div{
    overflow-x: scroll;
}

.facility_mm_list .cmn_table{
    /* 1行目のthを考慮して-1からスタート */
    counter-reset: list_mm -1;
    min-width: 1000px;
}

.facility_list:first-of-type{
    padding-bottom: 0;
}

.facility_mm_list .cmn_table tr{
    counter-increment: list_mm;
    text-align: center;
}

.facility_mm_list .cmn_table tr td:nth-of-type(1)::before {
    content: counter(list_mm);
    display: block;
}

.facility_mm_list .cmn_table tr td:nth-of-type(4),
.facility_mm_list .cmn_table tr td:nth-of-type(9){
    text-align: left;
}

.facility_mm_list .cmn_table tr th:nth-of-type(6),
.facility_mm_list .cmn_table tr th:nth-of-type(7),
.facility_mm_list .cmn_table tr th:nth-of-type(8),
.facility_mm_list .cmn_table tr td:nth-of-type(6),
.facility_mm_list .cmn_table tr td:nth-of-type(7),
.facility_mm_list .cmn_table tr td:nth-of-type(8){
    max-width: 100px;
}

.facility_mm_list .cmn_table tr th:nth-of-type(9),
.facility_mm_list .cmn_table tr td:nth-of-type(9){
    max-width: 200px;
}



.facility_other_list > div{
    overflow-x: scroll;
}

.facility_other_list .cmn_table{
    /* 1行目のthを考慮して-1からスタート */
    counter-reset: list_other -1;
    min-width: 1000px;
}

.facility_other_list .cmn_table tr{
    counter-increment: list_other;
}

.facility_other_list .cmn_table tr td:nth-of-type(1)::before {
    content: counter(list_other);
    display: block;
}

/* company ///////////////////////////////////// */
.company_greeting > div{
    display: flex;
}

.company_greeting figure{
    max-width: 250px;
    margin: 0 auto;
}

.company_greeting p{
    padding: 0 30px;
}

.company_greeting p:nth-of-type(2){
    text-align: right;
    letter-spacing: 0.3em;
}

.company_greeting span{
    display: inline-block;
    text-align: right;
    letter-spacing: 0.1em;
}

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

.company_client ul li{
    width: 50%;
    position: relative;
    padding-left: 12px;
}

.company_client ul li::before{
    content: "●";
    display: block;
    font-size: .8rem;
    position: absolute;
    top: 4px;
    left: 0px;

}

.company_history .cmn_dl + p {
    padding: 18px 0;
    color: #215190;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    line-height: 1.3;
    text-align: center;
}

.company_access.cmn_boxinner_90{
    padding-bottom: 0;
}

/* recruit ///////////////////////////////////// */
.recruit_requirement p{
    margin-top: 40px;
}

.recruit_contact{
    background: linear-gradient(rgba(33,81,144,.3), rgba(33,81,144,.3)),url(../img/recruit_contact.jpg);
    background-size: cover;
    background-position: center center;
}

.recruit_contact > div{
    display: flex;
    align-items: center;
}

.recruit_contact > div > div:nth-of-type(1){
    width: 20%;
}

.recruit_contact > div > div:nth-of-type(1) h2{
    font-weight: 300;
}

.recruit_contact > div > div:nth-of-type(1) p{
    letter-spacing: 0.1em;
}

.recruit_contact > div > div:nth-of-type(2){
    width: calc(80% - 200px);
    padding: 75px 50px;
    border-left: solid 1px #ffffff;
}

.recruit_contact > div > div:nth-of-type(2) p{
    margin-bottom: 10px;
    font-weight: bold;
}

.recruit_contact > div > div:nth-of-type(2) strong{
    display: block;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.recruit_contact > div > div:nth-of-type(2) strong::before{
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/cmn_ico_phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
}

.recruit_contact > div > div:nth-of-type(2) small{
    display: block;
}

/* contact ///////////////////////////////////// */

.contact_body .cmn_maxbox_600{
    background-color: rgba(0,160,220,.5);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact_body .cmn_maxbox_600 .fs24{
    font-weight: bold;
    margin-bottom: 8px;
}

.contact_body .cmn_maxbox_600 strong{
    display: block;
    line-height: 1;
}

.contact_body .cmn_maxbox_600 .fs16{
    line-height: 2rem;
    margin-top: 10px;
}

.contact_form > div > p{
    margin-bottom: 50px;
}

.contact_form .attention{
    color: #B41A12;
}

.contact_form dt{
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact_form dd{
    width: 100%;
}

.contact_form dd select{
    width: 300px;
    background-color: #F4F5F6;
    border: none;
    border-radius: 0;
    padding: 9px 0 8px 25px;
    appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
    color: #939393;
}

.contact_select dd{
	position: relative;
}
.contact_select dd::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.1px 7px 0 7px;
    border-color: #4d4d4d transparent transparent transparent;
    content: "";
    position: absolute;
    left: 275px;
    top: 15px;
    z-index: 10;
    pointer-events: none;
}

.contact_form dd input{
    width: 100%;
    background-color: #F4F5F6;
    border: none;
    border-radius: 0;
    padding: 9px 25px 8px;
    box-sizing: border-box;
}

.contact_form dd .input01{
    max-width: 500px;
}

.form_mail > dd > input:first-of-type{
    margin-bottom: 10px;
}

.form_mail .fs12{
    display: block;
    text-align: right;
}

.form_adress > dd >input:first-of-type{
    margin-bottom: 10px;
    width: 200px;
}

.contact_form dd > textarea{
    width: 100% !important;
    height: 250px !important;
    background-color: #F4F5F6;
    border: none;
    border-radius: 0;
    padding: 9px 25px 8px;
    box-sizing: border-box;
}

.form_tenpu p {
    word-break: break-all;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.form_tenpu input[name*="clip"] {
    display: inline-block;
    padding: 10px;
    margin: 10px 0 0 0;
}



.contact_btn_area button{
    display: block;
    width: 200px;
    line-height: 5.8rem;
    border: solid 1px #215190;
    text-align: center;
    position: relative;
    margin: 0 auto;
    color: #215190;
    background-color: #ffffff;
    margin-top: 60px;
    z-index: 5;
    overflow: hidden;
    transition: all .2s;
}
.contact_btn_area button::after{
    content: "";
    width: 30px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #215190;
    pointer-events: none;
}

.contact_btn_area button::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #215190;
    pointer-events: none;
    z-index: -1;
    transition: all 0.2s;
}

.contact_btn_area button:hover{
    border: solid 1px #ffffff;
    color: #ffffff;
    opacity: 1;
}

.contact_btn_area button:hover::after{
    border-bottom: 1px solid #ffffff;
}

.contact_btn_area button:hover::before{
    transform: translateX(0);
}




/* search ///////////////////////////////////// */
.search_list li {
    padding: 30px;
    border-bottom: 1px dashed #215190;
}

.search_list li:nth-of-type(1) {
    padding-top: 0;
}

.search_list h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}

.search_list h3 a {
    display: inline-block;
    text-decoration: underline;
}

.search_list span {
    display: block;
    margin: 2px 0 0 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    word-break: break-all;
}

.search_list p {
    margin: 8px 0 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
}


