﻿@charset "utf-8";

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */
html {font-size: 10px;}
* {box-sizing: border-box;}
a {
  color:inherit;
  text-decoration:none;
}
a:hover {
  cursor: pointer;
}
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:14px;
  line-height: 1.7;
  color:#363636;
  margin: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
  content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
.clear {clear: both;}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
hr.anc {
  border:none!important;
  height:0!important;
  margin:-80px 0 0!important;
  padding:80px 0 0!important;
}
.palt {font-feature-settings: "palt";}
sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}
.roboto {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
/*IE*/
ul,ol,dl,dt,dd {margin: 0;padding: 0;}

:root {
  --main_color: #66a3e0;
  --gray_01: #e0e0e0;
  --gray_02: #eee;
  --logo: #3e3a39;
  --text_body: #363636;
  --text_black: #000000;
}

.box {
  position: relative;
  width: 100%;
  max-width: 1040px;
  height: auto;
  padding: 0 30px;
  margin: auto;
  pointer-events: all;
}
.w_box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 0 30px;
  margin: auto;
  pointer-events: all;
}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}
.mb110 {margin-bottom:110px !important;}
.mb120 {margin-bottom:120px !important;}
.pt0 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pt110 {padding-top:110px !important;}
.pt120 {padding-top:120px !important;}
.pb0 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}
.pb110 {padding-bottom:110px !important;}
.pb120 {padding-bottom:120px !important;}

.btn_a {
  display: block;
  min-width: 100px;
}
.btn_a.center {text-align: center;}
.btn_a.right {text-align: right;}
.btn_a a,
.btn_a span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #363636;
  border: 1px solid #444444;
  background: none;
  padding: 2px 7px;
  transition: 0.3s;
}
.btn_a.medium a,
.btn_a.medium span {
  font-size: 14px;
  padding: 7px 30px;
}
.btn_a a:hover,
a:hover .btn_a span {
  opacity: 0.7;
  color: #fff;
  background: #444444;
}
a:hover .btn_a span {
  opacity: 1;
}
.btn_a.white a,
.btn_a.white span {
  color: #fff;
  border: 1px solid #fff;
}
.btn_a.white a:hover,
a:hover .btn_a.white span {
  color: #363636;
  background: #fff;
}
.btn_b a {
  display: inline-block;
  min-width: 210px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  padding: 8px;
  transition: 0.3s;
}
.btn_b a:hover {
  color: #3e3e3e;
  background: #fff;
}
.btn_b.center {text-align: center;}
.pagetop {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 42px;
  height: 42px;
  transition: 0.3s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.pagetop.fadein {
  opacity: 1;
  visibility: visible;
}
.pagetop img {
  transition: 0.3s;
}
.pagetop img:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px){ 

  .sp_cont {
    display:none;
  } 
  
  figure {
    width:100%;
    text-align:center;
  }
  
  figcaption {
    font-size:1em;
    margin:0;
  }
  
  a {
    text-decoration:none;
  }

}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */
 
@media screen and (min-width: 768px){  
  /* :::::::::: header :::::::::: */
  
  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    /*background: #fff;*/
    z-index: 99;
    transition: 0.3s;
  }
  header.home {
    background: transparent;
    box-shadow: none;
  }
  header .header_box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 40px;
  }
  header .header_box .logo {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 35px;
    margin: 0;
    z-index: 100;
  }
  /*nav内*/
  header .header_box .nav_cont .logo {
    top: 41px;
    bottom: auto;
  }
  header .header_box .logo a {
    display: inline-block;
  }
  header .header_box .logo a img {
    vertical-align: middle;
    transition: 0.3s;
  }
  header .header_box .logo a:hover img {
    opacity: 0.5;
  }
  header .header_box .logo a img.white {
    display: none;
  }
  header.transparent .header_box .logo a img {
    /*display: none;*/
  }
  header.transparent .header_box .logo a img.white {
    /*display: inline;*/
  }
  header .header_box .logo a.logo_group img {
    width: 180px;
    margin-top: 6px;
  }

  header .header_box nav {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 40px 0;
  }
  header .header_box nav.hidden {
    pointer-events: none;
  }

  header .header_box nav .top_nav {
    display: flex;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  header .header_box nav.hidden .top_nav {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: auto;
  }
  header .header_box nav .top_nav > ul {
    display: flex;
    justify-content: flex-end;
  }
  header .header_box nav .top_nav > ul li.menu {
    font-family: 'Roboto Condensed', sans-serif;
    color: #363636;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    transition: 0.3s;
    border-right: 1px solid #363636;
  }
  header .header_box nav .top_nav > ul.subpage li:not(.menu) {
    display: none;
  }
  header .header_box nav .top_nav > ul li.menu.current {
    color: var(--main_color);
  }
  header.home .header_box nav .top_nav > ul li.menu {
    color: #fff;
    border-right: 1px solid #fff;
  }
  header .header_box nav .top_nav > ul li.menu.pre {
    color: #e0e0e0;
    pointer-events: none;
  }
  header .header_box nav .top_nav > ul li.menu.pre > a {
    pointer-events: none;
  }
  header .header_box nav .top_nav > ul li.menu.contact {
    margin: 0;
    padding: 0;
    border-right: none;
  }
  header .header_box nav .top_nav > ul li.menu > a:hover {
    transition: 0.3s;
  }
  header .header_box nav .top_nav > ul li.menu > a:hover {
    color: var(--main_color);
  }
  header .header_box nav .top_nav > ul li.menu.contact a::after {
    content: "";
    display: inline-block;
    width: 15.7px;
    height: 11.4px;
    background: url(../img/common/contact.svg) no-repeat center center / 100% 100%;
    vertical-align: middle;
    margin: 0 5px 2px;
    transition: 0.3s;
  }
  header.home .header_box nav .top_nav > ul li.menu.contact a::after {
    background: url(../img/common/contact_white.svg) no-repeat center center / 100% 100%;
  }
  header .header_box nav .top_nav > ul li.menu.contact a:hover::after,
  header.home .header_box nav .top_nav > ul li.menu.contact a:hover::after,
  header .header_box nav .top_nav > ul li.menu.current.contact a::after {
    background: url(../img/common/contact_blue.svg) no-repeat center center / 100% 100%;
  }
  header .header_box nav .top_nav > ul li.menu > a {
    position: relative;
    transition: 0.3s;
    padding-bottom: 19px;
  }
  header .header_box nav .top_nav > ul li.menu:not(.contact) > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.8);
    border-left: 12px solid transparent;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  header .header_box nav .top_nav > ul li.fadein.menu > a:before {
    opacity: 1;
    visibility: visible;}

  /*child*/
  header .header_box nav .top_nav > ul .child_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 95px;
    text-align: center;
    background:rgba(0, 0, 0, 0.8);
    margin: auto;
    padding: 25px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  header .header_box nav .top_nav > ul li.menu.no_menu > a:before,
  header .header_box nav .top_nav > ul li.no_menu .child_cont {
    display: none;
  }
  header .header_box nav .top_nav > ul .child_cont.fadein {
    opacity: 1;
    visibility: visible;
  }
  header .header_box nav .top_nav > ul .child_cont .child {
    max-width: 1200px;

  }
  header .header_box nav .top_nav > ul .child_cont li {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0 15px;
    margin: auto !important;
  }
  header .header_box nav .top_nav > ul .child_cont li.sp_cont {
    display: none;
  }
  header .header_box nav .top_nav > ul .child_cont li br {
    display: none;
  }
  header .header_box nav .top_nav > ul .child_cont li a {
    transition: 0.3s;
  }
  header .header_box nav .top_nav > ul .child_cont li a:hover {
    color: var(--main_color);
  }



  header .header_box nav .nav_cont {    
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: auto;
  }
  header .header_box .menu_btn.open + nav .nav_cont {   
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    padding: 0 40px;
  }
  header .header_box nav .nav_cont .page,
  header .header_box nav .nav_cont .subpage {
    color: #fff;
    width: 100%;
  }

  header .header_box nav .nav_cont .nav_list > li.contact > a::before {
  }
  header.transparent .header_box nav .nav_cont .nav_list > li.contact > a::before {
    background: url(../img/common/contact_white.svg) no-repeat center center / 100% 100%;
  }
  header .header_box nav .nav_cont .nav_list > li.contact > a:hover::before,
  header .header_box nav .nav_cont .nav_list > li.contact.current > a::before {
    background: url(../img/common/contact_hover.svg) no-repeat center center / 100% 100%;
  }
  header .header_box nav .nav_cont .nav_list > li > a:hover {
    color: var(--main_color);
  }
  header .header_box nav .nav_cont .nav_list li.current > a,
  header .header_box nav .nav_cont .nav_list > li > .nav_menu > .nav_menu_box ul li.current a {
    color: var(--main_color);
  }

  header .hover_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;
  }
  header .hover_bg.fadein {
    opacity: 1;
    visibility: visible;
  }
}



