@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

.en_inter{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.ja_ibm-plex-sans-jp{
  font-family: "IBM Plex Sans JP", sans-serif;
}

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-style: normal;
	font-weight: normal;
}
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
    font-weight: 300;
	font-size: 62.5%;
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight: normal;
	src:local("YuGothic-Medium"),
		local("Yu Gothic Medium"),
		local("YuGothic-Regular");
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight:bold;
	src:local("YuGothic-Bold"),
		local("Yu Gothic");
}
body {
	font-size: 18px;
	font-size: 1.4rem;
	color: #000;
}
p{font-size: 18px;}
@media screen and (orientation: landscape) {
p{font-size: 18px;}
}
article p,section p{
	margin-bottom:10px;
}
li {
	font-size: 1.4rem;
	font-size: 18px;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}

img, object, embed, video {
	max-width: 100%;
}
sup {position:relative;vertical-align: text-top; font-size: 8px; top:0px;}
sub {vertical-align: text-bottom;}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    font-size: 18px!important;
}    
select::-ms-expand {
    display: none;
}
input{
  appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 18px!important;
}
input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
    font-size: 18px;
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*---------------------------------------------------------------------------
/* set tags
※a:hover ＝  a.hover
 --------------------------------------------------------------------------*/

ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }

a{text-decoration: none;
	background-color:transparent;
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    color:#000; 
}
a.hover img{opacity: 0.6;}

img { border: none; /*vertical-align: top;*/ margin-top: 0; margin-bottom: 0; display:block; }

/* only mobile : set image size*/
.w100 img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong { font-weight: 600; text-transform: none; }

/*---------------------------------------------------------------------------
 set common selecter
 --------------------------------------------------------------------------*/
.pc ,.sp320, .pc_inline { display:none !important; }
.sp { display:block; }
.sp_inline{display: inline-block;}
@media screen and (max-width: 320px) {
	.sp320 { display:block !important; }
}

/*set inline-block*/
.one_phase{display: inline-block;}

/* set color */
.cRed{ color: #ff0000;}
.cBlue { color: #0098B1; }
.cWhite { color: #FFFFFF; }
.cGreen{color:#00A286; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }
/* set block contents */
.disp-b{display: block;}

/* set text */
.txSmall  { font-size: .8em; }
.tSmall  { font-size: .9em; }
.tLead,
.tLead strong{
  font-size: 2.2rem;
  font-weight: 600;margin-bottom:30px;color: #0098B1;
  line-height: 3rem;
}
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.7em; }
.tsxLarge { font-size: 2em; }

.en{font-family: 'Montserrat',Arial, Helvetica, sans-serif;}
.fw_400 { font-weight: 400; }
.bold { font-weight: bold !important; }
.mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif;
}

/* set kadomaru box */
.rad {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* set drop shadow */
.sh {
	box-shadow: 2px 4px 2px rgba(0,0,0,0.05);
}

/* set border */
.border{border:1px solid #AAA4B0;}
.bb{border-bottom: 1px solid rgba(0, 0, 0, 0.3);}

/*like hr*/
.hr_line{
  width: 100%;
  height: 6px;
  border-top: 1px solid #8CB9C2;
  border-bottom: 1px solid #8CB9C2;
  background: #B0D9E1;
}


/* set width for float items */

.w10 {width:9%;}
.w20 {width:19%;}
.w30 {width:29%;}
.w40 {width:39%;}
.w50 {width:49%;}
.w60 {width:59%;}
.w70 {width:69%;}
.w80 {width:79%;}
.w90 {width:89%;}
.w100 {width:100%;}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	width:100%;	
}
/* set flex-box wrapp */
.flexNormal {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexBetween {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}
.noflex .flexNormal,
.noflex .flexBetween,
.noflex .flexCenter {
	width: 100%;
	height: auto;
	display: block;
}
img.fill { width:100%; }

/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden !important;}

.scale_up img {
    overflow:hidden;
    -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width:100%;
}
.scale_up:hover a img,
a:hover .scale_up img,
a.hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*========================================
    :img-背景画像を動かす
==========================================*/
.bg-scale{
	position: relative;
	overflow: hidden;
}
.bg-scale:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	opacity:1;
}
/*each selector set up
.bg-scale:after{
	background:url(../img/sample.png) no-repeat top center;
}*/
.bg-scale:hover:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.bg-scale .bg-scale-inner {
	z-index:9999 ;
	position: relative;
}

/*========================================
   common :items
==========================================*/
/* =======================================
   1: set list styles ( contents )
========================================== */
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.list {display: inline-block;}


/* =======================================
   2: button styles
========================================== */
.button{display: inline-block;}


/* =======================================
   : float clear
========================================== */
.clearfix:after {
  content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  clear: both;
}
.h2_type01{
  position: relative;
  margin-bottom: 40px;
}
.h2_type01 span{
  font-size: 20px;
  font-weight: 300;
  color: #84A2D4;
}
.h3_type01{
  position: relative;
  margin-bottom: 30px;
}
.h3_type01 span{
  font-size: 30px;
  font-weight: 200;
  color: #4D4C61;
}

/*STORY titles*/
.h2_type02{
  overflow: hidden;
  position: relative;
  width: 90%;
  margin:0 auto 40px;
}
.h2_type02 span{
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  color: #364458;
}
.h2_type02 strong{
  display: block;
  font-size: 42px;
  font-weight: 300;
  color: #84A2D4;
}


/*---------------------------------------------------------------------------
/* spacer
 --------------------------------------------------------------------------*/
.pt00 {padding-top: 0 !important;} 
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}

.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}

