@charset "UTF-8";


/*
■1：ELEMENTS
■2：COMMON
■3：index
■4：Contents
*/

/****************************************

ELEMENTS

*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body, html {
  /* important */
  height: 100%;
}

html{font-size: 62.5%; height:100%; overflow-y:scroll;}

body {
	margin: 0;
	padding: 0;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: normal;
	font-size: 1.8rem;
  color: #000;
	line-height: 2.4em;
  letter-spacing: 0.20rem;
	height:100%;
}

h1,h2,h3,h4,h5,h6{font-weight: 800; word-break: auto-phrase;}
ul, li, dl, dd, dt {
  list-style: none;
}
img, img a {
  border: 0;
  vertical-align: bottom;
}
header, footer, nav, section, article, figure, aside, ul, li, dl, dd, dt {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a:hover{
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.AF_B{
  font-family: "Afacad Flux";
  font-weight: 800;
}
.AF_S{
  font-family: "Afacad Flux";
  font-weight: 400;
}

.Center{text-align: left;}
.Left{text-align: left;}
.Right{text-align: right;}

strong{font-size: 2.4rem;}
.txt_strong{font-weight: bold;}
.BLUE{color:#214b71;}


img{ width: 100%;}

.pc{display: none;}
.sp{display: block;}

.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt70{ margin-top: 70px;}
.mt80{ margin-top: 80px;}
.mt90{ margin-top: 90px;}
.mt100{ margin-top: 100px;}

@media screen and (min-width: 768px) {
  .pc{display: block;}
  .sp{display: none;}
  .Center{text-align: center;}
  .Left{text-align: left;}
  .Right{text-align: right;}
}

section, .MANA_box .MANA_Inner, .A_title .h2_big, .A_title .h2_small {
  opacity: 0;
  transform: translateY(50px);
}

/****************************************

COMMON

*****************************************/
header{
  width: 100%;
  padding: 5% 3%;
  position: fixed;
  z-index: 9999;
  top: 0;
}
header.scrolled {
  background: rgba(255,255,255,0.7);
  box-shadow: 0 2px 10px rgba(255,2550,0,0.05);
  transition: background 0.3s, box-shadow 0.3s;
}
.H_logo{
  max-width: 300px;
  height: 38px;
  width: 100%;
  display: block;
}
.H_logo a{
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.H_logo a img {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  transition: opacity 0.4s cubic-bezier(.4,0,.2,1);
  display: block;
  pointer-events: none;
}
.logo-normal { opacity: 1; z-index: 2; }
.logo-scrolled { opacity: 0; z-index: 3; }

header.scrolled .logo-normal { opacity: 0; }
header.scrolled .logo-scrolled { opacity: 1; }

.wp-singular header .logo-normal,
.post-type-archive header .logo-normal, { opacity: 0; }
.wp-singular header .logo-scrolled,
.post-type-archive header .logo-scrolled { opacity: 1; }

.H_link{
  display: none;
  position: absolute;
  top: 10px;
  right: 100px;
}
.H_link ul{
  display: flex;
  flex-wrap: wrap;
}
.H_link ul li{ padding: 0 10px;}
.H_link ul li a{color: #FFF;}

header.scrolled .H_link ul li a{color: #214b71;}
.wp-singular header .H_link ul li a,
.post-type-archive header .H_link ul li a{color: #214b71;}
.scrolled{
  background-color: transparent;
  transition: background-color 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  background: rgba(255,255,255,0.8);
}

section{
  padding: 30px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}
.Wrapper{
  max-width: 1200px;
  width: 100%;
  padding:50px 3%;
  margin: 0 auto;
}

#mainTitle{
  font-size: 4vw;
  height: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-shadow: 0 0 15px rgba(0,0,0,0.25);
}
#mainTitle span{
  display: block;
  font-size: 3.5vw;
  line-height: 3vw;
}

.sus #mainTitle,
.sus01 #mainTitle,
.sus02 #mainTitle,
.sus03 #mainTitle,
.sus04 #mainTitle,
.sus05 #mainTitle,
.sus06 #mainTitle{background: url(../img/sus/title.jpg) center center; background-size: cover;}
.online #mainTitle{background: url(../img/online/title.jpg) center center; background-size: cover;}
.partner #mainTitle{background: url(../img/partner/title.jpg) center center; background-size: cover;}
.download #mainTitle{background: url(../img/download/title.jpg) center center; background-size: cover;}
.post-type-archive-journal #mainTitle,
.single-journal #mainTitle{background: url(../img/journal/title.jpg) center center; background-size: cover;}
.post-type-archive-news #mainTitle,
.single-news #mainTitle{background: url(../img/news/title.jpg) center center; background-size: cover;}
.privacy #mainTitle,
.security #mainTitle,
.antisocial #mainTitle{background: url(../img/privacy/title.jpg) center center; background-size: cover;}
.error404 #mainTitle{background: url(../img/404/title.jpg) center center; background-size: cover;}
.contact #mainTitle{background: url(../img/online/title.jpg) center center; background-size: cover;}
.thanks #mainTitle{background: url(../img/online/title.jpg) center center; background-size: cover;}

h2{
  color: #0f3775;
  font-size: 6vw;
  margin: 0 0 50px !important;
  position: relative;
  z-index: 5;
}
h2:before{
  content: url(../img/common/h2.png);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
h2 .h2_small{
  display: block;
  font-size: 3.5vw;
  line-height: 3vw;
}
/*h2 anime*/
h2.A_title{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
h2.A_title:before{
  content: url(../img/common/h2.png);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 1s;
}
h2.A_title.active::before {
  opacity: 1;
}
h2.A_title .h2_big,
h2.A_title .h2_small{
  display: inline-block;
  position: relative;
  overflow: hidden;
}
h2.A_title .h2_small{
  margin: 5px 0 0;
}


h2.A_title .h2_mask_wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
h2.A_title .h2_mask_txtF {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(45,148,197,1) 0%, rgba(30,163,136,1) 50%,  rgb(11, 207, 167) 100%);
  z-index: 10;
  transition: width 0.15s;
}
h2.A_title .h2_mask_wrap .h2_mask_txt {
  opacity: 0;
  transition: opacity 0.2s;
  position: relative;
  z-index: 5;
}
h2.A_title .h2_mask_wrap.active .h2_mask_txt {
  opacity: 1;
}
h3{
  font-size: 2.4rem;
  position: relative;
  padding: 0 0 0 0;
  margin: 40px 0 50px !important;
  color: #0f3775;
}
h3:before{
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(45deg, rgba(45,148,197,1) 0%, rgba(30,163,136,1) 100%);
  position: absolute;
  top: auto;
  bottom: -15px;
}
h3 span{
  background: #FFF;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 0 0 0;
}


.h2_mask_wrap{
  opacity: 0;
}
.h2_mask_wrap.active{
  opacity: 1;
}

.menu-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 3%;
  top: 30px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  z-index: 99999;
}

.menu-btn .menu-line {
  display: block;
  position: absolute;
  height: 1px;
  right: 15px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
header.scrolled .menu-btn .menu-line {
  background: #2f91cf;
}
.wp-singular header .menu-btn .menu-line,
.post-type-archive header .menu-btn .menu-line{
  background: #2f91cf;
}

.menu-btn span:nth-child(1) {
  top: 16px;
  width: 30px;
}

.menu-btn span:nth-child(2) {
  top: 24px;
  width: 30px;
}

/* メニューが開いているときのボタン */
.menu-btn.active span:nth-child(1) {
  top: 24px;
  background: #FFF;
  transform: rotate(-45deg);
}

.menu-btn.active span:nth-child(2) {
  top: 24px;
  background: #FFF;
  width: 30px;
  transform: rotate(45deg);
}
.menu-area {
  opacity: 0;
  transform: translateY(-100%);
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 101vh;
  width: 101vw;
  background-image: linear-gradient(90deg, rgba(27, 166, 125, 1.0), rgba(48, 145, 207, 1.0));
  z-index: 9999;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-area.active {
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
  pointer-events: auto;
}

.menu-area.active li{
  opacity: 0;
}

.menu-area nav{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 95%;
}
.menu-area nav ul li{
  width: 100%;
}
.menu-area nav ul li a{
  display: block;
  margin: 30px 0 0;
  font-weight: 800;
  color: #FFF;
}
.menu-area nav ul li a p:nth-child(1){
  font-size: 7.5vw;
  display: block;
  line-height: 7vw;
}
.menu-area nav ul li a p:nth-child(2){
  font-size: 3.5vw;
  display: block;
  font-weight: normal;
}

.Colum2{
display: grid;
grid-template-columns: 2fr;
grid-template-rows: max-content max-content 1fr auto;
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.Colum2_R{
display: grid;
grid-template-columns: 2fr;
grid-template-rows: max-content max-content 1fr auto;
grid-column-gap: 30px;
grid-row-gap: 30px;

}

footer{
  padding: 0 0 0;
  background-image: linear-gradient(90deg, rgba(48, 145, 207, 1), rgba(27, 166, 125, 1));
  color: #FFF;
  text-align: center;
}
footer .Wrapper{
  padding: 20px 0;
}
.F_navi{
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.F_navi ul{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.F_navi ul li a{
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  padding: 15px 20px;
  position: relative;
  text-align: left;
}
.F_navi ul li{
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.F_navi ul li:last-child{
  border-bottom: none;
}

.F_navi ul li a::before{
  display: none;

}
.F_navi ul li:last-child a::before{
  display: none;
}

.F_content{
  padding: 30px 0;
}
.F_content h3{
  max-width: 320px;
  width: 100%;
  margin: 0 auto !important;
}
.F_content h3:before{ display: none;}
.F_companyname{
  font-size: 1.4rem;
  font-weight: bold;
}

.F_access{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  margin: 20px 0;
}

.F_access p{
  padding:30px 10px;
}
.F_access p:last-child{
  border-left: none;
  border-top: 1px solid rgba(255,255,255,0.3);
}

.F_sns ol{
  display: flex;
  justify-content: center;
}
.F_sns ol li{
  width: 30px;
  margin: 0 5px;
}
.F_sns ol li a{
  display: block;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
}
.F_sns ol li a:hover{
  background: rgba(0,0,0,0.8);
}

.footer_sitelist {
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 15px 0;
    border-top: 1px dotted rgba(255,255,255,0.5);
    box-sizing: border-box;
}

.F_footer{
  padding: 30px 0 0;
  background: rgba(0,0,0,0.5);
  border-top: 1px dotted rgba(255,255,255,0.5);
  font-size: 1.2rem;
  letter-spacing: 0;
}

.recaptcha_alert{
  border-top: 1px dotted rgba(255,255,255,0.5);
  text-align: left;
  padding: 20px 3%;
}
.recaptcha_alert a{
  color: #FFF;
  text-decoration: underline;
}
.F_footer_set{
  border-top: 1px dotted rgba(255,255,255,0.5);
  padding: 20px 3%;
}
.F_footer_set .Wrapper{
  display: flex;
  justify-content: space-between;
  flex-direction:column;
  text-align: left;
}

.F_footer_setimg{width: 300px; margin: 10px auto;}
.column-R .Wrapper{
  flex-direction: column-reverse !important;
}
.copylight{
  text-align: left;
}

.F_footer_Link{
  display: flex;
  flex-direction: column;
  padding: 0;
}
.F_footer_Link li a{
  color: #FFF;
  padding: 0 0 0 0px;
}


.LinkBtn01 a{
  display: block;
  color: #FFF;
  text-align: center;
  font-weight: 800;
  font-size: 2.0rem;
  padding: 5px 10px;
  max-width: 300px;
  width: 80%;
  margin: 40px auto;
  background: linear-gradient(90deg, rgba(45,148,197,1) 0%, rgba(30,163,136,1) 50%,  rgb(11, 207, 167) 100%);
  background-size: 200% 100%;
}
.LinkBtn01 a:hover{
  background-position: 100% 0;
}

.MANA_box{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 5fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.MANA_Inner{
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(30px);
}
.MANA_Inner a{
  color: #333;
}
.MANA_InnerBox{
  padding: 20px;
}
.MANA_InnerBox h3{
  text-align: center;
  font-size: 2.2rem;
  margin: 0 0 10px !important;
  border: 0 !important;
  color: #0f3775;
}
.MANA_InnerBox h3:before{
  display: none;
}
.Colum2{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.Colum2-R{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.Colum2-R > div:nth-child(1){
  order: 1;
}
.Colum2-R > div:nth-child(2){
  order: 2;
}

#ONLINE{
  background: url(../img/common/online_sp.jpg) no-repeat;
  background-size: cover;
}
#ONLINE .ONLINE_inner{
  width: 100%;
}
#ONLINE h2,
#ONLINE p{color: #FFF;}

#CONTACT_CTA{
  background: url(../img/common/contact_sp.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
#CONTACT_CTA p{color: #FFF;}

.CONTACT_box{
  display: flex;
  flex-direction: column;
  justify-content:space-around;
  margin: 30px 0 0;
  position: relative;
  font-weight: bold;
}

.CONTACT_box:before{
  content: "";
  display: none;
}

.CONTACT_box > div{
  max-width: 400px;
  width: 100%;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  margin: 0 0 20px;
}

.CONTACT_box div .LinkBtn01 a{
  margin: 10px auto !important;
}
.CONTACT_box > div:last-child a{
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 10px 0 0;
}

.CONTACT_box div a{display: block;}

.thanks-tel{
	color: #0f3775;
	font-size:3rem;
}

.thanks-top{
	color: #0f3775;
}

@media screen and (min-width:481px) {

}

@media screen and (min-width: 768px) {
header{
  width: 100%;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}
h2{
  font-size: 3.0rem;
}

h2 .h2_small{
  font-size: 1.6rem;
  line-height: 1.6rem;
}
h3{
  font-size: 2.4rem;
  position: relative;
  padding: 0 0 0 0;
  margin: 8% 0 20px !important;
}
h3:before{
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(45deg, rgba(45,148,197,1) 0%, rgba(30,163,136,1) 100%);
  position: absolute;
  top: 50%;
  bottom: 0;
}
h3 span{
  background: #FFF;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 30px 0 0;
}


.H_logo{ max-width: 480px; width: 100%; height: 60px;}
.menu-btn {
  top: 10px;
}
.menu-btn {
  right: 20px;
  top: 20px;
}

.menu-area nav{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 95%;
}
.menu-area nav ul li{
  width: 100%;
}

.menu-area nav ul li a{
  display: block;
  margin: 30px 0 0;
  font-weight: 800;
  color: #FFF;
}
.menu-area nav ul li a:hover{
  color: #FFFF00;
}

.menu-area nav ul li a p:nth-child(1){
  font-size: 56px;
  display: block;
  line-height: 50px;
}
.menu-area nav ul li a p:nth-child(2){
  font-size: 18px;
  display: block;
  font-weight: normal;
}

.F_navi ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0;

}
.F_navi ul li{
  border-bottom: none;
}
.F_navi ul li a{
  border-bottom: none;
  text-align: center;
  padding: 0 20px;
}
.F_navi ul li a::before{
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #FFF;
  top: 5px;
  right: 0px;
}
.F_navi ul li:last-child a::before{
  display: none;
}
.F_access{
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 1.4rem;
  margin: 20px 0;
}
.F_access p{
  padding:30px 50px;
}
.F_access p:last-child{
  border-left: 1px solid rgba(255,255,255,0.3);
  border-top: none;
}
.recaptcha_alert{
  text-align: center;
}
.F_footer_set .Wrapper{
  flex-direction: row;
}
.F_footer_setimg{width: 300px; margin: 0 0;}
.column-R .Wrapper{
  flex-direction: row !important;
  align-items: center;
}
.F_footer_Link{
  display: flex;
  flex-direction: row;
  margin: 0;
}
.F_footer_Link li a{
  color: #FFF;
  padding: 0 0 0 10px;
}

#mainTitle{
  font-size: 2.0rem;

}
#mainTitle span{
  font-size: 1.6rem;
  line-height: 1.6rem;
}


.MANA_box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.Colum2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.Colum2-R{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.Colum2-R > div:nth-child(1){
  order: 2;
}
.Colum2-R > div:nth-child(2){
  order: 1;
}

#ONLINE{
  background: url(../img/common/online.jpg) no-repeat;
  background-size: cover;
}

#ONLINE .ONLINE_inner{
  width: 50%;
}
#CONTACT_CTA{
  background: url(../img/common/contact.jpg) no-repeat;
  background-size: cover;
}
.CONTACT_box{
  display: flex;
  flex-direction: row;
  margin: 60px 0 0;
}

.CONTACT_box:before{
  content: "";
  display: block;
  height: 140%;
  width: 1px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.CONTACT_box > div{
  max-width: 400px;
  width: 100%;
  background: rgba(255,255,255,0.85);
  padding: 30px;
}
}

@media screen and (min-width: 960px) {
.H_link{
  display: block;
  position: absolute;
  top: 10px;
  right: 100px;
}
}


/****************************************

index

*****************************************/
#KV{
  height: 100vh;
  width: 100%;
  padding: 0 0;
  overflow: hidden;
  position: relative;
  background: #FFF;
}
#KV .KV_Title {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
  z-index: 10;
  max-width: 960px;
  width: 100%;

}

.KV_h2,
.KV_h2_s {
  position: relative;
  display: inline-block;
  font-size: 6vw;
  padding: 0 10px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.2;
}

.KV_h2_s {
  font-size: 4vw;
  margin-bottom: 0;
}

.KV_txtF {
  background: #FFF;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0.2vw;
  left: 0;
  z-index: 1;
  pointer-events: none;
  display: inline-block;
}

.KV_Gtxt_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 0%;
  z-index: 2;
}

.KV_Gtxt {
  display: inline-block;
  background: #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  font-size: inherit;
  line-height: 1.2;
  top: -1vw;
}
.KV_h2_s .KV_Gtxt{
  top: -0;
}


#KV .KV_video{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#KV video{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.KV_Annotation{
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
  font-size: 1.4rem;
  z-index: 5;
  color: #FFF;
}

.indexSection01_scroll {
  position: absolute;
  color: #FFF;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 5;
}

.indexSection01_scroll span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -110px;
    width: 100px;
    height: 1px;
    background: #FFF;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}

#News{
  background: #e9f4f9;
}
.News_Inner{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 2fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  color: #0f3775;
}
#News h2{
  font-size: 6vw;
  margin: 0 0 30px;
}
#News h2:before{
  content: "";
  display: none;
}
#News h2 .h2_small{
  display: block;
  font-size: 3.5vw;
  line-height: 3vw;
}
.News_list{
  margin: 0;
  padding: 0;
}
.News_list li{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.News_list li:not(:last-child){
  border-bottom:1px solid rgba(0,0,0,0.2);
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.News_list li span{
  font-size: 1.2rem;
  padding: 5px;
  border: 1px solid #2f91cf;
  width: 120px;
  margin: 0 10px;
  text-align: center;
}
.News_list li a{
  display: block;
  width: 100%;
  margin: 10px 0 0;
  color: #000;
}
.news{}

#index_about{
  background: url(../img/index/about_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 !important;
}
#index_about .Wrapper,
#index_sus .Wrapper{
  padding: 0 !important;
}

.index_about_inner,
.index_sus_inner{
  width: 100%;
  padding: 200px 30px 100px;
  background: rgba(255,255,255,0.8);
}

#index_sus{
  background: url(../img/index/sus_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 !important;
}
#index_sus .Wrapper{
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width:481px) {

}

@media screen and (min-width: 768px) {

.KV_h2{
  font-size: 6.5rem;
}
.KV_h2_s{
  font-size: 3.0rem;
}
.KV_Gtxt {
  top: -15px;
}
.KV_h2_s .KV_Gtxt{
  top: -5px;
}

.News_Inner{
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
#News h2{
  font-size: 3.0rem;
}
#News h2 .h2_small{
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.News_list{
  margin: 0;
  padding: 0;
}
.News_list li{
  display: flex;
  align-items: flex-start;
  flex-wrap:nowrap;
}
.News_list li:not(:last-child){
  border-bottom:1px solid rgba(0,0,0,0.2);
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.News_list li span{
  font-size: 1.2rem;
  padding: 5px;
  border: 1px solid #2f91cf;
  width: 120px;
  margin: 0 10px;
  text-align: center;
}
.News_list li a{
  display: block;
  width: 90%;
  margin: 0 0 0;
}

.index_about_inner,
.index_sus_inner{
  width: 50%;
  padding: 200px 30px 100px;
  background: rgba(255,255,255,0.8);
}

}


/****************************************

Contents

*****************************************/
#MainContent{
  margin: 100px 0 0;
}


/*私たちについて-------------------------------------*/
#about_title{
  max-height: 820px;
  height: 100%;
  width: 100%;
  background: url(../img/about/title.jpg) center center;
  background-size: cover;
}
#about_title h1{
  font-size: 4vw;
  height: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  text-shadow: 0 0 15px rgba(0,0,0,0.25);
}
#about_title h1 span{
  display: block;
  font-size: 3.5vw;
  line-height: 3vw;
}