/*ハンバーガー*/
header .header_box > .menu_btn {
  position: fixed;
  display: block;
  width: 42px;
  height: 42px;
  top: 40px;
  right: 40px;
  background: var(--gray_01);
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .header_box > .menu_btn.visible {
  opacity: 1;
  visibility: visible;
}
header .header_box > .menu_btn::before,
header .header_box > .menu_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: auto;
  left: 0;
  right: 0;
  transition: 0.5s;
}
header .header_box > .menu_btn::before {
  box-shadow: 0 10px 0 0 #fff;
  top: 10px;
}
header.transparent .header_box > .menu_btn::before,
header.transparent .header_box > .menu_btn::after {
  background: #fff;
}
header.transparent .header_box > .menu_btn::before {
  box-shadow: 0 10px 0 0 #fff;
}
header .header_box > .menu_btn::after {
  top: 29px;
}
header .header_box > .menu_btn.open::before {
  box-shadow: none;
  transform: rotate(45deg);
  top: 20px;
}
header .header_box > .menu_btn.open::after {
  transform: rotate(-45deg);
  top: 20px;
}

header .header_box nav .lang_cont {
  position: relative;
  z-index: 1;
}
header .header_box nav .lang_cont > ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 13px;
  transition: 0.3s;
}
header .header_box nav.hidden .lang_cont > ul {
  margin: 13px 60px 0 0;
}
header .header_box nav .lang_cont > ul li {
  font-family: 'Roboto Condensed', sans-serif;
  color: #363636;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  pointer-events: auto;
}
header .header_box nav .lang_cont > ul li.current,
header.home .header_box nav .lang_cont > ul li.current {
  color: var(--main_color);
}
header .header_box nav .lang_cont > ul li.pre,
header.home .header_box nav .lang_cont > ul li.pre {
  pointer-events: none;
  color: var(--gray_01);
}
header .header_box nav .lang_cont > ul li:not(:last-of-type)::after {
  content: "/";
}
header.home .header_box nav .lang_cont > ul li {
  color: #fff;
}
header.home .header_box nav .lang_cont > ul li a {
  transition: 0.3s;
}
header.home .header_box nav .lang_cont > ul li a:hover {
  color: var(--main_color);
}

@media screen and (max-width: 1000px){
  header .header_box nav .top_nav > ul li.menu {
    font-size: 15px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}













@media screen and (min-width: 768px){  
  
  /* :::::::::: nav :::::::::: */
  
  nav {
  }

  /* :::::::::: main :::::::::: */
  
  main {
    display:block;
    width:100%;
    height:auto;
  }
  
  main.home {
    position: relative;
    z-index: 2;
  }
  #luxy {
    pointer-events: none;
  }
  
  main article {
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
  }
  
  /* :::::::::: footer :::::::::: */
  
  footer {
    pointer-events: all;
    background: #fff;
    color: #000;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer .footer_banner {
    background: #eeeeee;
    padding: 45px 0;
  }
  footer .footer_banner .banner_cont {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  footer .footer_banner .banner_cont .jasdaq img {
    vertical-align: middle;
    margin: 0 1em 0 0;
  }
  footer .footer_banner .banner_cont a img {
    transition: 0.3s;
  }
  footer .footer_banner .banner_cont a:hover img {
    opacity: 0.7;
  }

  footer .footer_nav {
    padding: 100px 0;
  }
  footer .footer_nav .page,
  header nav .nav_cont .page {
    color: #363636;
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
  }
  header nav .nav_cont .page {
    color: #fff;
  }
  footer .footer_nav .page > li,
  header nav .nav_cont .page > li {
    margin: 0 50px 0 0;
  }
  footer .footer_nav .page > li.pre,
  header nav .nav_cont .page > li.pre {
    color: #999 !important;
    pointer-events: none !important;
  }
  footer .footer_nav a,
  header nav .nav_cont a {
    transition: 0.3s;
  }
  footer .footer_nav a:hover,
  header nav .nav_cont a:hover {
    color: var(--main_color);
    text-decoration: none;
  }
  footer .footer_nav .page > li:last-of-type,
  header nav .nav_cont .page > li:last-of-type {
    margin: 0;
  }
  footer .footer_nav .page > li > a,
  header nav .nav_cont .page > li > a {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  footer .footer_nav .page .child,
  header nav .nav_cont .page .child {
    padding: 0;
  }
  footer .footer_nav .page .child li,
  header nav .nav_cont .page .child li {
    font-size: 12px;
    margin: 0 0 3px;
  }
  footer .footer_nav .subpage,
  header nav .nav_cont .subpage {
    text-align: center;    
    font-size: 12px;
    margin: 0 0 30px;
  }
  footer .footer_nav .subpage li,
  header nav .nav_cont .subpage li {
    display: inline-block;
    margin: 0 23px 0 0;
  }
  footer .footer_nav .subpage li:last-child,
  header nav .nav_cont .subpage li:last-child {
    margin-right: 0;
  }
  footer .footer_nav .subpage li.contact,
  header nav .nav_cont .subpage li.contact {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 0 23px 0 0;
    border-right: 1px solid #000;
  }
  header nav .nav_cont .subpage li.contact {
    border-right: 1px solid #fff;
  }
  footer .footer_nav .subpage li.contact a::after,
  header nav .nav_cont .subpage li.contact a::after {
    content: "";
    display: inline-block;
    width: 15.7px;
    height: 11.4px;
    background: url(../img/common/contact.svg) no-repeat center center / 100% 100%;
    vertical-align: middle;
    margin: 0 0 2px 5px;
    transition: 0.3s;
  }
  header nav .nav_cont .subpage li.contact a::after {
    background: url(../img/common/contact_white.svg) no-repeat center center / 100% 100%;
  }
  footer .footer_nav .subpage li.contact a:hover::after,
  header nav .nav_cont .subpage li.contact a:hover::after {
    background: url(../img/common/contact_blue.svg) no-repeat center center / 100% 100%;
  }



  footer .footer_nav .copyright {
    text-align: center;
    font-size: 12px;
    color: #8a8a8a;
  }

  
}
@media screen and (max-width: 1300px){
  footer .footer_banner .banner_cont .jasdaq {
    margin: 0 0 20px;
  }
  footer .footer_nav .page > li {
  }
  footer .footer_nav .page > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px){
  header .header_box nav .nav_cont .nav_list > li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}

/* -----------------------------------------------------------
 Home
----------------------------------------------------------- */
@keyframes scroll_fade {
  0% {opacity: 1;}
  100% {opacity: 0.3;}
}
@keyframes copy_fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.home {
  color: #363636;
}
.home_kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  background: #000;
}
.home_kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185px;
  background: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0));
  z-index: 1;
}
.home_kv .video_cont {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home_kv .video_cont video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.top_slide {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.top_slide .bar_cont {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  background: #fff;
  margin: auto;
  z-index: 2;
}
.top_slide .bar_cont .bar {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 4px;
  background: #fff;
  margin: auto;
  z-index: 2;
}
.top_slide > ul {
  display: none;
  position: relative;
  height: 100vh;
}
.top_slide > ul.slick-initialized {
  display: block;
}
.top_slide > ul li.slick-slide {
  position: relative;
  z-index: 1;
  height: 100vh !important;
}
/*スライド送り*/
.slick-arrow,
.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  width: 15px;
  height: 15px;
  bottom: 14.4%;
  right: 0;
  font-size: 0;
  z-index: 1;
}
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  width: 15px;
  height: 21px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.slick-arrow.slick-prev {
  right: 15%;
}
.slick-arrow.slick-next {
  right: 10%;
}
.slick-arrow.slick-prev::before,
.slick-arrow.slick-next::before {
  cursor: pointer;
  transition: 0.3s;
}
.slick-arrow.slick-prev:hover::before,
.slick-arrow.slick-next:hover::before {
  color: var(--main_color);
}
.slick-arrow.slick-prev::before {
  content: "◀";
  font-size: 15px;
  color: #fff;
  opacity: 1;
}
.slick-arrow.slick-next::before {  
  content: "▶";
  font-size: 15px;
  color: #fff;
  opacity: 1;
}
.slick-dots {
  width: auto;
  height: auto;
  bottom: 14.4%;
  right: 20%;
}
.slick-dots > li {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 14px; 
  height: 14px;
  margin: 0 15px 0 0;
}
.slick-dots > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px; 
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots > li:hover::before,
.slick-dots > li.slick-active::before {
  background: var(--main_color);
}
.slick-dots > li > button {
  width: 14px;
  height: 14px; 
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.slick-vertical .slick-slide {
  border: none!important;
}










.top_slide ul li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s;
}
.top_slide ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_slide ul li > a:hover + img {
  opacity: 0.8;
}
.top_slide ul li .slide_cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 650px;
  margin: 0 auto 0 0;
  padding: 0 30px;
}
.top_slide ul li .slide_cont .title_cont {
  width: 100%;
  padding: 0 0 220px;
}
.top_slide ul li .slide_cont .title {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px;
}
.top_slide ul li .slide_cont .title span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.top_slide ul li .slide_cont .lead {
  font-size: 11px;
  margin: 0 0 15px;
}