/*---------------------------------------------------------------------------
/* corner box
 --------------------------------------------------------------------------*/
.b-type00,
.b-type01,
.b-type02,
.b-type03{
	width: auto;
	margin: 0 0 20px;
	background: #fff;
}
.b-type_inner{
	padding: 10px;
	width: auto;
}

/*---------------------------------------------------------------------------
/* table
 --------------------------------------------------------------------------*/
@media all and (orientation: portrait) {
table.sp-chg th,table.sp-chg td{ display:block;width:auto !important; }
}
@media screen and (max-width: 812px) {
table.sp-chg th,table.sp-chg td{ display:block;width:auto !important; }
}
table	{ margin:0 0 0 0em;padding:0 0 0 0em; }
table caption{text-align: right;}
table caption small{font-size: 12px;}
table thead tr th,table thead tr td,table tbody tr th,table tbody tr td{text-indent: 0!important;}

/* =======================================
   : for inner table
========================================== */
table.table01 table   { border:none;margin:0;padding:0; }
table.table01 table th{ border:none; line-height:1.6em; margin:0; padding:0; font-weight: 500;  color: #666; }
table.table01 table td{ border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px; }

table th.c, td.c  { text-align:center !important; }
table th.m, td.m  { vertical-align:middle !important; }
table th.r, td.r  { text-align:right !important; }

/*---------------------------------------------------------------------------
/* : height
 --------------------------------------------------------------------------*/
.h100 { height:100px; }
.h200 { height:200px; }
.h300 { height:300px; }
.h400 { height:400px; }
.h500 { height:500px; }
.h600 { height:600px; }

.h150{height:150px;}
.h250{height:250px;}
.h450{height:450px;}


/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
  overflow-x: hidden;
  /*contain: paint; 使うとグロナビの固定ができなくなる*/
}