#about_title .Wrapper {
  padding: 0 3% 50px;
  color:#FFF;
}

#about_title h2{
  padding: 0;
  font-size: 7.5vw;
  color: #FFF;
  margin: 0 0 25px !important;
}

#about_title h2:before{
  content: "";
  display: none;
}

.about_txt{
  font-size: 4vw;
  font-weight: bold;
  margin: 0 0 20px;
}

.about_txt02{
  font-size: 4vw;
}
.about_box{ position: relative;}
.about_box:before{
  content: "";
  position: absolute;
  background: #e8f5f1;
  width: 100%;
  height: 60%;
  top: 0;
  z-index: -1;
}

.about_boxIN{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 2fr auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.about_boxIN_R{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 2fr auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about_boxIN,
.about_boxIN_R{
  background: none;
}

.about_boxIN_R .od{ order: 1;}
.about_boxIN_R .od2{ order: 2;}

.about_boxIN_txt{
  padding: 0;
}

.about_box h3{
  padding: 0 0 0 10px;
}
.about_box h3:before{
  content: "";
  height: 100%;
  width: 3px;
  background: linear-gradient(45deg, rgba(45, 148, 197, 1) 0%, rgba(30, 163, 136, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.about_cando{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.about_cando p{
  text-align: center;
  font-weight: bold;
}


@media screen and (min-width: 768px) {
#about_title h1{
  font-size: 5.0rem;
  height: 280px;
}
#about_title h1 span{
  display: block;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

#about_title h2{
  font-size: 5.0rem;
}
.about_txt{
  font-size: 3.0rem;
}
.about_txt02{
  font-size: 2.4rem;
}
.about_box:before{
  content: "";
  position: absolute;
  background: #e8f5f1;
  width: 100%;
  height: 60%;
  top: 20%;
  z-index: -1;
}
.about_boxIN{
display: grid;
grid-template-columns: 2fr 1.5fr;
grid-template-rows: 1fr;
}
.about_boxIN_R{
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  grid-template-rows: 1fr;
}
.about_boxIN,
.about_boxIN_R{
  background: #FFF;
}
.about_boxIN_R .od{ order: 2;}
.about_boxIN_R .od2{ order: 1;}
.about_boxIN_txt{
  padding: 0 30px;
}
.about_cando{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
}


/*サスティナブル-------------------------------------*/

.sus_mainPhoto{
  margin: 0 0 100px;
}

.table_A{
  width: 100%;
  border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
}
.table_A th,
.table_A td{
  border-right: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  padding: 5px;
}
.table_A th{
  background: #c0e2e6;
}

.Merit{
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}

.Merit > div{
  position: relative;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.Merit > div:before{
  content: "";
  position: absolute;
  top: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  color: #0f3775;
}
.Merit div:nth-child(1):before{content: "MERIT 01";}
.Merit div:nth-child(2):before{content: "MERIT 02";}
.Merit div:nth-child(3):before{content: "MERIT 03";}

.Merit h4{
  color: #0f3775;
  text-align: center;
  border-bottom: 1px dotted #0f3775;
  font-size: 2.4rem;
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.sus_dl{
  display: grid;
  grid-template-columns:1fr;
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  align-items: center;
  margin: 40px 0;
}


.sus_dl dt{
  background: #2f91cf;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 768px) {
.Merit{
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.sus_dl{
  display: grid;
  grid-template-columns:minmax(180px, 1fr) 6fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  align-items: center;
  margin: 40px 0;
}
}

/*ジャーナル -------------------------------------*/


.Journal_Wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.Journal_box{
  border: 1px solid #DDD;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.Journal_photo img{ height: auto;}
.Journal_txt{
  padding: 10px;
}

.Journal_time{
  font-size: 1.2rem;
  color: #333;
  display: inline-block;
}
.Journal_type{
  display: inline-block;
}
.Journal_type span{
  border: 1px solid #214b71;
  border-radius: 3px;
  color: #214b71;
  padding: 3px 5px;
  margin: 0 5px 10px 0;
  font-size: 1.2rem;
}
.Journal_name{
  font-size: 1.8rem;
  color: #214b71;
  font-weight: bold;
  margin: 10px 0;
}
.Journal_intxt{ font-size: 1.4rem; color: #333;}

.Journal_more{
  width: 100%;
  padding: 10px 5px;
  color: #FFF;
  text-align: center;
  background: linear-gradient(45deg, rgba(45, 148, 197, 1) 0%, rgba(30, 163, 136, 1) 100%);
}
@media screen and (min-width: 768px) {
.Journal_Wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

}

/*プライバシーポリシー -------------------------------------*/
.poricyList{
  margin: 0;
  padding: 0;
}

.poricyList li{
  margin: 20px 0 0;
  padding: 0 0 0 2rem;
  text-indent: -2rem;
}



/*FORM -------------------------------------*/

.Form_txt01{
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.Form_txt02{
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}

  .Main__form {
    background:#FFFFFF;
    width:90%;
    margin:10px auto 0 auto;
    padding:0 0 20px 0;
    border-radius: 6px;
  }
  
  .Main__form__title img {
    border-radius:6px 6px 0 0;
  }
  
  .Main__form__catch {
    width:90%;
    margin:15px auto 0 auto;
  }
  
  .Main__form__dl {
    width:90%;
    margin:0 auto;
    line-height:1;
  }
  
  .Main__form__dl dt {
    width:100%;
    display:block;
    font-size:1.8rem;
    font-weight: normal !important;
    padding:15px 0 10px 0;
    margin: 20px 0 0;
  }
  
  .Main__form__dl dt .inquiry {
    background:#e9322e;
    padding:3px 8px;
    margin:0 5px 0 0;
    font-size:1.8rem;
    color:#FFFFFF;
    border-radius: 2px;
  }
  .Main__form__dl dt .inquiry_no {
    background:#999999;
    padding:3px 8px;
    margin:0 5px 0 0;
    font-size:1.8rem;
    color:#FFFFFF;
    border-radius: 2px;
  }
  .Main__form__dl dd {
    padding: 10px 0 !important;;
    margin: 0 !important;;
    width:100%;
    font-size:1.8rem;
    display:block;
  }
  
  .Main__form__dl dd input,.Main__form__dl dd select {
    width:100%;
    font-size:1.8rem;
    border-radius: 2px;
    padding: 15px 5px;
    border: 1px solid #DDD;
    background: #F5F5F5;
  }
  [type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px !important;
  }
  #rc-anchor-container{
    margin: 20px 0 0;
  }
  .Main__form__dl dd .normal-width {
    width:calc(100% - 50px);
  }
  
.wpcf7-textarea{width: 100%;}

.g-recaptcha {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    /*margin-top: 35px;*/
    margin-left: 0;
}
  
.wpcf7-form-control-btn {
    margin: 35px auto 0 auto;
    text-align: center;
  }

.wpcf7-form-control-btn p{
    text-align: center;
  }
  
input[type="submit"]{
  display: block;
  color: #FFF;
  text-align: center;
  font-weight: 800;
  font-size: 2.0rem;
  padding: 10px 10px;
  max-width: 300px;
  width: 80%;
  margin: 40px auto;
  background: linear-gradient(90deg, rgba(45,148,197,1) 0%, rgba(30,163,136,1) 50%,  rgb(11, 207, 167) 100%);
  background-size: 200% 100%;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover{
  background-position: 100% 0;
  ca
}
  
  span.wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 10px 0;
    /*
    border: 1px solid #DDD;
    padding: 10px 10px;
    */
  }
  
  .Form_day p{
  display: grid;
  grid-template-columns:1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin: 0px 0 5px;
  }

  @media screen and (min-width: 768px) {
  .Form_day p{
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin: 0px 0 5px;
  }
  }


  /*ONLINE -------------------------------------*/

.Slider{
  margin: 40px 0;
}
.Slide_Inner{
  border: 1px solid #DDD;
  border-radius: 5px; 
  margin: 0 15px;
  overflow: hidden;
}
.Slide_InnerBox{
  padding: 10px;
  font-size: 1.6rem;
}
.Slide_InnerTxt{
  color: #0f3775;
  font-size: 2.0rem;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #0f3775;
}


  .Online_column{
  display: grid;
  grid-template-columns:1fr;
  grid-template-rows: 2fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin: 0px 0 5px;
  }



  @media screen and (min-width: 768px) {
  .Online_column{
  display: grid;
  grid-template-columns:2.5fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  align-items: center;
  margin: 0px 0 5px;
  }
  }


  .partner_list{
    margin: 0 0 20px;
    padding: 0;
  }
  .partner_list li{
    text-indent: -1rem;
    padding: 0 0 0 1rem;
  }

  #ez-toc-container {
    margin-top: 60px;
    margin-bottom: 100px;
    width: 100%;
}

.journal-template-default .Journal_area h2{
  margin: 100px 0 70px !important;
}

.journal-template-default .Journal_area p{
  margin: 0 0 20px !important;
}

/* -- SNSボタン(フッター) --*/
.sns_list {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 -5px;
}

.sns_list li:not(:last-of-type) {
	margin-right: 10px;
}
.sns_list li a {
	display: block;
}
.sns_list li a img {
	width: auto;
	height: 34px;
}