.home .scroll_cont {
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  left: 10px;
  bottom: 190px;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(270deg);
  animation: 1.5s ease-in-out 0s infinite alternate scroll_fade;
}




/*split*/
.split_cont {
  display: flex;
  pointer-events: none;
}
.split_cont .box {
  max-width: 630px;
  margin: 0;
  margin-left: auto;
  padding: 0 60px;
  pointer-events: all;
}
.split_cont > .split_left {
  width: 50%;
}
.split_cont > .split_left .box {
  padding-right: 80px;
}
.split_cont > .split_right {
  width: 50%;
}
.split_cont > .split_right .box {
  padding-left: 80px;
  margin: 0;
  margin-right: auto;
}
/*home split*/
.home .split_cont > .split_left {
  position: relative;
  background: #fff;
}
.home .split_cont > .split_left::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 100%;
  height: 4px;
  background: #fff;
}
.home .split_cont > .split_left.top {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff);
  background:linear-gradient(rgba(255, 255, 255, 0.5) 0%,rgba(255, 255, 255, 0.5) 50%, #fff 100%);
}
.home .split_cont > .split_left.top::before {
  content: none;
}

/*top copy*/
.home .top_copy {
  /*padding: 200px 0 200px;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
.home .top_copy .top {
  color: #3e3a39;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 45px;
}
.home .top_copy .top span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 10px;
}
/*logo list*/
.group_logo_list {
  padding: 90px 0 270px;
}
.group_logo_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.3s opacity;
}
.group_logo_list a:hover ul {
  opacity: 0.6;
}
.group_logo_list ul li {
  width: 33.33%;
  max-width: 136px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.group_logo_list ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.group_logo_list ul li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.group_logo_list ul li span:before{
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
.group_logo_list ul li span > *{
  vertical-align: middle;
  display: inline-block;
}
.group_logo_list ul li span img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/*important*/
.home .important_news {
  position: relative;
  padding: 0 0 180px;
  width: 100%;
}
.home .important_news::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 50%;
  height: calc(100% + 2px);
  margin: auto;
  background: #fff;
}
.home .important_news .important_cont {
  display: flex;
  width: 100%;
}
.home .important_news .important_cont dt {
  width: 190px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #fff;
  padding: 15px;
}
.home .important_news .important_cont dd {
  display: flex;
  align-items: center;
  width: calc(100% - 190px);
  border: 1px solid #a0a0a0;
  background:rgba(255, 255, 255, 0.7);
  padding: 15px;
}
.home .important_news .important_cont dd a:hover {
  text-decoration: underline;
}


/*topics*/
.home .topics {
  padding: 0 0 260px;
}
.home .topics h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  color: #363636;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 1px solid #363636;
  padding: 0 0 12px;
  margin: 0 0 25px;
}
.home .topics h2 span {
  font-weight: 100;
}
.home .topics .topics_group {}
.home .topics .news_more {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 0 0;
}
.home .topics .news_more li {
  display: inline-block;
  margin: 0 1em 0 0;
}
.home .topics .news_more li:last-of-type {
  margin: 0;
}
.home .topics .news_more li a:hover {
  text-decoration: underline;
}
.home .topics .news_list {
}
.home .topics .news_list .caution {
  color: #6184c3;
  margin: 0 0 20px;
}
.home .topics .news_list dl {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #c2c2c2;
}
.home .topics .news_list dl dt {
  font-size: 14px;
  font-weight: 700;
  color: var(--main_color);
}
.home .topics .topics_ir .news_list dl dt {
  color: #363636;
}
.home .topics .news_list dl dd {
  display: flex;
  line-height: 2;
}
.home .topics .news_list dl dd .date {
  margin: 0 15px 0 1em;
}
.home .topics .news_list dl dd .title:hover {
  text-decoration: underline;
}
/*個別*/
.home .topics .topics_group, 
.home .topics .topics_ir {
  position: relative;
}
.home .topics .pickup,
.home .topics .topics_group {
  margin: 0 0 170px;
}
.home .topics .pickup h2 {
  border-bottom: none;
  padding: 0;
  margin: 0 0 15px;
}
.home .topics .pickup h2 + p {
  padding: 20px 22px;
  border: 1px solid #363636;
}
.home .topics .pickup h2 + p a {
  color: var(--main_color);
  text-decoration: underline;
}
.home .topics .topics_ir dl {
  display: flex;
  padding: 0 15px 10px;
}
.home .topics .topics_ir dt {
  width: 95px;
}
.home .topics .topics_ir dd {
  width: calc(100% - 95px);
}