body > div#container {
	height: auto;
	min-height: 100%;
}
div#main{
	padding-bottom: 0;
}
.contents_inner{
    position: relative;
    width:90%; 
    margin: 0 auto;
}
section.section{
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
.content{margin-bottom: 40px;}

/* =======================================
   4-2: header section
========================================== */
header{
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 999999;
}


/* =======================================
   4-3:navigation
========================================== */
/* g-menu-wrapp
---------------------------------------- */
.g-menu-sp {
  width:100%;
  max-height:100%;
  min-height:60px;
  padding: 0;
  margin: 0;
  z-index:999999;
  position: fixed; 
  top:60px;
  right:0px;
}

.navi_wrap .mobile{display: block !important;}
.navi_wrap .pc_navi{display: none !important;}

.toggle-g {
   display: block;
    width: 60px;
    height: 34px;
    padding: 20px 0 6px;
    text-align: center;
    cursor: pointer;
    position:absolute;
    top: -54px;
    right: 4px;
    background: linear-gradient(45deg,  rgba(160,216,239,1) 0%,rgba(165,217,240,1) 40%,rgba(234,237,247,1) 100%);
    border-radius: 50%;
    z-index:999999;
}
.toggle-g span:nth-of-type(1){
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #fff;
    top: 20px;
}
.toggle-g span:nth-of-type(2) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #fff;
    top: 30px;
}
.toggle-g span:nth-of-type(3) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #fff;
    top:40px;
}
.toggle-g.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.toggle-g.active span:nth-of-type(2) {
    opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
/* --------------------------------------------------- menu */
/*jsで[.spmenu]が付属*/
.g-menu-sp .spmenu {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: -60px;
  display: none;
  margin: 0;
  padding: 120px 0 0 ;
  width: 100%;
  height: 100%;
  background: #fff;
  border-top:1px solid #D1D6D8;
}
.g-menu-sp .spmenu ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
.g-menu-sp .spmenu ul.active {
  -webkit-overflow-scrolling:touch;/* iOS8 bug fix */
  overflow-y: auto;
}
.g-menu-sp .spmenu ul li {
  list-style: none;
  float:none;
  position:relative;
  text-align: center;
}
.g-menu-sp .spmenu ul li p{
  position:relative;
  display:block;
  padding:0;
  width:100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.g-menu-sp .spmenu ul li a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center; 
  justify-content: center;
  width:90%;
  height: 60px;
  margin: 0 auto;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  background: #fff;
}
.g-menu-sp .spmenu ul li a:hover,
.g-menu-sp .spmenu ul li a.hover{
  background-color: rgba(82, 202, 239, 0.1);
  -webkit-transition: .5s;
    transition: .5s;
}
.g-menu-sp .spmenu ul li a.go,
.g-menu-sp .spmenu ul li a.menu{
  position: relative;
  line-height: 1em;
  border-bottom: solid 1px #D1D6D8;
}
.g-menu-sp .spmenu ul li a.go::before{
  position: absolute;
  top:calc(50% - 8px);
  right: 20px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow_right_blue.svg) no-repeat;
  background-size: 100%;
}
.g-menu-sp .spmenu ul li a.menu::before{
  position: absolute;
  top:calc(50% - 8px);
  right: 28px;
  content: "";
  width: 2px;
  height: 12px;
  background: #0098B1;
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li a.menu::after{
  position: absolute;
  top:calc(50% - 3px);
  right: 23px;
  content: "";
  width: 12px;
  height: 2px;
  background: #0098B1;
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li .open_s a.menu::before{
  -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li .open_s a.menu::after{
  -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  transition: 0.2s;
}
.g-menu-sp .spmenu ul li a.pc_navi{display: none;}
.g-menu-sp .spmenu ul li a.go strong,
.g-menu-sp .spmenu ul li a.menu strong{
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #363D40;
}

/* =======================================
   4-4:footer
========================================== */
footer{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  background: #fff;
}
.footer_inner{
  width: calc(100% - 60px);
  margin:0 auto;
  padding:30px 0;
}
.footer_inner .pagetitle{
  margin-bottom: 10px;
}
.footer_inner .pagetitle span{
  font-size: 30px;
  font-weight: 200;
}
.footer_inner .f_company_info{
  max-width: 316px;
  margin-bottom: 30px;
}
.footer_menu {
  margin-bottom: 20px;
}
.footer_menu li{
  display: inline-block;
  margin:0 10px 10px;
}
.footer_menu li a strong{
  font-weight: 300;
}
.footer_menu li a:hover strong{
  color:#48B5D7;
  transition: 0.3s;
}
.copyright p small{font-size: 12px; font-weight: 100;}


/* pagetop
---------------------------------------- */
.pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999999999;
}
.pagetop a{
	display:block;
	width:60px;
}
.pagetop a img{display:block; width:100%;}

/* =======================================
   HOME:
========================================== */
/* MainVisual
---------------------------------------- */
.mainVisual_Wrap{
	overflow:hidden;
  position: relative;
  width: 100%;
  
}
/*slider*/
.slider_wrap{
    overflow:hidden;
    position: relative; 
    left:0%;
    width:100%;
    height: calc(100% - 200px);
    padding-top: 200px;
    z-index: 2;
}
#index_slide{
    position: relative;
    top:0;
    left: 0%;
    width: 100%;
    height: 100%;
}
#index_slide ul li{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    width: 100%;
    height: 100%;
 }
 #index_slide ul li img{
    display:block;
    width:100%;
    height: 100%;
    object-fit: cover;
 }
