@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #0a3a4c;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
address{
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
}

/* ABSOLUTE-CENTER_
{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
 }
 */
 
/*-------------------------------------------------------------------------
LOAD
------------------------------------------------------------------------*/
.loading_wrap{
	background: #FFF;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1250;
	transition-duration: 0.3s;
	transition-delay: 0.2s;
}
.loading_wrap.loading{
	top: 0;
	visibility: hidden;
	opacity: 0;
}
.loading_logo{
	width: 300px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.spinner{
	position: fixed;
    top: calc( 50% - 40px );
    left: calc( 50% - 40px );
	z-index: 100;
	width: 80px;
	height:80px;
	margin: 0 auto;
	background: #2bb8ff;
	background-image: linear-gradient(-225deg, #00bee7 0%, #a2e0ff 100%);
	border-radius: 50%;  
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
	transition: 0.6s;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
/*-------------------------------------------------------------------------
FLEX-STYLE
------------------------------------------------------------------------*/
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}
@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/
.inner{
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 80px;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 80px;
}
.mv_inner{
	position: relative;
	width: 100%;
	max-width: 1780px;
	margin: 0 auto;
	padding: 0 0 0 80px;
}
.mv_inner .st_h{
	min-height: 800px;
}
/*-------------------------------------------------------------------------
BODY
------------------------------------------------------------------------*/
body{
	width: 100%;
	color: #0a3a4c;
	background: #f7f8f8;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
	overflow-x: hidden;
	display: none;
	transition-delay: 0.2s;
}
body.loading{
	display: block;
}
p{
	line-height: 1.8em;
	margin-bottom: 15px;
}
img{
	width: 100%;
}
/*-------------------------------------------------------------------------
MV
------------------------------------------------------------------------*/
.mv{
	position: relative;
	overflow: hidden
}
.mv_txt{
	position: absolute;
	bottom: 10%;
	left: 0;
	z-index: 100;
}
.mv_txt h2{
	font-size: 50px;
	line-height: 1.6em;
	font-weight: bolder;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
	letter-spacing: 0.1em
}
.mv_txt_en{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: start
}
/*-------------------------------------------------------------------------
SLIDE
------------------------------------------------------------------------*/
.mv_slide_wrap{
	height: auto;
	margin-left: auto;
	position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
    max-width: 1127px;
    overflow: hidden
}
.mv_img{
    width: 100%;
    height: auto;
}
.mv_img image{
	display: block;
}
.p-home-visual__clipped-image.-pc image {
	-webkit-clip-path: url(#clip-main-visual-pc);
	clip-path: url(#clip-main-visual-pc);
	width: 100%;
}
.p-home-visual__clipped-image.-sp image {
	-webkit-clip-path: url(#clip-main-visual-sp);
	clip-path: url(#clip-main-visual-sp);
	width: 100%;
	display: none;
}
#mv_slide{
	width: 100%;
	height: 100%;
}
.swiper-slide {
	overflow: hidden;
	width: 100%;
}
.swiper-slide .slide-img{
	height: 100%;
}
.swiper-slide svg {
	width: 100%;
	height: auto;
}
#video{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
	display: block;
	width: 100%;
	height: auto;
	z-index: -100;
	transition: 0.8s;
}
#video.loading{
	opacity: 1;
    transform: translateY(0) translateX(-50%);
}
body.lower #video.loading{
	opacity: 0.5;
    transform: translateY(0) translateX(-50%);
}
#video.loading.fixed,
body.lower #video.loading.fixed{
	opacity: 0;
    transform: translateY(0) translateX(-50%);
}
/*-------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------*/
header{
	position: fixed;
	padding: 20px 30px;
	top: 0;
	z-index: 300;
	width: 100%;
}
.header_logo{
	width: 250px;
	transition: 0.3s;
}
.header_nav li{
	margin-right: 30px;
}
.header_nav li:last-child{
	margin-right: 0;
}
.header_nav li a{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #323232;
	letter-spacing: 0.14em;
	font-weight: bold;
	transition: 0.3s;
	text-shadow: #FFF 1px 0 10px,
		#FFF 1px 0 10px,
		#FFF 1px 0 10px,
		#FFF 1px 0 10px;
}
.header_nav li a:hover{
	color: #00bee7
}
.header_nav li.mv_contact_btn a{
	display: block;
	background-image: linear-gradient(120deg, #00bee7 0%, #00bee7 40%, #3eef64 100%);
	padding: 19px 50px;
	border-radius: 30px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 0px 0px white;
}

/*-------------------------------------------------------------------------
TOP_LO
------------------------------------------------------------------------*/
.circle_list > *{
	line-height: 1.8em;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}
.circle_list > *:last-child{
	margin-bottom: 0;
}
.circle_list > *:after{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
	background: #000000
}
.circle_list > *:before{
	display: block;
	position: absolute;
	left: 16px;
	top: 0;
}
.circle_list > *:nth-child(1):before{
	content: "1.";
}
.circle_list > *:nth-child(2):before{
	content: "2.";
}
.circle_list > *:nth-child(3):before{
	content: "3.";
}
.circle_list > *:nth-child(4):before{
	content: "4.";
}
.circle_list > *:nth-child(5):before{
	content: "5.";
}
.circle_list > *:nth-child(6):before{
	content: "6.";
}
.circle_list > *:nth-child(7):before{
	content: "7.";
}
.circle_list > *:nth-child(8):before{
	content: "8.";
}
.circle_list > *:nth-child(9):before{
	content: "9.";
}
.circle_list > *:nth-child(10):before{
	content: "10.";
}
.circle_list{
	margin-bottom: 20px;
}
.iso_content > *{
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #dddddd;
}
.iso_content > *:last-child{
	padding-bottom: 35px;
	border-bottom: 1px solid #dddddd;
}
.iso_content > dl > dt{
	font-size: 16px;
	color: #00bee7;
	margin-bottom: 10px;
	font-weight: bold;
}
.iso_content_list ul > *{
	line-height: 1.8em;
	margin-bottom: 0;
	padding-left: 17px;
	position: relative;
}
.iso_content_list ul > *:after{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
	background: #000000
}
.iso_content_list ul dl{
    display: flex;
    flex-wrap: wrap;
}
.iso_content_list ul > * dt{
	font-weight: bold;
	width: 195px;
	text-align: start;
}
.iso_content_list ul > * dd{
	width: calc( 100% - 195px );
	text-align: start;
}
.iso_content_list_intro_ttl{
	display: inline-block;
	padding: 5px 20px;
	background: #00bee7;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #FFF;
}
.iso_content_col02 > *:nth-child(1){
	width: 180px;
	margin-right: 60px;
}
.iso_content_col02 > *{
	width: calc( 100% - 240px );
}
.iso_content_col02 table {
	width: 100%;
	margin: 0 auto 0 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.iso_content_col02 table tr {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.iso_content_col02 table tr th {
	width: 150px;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
	padding: 15px;
	background: #f3f3f3;
	line-height: 1.6em;
}
.iso_content_col02 table tr td {
	width: calc( 100% - 150px );
	padding: 15px;
	text-align: left;
	line-height: 1.6em;
}
.iso_content_col02 dt{
	font-size: 15px;
	color: #00bee7;
	margin-bottom: 10px;
	font-weight: bold;
}
.iso_content_col02 dt i{
	font-size: 12px;
	margin-right: 7px;
}
/*-------------------------------------------------------------------------
TOP_LO
------------------------------------------------------------------------*/
.top_sec_wrap{
	position: relative;
	padding-top: 100px;
}
.top_sec_wrap_last.top_sec_wrap{
	margin-bottom: 180px;
}
.top_content_A_txt{
	position: absolute;
	width: calc( 50% - 220px );
    top: calc( 50% + 50px );
    left: calc( 50% + 140px );
    transform: translateY(-50%);
    max-width: 690px;
    z-index: 1;
}
.top_content_A_txt > *{
	transition-duration: 0.3s;
	opacity: 0;
	transform: translateY(30px);
}
.top_content_A_txt > *:nth-child(1){
	transition-delay: 0.1s;
}
.top_content_A_txt > *:nth-child(2){
	transition-delay: 0.15s;
}
.top_content_A_txt > *:nth-child(3){
	transition-delay: 0.2s;
}
.top_content_A_txt > *:nth-child(4){
	transition-delay: 0.25s;
}
.top_content_A_txt > *:nth-child(5){
	transition-delay: 0.3s;
}
.top_content_A_txt.is_shown > *{
	opacity: 1;
	transform: translateY(0);
}
.top_content_A_img{
	width: calc( 50% + 80px );
	border-radius: 0px 260px 260px 0px;
	overflow: hidden;
	vertical-align: middle;
	height: 550px;
	position: relative;
	opacity: 0;
	transition: 0.3s;
}
.top_content_A_img.is_shown{
	opacity: 1;
}
#sec_01 .top_content_A_img{
	background: url(img/top_img_01.jpg) no-repeat center center;
	background-size: cover
}
#sec_03 .top_content_A_img{
	background: url(img/top_img_03.jpg) no-repeat center center;
	background-size: cover
}
.top_content_B_txt{
	width: calc( 55% - 90px )
}
.top_content_B_txt > *{
	transition-duration: 0.3s;
	opacity: 0;
	transform: translateY(30px);
}
.top_content_B_txt > *:nth-child(1){
	transition-delay: 0.1s;
}
.top_content_B_txt > *:nth-child(2){
	transition-delay: 0.15s;
}
.top_content_B_txt > *:nth-child(3){
	transition-delay: 0.2s;
}
.top_content_B_txt > *:nth-child(4){
	transition-delay: 0.25s;
}
.top_content_B_txt > *:nth-child(5){
	transition-delay: 0.3s;
}
.top_content_B_txt.is_shown > *{
	opacity: 1;
	transform: translateY(0);
}
.top_content_B_img{
	width: calc( 45% + 30px );
	vertical-align: middle;
	opacity: 0;
	transition: 0.3s;
}
.top_content_B_img.is_shown{
	opacity: 1;
}
.top_content_ttl{
	font-size: 40px;
	margin-bottom: 25px;
}
.top_content_ttl span{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.top_content_strong{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 23px;
	line-height: 1.4em;
}
.top_content_strong span{
	font-family: 'Poppins', sans-serif;
	color: #00bee7;
	font-size: 16px;display: block;
}
.btn_base{
	margin: 30px auto 0 0;
}
.btn_base a{
	display: block;
	padding: 19px 0 19px 60px;
	border-radius: 30px;
	width: 180px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	position: relative;
}
.btn_base a .btn_base_txt{
		transition: 0.3s;
}
.btn_base a:hover .btn_base_txt{
	color: #00bee7
}
.btn_base a span.btn_base_circle{
	display: block;
	width: 50px;
	height: 50px;
	background: #00bee7;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	transition: 0.3s;
}
.btn_base a span.btn_base_circle:after{
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 150%;
	left: -100%;
	transform: translate(-50%,-50%);
	z-index: 1;
	background: #000000;
	transition: 0.3s;
	border-radius: 50%;
}
.btn_base a:hover span.btn_base_circle:after{
	top: 50%;
	left: 50%;
}
.btn_base a span.btn_base_circle i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.footer_contact_inner:after{
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background: #dddddd;
	position: absolute;
	left: 50%;
	top: 0;
}
.footer_contact{
	background: #FFF;
}
.footer_contact.lower{
	margin-top: 90px;
}
.footer_contact_inner > *{
	width: calc( 50% - 30px );
	max-width: 500px;
}
.footer_contact{
	padding: 100px 0;
}
.footer_contact_ttl{
	font-size: 25px;
	margin-bottom: 15px;
}
.footer_contact_ttl span{
	font-family: 'Poppins', sans-serif;
	display: block;
	font-size: 13px;
	color: #00bee7;
	margin-bottom: 20px;
}
/*SLICK*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider{
	padding: 80px 0;
}
.slider > * img{
	display: block;
	padding: 0 70px;
	width: 100%
}
.slick-track{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}
footer{
	padding: 80px 0;
	background: #f4f4f4
}
.lower footer{
	padding: 80px 0;
	background: #f7f8f8;
}
.footer_head{
	margin-bottom: 0;
}
.footer_logo{
	width: 260px;
}
.footer_logo_mark{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #dddddd;
	margin-right: 15px;
}
.footer_logo_mark img{
	width: 80px;
	margin-right: 10px;
}
.footer_list{
	padding-bottom: 20px;
}
.footer_list li{
	margin-right: 30px;
}
.footer_list li a{
	display: block;
	color: #0a3a4c;
	font-family: 'Poppins', sans-serif;
	transition: 0.3s;
	font-weight: bold;
	font-size: 12px;
}
.footer_list li a:hover{
	color: #00bee7
}
.footer_list li a.footer_en_btn{
	width: 35px;
	height: 35px;
	background: #dddddd;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	color: #323232;
}
.copy{
	font-family: 'Poppins', sans-serif;
	margin-top: 30px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: start;
	padding-left: 10px;
	line-height: 1.6em;
}
.copy span{
	display: none;
}
.copy a{
	color: #0081ff;
	text-decoration: underline
}
.copy a:hover{
	text-decoration: none
}
.lower_service_terms_link{
	margin-top: 30px;
}
.lower_service_terms_link a{
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid #0a3a4c;
	transition: 0.3s;
}
.lower_service_terms_link a:hover{
	border-bottom: 1px solid #FFF;
}
/*-------------------------------------------------------------------------
SP NAV
------------------------------------------------------------------------*/
.sp_nav_btn{
	display: none;
}
.menu {
  position: fixed;
  top: 10px;
  right: 15px;
  height: 50px;
  width: 50px;
  z-index: 500;
}
.menu-link{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 501;
}
.menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
}
.menu-line {
  background-color: #FFF;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}
.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-line-3 {
  bottom: 0;
}
.menu.open .menu-line-1 {
  transform: translateY(7px) translateY(-50%) rotate(-45deg);
}
.menu.open .menu-line-2 {
  opacity: 0;
}
.menu.open .menu-line-3 {
  transform: translateY(-7px) translateY(50%) rotate(45deg);
}

/* ------------- */
.menu-circle {
  background: #00bee7;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 500;
  transition: transform 0.3s ease-in-out;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.6);
}
.menu.open .menu-circle {
  transform: scale(60);
}
.sp_nav{
	position: fixed;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	width: 100%;
	overflow: hidden;
	z-index: 900;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.sp_nav.open{
	visibility: visible;
	opacity: 1;
}
.slider > div{
	overflow: hidden
}
.slider > div img{
	transform: scale(1.1);
	opacity: 0;
	transition: 0.5s;
}
.slider.is_shown > div img{
	transform: scale(1);
	opacity: 1;
}
.sp_nav_content_list li{
	margin-bottom: 40px;
	text-align: center
}
.sp_nav_content_list li:last-child{
	margin-bottom: 0;
}
.sp_nav_content_list a{
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	letter-spacing: 0.2em;
}
.sp_nav_content_list a i{
	font-size: 14px;
}
.lower_header{
	width: 100%;
	padding: 190px 0 30px;
	position: relative;
	overflow: hidden;
}
/*
.lower_header:after{
	content: "";
	background: url(img/lower_header_bg.png) right center no-repeat;
	background-size: contain;
	height: 320px;
	width: 1502px;
	position: absolute;
	right: -50px;
	bottom: 0;
	z-index: -1;
}
*/
.lower_header h2{
	font-size: 60px;
	line-height: 1.4em;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.03em;
}


/*BREADCRUMB*/
.breatcrumb{
	margin-left: 10px;
}
.lower_header.lower_header_en .breatcrumb{
	margin-left: 0;
}
.breatcrumb li{
	margin-right: 30px;
	font-size: 13px;
	position: relative;
	padding: 0;
	font-weight: normal
}
.breatcrumb li a{
	margin-bottom: 0;
	transition: 0.2s;
	font-family: 'Poppins', sans-serif;
	font-weight: normal
	position: relative;
}
.breatcrumb li a:hover{
	opacity: 0.7;
}
.breatcrumb li:nth-child(2):after,
.breatcrumb li:nth-child(3):after,
.breatcrumb li:nth-child(4):after{
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
	transform: rotate(-45deg);
	position: absolute;
	left: -18px;
	top: 4px;
}
.breatcrumb li:last-child{
	margin-right: 0;
}
/*-------------------------------------------------------------------------
FORM
------------------------------------------------------------------------*/
.form_1 {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
}
.form_1.form_1_confirm{
  margin: 40px auto 50px;
}
.form_1{
}
.form_1 th, .form_1 td {
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding: 20px 30px;
}
.form_1 td {
  padding: 10px 0 10px 20px;
}
.form_1 tr:last-child th, .form_1 tr:last-child td {
  border: 0
}
.form_1 tr{
	border-bottom: 10px solid rgba(248, 248, 248, 0)
}
.form_1 th {
	width: 260px;
	font-weight: normal;
	position: relative;
	background: #00bee7;
	color: #FFF;
	font-weight: bold;
}
.form_1 th .required{
	padding: 3px 15px;
	background: #ff0000;
	display: inline-block;
	line-height: 1.4em;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border-radius: 1px;
	margin-left: 10px;
	transform: translateY(-1px);
	border-radius: 10px;
}
.form_1 th .non_required{
	padding: 8px 10px;
	background: #FFF;
	display: inline-block;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 11px;
	border-radius: 5px;
	margin-right: 10px;
	border: 1px solid #efefef;
}
.form_1 td{
}
.form_1 .fix-txt {
  margin-top: 30px;
  line-height: 1.8em
}

.form_1 .fix-txt a {
  display: block;
  line-height: 1.8em;
  color: #4e4d4d;
  font-size: 25px;
  margin-top: 40px
}

.form_1 .fix-txt a i {
  color: #ffab00
}

.form_1 .fix-title {
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000
}

.form_1 input[type="text"], .form_1 input[type="submit"], .form_1 input[type="button"], .form_1 input[type="tel"], .form_1 input[type="search"], .form_1 input[type="email"], .form_1 input[type="mail"], .form_1 input[type="password"], .form_1 textarea, .form_1 button, .form_1 select {
  outline: 0;
  width: 100%;
  padding: 20px;
  margin: 8px auto;
  outline: 0;
  border: 1px solid #dddddd;
  font-size: 16px;
  line-height: 1.2em;
  border-radius: 7px;
  background: #FFF
}

.form_1 textarea {
	height: 10em;
	font-weight: normal;
	font-family: arial, sans-serif;
}

.form_1 input[type="text"]:focus, .form_1 input[type="submit"]:focus, .form_1 input[type="button"]:focus, .form_1 input[type="tel"]:focus, .form_1 input[type="search"]:focus, .form_1 input[type="email"]:focus, .form_1 input[type="mail"]:focus, .form_1 input[type="password"]:focus, .form_1 select:focus, .form_1 textarea:focus {
  border-color: #000000;
  background: #FFF
}

.form_1 select {
  padding: 15px 60px 15px 15px;
  vertical-align: middle;
}
.select_wrap{
	position: relative;
}
.select_wrap:after{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 6px );
	right: 20px;
	z-index: 1;
}
.contact_confirm .select_wrap:after{
	display: none;
}
.error_btn {
  position: relative;
  width: 100%;
  margin: 50px auto 20px
}

.error_btn a {
  width: 290px;
  height: 70px;
  display: block;
  cursor: pointer;
  border: 0;
  margin: 0 auto;
  color: #00bee7;
  background: #FFF;
  border: 1px solid #00bee7;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-left-radius: 50%;
  border-radius: 50px;
  line-height: 70px
}

.error_btn a:hover {
  color: #FFF;
  background: #00bee7
}


.form_1 .button_wrap i {
  visibility: hidden;
  display: block;
  position: absolute;
  font-size: 16px;
  color: #FFF;
  top: calc(50% - 13px);
  right: calc(30% + 30px);
  z-index: 1000;
  opacity: 0;
  transition: .3s
}

.form_1 .button_wrap:hover i {
  visibility: visible;
  display: block;
  position: absolute;
  font-size: 25px;
  color: #FFF;
  top: calc(50% - 13px);
  right: 30%;
  z-index: 1000;
  opacity: 1;
  transition: .3s
}

.form_1 .button_wrap.back-btn input {
  background: #acacac;
  border: 2px solid #acacac;
  color: #FFF
}
.error {
  font-size: 10px;
  color: red !important;
  margin: 0
}
.contact_btn{
	margin-bottom: 30px;
}
.contact_btn.back{
	display: none;
}
.contact_confirm .contact_btn.back{
	display: block;
	margin-top: 30px;
}
.contact_btn_inner{
	display: block;
	margin: 0 auto;
	padding: 30px;
	color: #FFF;
	width: 260px;
	height: 90px;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 0.3em;
	line-height: 1em;
	font-weight: 800;
	position: relative;
	background: #f8f8f8;
	background: url(img/dot_gray.png) repeat center center;
	background-size: 3px;
}
.contact_btn_inner input{
	display: block;
	height: calc( 100% - 30px );
	width: calc( 100% - 30px );
	background: #000000;
	position: absolute;
	top: 15px;
	left: 15px;
	overflow: hidden;
	color: #FFF;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: 0.3s;
}
.contact_btn_inner:hover input{
	letter-spacing: 0.5em;
	padding-left: 0.5em;
}
.form_3_col02 > *{
	width: calc( 50% - 10px )
}
.form_3_col02 .form_3 input[type="text"]{
	width: 100%;
}
.form_3_col02_ttl{
	padding: 5px 15px;
	background: #00bee7;
	color: #FFF;
	line-height: 1em;
	display: inline-block;
	margin-bottom: 5px;
}
.check_box01_wrap{
	margin-bottom: 10px;
	text-align: center
}
.check_box01_inner{
	padding: 15px 30px;
	background: #FFF;
	display: inline-block;
	margin: 0 auto 30px;
	border: 1px solid #dddddd;
	background: #FFF;
}
/*CHECK BOX*/
.check_box01 input{
	display: none;
}
.check_box01{
	padding-left: 27px;
	position: relative;
}
.check_box01 span{
	font-weight: bold;
}
.check_box01 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: -3px;
	left: 0;
}
.check_box01 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #e61e19;
	font-size: 23px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
/*CHECK BOX*/
.check_box_multi > div > *{
	padding: 7px 0;
	margin-right: 20px;
}
.check_box_multi input{
	opacity: 0;
	height: 0;
	display: block;
	overflow: hidden;
    margin: 0;
}
.check_box_multi span{
	display: inline-block;
	padding-left: 21px;
	font-size: 13px;
	position: relative;
	letter-spacing: 0em;
}
.check_box_multi span:after{
	display: block;
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: 0;
}
.check_box_multi span:before{
	display: block;
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #0089e7;
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box_multi input[type="checkbox"]:checked + span{
	color: #0089e7;
}
.check_box_multi input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
.privacy_chack{
	margin-bottom: 28px;
	text-align: center
}
.privacy_chack a{
	color: #0081ff;
	text-decoration: underline;
	display: inline-block;
}
.privacy_chack a:hover{
	text-decoration: none
}
.btn_contact{
	text-align: center
}
.btn_contact li input{
	background: #00bee7;
	color: #FFF;
	line-height: 1.8em;
	font-family: 'Poppins', sans-serif;
	display: block;
	width: 230px;
	letter-spacing: 0.2em;
	height: 60px;
	line-height: 60px;
	transition: 0.3s;
	cursor: pointer;
	text-align: center;
	margin: 0 auto 20px;
	font-weight: bold;
	border-radius: 30px;
}
.btn_contact li.btn_contact_back input{
  background: #c0bebe;
  color: #FFF;
  border: 0 !important
}
.btn_contact li:last-child > *{
	margin: 0 auto;
}
.btn_contact li input:hover{
  background: #000000;
}

/*個人情報保護方針*/
.kiyaku_wrap {
	margin-top: 30px;
}
.kiyaku_wrap dl{
	margin-bottom: 30px;
}
.kiyaku_wrap dl:last-child{
}
.kiyaku_wrap dt{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	padding-left: 22px;
	position: relative;
	line-height: 1.4em;
}
.kiyaku_wrap dt:after{
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	background: #000000;
	position: absolute;
	border-radius: 50%;
	top: 3px;
	left: 0;
}
.kiyaku_table dd > p{
	margin-bottom: 10px;
}
.kiyaku_table{
	border: 1px solid #dddddd;
}
.kiyaku_table th{
	width: 200px;
	background: #EDF1F8;
}
.kiyaku_table td,
.kiyaku_table th{
	border: 1px solid #dddddd;
	padding: 10px;
	vertical-align: middle;
}
.kiyaku_table_ul_jp li{
	margin-bottom: 5px;
	padding-left: 35px;
	position: relative;
}
.kiyaku_table_ul_jp li:last-child{
	margin-bottom: 0;
}
.kiyaku_table_ul_jp li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.kiyaku_table_ul_jp li:nth-child(1):after{
	content: "(イ)";
}
.kiyaku_table_ul_jp li:nth-child(2):after{
	content: "(ロ)";
}
.kiyaku_table_ul_jp li:nth-child(3):after{
	content: "(ハ)";
}
.kiyaku_table_ul_jp li:nth-child(4):after{
	content: "(ニ)";
}
.kiyaku_table_ul_jp li:nth-child(5):after{
	content: "(ホ)";
}
.kiyaku_table_ul_jp li:nth-child(6):after{
	content: "(ヘ)";
}
.kiyaku_table_ul_jp li:nth-child(7):after{
	content: "(ト)";
}
.kiyaku_table_ul_num{
	margin-top: 10px;
}
.kiyaku_table_ul_num > li{
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
	line-height: 1.4em;
}
.kiyaku_table_ul_num > li:last-child{
	margin-bottom: 0;
}
.kiyaku_table_ul_num > li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.kiyaku_table_ul_num > li:nth-child(1):after{
	content: "(1)";
}
.kiyaku_table_ul_num > li:nth-child(2):after{
	content: "(2)";
}
.kiyaku_table_ul_num > li:nth-child(3):after{
	content: "(3)";
}
.kiyaku_table_ul_num > li:nth-child(4):after{
	content: "(4)";
}
.kiyaku_table_ul_num > li:nth-child(5):after{
	content: "(5)";
}
.kiyaku_table_ul_num > li:nth-child(6):after{
	content: "(6)";
}
.kiyaku_table_ul_num > li:nth-child(7):after{
	content: "(7)";
}
.kiyaku_table_ul_num > li:nth-child(8):after{
	content: "(8)";
}
.kiyaku_table_ul_num > li:nth-child(9):after{
	content: "(9)";
}
.kiyaku_table_ul_num > li:nth-child(10):after{
	content: "(10)";
}
.kiyaku_table_ul_num > li:nth-child(11):after{
	content: "(11)";
}
.kiyaku_table_ul_kan li{
	margin-bottom: 5px;
	padding-left: 35px;
	position: relative;
}
.kiyaku_table_ul_kan li:last-child{
	margin-bottom: 0;
}
.kiyaku_table_ul_kan li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.kiyaku_table_ul_kan li:nth-child(1):after{
	content: "(一)";
}
.kiyaku_table_ul_kan li:nth-child(2):after{
	content: "(二)";
}
.kiyaku_table_ul_kan li:nth-child(3):after{
	content: "(三)";
}
.kiyaku_table_ul_kan li:nth-child(4):after{
	content: "(四)";
}
.kiyaku_table_ul_kan li:nth-child(5):after{
	content: "(五)";
}
.kiyaku_table_ul_kan li:nth-child(6):after{
	content: "(六)";
}
.kiyaku_table_ul_kan li:nth-child(7):after{
	content: "(七)";
}
.kiyaku_table_ul_kan li:nth-child(8):after{
	content: "(八)";
}
.kiyaku_table_ul_kan li:nth-child(9):after{
	content: "(九)";
}
/*-------------------------------------------------------------------------
TOP_LO
------------------------------------------------------------------------*/
.page_link{
	position: relative;
	z-index: 10;
}
.page_link li{
	margin-right: 20px;
	position: relative;
}
.page_link li:after{
	content: "";
	background: #00bee7;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.page_link li a{
	display: block;
	padding: 24px 25px 24px 30px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	width: 250px;
	position: relative;
	z-index: 1:
}
.page_link li a:after{
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	height: 10px;
	width: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(45deg)
}
.lower_ttl_01{
	font-size: 25px;
	line-height: 1.4em;
	margin-bottom:10px;
}
.lower_ttl_01 span{
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	display: block;
	color: #00bee7;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.lower_sec_content{
	width: 40%;
}
.lower_sec_img{
	width: calc( 60% - 30px );
}
.lower_ttl_01 strong{
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
}
.lower_sec_img_02 img{
	vertical-align: middle
}
.lower_service_uniport_logo{
	max-width: 230px;
	margin-bottom: 12px;
}
.lower_service_uniport_link a{
	width: 280px;
	padding: 0 30px 0 0;
	display: block;
}
.lower_section_wrap.lower_section_wrap_first{
	padding: 50px 0 50px;
	margin-top: 0;
	position: relative;
}
.lower_section_company{
	margin-top: 100px;
}
.lower_section_wrap_02{
	padding: 140px 0 0;
	margin-top: -60px;
}
.lower_section_wrap_02_inner{
	background: #FFF;
	width: calc( 50% - 20px );
	padding: 30px 30px 10px;
}
.lower_section_child{
	margin-top: 80px;
}
.lower_section_child > p{
	text-align: center;
	margin-bottom: 30px;
}
.lower_ttl_02{
	font-size: 28px;
	line-height: 1.6em;
	text-align: center;
	position: relative;
	padding-top: 28px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.lower_ttl_02:after{
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	position: absolute;
	left: calc( 50% - 20px );
	bottom: 0;
	background: #0a3a4c;
}
.lower_ttl_02 span{
	font-size: 16px;
	position: absolute;
	top: 0;
	left: calc( 50% - 80px )
}
.lower_list_01 > *{
	width: calc( 33.33333% - 15px )
}
.lower_list_01_head{
	width: 230px;
	margin: 0 auto 20px;
}
.lower_list_01_content{
	background: #FFF;
	padding: 25px;
}
.lower_list_01_content h4{
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	letter-spacing: 0.02em;
}
.lower_list_01_child li{
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	font-weight: bold;
}
.lower_list_01_child li:last-child{
	margin-bottom: 0;
}
.lower_list_01_child li:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #00bee7;
	position: absolute;
	top: 4px;
	left: 0;
}
.lower_section_child_strong{
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
}
.lower_list_02 li{
	background: #00bee7;
	padding: 15px 10px;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 12px;
	margin-right: 12px;
	font-size: 16px;
	width: calc( 25% - 9px );
	letter-spacing: 0.01em;
	text-align: center
}
.lower_list_02 li:nth-child(4n){
	margin-right: 0;
}
.lower_list_03{
	margin-bottom: 6px;
}
.lower_list_03 li{
	background: #00bee7;
	padding: 6px 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 8px;
	margin-right: 8px;
}
/*-------------------------------------------------------------------------
LOWER_MISSION
------------------------------------------------------------------------*/
.lower_mission_ttl{
	font-size: 23px;
	text-align: center;
	font-weight: bolder;
	line-height: 1.6em;
}
.lower_mission_ttl_en{
	font-weight: bold;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 29px;
	line-height: 1.6em;
	color: #00bee7;
}
.lower_mission_big{
	font-weight: bold;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 50px;
	line-height: 1em;
	margin: 10px auto;
	letter-spacing: -0.02em;
}
.lower_mission_desc{
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.lower_mission_wrap{
	margin-top:	70px;
}
.lower_mission_img_01{
	max-width: 400px;
	position: absolute;
	right: calc( 50% - 620px );
	top: -210px;
}
.lower_mission_value_list{
	max-width: 780px;
	margin: 20px auto 0;
}
.lower_mission_value_list > *{
	border-top: 1px solid #eeeeee;
	padding-bottom: 20px;
	padding-top: 20px;
}
.lower_mission_value_list > *:last-child{
	border-bottom: 1px solid #eeeeee
}
.lower_mission_value_list > *:last-child{
	margin-bottom: 0;
}
.lower_mission_value_list_head{
	width: 300px;
	padding-left: 80px;
	position: relative
}
.lower_mission_value_list > * .lower_mission_value_list_head:after {
	content: "01.";
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.lower_mission_value_list > *:nth-child(2) .lower_mission_value_list_head:after {
	content: "02.";
}
.lower_mission_value_list > *:nth-child(3) .lower_mission_value_list_head:after {
	content: "03.";
}
.lower_mission_value_list_head_en{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1em;
	text-align: start;
	display: block;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.lower_mission_value_list_head_jp{
	font-weight: bold;
	font-size: 18px;
}
.lower_mission_value_list_content{
	width: calc( 100% - 340px );
	margin-left: 20px;
	padding-left: 20px;
}
.lower_mission_value_list_content p{
	letter-spacing: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.lower_mission_after_txt{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.lower_mission_img_02{
	max-width: 700px;
	margin: 30px auto 50px;
	display: block;
}
.lower_mission_list li{
	margin-bottom: 40px;
}
.lower_mission_list_ttl{
	font-size: 30px;
	color: #00bee7;
	margin-bottom: 10px;
}
.lower_mission_strong{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4em;
}

/*-------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------*/
.table_type01 {  width: 100%;
  max-width: 800px;
  margin: 20px auto 0 0;
}
.table_type01 tr {
  width: 100%;
  border-bottom: 10px solid #f8f8f8;
}

.table_type01 tr th {
  width: 250px;
  vertical-align: middle;
  border-right: 1px solid #efefef;
    padding: 20px;
  background: #00bee7;
  color: #FFF;
  line-height: 1.6em;
}

.table_type01 tr td {
	width: calc( 100% - 150px );
    padding: 20px;
  text-align: left;
  line-height: 1.6em;
}

.table_type01_title {
  display: block;
  font-weight: bold
}

.table_indent {
  margin-left: 1.2em;
  margin-top: -20px
}
.table_type01_list_no li{
	padding-left: 30px;
	position: relative;
}
.table_type01_list_no li:last-child{
	margin-bottom: 0;
}
.table_type01_list_no li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.table_type01_list_no{
	margin-bottom: 0;
}
.table_type01_list_no li:nth-child(2):after{
	content: "(2)";
}
.table_type01_list_no li:nth-child(3):after{
	content: "(3)";
}
.table_type01_list_no li:nth-child(4):after{
	content: "(4)";
}
.table_type01_list_no li:nth-child(5):after{
	content: "(5)";
}
.table_type01_list_no li:nth-child(6):after{
	content: "(6)";
}
.table_type01_list_no li:nth-child(7):after{
	content: "(7)";
}
.table_type01_list_no li:nth-child(8):after{
	content: "(8)";
}
.table_type01_list_no li:nth-child(9):after{
	content: "(9)";
}
.table_type01_list_no li:nth-child(10):after{
	content: "(10)";
}
.table_type01_list_no li:nth-child(11):after{
	content: "(11)";
}
.table_type01_list_no li:nth-child(12):after{
	content: "(12)";
}
.table_type01_list_no li:nth-child(13):after{
	content: "(13)";
}
.table_type01_list_no li:nth-child(14):after{
	content: "(14)";
}
.table_type01_list_no li:nth-child(15):after{
	content: "(15)";
}
.table_type01_list_no li:nth-child(16):after{
	content: "(16)";
}
.table_type01_list_no li:nth-child(17):after{
	content: "(17)";
}
.table_type01_list_no li:nth-child(18):after{
	content: "(18)";
}
.table_type01_list_no li:nth-child(19):after{
	content: "(19)";
}
.table_type01_list_no li:nth-child(20):after{
	content: "(20)";
}
.table_type01_list_no li:nth-child(21):after{
	content: "(21)";
}
.table_type01_list_no li:nth-child(22):after{
	content: "(22)";
}
.table_type01_list_no li:nth-child(23):after{
	content: "(23)";
}
.gmap{
	height: 400px;
	width: 100%;
}
.gmap iframe{
	height: 400px;
	width: 100%;
	border: 1px solid #dddddd;
	margin-top: 40px;
}
/*-------------------------------------------------------------------------
TOP CONTACT AREA
------------------------------------------------------------------------*/
.contact_area{
	padding: 80px 0;
	z-index: 0;
	color: #FFF;
	opacity: 1;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: relative;
}
.contact_area_bg{
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/contact_area_bg.png) center center no-repeat;
	background-size: contain;
	z-index: -3;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.13
}
.contact_area:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #0059C2;
	background-image: linear-gradient(120deg, #01A5F3 0%, #0059C2 100%);
	z-index: -5;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_area:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/bg_blue_dot.png);
	background-size: 15px;
	z-index: -4;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.contact_area_ttl{
	font-size: 30px;
	font-weight: bolder;
	line-height: 1.4em;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.01em;
}
.contact_area_ttl span{
	position: absolute;
	width: 25px;
	top: -17px;
	left: -19px;
}
.contact_area_desc{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.6em;
}
.contact_area_txt{
	width: calc( 100% - 440px );
	max-width: 700px;
	margin-right: 40px;
}
.contact_area_img{
	width: 500px;
	position: absolute;
	top: -150px;
	right: 0;
}
.contact_area_txt_btn .btn_base{
	max-width: 240px;
	width: 100%;
}
.contact_area_txt_btn > *:nth-child(1){
	margin-right: 10px;
}
.form_btn_base.btn_base{
	max-width: 290px;
	width: 100%;
	margin: -20px 0 30px auto
}
.form_btn_base.btn_base a{
	background: #008ce8;
	max-width: 290px;
	width: 100%;
}
.btn_base_lp a{ 
	display: block;
	padding: 13px 20px;
	font-size: 15px;
	line-height: 15px;
	background: #FF1960;
	color: #FFF;
	transition: 0.3s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-radius: 30px;
    max-width: 270px;
    line-height: 1.9em;
}
.btn_base_lp a:hover{
    background: #FFF250;
    color: #005BC4;
}
.footer_banner{
	margin-top: 20px;
}
.footer_banner li{
	width: calc( 25% - 10px );
	border: 1px solid #dddddd;
	background: #FFF;
	margin-right: 10px;
	padding-top: 0;
}
.footer_banner li a{
	display: block;
}
.footer_banner li a:hover{
	opacity: 0.7;
}
.footer_banner_isms{
	max-width: 420px;
	border: 1px solid #dddddd;
	background: #FFF;
	margin-right: auto;
	padding-top: 4px;
}
.lower_terms_dl_list{
	margin-top: 30px;
	margin-bottom: 60px;
}
.lower_terms_dl_list > *{
	margin-bottom: 10px;
}
.lower_terms_dl_list > *:last-child{
	margin-bottom: 0;
}
.lower_terms_dl_list a{
	display: inline-block;
}
.lower_terms_dl_list a > *{
	font-size: 14px;
	font-weight: bold;
	display: inline-block
}
.lower_terms_dl_list a img{
	width: 20px;
	display: inline-block;
	margin-left: 5px;
	transform: translateY(5px)
}
.lower_terms_dl_list a i{
	display: inline-block;
	margin-right: 3px;
	color: #00bee7;
	transform: translateY(-1px)
}
.lower_terms_list{
	margin-bottom: 60px;
}
.lower_terms_list_ttl{
	background: #0a3a4c;
	color: #FFF;
	padding: 15px;
}
.lower_terms_list_log li:nth-child(1){
	padding-top: 20px;
}
.lower_terms_list_log li{
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.lower_terms_logs_list_date{
	width: 140px;
	line-height: 1.8em;
}
.lower_terms_logs_list_ttl{
	width: clac( 100% - 140px );
}
.term_contact_form{
	display:block;
	margin-top: -30px;
	margin-bottom: 30px;
	color: #0081ff;
	text-decoration: underline !important;
	line-height: 1.8em;
}
.lower_terms_logs_list_ttl{
	line-height: 1.8em;
}
.term_contact_form:hover{
	text-decoration: none !important
}
@media only screen and (max-width: 1330px){	
	.lower_list_02 li{
		margin-bottom: 15px;
		margin-right: 15px;
		width: calc( 33.33333% - 10px );
	}
	.lower_list_02 li:nth-child(4n){
		margin-right: 15px;
	}
	.lower_list_02 li:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 1180px){
	header{
		padding: 10px 10px;
	}
	.header_nav li{
		margin-right: 15px;
	}
	.header_logo{
		width: 210px;
	}
	.top_content_ttl{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.top_content_strong{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.6em;
	}

}
@media only screen and (max-width: 1090px){
	.top_content_strong br{
		display: none
	}
	.mv_slide_wrap{
	    width: 90vw;
	}
	.top_content_A_img{
		width: calc( 100% - 30px );
		border-radius: 0px 230px 230px 0px;
		height: 450px;
		margin-bottom: 30px;
	}
	.top_content_A_txt{
		position: relative;
		width: calc( 100% - 30px );
	    top: auto;
	    left: auto;
	    transform: translateY(0);
	    max-width: 1300px;
	    margin: 0 auto
	}
	#sec_01.top_sec_wrap{
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#sec_03.top_sec_wrap{
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.top_sec_wrap{
		position: relative;
		padding-top: 50px;
	}
	.top_sec_wrap_last.top_sec_wrap{
		margin-bottom: 90px;
	}
	.mv_txt{
		position: absolute;
		bottom: 30px;
		left: 0;
	}
	.inner{
		width: 100%;
		padding: 0 15px;
	}
	.narrow_inner{
		width: 100%;
		padding: 0 15px;
	}
	.mv_inner{
		width: 100%;
		padding: 0 0 0 15px;
	}
	footer{
		padding: 40px 0;
		background: #f4f4f4
	}
	.footer_list{
		display: none;
	}
	footer .inner{
		display: block;
	}
	.footer_logo{
		width: 260px;
		margin: 0 auto;
	}
	.copy{
		text-align: center;
		padding-left: 0;
	}
	.footer_banner{
		margin: 20px auto
	}
	#video.loading,
	#video.loading.fixed,
	#video{
	    opacity: 0.6
	}
	.footer_banner ul.fle_btw{
		display: block;
	}
	.footer_banner ul li{
		margin: 0 auto 10px;
	}
	.footer_banner li{
		max-width: 280px;
		margin: 0 auto 10px;
		width: 100%;
	}
	.footer_banner_isms{
		margin: 0 auto 10px;
	}
	.iso_content_col02 > *:nth-child(1){
		width: 100%;
		margin-bottom: 15px;
	}
	.iso_content_col02 > *{
		width: 100%;
	}
	.iso_content_col02 table tr th {
		display: block;
		width: 100%;
		border-bottom: 1px solid #dddddd;
	}
	.iso_content_col02 table tr td {
		display: block;
		width: 100%
	}
	#footer_banner{
		text-align: center;
	}
}
@media only screen and (max-width: 990px){
	.header_nav{
		display: none;
	}
	.header_logo{
		width: 170px;
	}
	.sp_nav_btn{
		display: block;
	}
	.lower_list_02 li{
		margin-bottom: 10px;
		margin-right: 10px;
		width: calc( 50% - 5px );
	}
	.lower_list_02 li:nth-child(4n){
		margin-right: 10px;
	}
	.lower_list_02 li:nth-child(3n){
		margin-right: 10px;
	}
	.lower_list_02 li:nth-child(2n){
		margin-right: 0
	}
	.page_link{
		margin-bottom: 40px;
	}
	.page_link .fle_l{
		display: block;
	}
	.page_link li{
		width: 280px;
		margin-bottom: 10px;
	}
	.lower_header{
		width: 100%;
		padding: 120px 0 30px;
		position: relative;
		overflow: hidden;
	}
	.lower_ttl_01 br{
		display: none;
	}
	
	.lower_section_wrap.lower_section_wrap_first{
		padding: 70px 0 50px;
		margin-top: -70px;
		position: relative;
	}
	.lower_sec_img,
	.lower_sec_content{
		width: 100%;
	}
	.lower_uniport.fle_btw{
	flex-direction: column-reverse;
	}
	.lower_sec_img{
		max-width: 600px;
		margin: 0 auto 20px;
	}
	.lower_section_child p{
		text-align: left
	}
	.lower_ttl_02{
		text-align: left;
	}
	.lower_ttl_02:after{
		content: "";
		display: block;
		height: 2px;
		width: 40px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #0a3a4c;
	}
	.lower_ttl_02 span{
		font-size: 16px;
		position: absolute;
		top: 0;
		left: 0
	}	
	.lower_section_child{
		margin-top: 30px;
	}
	.lower_mission_img_01{
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 20px;
		display: block;
	}
	.lower_mission_ttl span{
		font-size: 16px;
	}
	.lower_mission_ttl_02{
		display: none;
	}
	.lower_mission_list_ttl{
		font-size: 20px;
	}
	.lower_mission_strong{
		font-size: 18px;
	}
	.lower_mission_list li{
		margin-bottom: 40px;
	}
	.lower_mission_list li:last-child{
		margin-bottom: 40px;
	}
	.lower_mission_desc{
		margin-bottom: 0;
	}
	.lower_mission_img_02{
		margin: -20px auto 30px;
	}
}
@media only screen and (max-width: 830px){
	.p-home-visual__clipped-image.-pc{
		display: none;
	}
	.p-home-visual__clipped-image.-sp image {
		display: block;
	}
	.mv_slide_wrap{
	    width: 100%;
	}
	.mv_txt{
		position: absolute;
		text-shadow: #FFF 1px 0 10px,
			#FFF 1px 0 10px,
			#FFF 1px 0 10px,
			#FFF 1px 0 10px;
	}
	.mv_txt h2{
		font-size: 40px;
		line-height: 1.4em;
	}
	.mv_txt p{
		font-size: 15px;
	}
	.top_content_B.fle_btw.ps_ctr{
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.top_content_B_txt{
		width: 100%;
	    margin: 0 auto
	}
	.lower_sec_img{
		width: 80%;
	}
	.top_content_B_img{
		width: 80%;
		vertical-align: middle;
		opacity: 0;
		transition: 0.3s;
		margin: 0 auto 30px;
	}
	.top_sec_wrap_last.top_sec_wrap{
		margin-bottom: 60px;
	}
	.top_content_ttl{
		font-size: 25px;
		margin-bottom: 10px;
	}
	.top_content_strong{
		margin-bottom: 8px;
	}
	.btn_base{
		margin: 15px auto 0 0;
	}
	.footer_contact_inner:after{
		display: none;
	}
	.footer_contact_inner > *{
		width:100%;
		max-width: 1200px;
	}
	.footer_contact_inner > *:nth-child(1){
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #eeeeee;
	}
	.footer_contact{
		padding: 40px 0;
	}
	.footer_contact_ttl{
		font-size: 20px;
		margin-bottom: 13px;
	}
	.footer_contact_ttl span{
		margin-bottom: 13px;
	}
	#video.loading,
	#video.loading.fixed,
	#video{
	    position: absolute;
	    top: 30%;
	    left: 0;
	    transform: translateY(0) translateX(0);
	    opacity: 0.6
	}
	.lower_list_01 li{
		width: calc( 100% );
		margin-bottom: 30px;
	}
	.lower_list_01 li:last-child{
		margin-bottom: 0;
	}
	body.lower #video{
		display: none;
	}
	.lower_section_wrap_02{
		padding: 60px 0 0;
		margin-top: -60px;
	}
	.lower_section_wrap_02_inner{
		background: #FFF;
		width: 100%;
		padding: 30px 30px 10px;
		margin-top: 20px;
	}
	.lower_section_child_strong br{
		display: none;
	}
	.contact_area_txt{
		max-width: 500px;
		margin-right: 20px;
	}
	.contact_area_img{
		width: 450px;
		padding-top: 50px;
	}
		/*CONTACT AREA*/
	.contact_area{
		margin-top: -30px;
	}
	.contact_area_bg{
		display: none
	}
	.contact_area{
		padding: 40px 0 ;
	}
	.contact_area_sp_wrap{
		flex-direction: column-reverse;
	    display: flex;
	    flex-wrap: wrap;
	}
	.contact_area_ttl{
		font-size: 24px;
		margin-bottom: 14px;
	}
	.contact_area_desc{
		font-size: 14px;
		margin-bottom: 14px;
	}
	.contact_area_txt{
		width: 100%;
		max-width: 900px;
		margin-right: auto;
		text-align: left
	}
	.contact_area_img{
		display: none;
	}
	.contact_area .btn_base a{
		display: inline-block;
		padding: 19px 20px;
		font-size: 18px;
		line-height: 18px;
		border-radius: 30px;
		margin: 0 auto;
	}
	.contact_area_txt_btn .btn_base{
		max-width: 240px;
		margin: 0 auto;
		text-align: center
	}
	.contact_area_txt_btn > *:nth-child(1){
		margin-right: auto;
	}
	.footer_contact.lower{
		margin-top: 20px;
	}
	.lower_header h2{
		font-size: 35px;
		line-height: 1.4em;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		letter-spacing: 0.03em;
	}
	.table_type01 tr {
	  width: 100%;
	  border-bottom: 10px solid #f8f8f8;
	}
	
	.table_type01 tr th {
	  width: 100%;
	  display: block;
	}
	
	.table_type01 tr td {
	  width: 100%;
	  display: block;
	}
	.gmap{
		height: 300px;
		margin-bottom: 70px;
	}
	.gmap iframe{
		height: 300px;
		margin-top: 20px;
	}
	.lower_mission_img_01{
		display: none;
	}
	.lower_mission_ttl br{
		display: none;
	}
	.lower_mission_ttl{
		font-size: 20px;
		text-align: left
	}
	.form_1 tr{
		display: block;
	}
	.form_1 th, .form_1 td {
		width: 100%;
		display: block;
	}
	.form_1 th{
		padding: 20px;
	}
	.form_1 td{
		padding: 0 0 10px
	}
	.form_1 {
	  width: 100%;
	  margin: 30px auto;
	}
	.form_1 {
	  width: 100%;
	  border-collapse: collapse;
	  margin: 30px auto 0;
	}
	
	.lower_mission_ttl{
		font-size: 16px;
		text-align: center;
		letter-spacing: 0;
	}
	.lower_mission_ttl_en{
		font-size: 20px;
	}
	.lower_mission_big{
		font-size: 23px;
		line-height: 1.4em;
	}
	.lower_mission_desc{
		text-align: center;
		margin-top: 10px;
		font-weight: normal
	}
	.lower_mission_wrap{
		margin-top:	30px;
	}
	.lower_mission_value_list > *{
		border-top: 1px solid #eeeeee;
		padding-bottom: 13px;
		padding-top: 13px;
	}
	.lower_mission_value_list_head{
		width: 100%;
		padding-left: 45px;
		position: relative
	}
	.lower_mission_value_list > * .lower_mission_value_list_head:after {
		font-size: 25px;
	}
	.lower_mission_value_list_head_en{
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 25px;
	}
	.lower_mission_value_list_head_jp{
		font-weight: bold;
		font-size: 17px;
		line-height: 1em;
	}
	.lower_mission_value_list_content{
		width: 100%;
		margin-left: 0;
		padding-left: 45px;
		margin-top: 10px;
	}
	.lower_mission_value_list_content p{
		letter-spacing: 0;
		margin-bottom: 0;
		font-weight: normal;
	}
	.lower_mission_after_txt{
		font-size: 20px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 600px){
	.top_content_A_img{
		width: calc( 100% - 30px );
		border-radius: 0px 180px 180px 0px;
		height: 320px;
		margin-bottom: 30px;
	}
	.mv_inner .st_h{
		min-height: 600px;
	}
	.mv_txt{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 100;
	}
	.mv_txt h2{
		font-size: 27px;
	}
	.mv_txt p{
		font-size: 14px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.mv_txt p br{
		display: none;
	}
	.lower_list_02 li{
		margin-bottom: 10px;
		margin-right: auto;
		width: 100%;
	}
	.lower_list_02 li:nth-child(4n){
		margin-right: auto;
	}
	.lower_list_02 li:nth-child(3n){
		margin-right: auto;
	}
	.lower_list_02 li:nth-child(2n){
		margin-right: auto;
	}
	.page_link li{
		width: 100%;
		margin-bottom: 10px;
		text-align: center
	}
	.page_link li a{
		display: block;
		width: 100%;
		height: 100%
	}
	.lower_section_company{
		margin-top: 40px;
	}
	.iso_content_list ul > * dt{
		width: 100%;
	}
	.iso_content_list ul > * dd{
		width: 100%;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
}
@media only screen and (max-width: 600px){
	.top_content_A_img{
		border-radius: 0px 130px 130px 0px;
		height: 280px;
		margin-bottom: 20px;
	}
	.mv_txt_en{
		font-size: 11px;
		margin-top: 5px;
		line-height: 1.4em;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 340px){
	.mv_txt h2{
		font-size: 24px;
	}
}
/*add*/
.type_request_check label, .type_request_check input[type='checkbox'] {
    cursor: pointer;
}
.type_request_check_wrap > *{
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.type_request_check_wrap > *:last-child{
	margin-right: 0;
}
.type_request_check label{
	display: block;
	width: 100%;
	line-height: 30px;
	font-weight: bold;
	padding-left: 28px;
	position: relative;
	font-size: 16px;
	color: #a3a3a3;
/*background: #00bee7;*/
	transition: 0.2s;
}
.type_request_check label i.fa-circle-o{
	font-size: 26px;
	position: absolute;
	top: calc( 50% - 12px );
	left: 0;
	transition: 0.2s;
}
.type_request_check label i.fa-circle{
	font-size: 10px;
	position: absolute;
	top: calc( 50% - 4px );
	left: 7px;
	opacity: 0;
	transition: 0.2s;
}
.type_request_check input[type="checkbox"]{
	display: none;
}
.type_request_check input[type="checkbox"]:checked + .type_request_check_label {
	color: #00bee7;
}
.type_request_check input[type="checkbox"]:checked + .type_request_check_label i.fa-circle{
	opacity: 1;
}