/*top about*/
.home .top_about {
  padding: 80px 0 90px;
  background: #e5effa;
  text-align: center;
  pointer-events: all;
}
.home .top_about h2,
.home .top_service h2 {
  font-size: 21px;
  color: #363636;
  margin: 0 0 15px;
}
.home .top_about h2 span,
.home .top_service h2 span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.home .top_about h2 + p,
.home .top_service h2 + p {
  line-height: 2;
  margin: 0 0 15px;
}
.home .top_about ul {
  margin: 55px 0 0;
}
.home .top_about ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #363636;
}
.home .top_about ul li a {
  transition: 0.3s;
}
.home .top_about ul li a:hover {
  color: var(--main_color);
}
.home .top_about ul li:last-of-type {
  border-right: none;
}

/*top servise*/
.home .top_service {
  padding: 80px 0 90px;
  background: #fff;
  text-align: center;
  pointer-events: all;
}
.home .top_service h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 55px 0 10px;
}
.home .business_list,
.page .business_list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
}
.home .business_list li,
.page .business_list li {
  position: relative;
  width: 31.7%;
  height: 260px;
}
.page .business_list li {
  height: auto;
}
.home .business_list li img,
.page .business_list .business_cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-fit: cover;
  transition: 0.3s opacity;
}
.home .business_list li:hover img,
.page .business_list .business_cont:hover img {
  opacity: 0.5;
}
.home .business_list li > a,
.page .business_list .business_cont > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}
.home .business_list li > a .title,
.page .business_list .business_cont > a .title {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 15px;
}
.home .business_list li > a .title span,
.page .business_list .business_cont > a .title span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
}


.service_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
}
.service_list li {
  position: relative;
  width: 13.75%;
  max-width: 175px;
}
.service_list li figure,
.page .service_list.parent li figure {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  margin: 0 0 5px;
  transition: 0.1s border;
}
.service_list li a:hover figure,
.page .service_list.parent li a:hover figure {
  border: 3px solid var(--main_color);
}
.service_list li figure:before,
.page .service_list.parent li figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.service_list li figure span,
.page .service_list.parent li figure span{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
}
.service_list li figure span:before,
.page .service_list.parent li figure span:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
.service_list li figure span > *,
.page .service_list.parent li figure span > * {
  vertical-align: middle;
  display: inline-block;
}
.service_list li figure span img,
.page .service_list.parent li figure span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 10%;
}
.service_list li figure + p {
  font-size: 12px;
  text-align: center;
  color: var(--text_body);
  transition: 0.3s;
}
.service_list li a:hover figure + p {
  color: var(--main_color);
}

/*top other*/
.home .top_other {
  pointer-events: all;
  background: #fff;
}
.home .top_other ul {
  display: flex;
}
.home .top_other ul li {
  position: relative;
  flex-grow: 1;
  width: 33.33%;
  text-align: center;
  color: #fff;
  padding: 70px 0 60px;
  transition: 0.3s;
}
.home .top_other ul li:hover {
  opacity: 0.7;
}
.home .top_other ul li.pre {
  pointer-events: none;
}
.home .top_other ul li:nth-of-type(1) {
  background: #d891e2;
}
.home .top_other ul li:nth-of-type(2) {
  background: #7dca9e;
}
.home .top_other ul li:nth-of-type(3) {
  background: #66a3e0;
}
.home .top_other ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .top_other ul li a:hover + .title + .btn_a span {
  background: #fff;
  color: #444;
}
.home .top_other ul li .title {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
.home .top_other ul li .title span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}




@media screen and (max-width: 1300px){
}


/* -----------------------------------------------------------
 subpage
----------------------------------------------------------- */
.page_kv {
  position: relative;
  width: 100%;
  height: 580px;
  margin-top: 110px;
  z-index: 1;
  background: #e0e0e0;
}
.page_kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  z-index: 0;
  background: #fff;
  opacity: 0.5;
}
.page_kv.noimg {
  height: 370px;
  background: #e0e0e0;
}
.page_kv.ir_kv {
  height: 290px;
}
.page_kv.noimg::before {
  content: none;
}
.page_kv > figure {  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  z-index: -1;
}
.page_kv > figure img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_kv.ir_kv > figure img {
  object-position: top;
}
.page_kv .kv_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  height: 290px;
  margin: auto;
  padding: 0 30px;
  z-index: 1;
}
.page_kv.noimg .kv_box {
  height: 100%;
}
.page_kv .kv_box .kv_cont {
  color: #363636;
  text-align: center;
  line-height: 1.1;
}
.page_kv .kv_box .title_en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 73px;
  line-height: 1;
}
.page_kv .kv_box .title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.page_kv .kv_box .to_news a {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: var(--main_color);
  font-weight: 500;
  padding: 0 0 0 20px;
  transition: 0.3s;
}
.page_kv .kv_box .to_news a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_arrow_circle_blue.svg) no-repeat center center / cover;
  margin: auto;
}
.page_kv .kv_box .to_news a:hover {
  opacity: 0.5;
}

.breadcrumbs_cont {
  background: #e0e0e0;
}
.breadcrumbs_cont .breadcrumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 11px 30px;
}
.breadcrumbs_cont .breadcrumbs span {
  font-size: 12px;
  color: #000;
}
.breadcrumbs_cont .breadcrumbs span:not(:last-of-type)::after {
  content: ">";
  padding: 0 1em;
  color: #8a8a8a;
}
.breadcrumbs_cont .breadcrumbs span a:hover {
  text-decoration: underline;
}

/*page > contents*/
.page article,
.single article {
  padding: 120px 0 180px;
}

.page .lead,
.single .lead {
  line-height: 2;
  font-size: 14px;
  margin: 0 0 100px;
}

.page h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 30px;
}

/*サービス扉*/
.page .business_list .business_cont {
  position: relative;
  width: 100%;
  height: 260px;
}
.page .business_list.parent .business_cont {
  margin: 0 0 20px;
}
.page .business_list .business_cont + p {
  line-height: 2;
}
.page .service_list.parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.page .service_list.parent li {
  width: 32%;
  max-width: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 2% 60px 0;
}
.page .service_list.parent li:nth-of-type(3n) {
  margin-right: 0;
}
.page .service_list.parent li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.page .service_list.parent li a {
  display: flex;
}
.page .service_list.parent li a .left_cont {
  width: 35%;
  height: auto;
}
.page .service_list.parent li a .right_cont {
  width: 65%;
  height: auto;
  padding: 0 0 0 15px;
}
.page .service_list.parent li a .right_cont h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
}