@media all and (-ms-high-contrast:none){
#index_slide {left:0;}
}

/*catch_area -home */
.mainVisual_inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
.mainVisual_inner .catch01{
	position:relative;
	top:20px;
	left:10px;
  width:100%;
  height: 200px;
}
.mainVisual_inner .catch01 .logo_wrap{
  width: calc(100% - 100px);
  max-width: 400px;
  margin-bottom: 20px;
}
.mainVisual_inner .catch01 .pagevisual_catch{
  max-width:500px;
}

.mainVisual_inner .catch02{
	position:absolute;
	bottom:0;
	left:10px;
	width:calc(100% - 10px);
	max-width:1384px;
}
.mainVisual_inner img{display:block; width:100%;}
@media screen and (min-width: 960px) {
  .slider_wrap{height: 78vh;}
}

@media screen and (max-width: 480px) {
.slider_wrap{
    height: calc(100% - 160px);
    padding-top: 160px;  
}
}
/* sec_concept
---------------------------------------- */
.sec_concept{
	overflow:hidden;
	position:relative;
	width:100%;
	padding:60px 0;
}
.sec_concept .concept_intro{
  margin-bottom:60px;
}
.sec_concept .concept_intro .ph_wrap{
  overflow: hidden;
	position:relative;
	width:90%;
  max-height: 600px;
  margin-bottom: 30px;
}
.sec_concept .concept_intro .ph_wrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_concept .concept_intro .inner{
  width: 85%;
  margin:0 5% 0 10%;
}
.sec_concept .entitle{
  max-width: 600px;
  margin-bottom: 10px;
}
.sec_concept .sub_catch{
  max-width: 600px;
  margin-bottom: 40px;
}
.sec_concept .text_wrap p{
  font-size: 24px;
  font-weight: 300;
  color: rgba(0,0,0,0.8);
}
.sec_concept .concept_box02{
	width:90%;
	max-width:1460px;
	margin:0 auto;
}
.sec_concept .concept_box02 .text_wrap02{
  margin-bottom: 60px;
}
.sec_concept .concept_box02 .text_wrap02 p{
  font-size: 18px;
  font-weight: 300;
}
.sec_concept .photo_box{
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin:0 auto;
}

@media screen and (min-width: 480px) {
.sec_concept .photo_box li{
  width: 46%;
  max-width: 420px;
  height: 280px;
}
.sec_concept .photo_box li:nth-child(odd){
  float: left;
  margin: 40px 5px 20px;
}
.sec_concept .photo_box li:nth-child(even){
  float: right;
  margin: 0px 5px 60px;
}
}
.sec_concept .photo_box li{margin-bottom: 10px;}
.sec_concept .photo_box li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* sec_design
---------------------------------------- */
.sec_design{
	position:relative;
	width:100%;
}
.sec_design .sec_inner{
	position:relative;
	padding:80px 0;
  background: linear-gradient(to bottom,  rgba(138,179,212,0.2) 0%,rgba(223,236,247,0.2) 4%,rgba(234,244,252,0.2) 50%,rgba(214,229,241,0.2) 96%,rgba(165,192,214,0.2) 100%); 
}
@media screen and (min-width: 960px) {
.sec_design .design_intro{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec_design .design_intro .logo_wrap{width: 36%;}
}
.sec_design .design_intro .title_wrap{
  width: 90%;
  max-width: 420px;
}
.sec_design .entitle{
  width: 90%;
  margin-bottom: 20px;
}
.sec_design .sub_catch{
  margin-bottom: 40px;
}
.sec_design .design_intro .logo_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; 
  margin: 0 auto 30px;
}
.sec_design .design_intro .logo_wrap .inner{
  max-width: 400px;
}
.sec_design .design_intro .logo_wrap .inner img{display: block; width: 100%;}
.sec_design .text_wrap{margin-bottom: 40px;}
.sec_design .text_wrap p{
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.sec_design .sec_inner .design_box{
	width:90%;
	max-width:1400px;
	margin:0 auto 60px;
}
@media screen and (min-width: 960px) {
.sec_design .design_box .point_box01{
  margin-right: 40px;
}
.sec_design .design_box .point_box02{
  margin-left: 40px;
}
.sec_design .design_box .point_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  padding-top: 40px;
}
}

.sec_design .design_box .point_box li{
  position: relative;
  padding: 40px 30px 30px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 2px;
}
.sec_design .design_box .point_box li p{
  position: absolute;
  top:-2px;
  left: 0;
  width: 100%;
  margin:0;
  text-align: center;
}
.sec_design .design_box .point_box li p span{
  display: inline-block;
  font-size: 40px;
  font-weight: 100;
  color: #ABCED8;
}
.sec_design .design_box .point_box li p span.number{
  padding-left: 10px;
  font-size: 50px;
}
.sec_design .design_box .point_box li dt{
  margin: 30px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #84A2D4;
}
.sec_design .comment_box{
  padding: 50px 30px 30px;
  border: 1px solid #84A2D4;
  border-radius: 10px;
}

/* sec_uniform
---------------------------------------- */
.sec_uniform{
	position:relative;
	width:100%;
	padding:60px 0;	
}
.sec_uniform .sec_title{
  width: 98%;
	max-width:600px;
	margin:0 auto 10px;
}
.sec_uniform .sec_title .entitle{
  margin-bottom: 20px;
}
.sec_uniform .uniform_slider_wrap{
	position:relative;
	width:100%;
	margin-bottom:120px;
}

/*uniform_slider*/
.uniform_slider{
  position: relative;
  width:100%;
  margin:0 auto;
}
.uniform_slider img{
  width:100%;
}
.uniform_slider .slick-slide{
  height:auto !important;
  margin-right: 3.6vw !important;
  margin-left: 3.6vw !important;
}
.uniform_slider .slick-arrow{
  position: absolute;
  top:calc(50% - 6.4vw);
  cursor: pointer;
  width: 6.4vw;
  z-index:2 !important; 
}
.uniform_slider .next-arrow{
  right:calc(10% - 3.2vw) !important;
}
.uniform_slider .prev-arrow{
  left:calc(10% - 3.2vw) !important;
}