/* -----------------------------------------------------------
 サービス（サービス・事業領域）
 [class].service.child
----------------------------------------------------------- */
.service.child article {padding: 0 0 80px;}
.service.child .split_cont {
  border-bottom: 1px solid #8a8a8a;
  margin: 0 0 80px;
}
.service.child .split_cont .title {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 50px;
}
.service.child .split_cont .title span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.service.child .split_cont .split_left {
  position: relative;
  min-height: calc(100vh + 340px);
  padding: 170px 0;
  background: #e0e0e0;
}
.service.child .split_cont .split_left .box.fixed {
  position: absolute;
  top: 170px;
  right: 0;
}
.service.child .split_cont .split_left .service_list {
  flex-wrap: wrap;
  margin: 0 auto;
}
.service.child .split_cont .split_left .service_list li {
  width: 30%;
  margin: 0 5% 2% 0;
}
.service.child .split_cont .split_left .service_list li:nth-of-type(3n) {
  margin-right: 0;
}
.service.child .split_cont .split_left .service_list li figure {
  border: 1px solid #eaeaea;
}
.service.child .split_cont .split_left .service_list li.current figure,
.service.child .split_cont .split_left .service_list li a:hover figure {
  border: 3px solid var(--main_color);
  background: #fff;
}
.service.child .split_cont .split_left .service_list li.current a {
  pointer-events: none;
}
.service.child .split_cont .split_right {
  position: relative;
  padding: 170px 0;
}
.service.child .split_cont .split_right .service_list {
  justify-content: flex-start;
  margin: 0 0 20px;
}
.service.child .split_cont .split_right .service_list li {
  width: 260px;
}
.service.child .business_list {
  margin: 0;
}

/* -----------------------------------------------------------
 事業領域（サービス・事業領域）
 [class].service.child.business
----------------------------------------------------------- */
.service.child.business {}

.service.child.business h1 {
  font-size: 24px;
  font-weight: 900;
  margin: 20px 0 30px;
}
.service.child.business .split_left .business_list {
  flex-wrap: wrap;
}
.service.child.business .split_left .business_list li.current {
  order: 1;
  width: 100%;
  height: 500px;
  margin: 0 0 20px;
}
.service.child.business .split_left .business_list li.current a {
  justify-content: flex-end;
  pointer-events: none;
  padding-right: 30px;
}
.service.child.business .split_left .business_list li.current .btn_a {
  display: none;
}
.service.child.business .split_left .business_list li {
  order: 2;
  width: 48%;
  height: 170px;
}
.service.child.business .split_left .business_list li .business_cont {
  height: 100%;
  margin: 0 0 20px;
}
.service.child.business .business_list .business_cont:hover img {
  opacity: 1;
}
.service.child.business .split_left .business_list li.current .business_cont .title {
  text-align: right;
  font-size: 21px;
}
.service.child.business .split_left .business_list li.current .business_cont .title span {
  font-size: 54px;
}
.service.child.business .split_left .business_list li .business_cont .title {
  font-size: 14px;
}
.service.child.business .split_left .business_list li .business_cont .title span {
  font-size: 26px;
}
/*spilit right*/
.service.child.business .split_cont .split_right .service_list {
  flex-wrap: wrap;
}
.service.child.business .split_cont .split_right .service_list li {
  width: 30%;
  margin: 0 5% 5% 0;
}
.service.child.business .split_cont .split_right .service_list li:nth-of-type(3n) {
  margin-right: 0;
}
.service.child.business .split_cont .split_right .service_list li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}


/* -----------------------------------------------------------
 私たちについて
 [class].page(.about_us)
----------------------------------------------------------- */
.page .page_copy {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 50px;
}
.page .page_copy span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
}
.page .page_link,
.page .page_link.columns > .column {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
  margin: 0 0 50px;
}
.page .page_link.left {justify-content: flex-start;}
.page .page_link.right {justify-content: flex-end;}
.page .page_link .page_link_cont {
  /*width: 100%;*/
  height: auto;
  padding: 0 80px;
}
.page .page_link .page_link_cont h2 {
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
.page .page_link .page_link_cont h2 span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.page .page_link .page_link_cont h2 + p:not(.btn_a) {
  margin: 0 0 15px;
}
.page .page_link a > img,
.page.sustainability .page_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s;
}
.page .page_link a:hover > img {
  opacity: 0.5;
}
/*columns*/
.page .page_link.columns {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
}
.page .page_link.columns > .column {
  justify-content: center;
  width: 47.4%;
  margin: 0;
}
.page .page_link.columns > .column .page_link_cont {
  padding: 0 30px;
}
.page .page_link.columns > .column .page_link_cont h2 {
  text-align: center;
  margin: 0 0 15px;
}


/* -----------------------------------------------------------
グループ会社一覧
[class].page(.group)
----------------------------------------------------------- */
.page.group h2 {
  margin: 90px 0 40px;
}
.page.group h3 {
  margin: 50px 0;
}
.page .group_list {
  display: flex;
  flex-wrap: wrap;
}
.page .group_list > li {
  width: 30%;
  margin: 0 5% 90px 0;
}
.page .group_list > li:nth-of-type(3n) {
  margin-right: 0;
}
.page .group_list > li > a > figure.icon,
.page .group_list > li figure.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
  margin: 0 0 20px;
  padding: 5%;
}
.page .group_list > li > a:hover > figure.icon {
  border: 3px solid var(--main_color);
}
.page .group_list > li > a > figure.icon > img,
.page .group_list > li figure.icon > img {
  max-width: 100%;
  max-height: 100%;
}
.page .group_list > li > a > h4,
.page .group_list > li .title {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 10px;
  transition: 0.3s;
}
.page .group_list > li > a:hover > h4 {
  color: var(--main_color);
}
.page .group_list > li > a + p,
.page .group_list > li .title + p {
  line-height: 2;
}
.sustainability .group_list > li > a + p,
.sustainability .group_list > li .title + p {
  /*
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  */
}

.page .group_list .service_list {
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0;
}
.page .group_list .service_list li {
  width: 20%;
  margin: 0;
}
.page .group_list .service_list li figure {
  margin: 0;
}
/* -----------------------------------------------------------
グループ受賞歴
[class].group_list.awards
----------------------------------------------------------- */
.page .group_list.awards > li .title {
  text-align: left;
  margin: 0 0 5px;
}
.page .group_list.awards > li .title .co_name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--main_color);
  margin: 5px 0 0;
}
.page .group_list.awards .awards_link {
  font-weight: 500;
  color: var(--main_color);
  text-align: right;
  margin: 10px 0 0;
}

/* -----------------------------------------------------------
沿革
[class].page(.history)
----------------------------------------------------------- */
.page dl.p_define_list .p_define_box {
  display: flex;
}
.page dl.p_define_list dt {
  width: 10%;
  font-weight: 700;
}
.page dl.p_define_list dd {
  width: 90%;
}
.page table.p_month_list th,
.page table.p_month_list td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-bottom: 0.8em;
}
.page table.p_month_list th {
  width: 5em;
  padding-right: 0.5em;
}
/*en*/
html:lang(en) .page table.p_month_list th {
  width: 95px;
}
.page table.p_month_list tr:last-child th,
.page table.p_month_list tr:last-child td {
  padding-bottom: 0;
}
.page.history .editor_contents hr {  
  border-top: 1px dashed #c2c2c2;
  margin: 25px 0;
}