.uniform_slider .slick-dots{bottom:-40px !important;}
.uniform_slider .slick-dots li{margin: 0 6px;}
.uniform_slider .slick-dots li button:before {
  content: none;
}
.uniform_slider .slick-dots li button{
  width: 10px;
  height: 10px;  
  background: #C2C2C2;
  border-radius: 50%;
}
.uniform_slider .slick-dots li button:hover, 
.uniform_slider .slick-dots li.slick-active button {
  background: #89C3EB;
}
.uniform_slider li{
  position: relative;
  padding-top: 30px;
}
.uniform_slider span{
  position: absolute;
  top:0px;
  left: 10px;
  display: inline-block;
  padding: 12px 30px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #89C3EB;
  z-index: 10;
}

/*uniform_snap_wrap*/
.sec_uniform .uniform_snap_wrap{
	position:relative;
	width:100%;
	padding:10px 0 50px;
  background: linear-gradient(135deg,  rgba(193,228,233,0.5) 0%,rgba(244,244,244,0.8) 10%,rgba(185,185,185,0) 50%,rgba(158,198,210,0.3) 86%,rgba(160,216,239,0.3) 95%,rgba(146,200,236,0.4) 100%); 	
}
.uniform_snap_wrap .title{
	position:relative;
	top:-34px;
	margin-left:10px;
}
.uniform_snap_wrap .title p{margin-bottom: 10px;}
.uniform_snap_wrap .title span{
  font-size: 50px;
  font-weight: 100;
  color: #84A2D4;
}
.uniform_snap_wrap .snap_wrap{
  overflow: hidden;
	position:relative;
	left:4%;
	width:96%;
}
/*smooth_slider*/
.smooth_slider ul{
  width: 100%
}
.smooth_slider ul li{margin: 0 5px;}
.smooth_slider ul li img{
    display: block;
    width: 100%;
}
/* sec_team
---------------------------------------- */
.sec_team{
	position:relative;
	width:100%;
	padding-bottom:80px;
  background: linear-gradient(to bottom,  rgba(220,224,233,0.6) 0%,rgba(233,236,246,0.6) 4%,rgba(234,237,247,0.6) 50%,rgba(221,226,237,0.6) 96%,rgba(203,209,223,0.6) 100%);
}
.sec_team .team_intro .ph_wrap{
  overflow: hidden;
	position:relative;
	width:90%;
	max-width:900px;
	max-height: 600px;
  margin-bottom: 30px;
}
.sec_team .team_intro .ph_wrap img{
	display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.sec_team .team_intro .inner{
  width: 85%;
  margin:0 5% 0 10%;
}
.sec_team .entitle img{
  max-width: 600px;
  margin: 0 0 30px;
}
.sec_team .sub_catch img{
  max-width: 600px;
  margin: 0 0 40px;
}
.sec_team .text_wrap p{
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  color: rgba(0,0,0,0.8);
}
.sec_team .text_wrap02{margin-bottom: 30px;}
.sec_team .text_wrap02 p{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.sec_team .banner_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
}
.sec_team .banner_wrap a{
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.sec_team .banner_wrap a:hover img,
.sec_team .banner_wrap a.hover img{opacity:0.6; transition:0.3s;}

/* sec_message
---------------------------------------- */
.sec_message{
	position:relative;
	width:100%;
	padding:80px 0 40px;
}
.sec_message .title_wrap{
  width: 90%;
	max-width:1300px;
	margin:0 auto 60px;
  text-align: center;
}
.sec_message .title_wrap .title{
  max-width: 600px;
  margin:0 auto 40px;
}
.sec_message .title_wrap .text_wrap p{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  color: rgba(0,0,0,0.8);
}
.sec_message .message_box{
	position:relative;
	width:99%;
	max-width:1170px;
  background: linear-gradient(45deg,  rgba(160,216,239,1) 0%,rgba(165,217,240,1) 80%,rgba(234,237,247,1) 100%);
	z-index:10;
}
.sec_message .message_box .inner{
  padding: 20px 10px 15px 10px;
}
.sec_message .message_box .inner img{
  display: block;
  width: 99%;
  max-width: 969px;
}
.sec_message .ph_wrap{
	position:relative;
	top:-30px;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
	width:100%;
	z-index:0;
}
.sec_message .ph_wrap .inner{
  overflow: hidden;
  position: relative;
	left:2%;
	width:98%;
	max-width:1600px;
}
.sec_message .ph_wrap img{
	display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
/* sec_links
---------------------------------------- */
.sec_links{
	position:relative;
	padding:30px 0 10px;
	background:#011B6A;
}
@media screen and (min-width: 680px) {
.sec_links ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}
}
.sec_links li{
  max-width: 300px;
  height: 100px;
  margin:0 auto 20px;
}
.sec_links li a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sec_links li:not(:last-child) a{border: 1px solid #fff;}

.sec_links li a img{
  display: block;
  width: 90%;
  max-width: 310px;
}
.sec_links li a:hover,
.sec_links li a.hover{opacity:0.6; transition:0.3s;}

.sec_links li.insta a{
  display: block;
  height: auto;
  margin-bottom: 4px;
  text-align: right;
}
.sec_links li.insta a img{margin: 0 auto;}

/* =======================================
   STORY:
========================================== */
/* pagevisual_wrap
---------------------------------------- */
.pagevisual_wrap{
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.pagevisual_wrap img{
  display: block;
  width: 100%;
}
.pagevisual_wrap .pagetitle{
  position: absolute;
  bottom:0;
  right: 0;
  width: 98%;
  max-width: 1600px;
}

/* STORY : common
---------------------------------------- */
section.sec_story{
  position: relative;
  width: 100%;
  padding: 40px 0;
}
section.sec_story p{
  font-size: 18px;
  font-weight: 300;
}

section.sec_story .chapter_title{
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 10;
}
.chapter_title p{
  margin-bottom: 0;
}
.chapter_title span{
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 30px;
  white-space: nowrap;
  color: #89C3EB;
}
.chapter_title span::before{
  position: absolute;
  top:4px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(to right,  rgba(160,216,239,1) 0%,rgba(234,237,247,1) 100%); 
}

section.sec_story .sec_box .sec_inner{
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 40px;
}
section.sec_story .ja_ibm-plex-sans-jp{
  font-size: 26px;
  font-weight: 300;
}

/*clm_type01 - text_box + one photo*/
.clm_type01{
  width: 90%;
  margin: 0 auto;
}
.clm_type01 .ph_wrap{
  width: 100%;
  max-width: 960px;
  height: 400px;
  margin: 0 auto 40px;
}
.clm_type01 .ph_wrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*clm_type02 - two photos ver.large*/
/*clm_type03 - two photos ver.small*/
.clm_type02 .ph_wrap{
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.clm_type03 .ph_wrap{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.clm_type02 .ph_wrap img,
.clm_type03 .ph_wrap img{
  display: block;
  width: 100%;
}

/* STORY : chapter05
---------------------------------------- */
.chapter05 .photo_wrap{
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.chapter05 .photo_wrap img{
  display: block;
  width: 100%;
}
.chapter05 .photo_wrap .small_photos{
  position: relative;
  top:-10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 96%;
  max-width: 1220px;
}
.chapter05 .photo_wrap .small_photos .ph{
  width: 48%;
  max-width: 600px;
  margin:0 1%;
}

/* STORY : chapter06
---------------------------------------- */
.chapter06 .photo_wrap{
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (min-width: 680.5px) {
.chapter06 .photo_wrap ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
}
@media screen and (max-width: 679px) {
.chapter06 .photo_wrap ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
}

.chapter06 .photo_wrap ul li:nth-child(odd){background: rgba(187,200,230,0.2);}
.chapter06 .photo_wrap ul li:nth-child(even){background: rgba(229,228,230,0.2);}
.chapter06 .photo_wrap img{
  display: block;
  width: 100%;
}