/* -----------------------------------------------------------
グループ会社一覧
[class].page(.philosophy)
----------------------------------------------------------- */
.page .philosophy_list {
  display: flex;
}
.page .editor_contents .philosophy_list {
  list-style-type: none;
  margin: 0;
}
.page .philosophy_list li {
  width: 100%;
  text-align: center;
  padding: 20px 24px;
  border-right: 2px solid var(--main_color);
  text-indent: 0;
}
.page .philosophy_list li:last-of-type {
  border-right: none;
}
.page .philosophy_list li::before {
  content: none;
}
.page .philosophy_list li .title_en {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: var(--main_color);
  line-height: 1;
  margin: 0 0 15px;
}
.page .philosophy_list li .title {
  font-weight: 600;
  margin: 0;
  padding: 0.2em 0 0;
}
.page .philosophy_list li .lead {
  font-weight: 700;
  line-height: 1.7;
  font-size: 14px;
  color: var(--main_color);
  margin: 0;
  padding: 0.2em 0;
}



/* -----------------------------------------------------------
採用情報
[class].page(.recruit)
----------------------------------------------------------- */
.page.recruit .page_copy {
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 20px;
}
.page.recruit .lead {
  margin: 0 0 80px;
}
.page.recruit .group_list_cont {
  background: #E5EFFA;
  padding: 80px 0 0;
}
.page.recruit .group_list > li > a > figure.icon {
  background: #fff;
  border: 3px solid rgba(102, 163, 224, 0);
}
.page.recruit .group_list > li > a:hover > figure.icon {
  border: 3px solid var(--main_color);
}
.page.recruit h2 {
  margin: 80px 0 30px;
}
.page .recruit_banner {
  margin: 20px 0 0;
}
.page .recruit_banner > li {
  width: 100%;
  max-width: 210px;
  text-align: center;
  background: var(--logo);
  color: #fff;
  font-size: 14px;
  margin: auto;
  padding: 9px 5%;
  transition: 0.3s;
}
.page .recruit_banner > li:not(:last-of-type) {
  margin: 0 auto 15px;
}
.page .recruit_banner > li.career {
  color: inherit;
  background: #fff;
  border: 1px solid #3E3E3E;
}

.page a:hover .recruit_banner > li {
  background: var(--main_color);
}
.page a:hover .recruit_banner > li.career {
  color: var(--main_color);
  background: #fff;
  border: 1px solid var(--main_color);
}





/* -----------------------------------------------------------
  single(投稿）
----------------------------------------------------------- */

.single .page_kv,
.page_kv.noimg {
  height: 280px;
}
.single .post_date {
  display: inline-block;
  color: #000;
  margin: 0 20px 0 0;
}
.single .post_category {
  display: inline-block;
}
.single .post_category li {
  position: relative;
  display: inline-block;
  background: var(--main_color);
  min-width: 80px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  opacity: 1;
  transition: 0.3s;
}
.single .post_category li.link {
  padding: 0;
}
.single .post_category li.link:hover {
  opacity: 0.6;
}
.single .post_category li.link a {
  display: block;
  padding: 5px 10px;
}
.single .post_category li.tag {
  background: #fff;
  color: var(--main_color);
  border: 1px solid var(--main_color);
}
.single .post_category li:last-of-type {
  margin: 0;
}
.single h1 {
  color: #363636;
  font-size: 24pt;
  font-weight: 900;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.5;
  padding: 0 0 0.2em;
  margin: 0 0 60px;
  border-bottom: 2px dotted #363636;
}

/*プロジェクトチーム(teams)*/
.single.teams h1 {
  font-weight: 400;
  padding: 0;
  margin: 10px 0 100px;
  border-bottom: none;
}
.single.teams h1 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
.single.teams h1 figure > p {
  font-family: 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.single.teams.sdgs_lab h1 figure {
  background: var(--main_color);
}
.single.teams h1 figure img {
  max-width: 100%;
  max-height: 100%;
}
.other_teams_cont {
  margin: 0 0 80px;
}
.single .sdgs_icon_cont {
  margin: 80px 0 0;
}
.single .sdgs_icon_cont .sdgs_icon {
  font-size: 0;
  text-align: right;
  padding: 0 0 10px;
  margin: 0 0 5px;
  border-bottom: 2px solid #363636;
}
.single .sdgs_icon_cont .sdgs_icon li {
  display: inline-block;
  width: 16.6%;
  max-width: 106px;
  padding: 2px;
}
.single .sdgs_icon_cont .sdgs_icon + p {
  text-align: right;
}



/* -----------------------------------------------------------
  Archive
----------------------------------------------------------- */
.page.archive {}
.page.archive .link_cont {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.page .pulldown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.page .pulldown::after {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid var(--text_body);
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.page .pulldown > select {
  position: relative;
  display: block;
  max-width: 100%;
  background: var(--gray_01);
  font-weight: 700;
  color: var(--text_body);
  text-align: left;
  padding: 5px 40px 5px 15px;
  cursor: pointer;
}
.page .pulldown.group > select {
  background: var(--main_color);
  color: #fff;
}
.page .pulldown.group::after {
  border-top: 8px solid #fff;
}
.page .pulldown > select option:hover {
  background: var(--main_color);
}


.page.archive .link_cont .category_link > ul > li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.page.archive .link_cont .category_link > ul > li:last-of-type {
  margin: 0;
}
.page.archive .link_cont .category_link > ul > li > a {
  display: block;
  background: #929eb3;
  min-width: 80px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}
.page.archive .link_cont .category_link > ul > li.all > a {
  background: #898989;
}

.page.archive h2,
.other_teams_cont h2 {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  padding: 0 0 12px;
  margin: 0 0 25px;
}
.page.archive .topics_ir h2 {
  border-bottom: 1px solid var(--main_color);
  color: var(--main_color);
}
.page.archive h2 span,
.other_teams_cont h2 span {
  font-weight: 100;
}
.page.archive .news_more {
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 0 0;
}
.page.archive .news_more li {
  display: inline-block;
  margin: 0 1em 0 0;
}
.page.archive .topics_ir .news_more li {
  color: var(--main_color);
}
.page.archive .news_more li:last-of-type {
  margin: 0;
}
.page.archive .news_more li a:hover {
  text-decoration: underline;
}
.page.archive .news_list {
}
.page.archive .news_list dl {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #c2c2c2;
}
.page.archive .news_list dl dt {
  font-size: 14px;
  font-weight: 700;
  color: var(--main_color);
}
.page.archive .news_list dl dt span:not(:last-of-type)::after {
  content: ",";
}
.page.archive .news_list dl dd {
  display: flex;
  line-height: 2;
}
.page.archive .news_list dl dd .date {
  margin: 0 15px 0 1em;
}
.news_list dl.private dd .title {
  color: #ed1c24;
}
.page.archive .news_list dl dd .title:hover {
  text-decoration: underline;
}
/*pagenavi*/
.page.archive .wp-pagenavi {
  text-align: center;
  margin: 40px 0 0;
}
.page.archive .wp-pagenavi a,
.page.archive .wp-pagenavi span {
  display: inline-block;
  border: 1px solid var(--gray_01);
  padding: 5px 10px;
  margin: 0 5px 5px;
  transition: 0.3s;;
}
.page.archive .wp-pagenavi a:hover {
  background: var(--main_color);
  color: #fff;
}
.page.archive .wp-pagenavi span.current {
  background: var(--main_color);
  color: #fff;
}


/* -----------------------------------------------------------
  Contact
----------------------------------------------------------- */
.page .form {
  margin: 0 0 90px;
}
.page .form dl {
  display: flex;
  margin: 0;
  border-bottom: 1px dashed #cccccc;
}
.page .form dl:first-of-type {
  border-top: 1px dashed #cccccc;
}
.page .form dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 250px;
  font-size: 16px;
  margin: 0;
  padding: 15px 12px;
}
.page .form dt span {
  font-size: 12px;
}
.page .form dt span.required {
  color: #da0000;
}
.page .form dd {
  width: calc(100% - 250px);
  padding: 15px 20px;
}
.inquiry.confirm .contact_A .form dd .text_cont,
.inquiry-dev.confirm .contact_A .form dd .text_cont {
  display: none;
}
.page .form dd .text_cont .editor_contents {
  padding: 0;
}

/* input */
.confirm .page .form dd.agree .text_cont {display: none;}
.page .form dd input,
.page .form dd textarea {
  font-family: 'Noto Sans JP', sans-serif;  
  width: 100%;
  padding: 8px 10px;
  background: #eeeeee;
}
.page .form dd input::placeholder,
.page .form dd textarea::placeholder {
  color: #999999;
}
.page .form dd input:focus,
.page .form dd textarea:focus {
  border: 2px solid var(--main_color);
}

.page .form dd input[type="radio"],
.page .form dd input[type="checkbox"] {
  display: none;
}
.page .form dd input[type="radio"] + span,
.page .form dd input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.page .form dd input[type="radio"] + span::before,
.page .form dd input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: rgba(97, 132, 195, 0.1);
  margin: auto;
}
.page .form dd input[type="radio"] + span::before {
  border-radius: 50%;
}
.page .form dd input[type="radio"] + span::after,
.page .form dd input[type="checkbox"] + span::after {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: var(--main_color);
  margin: auto;
}
.page .form dd input[type="radio"] + span::after {
  width: 8px;
  height: 8px;
  left: 5px;
  border-radius: 50%;
}
.page .form dd input[type="radio"]:checked + span::after,
.page .form dd input[type="checkbox"]:checked + span::after {
  content: "";
}
.page .form input[type="checkbox"] {
  all: revert;
}
.page .form input[type="checkbox"] + label {
  cursor: pointer;
}
.page .form_btn {
  display: block;
  text-align: center;
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: var(--main_color);
  border-radius: 5px;
  padding: 8px 0;
  margin: auto;
  cursor: pointer;
  transition: 0.3s;
}
.page .form_btn:disabled {
  opacity: 0.5;
  cursor: auto;
}
.page .form_btn:hover {
  opacity: 0.5;
}
.page .form_btn.back {
  background: var(--logo);
  margin: 30px auto 0;
}
/*other*/
.page .form dd.budget input {
  width: calc(100% - 80px);
  margin-right: 10px;
}
.page.inquiry .pulldown,
.page.inquiry-dev .pulldown {
  width: 100%;
}
.page.inquiry .pulldown::after,
.page.inquiry-dev .pulldown::after {
  right: 20px;
  border-top: 8px solid #fff;
}
.page.inquiry .pulldown > select,
.page.inquiry-dev .pulldown > select {
  width: 100%;
  background: var(--main_color);
  font-weight: 400;
  color: #fff;
  padding: 7px 40px 7px 15px;
}
.page.check .inquiry_cont {display:none;}

/*確認画面*/
.inquiry .check_cont,
.inquiry-dev .check_cont {
  display: none;
}
.inquiry .mw_wp_form_confirm .check_cont,
.inquiry-dev .mw_wp_form_confirm .check_cont {
  display: block;
}
.inquiry .mw_wp_form_confirm .check_none,
.inquiry-dev .mw_wp_form_confirm .check_none {
  display: none;
}


/* -----------------------------------------------------------
  Sitemap
----------------------------------------------------------- */
.sitemap .sitemap_cont {
  border-top: 2px solid var(--main_color);
  border-bottom: 1px dashed #8a8a8a;
}
.sitemap .sitemap_cont .top {
  text-align: left;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
}
.sitemap .sitemap_cont .top a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px dashed #8a8a8a;
}
.sitemap .sitemap_cont ul.page {
  margin: 0 0 0 12%;
}
.sitemap .sitemap_cont ul.subpage {
  margin: 15px 0 15px 12%;
}
.sitemap .sitemap_cont ul.page > li.menu {
  border-bottom: 1px dashed #8a8a8a;
}
.sitemap .sitemap_cont ul.page > li a,
.sitemap .sitemap_cont ul.subpage > li a {
  display: block;
}
.sitemap .sitemap_cont .top a:hover,
.sitemap .sitemap_cont ul.page > li a:hover,
.sitemap .sitemap_cont ul.subpage > li a:hover {
  color: var(--main_color);
}
.sitemap .sitemap_cont ul.page > li > a {
  padding: 15px 20px;
  border-bottom: 1px dashed #8a8a8a;
}
.sitemap .sitemap_cont ul.page > li.pre a {
  pointer-events: none;
  color: #999 !important;
}
.sitemap .sitemap_cont ul.page > li:last-child > a {
  border: none;
}
.sitemap .sitemap_cont ul.page > li > ul {
  margin: 0 0 0 12%;
}
.sitemap .sitemap_cont ul.page > li > ul > li > a,
.sitemap .sitemap_cont ul.subpage > li > a {
  padding: 5px 20px;
}
.sitemap .sitemap_cont ul.page > li > ul > li:nth-of-type(2) {
  margin-top: 15px;
}
.sitemap .sitemap_cont ul.page > li > ul > li:last-child {
  margin-bottom: 15px;
}

/* -----------------------------------------------------------
  sustainability_top
----------------------------------------------------------- */
.approach_cont {
  background: #e5effa;
  margin-top: 90px;
  padding: 80px 0 120px;
}
.approach_cont .teams_top {
  margin: 0 0 60px;
}
.approach_cont h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 75px;
}
.approach_cont h2 span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}
.approach_cont h3.approach_h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: var(--main_color);
  margin: 0 0 40px;
  padding: 0;
  border-bottom: none;
}
.approach_cont h3.approach_h3.roboto {
  font-weight: 700;
}


.approach_cont .sdgs_lab_cont {
  color: #fff;
  text-align: center;
  margin: 0 0 60px;
}
.approach_cont .sdgs_lab_cont > a {
  display: block;
  background: var(--main_color);
  padding: 60px 50px 40px;
  opacity: 1;
  transition: 0.3s;
}
.approach_cont .sdgs_lab_cont > a:hover {
  opacity: 0.5;
}
.approach_cont .sdgs_lab_cont .logo {
  max-width: 770px;
  margin: 0 0 15px;
}
.approach_cont .sdgs_lab_cont .logo + p {
  line-height: 2;
}

.page.sustainability .group_list > li a {
  display: block;
  opacity: 1;
  transition: 0.3s;
}
.page.sustainability .group_list > li a:hover {
  opacity: 0.6
}
.page.sustainability .group_list > li figure.icon {
  background: #fff;
  padding: 10px;
}
.page.sustainability .group_list > li figure.icon > p {
  font-family: 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.page.sustainability .group_list > li figure.icon.sdgs_lab {
  background: var(--main_color);
}
.page.sustainability .group_list > li > a:hover > figure.icon {
  border: 1px solid #e0e0e0;
}
.page.sustainability .group_list > li .title {
  text-align: left;
  padding: 0;
  border-bottom: none;
}
.page.sustainability .group_list > li.private .title {
  color: #ed1c24;
}
.page.sustainability .group_list > li .approach_cat {
  font-size: 14px;
  color: var(--main_color);
  font-weight: 700;
  margin: 0 0 10px;
}
.page.sustainability .group_list > li .sdgs_icon {
  font-size: 0;
  text-align: right;
  margin-top: 15px;
}
.page.sustainability .group_list > li .sdgs_icon li {
  display: inline-block;
  width: 16.6%;
  padding: 2px;
}


/* -----------------------------------------------------------
  Materiality
----------------------------------------------------------- */
.materiality_list {
  border-top: 1px dashed #c2c2c2;
  margin: 0 0 100px;
}
.materiality_list > li {
  padding: 30px 0;
  border-bottom: 1px dashed #c2c2c2;
}
.materiality_list > li > dl {
  display: flex;
}
.materiality_list > li > dl + dl {
  margin-top: 40px;
}
.materiality_list > li > dl > dt {
  width: 300px;
  margin: 0 40px 0 0;
}
.materiality_list > li > dl > dt span.step {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--main_color);
  font-size: 21px;
  font-weight: 700;
  padding: 18px;
  background: #e5effa;
}
.materiality_list > li > dl > dt span.step.blue {
  background: var(--main_color);
  color: #fff;
}
/* 入力欄スタイル */
.materiality_list > li > dl > dd {
  width: calc(100% - 340px);
}
.materiality_list > li > dl > dd .sdgs_icon {
  font-size: 0;
}
.materiality_list > li > dl > dd .sdgs_icon li {
  display: inline-block;
  width: 72px;
  margin: 0 9px 9px 0;
}
.materiality_list > li > dl > dd > ul li::before {
  content: "●";
  margin-right: 0.5em;
}
.materiality_list > li > dl > dd a {
  text-decoration: underline;
  color: var(--main_color);
}


/* -----------------------------------------------------------
  editor_contents
----------------------------------------------------------- */

.editor_contents > *:first-child {margin-top: 0;}
.editor_contents h2 {
  font-size: 24px;
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
  margin: 90px 0 30px;
}
.page h3,
.editor_contents h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0 20px;
  padding: 0 0 5px;
  border-bottom: 2px solid #363636;
}
.page h4,
.editor_contents h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--main_color);
  margin: 30px 0 20px;
}
.editor_contents h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0 20px;
}
.editor_contents h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 30px 0 20px;
}
.editor_contents p,
.editor_contents > div {
  margin: 0 0 1em;
}
.editor_contents a {
  color: var(--main_color);
  text-decoration: underline;
}
.editor_contents ul,
.editor_contents ol {
  margin: 0 0 1em 1.5em;
  list-style-type:decimal;
}
/*
.editor_contents ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.editor_contents ul li::before {
  content: "■";
  color: #6184c3;
  font-size: 10px;
  margin: 0 5px 0 0;
}
*/
.editor_contents ul  {
  list-style-type: disc;
}
.editor_contents ol  {
  list-style-type:decimal;
 }

.editor_contents strong {
  font-weight: 900;
}
.editor_contents hr {
  border-top: 1px solid var(--main_color);
  margin: 60px 0;
}
.editor_contents figure {
  width: auto;
  margin: 0 0 30px;
}
.editor_contents figure figcaption {
  font-size: 12px;
  text-align: center;
}
.editor_contents img {
  height: auto !important;
}

.editor_contents .map_cont {
  position: relative;
  width: 100%;
  height: 460px;
  margin: 0 0 20px;
}
.editor_contents .map_cont > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor_contents .accordion_btn {
  color: var(--main_color);
  cursor: pointer;
}
.editor_contents .accordion_btn::after {
  content: "▶";
  display: inline-block;
  margin: 0 0 0 5px;
  transition: 0.5s;
}
.editor_contents .accordion_btn.open::after {
  transform: rotate(90deg);
}
.editor_contents .accordion_btn:hover {
  text-decoration: underline;
}
.editor_contents .accordion {
  display: none;
  background: rgba(170, 170, 170, 0.1);
  padding: 50px;
  margin: 0 0 20px;
}
.editor_contents .accordion .wp-block-group__inner-container > *:first-child {margin-top: 0;}
.editor_contents .accordion .wp-block-group__inner-container > *:last-child {margin-bottom: 0;}

.editor_contents .wp-block-group.member {
  background: #eaeaea;
}
.editor_contents .wp-block-group.member .wp-block-column {
  min-width: 50%;
  margin: 0;
}
.editor_contents .wp-block-group.member .wp-block-column:first-of-type {
  padding: 1em;
}
.editor_contents .wp-block-group.member .wp-block-column figure {
  margin: 0;
}

.editor_contents .wp-block-quote {
  padding-left: 1em;
  border-left: 2px solid #e0e0e0;
}



/* -----------------------------------------------------------
  Gutenberg
----------------------------------------------------------- */
/* 背景色 */
.has-blue-background-color {
  background-color: #6184c3;
}
.has-bg-blue-background-color {
  background-color: #eff2f9;
}
.has-gray-background-color {
  background-color: #c8c8c8;
}
.has-light-gray-background-color {
  background-color: #eaeaea;
}
.has-text-black-background-color {
  background-color: #444444;
}
.has-white-background-color {
  background-color: #ffffff;
}
/* 文字色 */
.has-blue-color {
  color: #6184c3;
}
.has-bg-blue-color {
  color: #eff2f9;
}
.has-gray-color {
  color: #c8c8c8;
}
.has-light-gray-color {
  color: #eaeaea;
}
.has-text-black-color {
  color: #444444;
}
.has-white-color {
  color: #ffffff;
}

/*Table*/

.editor_contents .wp-block-table {
  text-align: left;
}
.editor_contents .wp-block-table thead tr {
  font-size: 16px;
  font-weight: 500;
}
.editor_contents .wp-block-table tr {
  border-bottom: 1px dashed #c2c2c2;
}
.editor_contents .wp-block-table tr:first-of-type {
  border-top: 1px dashed #c2c2c2;
}
.editor_contents .wp-block-table tr th,
.editor_contents .wp-block-table tr td {
  padding: 35px 10px 35px 40px;
}

.editor_contents .wp-block-table.is-style-stripes {
  background: #fff;
  text-align: left;
}
.editor_contents .wp-block-table.is-style-stripes thead tr {
  background: #c8c8c8;
  font-size: 16px;
  font-weight: 500;
}
.editor_contents .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #fff;
}
.editor_contents .wp-block-table.is-style-stripes tbody tr:nth-of-type(2n) {
  background: #eeeeee;
}
.editor_contents .wp-block-table.is-style-stripes tr {
  border: none;
}
.editor_contents .wp-block-table.is-style-stripes tr th,
.editor_contents .wp-block-table.is-style-stripes tr td {
  padding: 5px 25px;
}
/*Columns*/
.editor_contents .wp-block-columns {
  margin-bottom: 40px;
}
.editor_contents .wp-block-group.member .wp-block-columns {
  margin-bottom: 1em;
}