@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600&display=swap');

:root{
  --main-color: #333333;
  --sub-color: #707F87;
  --font-color: #333333;
  --bg-color: #F4F4F4;
  
  --main-font:  'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", 'Roboto', sans-serif;
  --en-font:  'Josefin Sans', 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", 'Roboto', sans-serif;
  --title-font:  游明朝, "Yu Mincho", YuMincho, 'Noto Serif JP', HGS明朝E, "ＭＳ Ｐ明朝", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", 'Roboto', sans-serif;
}

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

img {
	display: inherit;
}

ol, ul {
	list-style: none;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

* {
	box-sizing: border-box;
	word-break: normal;

	background-repeat: no-repeat;
}



div#ie_container {
	display: none;
	width: 100%;
	height: 100%;
	margin: auto;

	div.cover {
		width: 100%;
		height: 100%;
		max-width: none;
		position: fixed;
		top: 0;
		left: 0;
		text-align: center;
		margin: auto;

		p {
			width: 100%;
			position: absolute;
			font-size: 12px;
			top: 50%;
			left: 0;
			right: 0;
			text-align: center;
		}
	}
}

.ie7 body { overflow: hidden; background: #FFFFFF; }
.ie7 div#container { display: none; }

.ie8 body { overflow: hidden; background: #FFFFFF; }
.ie8 div#container { display: none; }
.ie8 div#ie_container { display: inherit; }
html,
body {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

body {
	font-family: var(--main-font);
	color: var(--font-color);
	font-size: 0;  
}
.body-wrapper{
  font-size: 16px;
	line-height: 1.5;
  overflow:hidden;
}
a {
  color: var(--font-color);
  text-decoration:none;
}
p {
  line-height: 1.875;
}

div#container {
	width: 100%;
	height: 100%;
}

body.noscroll{
  overflow: hidden;
}

/* 選択テキストのカラー */
::selection { background: var(--main-color); color: #FFF; }
::-moz-selection { background: var(--main-color); color: #FFF; }

picture {
	display: block;
}

img{
	max-width: 100%;
}

br {
	line-height: inherit;
}

hr {
	height: 1px;
	clear: both;
	border: none;
	border-top: $border-color 1px solid;
	color: #FFF;
}

.unselectable {
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@media screen and (max-width: 768px) {
  html,
  body{
    min-width:inherit;
  }
}
@media screen and (max-width: 568px) {
  .body-wrapper{
    font-size: 14px;
  }
}
.hs-tools-menu.hs-collapsed{
  display:none;
}

/* component */
/* Common Title */

.c-title {
	margin: 0 auto 20px auto;
	font-weight: 600;
  font-size: 40px;
	line-height: 1.5;
  font-family: var(--title-font);
  letter-spacing:-0.03em;
}

.c-title__lv3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--title-font);
  letter-spacing:-0.03em;
  margin-bottom:5px;
}
.c-title__lv4 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 28px !important;
  }
  .c-title__lv3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  .c-title {
    font-size: 25px !important;
    margin-bottom:10px;
  }
}
.c-text__enTitle {
  font-size: 120px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .3em;
  font-family: var(--en-font);
  color: rgba(112,127,135,.23);
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .c-text__enTitle:not(.c-head .c-text__enTitle) {
    font-size:80px !important;
    margin-left:0;
    margin-bottom:-10px;
  }
}
@media screen and (max-width: 568px) {
  .c-text__enTitle:not(.c-head .c-text__enTitle)  {
    font-size:40px !important;
    margin-bottom:-10px;
  }
}
.c-button {
  display: inline-block;
  font-weight: bold;
  padding:9px 41px;
  background: var(--main-color);
  border:1px solid var(--main-color);
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing:0.1em;
  transition: all .3s ease;
}
.c-button:hover{
  opacity:1;
  background:#fff;
  color:var(--main-color);
}
.c-categoryList{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
}
.c-categoryList__item {
  margin-left: 5px;
  margin-bottom:10px;
}
.c-categoryList .c-category:not(.--current){
  background: #fff;
  color: #A0C0DE;
}

.c-categoryList .c-category_news{
  background:#D3E8E8 !important;
  color:var(--main-color) !important;
  font-size:13px;
  padding: 9px 20px;
      border-radius: 20px;
  display:inline-block;
}
.c-categoryList .c-category_news.--current{
  border:1px solid #D3E8E8 !important;
  background:#fff !important;
}
@media screen and (max-width: 768px) {
  .c-categoryList .c-category_news{
  padding: 4px 15px;
}
}
.c-mediaList.--2column,
.c-mediaList.--3column{
  display: flex;
  justify-content: space-between;
}
.c-mediaList__item{
  margin-bottom:70px;
}
.c-mediaList.--2column .c-mediaList__item{
  width: 45%;
}
.c-mediaList.--3column .c-mediaList__item{
  width: 32%;
}
.c-mediaList.--2column .c-postMeta,
.c-mediaList.--3column .c-postMeta{
  justify-content: space-between;
}
.c-mediaList.--list .c-mediaList__box{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}
.c-mediaList__thumb{
  position: relative;
  border-radius:10px;
 overflow:hidden;
  transition:all 0.3s ease;
}
.c-mediaList.--3column .c-mediaList__thumb{
  margin-bottom:17px;
}
.c-mediaList.--list .c-mediaList__thumb{
  width: 40%;
}
.c-mediaList.--list .c-mediaList__content{
  width: 55%;
}
.c-mediaList.--top .c-mediaList__thumb {
  width: 42.5%;
}
.c-mediaList__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66%;
}
.c-mediaList__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.c-mediaList__cats{
  display: flex;
  gap: 10px;
}
.c-mediaList__title{
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 11px;
}
.c-mediaList__content > p{
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.c-mediaList__item a:hover .c-mediaList__thumb{
  opacity:0.7;
}
.c-mediaList__item a:hover .c-mediaList__title{
  text-decoration:underline;
}

@media screen and (max-width: 768px) {
  .c-mediaList.--2column .c-mediaList__item{
    width:48%;
  }
  .c-mediaList__title{
    font-size:18px;
  }
  .c-mediaList__item{
  margin-bottom:30px;
}
}
@media screen and (max-width: 568px) {
  .c-mediaList.--2column,
.c-mediaList.--3column{
  flex-direction:column;
  }
  .c-mediaList.--2column .c-mediaList__item,
  .c-mediaList.--3column .c-mediaList__item{
    width:100%;
  }
  .c-mediaList.--list .c-mediaList__box{
    flex-direction:column;
  }
  .c-mediaList.--list .c-mediaList__thumb{
    width:100%;
    margin-bottom:20px;
  }
  .c-mediaList.--list .c-mediaList__content{
    width:100%;
  }
}
.c-postMeta {
  display: flex;
  align-items: center;
}
.c-postMeta__date {
  color: #707F87;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  font-family:var(--en-font);
}
.c-postMeta__cats{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 568px) {
  .c-postMeta {
    flex-wrap:wrap;
  }
}
.c-category{
  padding: 2px 13px;
  background: #A0C0DE;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 12px;
  border: solid 1px #A0C0DE;
}
.c-category_news{
  background:#D3E8E8;
  color:#333333;
  border:none;
}
.newsContent{
  background:#fff !important;
}
.page-news .c-blogPagination__list{
  background:#F4F4F4;
}
.page-news .c-blogPagination{
  width:100%;
  margin-top:20px;
   justify-content:center;
}
.page-news .mediaContent__head .c-blogPagination{
  justify-content:flex-end;
}
.c-newsList{
  border-top: #E5E5E5 1px solid;
  margin-bottom:70px;
}
.c-newsList__item{
  border-bottom: #E5E5E5 1px solid;
  padding: 27px 0 13px
}
.c-newsList__title {
  margin-top: 10px;
  overflow: hidden;
	max-height: 52.5px;
	line-height: 1.875;
    font-size:14px;
}
.c-newsList__title .textline {
   overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.875;
}
.c-newsList__item:hover .c-newsList__title{
  text-decoration:underline;
}
/*pager*/
.c-blogPagination{
  display: flex;
  align-items: center;
    justify-content: flex-end;
}
.c-blogPagination__pages{
  display: flex;
  align-items: center;
  margin-right:18px;
}
.c-blogPagination__pages p{
  font-size:13px;
  letter-spacing:0.1em;
}
.c-blogPagination__pages > span{
  font-family: var(--en-family);
  font-size:14px;
}
.c-blogPagination__list{
  color: var(--font-color);
  border: none;
  border-radius: 0px;
  margin: 0 7px 0 10px;
  font-family: var(--en-family);
  border:none !important;
  outline:none;
  width: 50px;
  font-size:14px;
  background: #fff;
  padding: 3px 5px
}
.pagination-selected-list:focus{
  border:none;
}
.c-blogPagination__link{
  display: block;
  width: 38px;
  height: 38px;
}
.c-blogPagination__link.--disabled circle{
  fill: rgba(112,127,135,.15);
  stroke: rgba(112,127,135,.15);
}
.c-blogPagination__link.--disabled path{
  fill: #fff;
}
.c-blogPagination__next{
  margin-left: 10px;
}
.c-blogPagination__prev{
}

@media screen and (max-width: 768px) {
  .c-blogPagination{
    width:100%;
  }
}
/* Common Title */

.c-head {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	padding-top: 137px;
  position:relative;
  z-index:1;
}
.c-head__inner {
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.c-head.--noImage .c-head__inner{
  padding-bottom:69px;
}
.c-head .c-text__enTitle {
  font-size: 68px;
}
.c-head__text {
  position:absolute;
  left: 6.88%;
  top: 0;
}
.c-head.--noImage .c-head__text {
  position: static;
  margin-left: 6.88%;
}
.c-head__ja{
	font-weight: 600;
  font-size: 20px;
	line-height: 1.5;
  font-family: var(--title-font);
  letter-spacing:-0.03em;
}
.c-head__image {
  margin-left: auto;
  width: 60.68%;
}

.c-head.--about {
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/about/head-bg.jpg);
}

.c-head.--purpose {
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/purpose/head-bg.jpg);
  margin-bottom:70px;
}

.c-head.--message {
/*   background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/message/head-bg.jpg); */
}
.c-head.--message:before{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/message/head-bg.jpg) no-repeat left bottom;
  background-size:contain;
}
.c-head.--media:before {
  position:absolute;
  content:"";
  width:100%;
  height:143%;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/media/head-bg.jpg) no-repeat top right;
  background-size:cover;
      top: 0;
    right: 0;
  z-index:-1;
}
.c-head.--history{
	background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/history/head-bg.jpg);
	background-size: contain;
	background-position: left bottom;
}
.c-head.--history .c-head__inner {
	padding-bottom: 100px;
}
.c-head.--policy .c-head__inner{
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.c-head.--policy .c-head__text{
  margin-left: 0;
}
.c-head.--sustainability{
	background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/sustainability/head-bg.jpg);
	background-size: contain;
	background-position: left bottom;
}
.c-head.--recruit{
	background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/recruit/head-bg.jpg);
	background-size: contain;
	background-position: left bottom;
}

@media screen and (max-width: 768px) {
  .c-head{
    padding-top:88px;
  }
  .c-head__inner{
    height: auto;
    display: flex;
    flex-direction: column-reverse
  }
  .c-head.--noImage .c-head__inner{
    height:auto;
  }
  .c-head__text{
    position: static;
    width: 90%;
    margin: 20px auto 0;
  }
  .c-head__image{
    width:100%;
    height:40vw;
    min-height:200px;
  }
  .c-head__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
  }
  .c-head .c-text__enTitle{
    font-size:58px;
    line-height: 1;
  }
  .c-head.--purpose {
    margin-bottom:30px;
  }
  .c-head.--policy .c-head__inner{
    padding-bottom: 35px;
  }
  .c-head.--policy .c-text__enTitle{
    font-size: 38px;
    text-align: center;
  }
  .c-head.--recruit .text-recruit{
    display: none
  }
  .c-head.--media:before {
    background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/media-bg_sp.png);
    height:53vw;
  }
  
}
@media screen and (max-width: 568px) {
    .c-head .c-text__enTitle{
    font-size:50px;
  }
}
.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.c-table.--tbBlock {
  @media screen and (max-width: 768px){
    thead,
    tbody,
    tfoot,
    tr {
      display: block;
      width: 100%;
    }
    tr {
      th,
      td {
        display: block;
        width: 100%;
      }
    }
  }
}

.c-table.--spBlock {
  @media screen and (max-width: 568px){
    thead,
    tbody,
    tfoot,
    tr {
      display: block;
      width: 100%;
    }
    tr {
      th,
      td {
        display: block;
        width: 100%;
      }
    }
  }
}
.c-list{
  margin-top:5px;
}
.c-list li{
      font-weight: 500;
    color: var(--sub-color);
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.c-list li:before{
      content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(112,127,135,.23);
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 768px) {
  .c-list li{
    padding-left: 10px;
    font-size: 14px;
  }
  .c-list li:before{
    top:7px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.c-breadcrumbs{
  padding:13px 0 12px;
  width: 96%;
  max-width: 1216px;
  margin: 0 auto;
  overflow:auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-breadcrumbs::-webkit-scrollbar {
 display:none;
}
.c-breadcrumbs-list{
  display: flex;
margin:0;
  padding:0;
  width:max-content;

}
.c-breadcrumbs li{
  padding-right: 9px;
  margin-right: 5px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/common/arrow_pan.svg) no-repeat center right;
  background-size: 4px 7px;
  list-style: none;
}

.c-breadcrumbs li:last-child{
  padding-right:0;
  background: none !important;
}
.c-breadcrumbs li,
.c-breadcrumbs a{
  font-size:12px;
  color:#707F87;
}

@media screen and (max-width: 568px){
  .c-breadcrumbs{
  width: 89.33%;
  }
}

.page-about .c-breadcrumbs-wrapper,
.page-history .c-breadcrumbs-wrapper,
.page-media .c-breadcrumbs-wrapper{
      background: var(--bg-color);
}

/* Utility */
@charset "utf-8";
@use "../index" as *;

// margin
.u-mt_10{margin-top:10px;}
.u-mt_20{margin-top:20px;}
.u-mt_30{margin-top:30px;}
.u-mt_50{margin-top:50px;}
.u-mt_70{margin-top:70px;}
.u-mt_100{margin-top:100px;}

@media screen and (max-width: 768px) {
	.u-mt_20{margin-top:15px;}
	.u-mt_30{margin-top:20px;}
	.u-mt_50{margin-top:30px;}
  .u-mt_70{margin-top:50px;}
	.u-mt_100{margin-top:50px;}
}

@media screen and (max-width: 568px) {
	.u-mt_20{margin-top:15px;}
	.u-mt_50{margin-top:25px;}
}


.u-mb_10{margin-bottom:10px;}
.u-mb_20{margin-bottom:20px;}
.u-mb_30{margin-bottom:30px;}
.u-mb_50{margin-bottom:50px;}
.u-mb_100{margin-bottom:100px;}

@media screen and (max-width: 768px) {
	.u-mb_20{margin-bottom:15px;}
	.u-mb_30{margin-bottom:20px;}
	.u-mb_50{margin-bottom:30px;}
	.u-mb_100{margin-bottom:50px;}
}

@media screen and (max-width: 568px) {
	.u-mb_20{margin-bottom:15px;}
	.u-mb_50{margin-bottom:25px;}
}


.u-mr_05{margin-right:5px;}
.u-mr_10{margin-right:10px;}
.u-mr_15{margin-right:15px;}
.u-mr_20{margin-right:20px;}
.u-mr_30{margin-right:30px;}

.u-ml_05{margin-left:5px;}
.u-ml_10{margin-left:10px;}
.u-ml_15{margin-left:15px;}
.u-ml_20{margin-left:20px;}
.u-ml_30{margin-left:30px;}
/* 表示/非表示の調整クラス */
.u-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-hide__sp {
		display: none;
	}
}
@media screen and (min-width: 769px) {
.u-hide__pc {
		display: none;
	}
}

@media screen and (max-width: 568px) {
.u-hide_less_sp {
		display: none;
	}
}

@media screen and (min-width: 569px) {
.u-hide_more_sp {
		display: none;
	}
}
/* 表示/非表示の調整クラス */
.u-textAlign__center {
  text-align: center;
}
.u-textAlign__left {
  text-align: left;
}
.u-textAlign__right {
  text-align: right;
}

/* Layout */
.page-front {
  background-color: var(--bg-color);
}
.page-sub {
  background-color: #fff
}
/* ------------ BASS LAYOUT ------------ */


.l-wrapper {
  width: 95%;
	max-width: 1100px;
	margin: auto;
	position: relative;
}

.l-wrapper.--mini {
  width: 90%;
	max-width: 1030px;
}

@media screen and (max-width: 568px) {
  
  .l-wrapper {
    width:89.33%;
  }
}
.l-header {
    width: 100%;
    background: #fff;
  transition: background-color .3s ease;
    min-width: 1000px;
}
.l-header__inner {
  position: relative;
  padding: 0 35px;
  display: flex;
  align-items: center;
  height: 66px;
  transition: height .3s ease;
}

@media screen and (max-width: 768px) {
  .l-header {
    min-width: inherit;
  }
    .l-header__inner {
        height: 63px !important;
      padding:0 15px;
    }
  
}
.l-header__logo a {
    display: block;
}
.l-header__logo a img {
    width: 155.89px;
    height: auto;
}
.l-header__cv {
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header__cv {
    display: none;
  }
  .l-header__logo a img {
    width:163px;
  }
}
.l-header__cv a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__cv a span,
.l-header-sp__cv span{
  font-weight: bold;
/*   background-size: 20px 20px;
   */
  letter-spacing:0.1em;
  padding: 7px 20px;
  white-space: nowrap;
  background: var(--main-color);
  border:1px solid var(--main-color);
  color: #fff;
  border-radius: 15px;
  font-size: 11px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.l-header__cv a:hover span {
  opacity:1;
  background:#fff;
  color:var(--main-color);
}
.l-header-sp__cv{
  margin:0 15px;
}

header {
    position: fixed;
    z-index: 100;
}
.header-nav {
  margin-left: auto;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .header-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 70%;
        overflow: auto;
        background-color: #fff;
        z-index: 1000;
        -webkit-transform: none;
        transform: none;
    }
}
.header-nav__list {
    display: flex;
}
@media screen and (max-width: 768px) {
    .header-nav__list {
        flex-direction: column;
        width: 100%;
        padding: 70px 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .header-nav__item {
        width: 100%;
        border-bottom: #ececec 1px solid;
    }
}
.header-nav__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
    .header-nav__item a:hover {
        text-decoration:underline;
    }
}
@media screen and (max-width: 768px) {
    .header-nav__item a {
        padding: 15px;
    }
}
.header-nav__item.switching {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-nav__item.switching {
        display: inherit;
    }
}

.header-nav__item--parent {
    position: relative;
}
.header-nav__item--parent > a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow/input_select.svg);
    background-position: center right;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
ul.header-nav__list-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 0.7);
}
ul.header-nav__list-sub li a {
    font-size: 14px;
    padding: 0 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    background-position: left top 5px;
    white-space: nowrap;
    text-align: left;
    line-height: 1.7;
    opacity: 0;
    border: none;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    ul.header-nav__list-sub {
        position: static;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        z-index: auto;
        padding: 0 0 15px 25px;
        overflow: inherit;
        height: auto;
        background: inherit;
    }
    ul.header-nav__list-sub li {
        height: auto;
        overflow: inherit;
        padding: 0;
    }
    ul.header-nav__list-sub li a {
        opacity: 1;
        font-size: 13px;
        background-image: url("../img/arrow/arrow_right_c.svg");
        background-position: left top 10px;
    }
    ul.header-nav__list-sub li a:hover {
        letter-spacing: inherit;
    }
}
@media screen and (min-width: 769px) {
    .header-nav__item--parent:hover ul.header-nav__list-sub {
        padding: 5px 5px;
    }
    .header-nav__item--parent:hover ul.header-nav__list-sub li {
        padding: 5px 10px;
        overflow: visible;
        height: auto;
    }
    .header-nav__item--parent:hover ul.header-nav__list-sub li a {
        padding: 0 10px;
        opacity: 1;
        background-image: url("../img/arrow/arrow_right_c.svg");
    }
}
body.drawer_open {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.l-header__toggle-btn {
    display: none;
}
@media screen and (max-width: 768px) {
    .l-header__toggle-btn {
      position: absolute;
      z-index: 1001;
      top: 5px;
      right: 11px;
      display: block;
      box-sizing: content-box;
      width: 18px;
      height:16px;
      padding: 17px 16px;
      background:var(--main-color);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      border: 0;
      outline: 0;
      border-radius:50%;
    }
}
.l-header__toggle-btn-bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    -webkit-transition: background-color 0.35s ease, transform 0.35s ease;
    transition: background-color 0.35s ease, transform 0.35s ease;
}
.l-header__toggle-btn-bar + .l-header__toggle-btn-bar {
    margin-top: 7px;
}
.l-header__toggle-btn.toggle_active .l-header__toggle-btn-bar {
    background-color: #fff;
}
.l-header__toggle-btn.toggle_active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    width: 18px;
}
.l-header__toggle-btn.toggle_active .middle {
    opacity: 0;
}
.l-header__toggle-btn.toggle_active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    width: 18px;
    margin-left: 0;
}
.drawer_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 768px) {
    .header-nav {
        display: none;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
      margin-right:0;
    }
    .header-nav.is_open {
        display: block;
        top: 0;
        opacity: 1;
        animation-duration: 0.4s;
        animation-name: fadeInRight;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeOutScale {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}
.l-footer {
  padding: 80px 0 40px;
    background: #707F87;
    color: #fff;
}
.l-footer .l-wrapper{
  max-width:1214px;
}
.l-footer__inner{
  display: flex;
  justify-content: space-between;
}
.l-footer__info {
    width: 40%;
}
.l-footer__addr{
  font-size: 13px;
}
.l-footer__sitemap {
  width: 48%;
  margin-right:5%;
  display: flex;
  justify-content: space-between;
}
.l-footer__sitemap__item {
   margin-bottom: 9px;
}
.l-footer__sitemap__item a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.l-footer__sitemap__item a:hover{
  text-decoration:underline;
}
.l-footer__sitemap__item.--child a {
  font-size: 13px;
  font-weight: 400;
}

.l-footer .c-button{
  background-color:transparent;
  padding:6px 19px;
  border: 1px solid #fff;
  font-size:11px;
  margin-top:25px;
}
.l-footer .c-button:hover{
  background:#fff;
  color:var(--main-color);
  text-decoration:none;
}
.l-footer__copyright {
    font-size: 12px;
      padding-top: 60px;
  opacity:0.5;
}
@media screen and (max-width: 768px) {
  .l-footer__inner{
    display: block;
  }
  .l-footer-inner__info {
    width: 100%;
  }
  .l-footer__sitemap {
    padding-left: 0;
    width: 100%;
    display: flex;
    margin-top: 40px;
  }
  .l-footer__sitemap__item {
    margin-bottom: 12px;
  }
/*   .l-footer__sitemap__item a {
    font-size: 14px;
  }
  .l-footer__sitemap__item.--child a {
    font-size: 12px;
  } */
  .l-footer__copyright {
    font-size: 12px;
    padding-top:42px;
    text-align:center;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__info{
    width:100%;
  }
  .l-footer__sitemap{
    margin-right:0;
        justify-content: flex-start;
    margin-left:28px;
  }
  .l-footer__sitemap__list{
    margin-right:40px;
  }
  .l-footer__addr{
    margin-left:28px;
    font-size:12px;
  }
  .l-footer__logo {
    margin-left:15px;
  }
}

@media screen and (max-width: 568px) {
  .l-footer__sitemap{
    flex-direction:column;
  }
    .l-footer__copyright {
        font-size: 11px;
    }
}

/* Page / Project */
/*-----------------------------------------
 * TOP Slider
------------------------------------------*/
.page-front .l-header {
  background: none;
}
.page-front .scrolled.l-header {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .page-front .l-header .l-header__inner {
    height: 107px;
  }
  .page-front .l-header.scrolled .l-header__inner {
    height: 66px;
  }
}
@media screen and (max-width: 568px) {
  .page-front p{
    line-height:2.14;
  }
}
.fvSlider {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.fvSlider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 40%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/fv-bg.png);
  z-index: 2;
}
.fvSlider__Box{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/fv-textbg.png);
}
.fvSlider__Box__image{
  position: absolute;
  top: 51%;
  left: 14%;
  transform: translateY(-50%);
  width:34.3%;
  min-width:251px;
}

.fvSlider .block img {
    width: 100%;
}
.fvSlider .swiper-button-next, .fvSlider .swiper-button-prev {
    width: 5%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .fvSlider .swiper-button-next, .fvSlider .swiper-button-prev {
        width: 10%;
    }
}
.fvSlider .swiper-button-next::after, .fvSlider .swiper-button-prev::after {
    content: "";
}
.fvSlider .swiper-button-prev {
    left: 0;
    background-image: url(../img/arrow/arrow_left_w.svg);
}
.fvSlider .swiper-button-next {
    right: 0;
    background-image: url(../img/arrow/arrow_right_w.svg);
}
.fvSlider .swiper-pagination {
  width: 38px;
  height: 100%;
  bottom: 0;
  left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
}
.fvSlider .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  width: 38px;
  height: 38px;
  opacity: .4;
  border: solid 1px #CCCCCC;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  transition: opacity .3s ease;
}
.fvSlider .swiper-pagination .swiper-pagination-bullet::after{
  content: "";
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #CCCCCC;
  border-radius: 50%;
}
.fvSlider .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.fvSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .fvSlider__Box__image{
    bottom:44px;
    left:28px;
    top:auto;
    transform:none;
  }
  .fvSlider::after {
    content:none;
  }
  .fvSlider__Box{
    background:none;
  }
  .fvSlider .swiper-pagination .swiper-pagination-bullet {
    display:none;
  }
}
@media screen and (max-width: 568px) {
  .fvSlider__Box__image{
    width:76%;
  }

}
/*-----------------------------------------
 * TOP Message
------------------------------------------*/
.topMessage{
  padding: 119px 0 200px;
  background:#fff;
}
.topMessage__inner{
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/message-bg.png);
  text-align:right;
}
.topMessage__box{
    padding-top: 50px;
    display: inline-block;
    margin-right: 67px;
  text-align: left;
  
}
.topMessage .c-text__enTitle{
  margin-left:13px !important;
}

@media screen and (max-width: 768px) {
  .topMessage__box{
    margin-right:0;
  }
  .topMessage__inner{
    background:none;
    margin-top:-47px;
  }
  .topMessage{
      background-position: right top;
  background-repeat: no-repeat;
  background-size: 231px auto;
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/message-bg_sp.png);
    padding:50px 0 65px;
  }
  .topMessage .c-text__enTitle{
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 568px) {
  .topMessage__box{
    padding-top:35px;
  }
}

/*-----------------------------------------
 * TOP About
------------------------------------------*/
.topAbout {
  padding: 110px 0 170px;
}
.topAbout__inner {
  max-width: 970px;
  position:relative;
  z-index:0;
}
.topAbout__inner:before{
  content:"";
  width:55%;
  height:376px;
  position:absolute;
  background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/top-about-bg.png) no-repeat center center;
  background-size:contain;
  right:-26%;
  bottom:0;
  z-index:-1
}
.topAbout .c-text__enTitle {
  position: absolute;
  right: -30%;
  top: 40%;
  transform: rotate(90deg) translateY(-50%);
  
}
.topAbout__list {
  margin-top: 45px;
  display: flex;
  gap: 20px
}
.topAbout__item div{
  margin-bottom: 15px;
  display:block;
}
.topAbout__item a{
  display:block;
}
.topAbout__item a:hover{
  opacity:0.8;
}
@media screen and (max-width: 1224px) {
  .topAbout .c-text__enTitle {
      right: -21%;
  }
}
@media screen and (max-width: 768px) {
  .topAboutImage{
    position:relative;
  }
  .topAboutImage:before{
    width:100%;
    height:40px;
    position:absolute;
    content:"";
    background:var(--bg-color);
    left:0;
    top:-40px;
  }
  .topAbout .c-text__enTitle{
    position:initial;
    transform:none;
    
  }
  .topAbout__inner:before{
    content:none;
  }
  .topAbout{
    background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/about-bg_sp.png) no-repeat top right;
    background-size: 355px auto;
    padding:39px 0 68px;
  }
}
@media screen and (max-width: 568px) {
  .topAbout__list{
    flex-direction:column;
    margin-top:24px;
  }
  .topAbout__button{
    text-align:center;
  }
}



/*-----------------------------------------
 * TOP Service
------------------------------------------*/
.topService {
  padding-bottom: 190px;
  overflow: hidden;
}
.topService__inner {
  display:flex;
  padding: 56px 0 75px 70px;
  justify-content: space-between;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/service-bg.png);
  background-color:#fff;
  z-index:0;
}

.topService__inner::before{
  content: "";
  position: absolute;
  top: 0;
  right: -133px;
  width: 133px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.topService .c-text__enTitle {
  text-indent: -48px;
  font-size: 100px;
}
.topService__box {
  width: 50%
}
.topService__image {
  margin-top: 25px;
  width: 41%;
    margin-right: -16px;
}
@media screen and (max-width: 768px) {
  .topService__inner{
    background:none;
  }
  .topService__inner::before{
    content:none;
  }
  .topService{
      background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/service-bg_sp.png) no-repeat left top #fff;
    background-size:355px;
    padding:48px 0 70px;
  }
  .topService__inner{
    flex-direction:column;
    padding:0;
  }
  .topService__box{
    display:contents;
  }
  .topService__box .c-text__enTitle{
    order:1;
    text-indent: 0;
  }
  .topService__box .c-title{
    order:2;
    margin-left:0;
  }
  .topService__box p{
    order:3;
  }
  .topService__image{
    order:4;
    width:100%;
    margin: 30px auto 20px;
    max-width:350px;
    
  }
  .topAbout__button{
    order:5;
    text-align:center;
  }
    
}
@media screen and (max-width: 568px) {
}

/*-----------------------------------------
 * TOP Media
------------------------------------------*/
.topMedia {
  padding: 170px 0 80px;
  background: #FFFFFF;
}
.topMedia__inner{
  max-width:1026px;
  z-index:0;
}
.topMedia__inner:before{
  content:"";
  position:absolute;
  width:102%;
  height:705px;
  background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/media-bg.png) no-repeat center top;
  background-size:contain;
  top: -193px;
    right: -64%;
  z-index:-1;
}
.topMedia .c-text__enTitle {
  font-size: 100px;
  margin-bottom:-17px;
  margin-left: -10px;
}
.topMedia__txt{
  max-width:640px;
  margin-top: -14px;
}
.topMedia__list{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topMedia__item {
  margin-top: 44px;
  width: 48%;
}
.topMedia__item__link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.topMedia__item__date {
  width: 100%;
  font-family: var(--en-font);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #707F87;
}
.topMedia__item__box {
  width: 54%;
}
.topMedia__item__title {
	overflow: hidden;
	max-height: 5.625;
	line-height: 1.875;
  font-weight:500;
}
.topMedia__item__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.875;
}
.topMedia__item__thumb {
  width: 43.5%;
  transition:all 0.3s ease;
}

.topMedia__item:hover .topMedia__item__thumb{
  opacity:0.7;
}
.topMedia__item:hover .topMedia__item__title{
  text-decoration:underline;
}

.topMedia__button{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMedia__inner:before{
    content:none;
  }
  .topMedia{
  background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/media-bg_sp.png) no-repeat right top #fff;
    background-size:100%;
    padding:53px 0 70px;
  }
  .topMedia .c-text__enTitle{
    margin-left:0;
  }
  .topMedia__list{
    margin-top:-20px;
  }

}
@media screen and (max-width: 568px) {
  .topMedia__item{
    width:100%;
  }
  .topMedia__item__link{
    flex-direction:column;
  }
  .topMedia__item__thumb{
    width:100%;
    margin-bottom:10px;
  }
  .topMedia__item__box{
    width:100%;
  }
  .topMedia__item__cats{
    margin-bottom:8px;
  }
}

/*-----------------------------------------
 * TOP Recruit
------------------------------------------*/
.topRecruit{
  padding: 90px 0 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/recruit-bg.png);
}
.topRecruit__inner {
  padding: 50px 64px 65px 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #FFFFFF;
}
.topRecruit__image {
  width: 48.5%;
}
.topRecruit__box {
  width: 46%;
}
.topRecruit .c-text__enTitle {
  font-size: 70px;
  margin-left:0;
}

@media screen and (max-width: 768px) {
  .topRecruit{
    background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/front/recruit-bg_sp.png);
    padding:73px 0 80px;
  }
  .topRecruit__inner{
    padding:30px 20px;
        flex-direction: column;
    align-items: flex-start;
  }
  .topRecruit__image{
    width:100%;

  }
  .topRecruit__box{
    width:100%;
  }
}
@media screen and (max-width: 568px) {
}

/*-----------------------------------------
 * TOP News
------------------------------------------*/
.topNews {
  padding: 90px 0 70px;
  background: #FFFFFF;
}
.topNews__inner {
  display: flex;
  justify-content: space-between;
}
.topNews .c-text__enTitle {
  font-size: 70px;
      margin-left: 0;
    margin-bottom: -10px;
}
.topNews .c-title{
  font-size:36px;
}
.topNews__box {
  width: 63.5%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .topNews {
    padding:53px 0 70px;
  }
  .topNews__inner{
    flex-direction:column;
  }
  .topNews__box{
    width:100%;
    margin-bottom:20px;
  }
}
@media screen and (max-width: 568px) {
}
/*-----------------------------------------
 * GROUP purpose
------------------------------------------*/
.aboutPurpose{
  padding-top: 215px;
  padding-bottom: 185px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/about/purpose-bg.png);
}
.aboutPurpose .c-text__enTitle{
  font-size: 71px;
  margin-bottom: 15px;
}
.aboutPurpose__message{
  margin-top: 95px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 55px 20px 60px;
    background: rgba(255,255,255,.5);
}
.aboutPurpose__message__text{
  display: inline-block;
  text-align: left;
  max-width: 586px;

}

@media screen and (max-width: 768px) {
  .aboutPurpose{
    padding: 100px 0 80px;
  }
  .aboutPurpose__message{
    margin-top:40px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 568px) {
  .aboutPurpose{
    padding-top:50px;
  }
  .aboutPurpose__inner{
    padding-top:20px;
  }
}

/*-----------------------------------------
 * 会社概要
------------------------------------------*/
.aboutOverview{
  padding: 120px 0 200px;
  background:var(--bg-color);
}
.aboutOverview__linkList{
  display: flex;
  gap: 40px;
}
.aboutOverview__linkList__item a:hover{
  opacity:0.8;
}
.aboutOverview__linkList__item img{
  border-radius:10px;
  width:100%;
}
.aboutOverview__linkList__item .c-title__lv3{
  font-size:20px;
  font-weight:600;
  padding-bottom:15px;
  border-bottom:1px solid rgba(112, 127,135, 0.5);
  position:relative;
  margin-top:-10px;
}
.aboutOverview__linkList__item .c-title__lv3:after{
  content:"";
  position:absolute;
  width:32px;
  height:32px;
  background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/common/arrow-right-c.svg) no-repeat center center;
  background-size:contain;
  bottom:20px;
  right:10px;
}
.aboutOverview__linkList__item p{
  padding-top:7px;
  font-size:17px;
  font-weight:600;
  letter-spacing:0.3em;
  font-family:var(--en-font);
  opacity:0.23;
}

.aboutOverview__cont{
  padding-top: 115px;
}
.aboutOverview-table{
  max-width: 800px;
  margin: auto;
  font-size: 15px;
  text-align: left;
  margin-top:20px;
}
.aboutOverview-table th,
.aboutOverview-table td{
  padding: 22px 20px 24px;
  border-top: #E5E5E5 1px solid;
  vertical-align:top;
}
.aboutOverview-table th {
  width: 20%;
  background: rgba(112,127,135,.3);
  min-width:115px;
}
.aboutOverview-table td {
  width: 80%;
  background:#fff;
}

@media screen and (max-width: 768px) {
  .aboutOverview{
    padding:80px 0 100px;
  }
  .aboutOverview__linkList{
    flex-direction:column;
  }
  .aboutOverview__linkList__item{
    margin-bottom:10px;
  }
  .aboutOverview__linkList__item p{
    margin-top:0;
  }
  .aboutOverview__cont{
    padding-top:60px;
  }
  .aboutOverview-table th,
.aboutOverview-table td{
  padding:15px;
  }
}
@media screen and (max-width: 568px) {
  .aboutOverview-table th,
  .aboutOverview-table td{
    width:100%;
    display:block;
  }

}
/*-----------------------------------------
 * Purpose
------------------------------------------*/


.purposeCont{
  padding-top: 100px;
  padding-bottom: 150px;
}
.purposeCont__inner{
  max-width: 760px;
}

@media screen and (max-width: 768px) {
  .purposeCont{
  padding-top: 30px;
  padding-bottom: 80px;
}
}
/*-----------------------------------------
 * Purpose
------------------------------------------*/


.messageCont{
  padding-top: 100px;
  padding-bottom: 228px;
  background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/message/message-page-bg.png) no-repeat center bottom;
  background-size:125% auto;
}

.messageCont__inner{
  max-width: 900px;
  padding: 55px 50px;
  background:#fff;
}
.messageCont__copy{
  font-size: 25px;
  margin-bottom: 75px;
  max-width:max-content;
  padding:7px 24px;
  background:url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/message/message-bracket-l.svg) no-repeat top left, url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/message/message-bracket-r.svg) no-repeat bottom right;
  background-size: 12px 32px;
}

.messageCont h2{
  padding: 2px 0 2px 14px;
  line-height: 1.3em;
  color: var(--sub-color);
  border-left: var(--sub-color) 5px solid;
  font-size: 23px;
  font-family:var(--main-fon);
  font-weight:500;
  letter-spacing:0;
}

@media screen and (max-width: 768px) {
  .messageCont__inner{
    padding:20px 10px;
  }
  .messageCont__copy{
    font-size:20px !important;
    
  }
  .messageCont h2{
    font-size:18px;
  }
}
@media screen and (max-width: 568px) {
  .c-head.--policy .c-text__enTitle{
    font-size: 26px;
  }
    .messageCont__copy{
    font-size:18px !important;
        padding: 7px 15px;
  }
}
/*-----------------------------------------
 * History
------------------------------------------*/


/* historyHead */
.historyHead{
	
}
.historyHead .historyHead__inner{
	margin: 0 auto 65px;
	background: rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	padding: 80px 55px 60px 76px;
}
.historyHead__inner-image{
	width: 43%;
}
.historyHead__inner-image img{
	width: 100%;
}
.historyHead__inner-content{
	width: 57%;
	padding-left: 75px;
}
.historyHead__inner-content .c-title__lv3{
	font-size: 26px;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
}
.historyHead__inner-content ul li{
	display: flex;
	align-items: center;
}
.historyHead__inner-content ul li span{
	width: 65px;
	padding-right: 5px;
	margin-top: 4px;
	font-weight: 500;
	font-size: 18px;
	color: var(--sub-color);
	font-family: var(--en-font);
}
.historyHead__inner-content ul li p{
	width: calc(100% - 65px);
	font-size: 14px;
}
.historyHead__inner-content ul li + li{
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.historyHead .historyHead__inner {
		margin: 0 auto 30px;
		padding: 40px 20px 0;
		display: block;
	}
	.historyHead__inner-image{
		width: 100%;
		max-width: 280px;
		margin: 0 auto 10px;
	}
	.historyHead__inner-content{
		width: 100%;
		padding-left: 0;
	}
	.historyHead__inner-content ul li{
		align-items: flex-start;
	}
  .historyHead__inner-content ul li span{
    margin-top: 2px;
  }
}

/* historyGroup */
.historyGroup{
	overflow: hidden;
	margin-bottom: 125px;
}
.historyGroup .l-wrapper{
	max-width: 1045px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.historyGroup .l-wrapper:after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/history/bg-flow.png) no-repeat right center;
	background-size: contain;
	position: absolute;
	right: -25%;
	top: 50%;
	transform: translateY(-50%);
}
.historyGroup .l-wrapper .c-title__lv3{
	padding-left: 10px;
	margin-bottom: 10px;
}
.historyGroup .l-wrapper img{
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.historyGroup{
		margin-bottom: 60px;
	}
  .historyGroup .l-wrapper{
    width: 100%;
  }
	.historyGroup__content img{
		display: block;
	}
	.historyGroup .l-wrapper:after {
		display: none;
	}
  .historyHead__inner-content{
    max-width:max-content;
    margin:0 auto;
  }
}

/*historyList*/
.historyList{
	background: var(--bg-color);
	padding: 120px 0 200px;
	position: relative;
	overflow: hidden;
}
.historyList:before{
	content: "";
	width: 598px;
	height: 368px;
	background:  url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/history/bg-flow02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 30px;
	right: -17%;
}
.historyList-group{
	display: flex;
	margin: 20px 0 30px;
}
.historyList-group p{
	margin-right: 12px;
	background: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	font-weight: bold;
	border-radius: 20px;
	padding: 8px 20px;
  cursor: pointer;
}
.historyList-group p.active{
	color: #fff;
	background: #333;
}
.historyList__content{
	padding: 55px 108px 60px 80px;
	position: relative;
	z-index: 2;
	background: #fff;
  display: none;
}
.historyList__content.active{
	display: block;
}
.historyList__content .historyList__content-item{
	display: flex;
	position: relative;
}
.historyList__content .historyList__content-item:before{
	content: "";
	width: 2px;
	height: 100%;
	background: rgba(112,127,135,.5);
	position: absolute;
	left: 12%;
	top: 15px;
}
.historyList__content .historyList__content-item {
	padding-top: 19px;
}
.historyList__content .historyList__content-item:first-child{
	padding-top: 0;
}
.historyList__content .historyList__content-item:last-child:before {
	height: calc(100% - 30px);
}
.historyList__content-item.pt30{
	padding-top: 30px;
}
.historyList__content-item.pt28 {
	padding-top: 28px;
}
.historyList__content-item.pt25 {
	padding-top: 25px;
}
.historyList__content-item.pt20 {
	padding-top: 20px;
}
.historyList__content .historyList__content-item .years{
	width: 12.5%;
	margin-top: 2px;
	text-align: right;
	padding-right: 40px;
	color: var(--sub-color);
	font-size: 22px;
	font-family: var(--en-font);
	font-weight: 500;
	position: relative;
}
.historyList__content .historyList__content-item .years:after {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #B7BEC3;
	position: absolute;
	top: 8px;
	right: -2px;
}
.historyList__content .historyList__content-item .contents{
	width: 86%;
	padding-left: 30px;
	font-size: 16px;
}
.historyList__content .historyList__content-item .contents.flex-content{
	display: flex;
}
.historyList__content .historyList__content-item .contents.flex-content .contents-desc{
	width: 73%;
	padding-right: 20px;
}
.historyList__content .historyList__content-item .contents.flex-content .contents-image{
	width: 27%;
	max-width: 170px;
}
@media screen and (max-width: 1130px) {
  .historyHead .historyHead__inner{
    padding: 80px 0 60px ;
  }
  
}
@media screen and (max-width: 768px) {
	.historyList{
		padding: 60px 0 100px;
	}
  .historyList .l-wrapper{
    width: 100%;
  }
  .historyList .c-title__lv3{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
	.historyList-group{
    width: 95%;
		margin: 20px auto;
	}
	.historyList-group p{
		padding: 10px;
		font-size: 12px;
	}
	.historyList__content{
		padding: 48px 20px 40px;
	}
  .historyList__content .historyList__content-item{
    padding-top: 28px;
    padding-left: 14px;
    display: block;  
  }
	.historyList__content .historyList__content-item:last-child:before {
		height: calc(100% - 10px);
	}
	.historyList__content .historyList__content-item:before{
		left: 1px;
    width:1px;
	}
  .historyList__content .historyList__content-item .years{
		width: 100%;
		font-size: 22px;
    line-height: 1;
    padding: 0;
    text-align: left;
    margin-top: 0;
	}
	.historyList__content .historyList__content-item .years:after {
		width: 11px;
		height: 11px;
    top: 5px;
		right: unset;
    left: -18px;
	}
	.historyList__content .historyList__content-item .contents{
		width: 100%;
		padding-left: 0;
		font-size: 14px;
	}
	
	.historyList__content .historyList__content-item .contents.flex-content{
		display: block;
	}
	.historyList__content .historyList__content-item .contents.flex-content .contents-desc{
		width: 100%;
		padding-right: 0;
	}
  .historyList__content .historyList__content-item .contents.flex-content .contents-desc p{
    line-height: 1.7;
  }
	.historyList__content .historyList__content-item .contents.flex-content .contents-image{
		width: 100%;
    margin-top: 7px;
	}
	.historyList__content-item.pt30 {
		padding-top: 40px;
	}

	.historyList__content-item.pt28 {
		padding-top: 40px;
	}

	.historyList__content-item.pt25 {
	  padding-top: 40px;
	}

	.historyList__content-item.pt20 {
		padding-top: 26px;
	}
  
}
@media screen and (max-width: 568px) {
.historyHead__inner-content .c-title__lv3{
  font-size:20px;
  }
}
/*-----------------------------------------
 * sustainability
------------------------------------------*/
@media screen and (max-width: 768px) {
  .c-head.--sustainability .c-text__enTitle{ 
    font-size: 40px;
  }
}
@media screen and (max-width: 568px) {
  .c-head.--sustainability .c-text__enTitle{ 
    font-size: 28px;
  }
}

.sustainability{
  overflow: hidden;
}
.sustainability .l-wrapper{
  position: relative;
}
.sustainability .l-wrapper:after{
  content: "";
  display: block;
  width: 498px;
  height: 368px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/sustainability/bg-sus01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
/*   .sustainability .l-wrapper{
    width: 95%;
  } */
  .sustainability .l-wrapper:after{
    width: 249px;
    height: 284px;
  }
}
.sustainability .l-wrapper:before{
  content: "";
  display: block;
  width: 871px;
  height: 531px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/sustainability/bg-sus02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -35%;
  bottom: -17%;
}
@media screen and (max-width: 768px) {
  .sustainability .l-wrapper:before{
    width: 435px;
    height: 265px;
    left: -25%;
    bottom: -5%;
  }
}
.sustainability__content{
  max-width: 900px;
  margin: 110px auto 200px;
  background: rgba(255,255,255,.5);
  padding: 60px 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sustainability__content{
    max-width: 100%;
    padding: 0;
    margin: 55px auto;
  }
}
.sustainability__content .c-title__lv3{
  margin-bottom: 13px;
}
.sustainability__content .sustainability__content-block01{
  padding-bottom: 45px;
  margin-bottom: 38px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
  .sustainability__content .sustainability__content-block01{
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.sustainability__content .sustainability__content-block01 p.u-mb_30{
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .sustainability__content .sustainability__content-block01 p.u-mb_30{
    margin-bottom: 10px;
  }
}
.sustainability__content .sustainability__content-block01 ul{
  margin-top: 10px;
}
.sustainability__content .sustainability__content-block01 ul li{
  font-weight: 500;
  color: var(--sub-color);
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.sustainability__content .sustainability__content-block01 ul li:before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(112,127,135,.23);
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .sustainability__content .sustainability__content-block01 ul{
    margin: 5px 0 15px;
  }
  .sustainability__content .sustainability__content-block01 ul li{
    padding-left: 10px;
    font-size: 14px;
  }
}
.table-metrics{
  margin-top: -5px;
}
.table-metrics .table-metricsHead{
  font-size: 12px;
  margin-bottom: 8px;
  color: var(--sub-color);
}
.table-metrics .table-metricsContent{
}
@media screen and (max-width: 768px) {
  .table-metricsContent__item.u-mb_20{
    margin-bottom: 22px;
  }
  .table-metricsContent__item .table-metricsContent__item-head{
    padding: 12px 17px;
    background: rgba(112,127,135,.3);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .table-metricsContent__item .table-metricsContent__item-content{
     padding: 0 20px;
  }
  .table-metricsContent__item .table-metricsContent__item-content .flex-inner{
    display: flex;
    align-items: center;
  }
  .table-metricsContent__item .table-metricsContent__item-content .flex-inner .txt-year{
    width: 15%;
    font-weight: 500;
    line-height: 1;
  }
  .table-metricsContent__item .table-metricsContent__item-content .flex-inner .txt-year span{
    font-family: var(--en-font);
    display: block;
  }
  .table-metricsContent__item .table-metricsContent__item-content .flex-inner .txt-number{
    width: 40%;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1;
  }
  .table-metricsContent__item .table-metricsContent__item-content .flex-inner .txt-number span{
    font-size: 22px;
    font-family: var(--en-font);
  }
  .table-metricsContent__item .table-metricsContent__item-content .desc{
    line-height: 1.64;
  }
}
.table-metrics table{
  border-collapse: collapse;
  font-size: 14px;
}
.table-metrics th{
  padding: 8px 10px;
  font-weight: 500;
  background: rgba(112,127,135,.3);
}
.table-metrics th:first-child{
  width: 24%;
}
.table-metrics th:nth-child(2),
.table-metrics th:nth-child(3){
  width: 15%;
}
.table-metrics th:last-child{
  width: 46%;
}
.table-metrics th span{
  display: block;
  margin-bottom: -5px;
  font-family: var(--en-font);
}
.table-metrics td{
  line-height: 1.64;
  padding: 16px 10px;
  border-bottom: 1px solid #E5E5E5;
}
.table-metrics td.fw-med{
  font-weight: 500;
}
.table-metrics td span{
  font-size: 22px;
  font-family: var(--en-font);
}
@media screen and (max-width: 768px) {
  .table-metrics table{
    width: 800px;
  }
}
/*-----------------------------------------
 * business
------------------------------------------*/
.c-head.--business{
	background-image: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/business/head-bg.jpg);
	background-size: contain;
	background-position: left bottom;
}
.business{
  margin-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .business{
    margin: 80px auto 40px;
  }
}
.business-intro{
  max-width: 700px;
  width: 100%;
  margin: 106px auto 120px;
}
@media screen and (max-width: 768px) {
  .business-intro{
    max-width: 100%;
    margin: 50px auto;
  }
}
.business-flex{
  display: flex;
}
@media screen and (max-width: 768px) {
  .business-flex{
    display: block;
  }
}
.business-flex .business-flex__image{
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .business-flex .business-flex__image{
    width: 100%;
    margin-bottom: 20px;
  }
}
.business-flex .business-flex__content{
  width: 51.5%;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .business-flex .business-flex__content{
    width: 100%;
    padding-left: 0;
  }
}
.business-flex .business-flex__content .business-flex__content-ttl{
  margin-bottom: 19px;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: .3em;
  line-height: 1.2;
  color: rgba(112,127,135,.14);
}
@media screen and (max-width: 768px) {
  .business-flex .business-flex__content .business-flex__content-ttl{
    margin-bottom: 5px;
    font-size: 35px;
  }
}
.business-flex .business-flex__content .business-flex__content-subttl{
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .business-flex .business-flex__content .business-flex__content-subttl{
    font-size: 32px;
    
  }
}
@media screen and (max-width: 768px) {
  .business-flex .business-flex__content .business-flex__content-subttl{
    font-size: 24px;
  }
}
.business-flex .business-flex__content .business-flex__content-desc{
  margin-bottom: 29px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .business-flex .business-flex__content .business-flex__content-desc{
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.business-flex .business-flex__content .business-flex__content-link{
  display: block;
  max-width: 175px;
  width: 100%;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: bold;
  border-radius: 20px;
  background: var(--main-color);
  color: #fff;
  padding: 10px 20px;
}
.business-flex .business-flex__content .business-flex__content-link span{
  padding-right: 18px;
  position: relative;
}
.business-flex .business-flex__content .business-flex__content-link span:before{
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/common/icon-target.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .business-flex .business-flex__content .business-flex__content-link{
    margin: 0 auto;
  }
}
.business-flex--reverse{
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .business-flex--reverse{
    margin-top: 70px;
  }
}
.business-flex--reverse .business-flex__image{
  order: 2;
}
.business-flex--reverse .business-flex__content{
  padding: 0 58px 0 4px;
  order: 1;
}
@media screen and (max-width: 768px) {
  .business-flex--reverse .business-flex__content{
    padding: 0;
  }
}
.business-flex--reverse .business-flex__content .business-flex__content-ttl{
  margin: -15px 0 10px;
  font-family:var(--en-font);
}
@media screen and (max-width: 768px) {
  .business-flex--reverse .business-flex__content .business-flex__content-ttl{
    margin: 0 0 5px;
  }
}
.business-flex--reverse .business-flex__content .business-flex__content-desc{
  padding-right: 0;
}
/*-----------------------------------------
 * recruit
------------------------------------------*/

.text-recruit{
  max-width: 352px;
  margin-top: 47px;
  width: 100%;
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 1130px) {
  .text-recruit{
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .text-recruit{
    max-width: 100%;
    margin: 20px 0 0;
    line-height: 1.625;
    position: relative;
    z-index: 2;
  }
}
.recruit-intro{
  padding: 110px 0 230px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
   .recruit-intro{
     padding: 10px 0 80px;
     position: relative;
     z-index: 2;
  }
}
.recruit-intro .l-wrapper{
  position: relative;
}
.recruit-intro .l-wrapper:before{
  content: "";
  width: 630px;
  height: 412px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/recruit/bg-recruit02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -8%;
  right: -30%;
}
@media screen and (max-width: 768px) {
  .recruit-intro .l-wrapper:before{
    width: 315px;
    height: 206px;
  }
}
.recruit-intro .l-wrapper:after{
  content: "";
  width: 871px;
  height: 531px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/recruit/bg-recruit01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -28%;
  bottom: -30%;
}
/* PDF Viewer */
.pdf {
  position: relative;
}
.pdf canvas{
  width: 100%;
  display: block;
}
.pdf__navigator{
  opacity: 0;
  transition: opacity .3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0,0,0,.4);
  color: #fff;
  padding: 5px 20px;
}
.pdf__arrows{
  display: flex;
}
.pdf__arrows button{
  cursor: pointer;
  background: none;
  appearance: none;
  outline: none;
  border: none;
  width: 25px;
  padding: 0;
}
.pdf__links{
  width: 35px;
}
.pdf:hover .pdf__navigator{
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .recruit-intro .l-wrapper:after{
    width: 435px;
    height: 265px;
  }
  .pdf__navigator{
    opacity:1;
  }
}
.recruit-intro .c-title__lv3{
  font-size: 40px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .recruit-intro .c-title__lv3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pdf__arrows button{
    width: 18px;
  }
  .pdf__links{
    width: 25px;
  }
}
.recruit-intro__content{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 43px 143px;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.5);
}
@media screen and (max-width: 768px) {
  .recruit-intro__content{
    padding: 20px 0 0;
  }
}
.recruit-benefits{
  overflow: hidden;
  margin: -110px 0 140px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits{
    margin: 30px 0 50px;
  }
}
.recruit-benefits .c-title__lv3{
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits .c-title__lv3{
    font-size: 18px;
    text-align: center;
  }
}
.recruit-benefits .modal-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits .modal-list{
    display: block;
    margin: 0;
  }
}
.recruit-benefits .modal-list li{
  width: 33.33%;
  padding: 0 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits .modal-list li{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.recruit-benefits .modal-list li:last-child{
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits .modal-list li:last-child{
    margin-top: 0;
  }
}
.recruit-benefits .modal-list li:last-child button{
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits .modal-list li:last-child button{
    padding-bottom: 10px;
  }
}
.recruit-benefits .modal-list li:last-child button span{
  margin-top: -5px;
}
.recruit-benefits .modal-list li button{
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid var(--sub-color);
  padding-bottom: 16px;
  background: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit-benefits .modal-list li button{
    padding-bottom: 10px;
  }
}
.recruit-benefits .modal-list li button span{
  width: 55px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits .modal-list li button span{
    width: 35px;
  }
}
.recruit-benefits .modal-list li button p{
  width: calc(100% - 55px);
  padding-right: 30px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/recruit/arrow.svg) no-repeat right 5px center;
  background-size: 20px 20px;
  font-family:var(--main-font);
  color:#333;
}
@media screen and (max-width: 1080px) {
  .recruit-benefits .modal-list li button p{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-benefits .modal-list li button p{
    width: calc(100% - 35px);
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.625;
  }
}
.js-md-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(98, 98, 98, .7);
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal-pane {
  max-width: 979px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 90px 60px;
}
@media screen and (max-width: 768px) {
  .modal-pane {
    width: 92%;
    padding: 50px 20px 30px;
  }
}
.modal-pane__head{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
  .modal-pane__head{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.modal-pane__head span{
  width: 74px;
}
@media screen and (max-width: 768px) {
  .modal-pane__head span{
    width: 40px;
  }
}
.modal-pane__head h3{
  width: calc(100% - 74px);
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .modal-pane__head h3{
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 18px;
  }
}
.modal-pane__content{
  line-height: 1.875;
}
.close-modal{
  position: absolute;
  top: 28px;
  right: 34px;
  width: 37px;
  height: 37px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .close-modal{
    width: 35px;
    height: 35px;
    top: 12px;
    right: 15px;
  }
}
.recruit-require{
  margin-bottom: 170px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-require{
    margin-bottom: 80px;
  }
}
.recruit-require .c-title__lv3{
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-require .c-title__lv3{
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.recruit-require:before{
  content: "";
  width: 614px;
  height: 376px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/recruit/bg-recruit03.png) no-repeat right 5px center;
  background-size:  contain;
  position: absolute;
  top: 30%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .recruit-require:before{
    width: 307px;
    height: 188px;
  }
}
.recruit-require:after{
  content: "";
  width: 598px;
  height: 368px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/recruit/bg-recruit04.png) no-repeat right 5px center;
  background-size:  contain;
  position: absolute;
  bottom: 4%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .recruit-require:after{
    width: 299px;
    height: 284px;
  }
}
.recruit-require .l-wrapper{
  position: relative;
  z-index: 2;
}
.recruit-require__item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .recruit-require__item{
    display: block;
  }
}
.recruit-require__item + .recruit-require__item{
  margin-top: 70px;
}
@media screen and (max-width: 568px) {
  .recruit-require__item + .recruit-require__item{
    margin-top: 30px;
  }
}
.recruit-require__item .recruit-require__item-image{
  width: 37.4%;
}
@media screen and (max-width: 568px) {
  .recruit-require__item .recruit-require__item-image{
    width: 100%;
  }
}
.recruit-require__item .recruit-require__item-image img{
  width: 100%;
  display: block;
}
.recruit-require__item .recruit-require__item-content{
  width: 62.6%;
  padding-left: 35px;
}
@media screen and (max-width: 568px) {
  .recruit-require__item .recruit-require__item-content{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.recruit-require__item .recruit-require__item-content h3{
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-family: var(--title-font);
}
@media screen and (max-width: 768px) {
  .recruit-require__item .recruit-require__item-content h3{
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.recruit-require__item .recruit-require__item-content p{
  opacity:0.8;
}
.recruit-require__item .recruit-require__item-content span{
  font-size: 20px;
  letter-spacing: .3em;
  margin-bottom: 7px;
  font-family: var(--en-font);
  font-weight: 600;
  color: rgba(112,127,135,.23);
}
@media screen and (max-width: 768px) {
  .recruit-require__item .recruit-require__item-content span{
    font-size: 13px;
  }
  .recruit-require__item .recruit-require__item-content p{
    font-size: 12px;
  }
}
.recruit-interview{
  margin-bottom: 170px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-interview{
    margin-bottom: 70px;
  }
}
.recruit-interview .c-title__lv3{
  font-size: 40px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .c-title__lv3{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.recruit-interview__content{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 568px) {
  .recruit-interview__content{
    display: block;
    margin: 0;
  }
}
.recruit-interview__content .item{
  width: 25%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .recruit-interview__content .item{
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 568px) {
  .recruit-interview__content .item{
    width: 100%;
    padding: 0;
  }
}
.recruit-interview__content .item .item-image{
  margin-bottom: 9px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-interview__content .item .item-image{
    margin-bottom: 5px;
  }
}
.recruit-interview__content .item .item-image img{
  display: block;
  width: 100%;
}
.recruit-interview__content .item .item-desc{
  font-size: 14px;
  line-height: 1.64;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}
@media screen and (max-width: 768px) {
  .recruit-interview__content .item .item-desc{
    font-size: 12px;
  }
}
.recruit-interview__content a.c-button{
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .recruit-interview__content a.c-button{
    margin: 0 auto;
    display: block;
    max-width: 150px;
    text-align: center;
  }
}
.recruit-current{
  padding: 90px 0 115px;
  background: url(//39827439.fs1.hubspotusercontent-na1.net/hubfs/39827439/raw_assets/public/corprate-theme/assets/images/recruit/bg-recruit05.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .recruit-current{
    padding: 60px 0;
  }
}
.recruit-current .c-title__lv3{
  font-size: 40px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .recruit-current .c-title__lv3{
    font-size: 18px;
  }
}
.recruit-current__content{
  display: flex;
  margin: 0 -6px;
}
@media screen and (max-width: 768px) {
  .recruit-current__content{
    display: block;
    margin: 0;
  }
}
.recruit-current__content-item{
  width: 33.333%;
  padding: 0 6px;
}
@media screen and (max-width: 768px) {
  .recruit-current__content-item{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.recruit-current__content-item a{
  width: 100%;
  padding: 20px;
  font-size: 19px;
  letter-spacing: 0.04em;
  border-radius: 54px;
}
@media screen and (max-width: 1080px) {
  .recruit-current__content-item a{
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-current__content-item a{
    font-size: 12px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*記事ページ*/
.blog-post {
  padding-top: 160px;
  padding-bottom: 200px;
}
.blog-post__wrapper{
  max-width: 800px
}

.blog-post__title{
  font-size:24px;
  font-weight:500;
  margin-bottom: 25px;
  margin-top:20px;
}
.blog-post__image{
  margin-bottom:35px;
}

.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6{
  margin-top: 45px;
  font-weight:500;
}
.blog-post__body h2{
  font-size:23px;
  padding-left:14px;
  border-left: 5px solid var(--main-color);
  margin-bottom: 20px;
}
.blog-post__body h3{
  font-size:21px;
  padding-bottom:10px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom:20px;
}
.blog-post__body h4{
  font-size:19px;
  padding: 5px 12px;
  background: rgba(112,127,135, .15);
  margin-bottom:10px;
}
.blog-post__body h5{
  font-size:19px;
  margin-bottom:10px;
}
.blog-post__body h6{
  font-size:17px;
  color: var(--main-color)
  margin-bottom:10px;
}
.blog-post__body p{
  font-size:16px;
  line-height:1.875;
  font-weight:400;
  margin-bottom: 10px;
}
.blog-post__body img{
  margin-bottom: 20px;
}
.blog-post__body ul,
.blog-post__body ol{
  margin-bottom: 20px;
  padding-left: 1.5em;
}
.blog-post__body ul{
  list-style: disc;
}
.blog-post__body li{
  margin-bottom:2px;
}
.blog-post__body table{
  border: none;
}
.blog-post__body table tr{
  border-bottom: 1px solid #E5E5E5;
}
.blog-post__body table th,
.blog-post__body table td{
  padding: 12px 20px;
}
.blog-post__body table th{
  background-color: #F4F4F4;
}

.blog-post__more{
  margin-top:60px;
}
.blog-post__more .c-text__enTitle{
  font-size:45px;
}
.blog-post__more .c-title{
  font-size:12px;
}

@media screen and (max-width: 768px){
.blog-post__title{
  font-size:30px;
  }
  .blog-post{
/*     padding:20px 20px; */
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 568px){
  .blog-post__image{
    margin-bottom:25px;
  }
  .blog-post__title{
    font-size:24px;
  }
  .blog-post__body h2,
  .blog-post__body h3,
  .blog-post__body h4,
  .blog-post__body h5,
  .blog-post__body h6{
    margin-top: 20px;
  }
  .blog-post__body h2{
    font-size:20px;
    margin-bottom: 14px;
  }
  .blog-post__body h3{
    font-size:18px;
    margin-bottom: 14px;
  }
  .blog-post__body h4{
    font-size:16px;
  }
  .blog-post__body h5{
    font-size:16px;
  }
  .blog-post__body h6{
    font-size:16px;
  }
  .blog-post__body p{
    font-size:14px;
    margin-bottom:25px;
  }
  .blog-post__body img{
    margin-bottom:20px;
  }
  .blog-post__body table th,
  .blog-post__body table td{
    padding: 7px 15px;
  }
  
}
.mediaPickup{
  padding: 24px 0 0;
        position: relative;
    z-index: 1;
}

.mediaContent{
  padding: 100px 0 200px;
  background: var(--bg-color);
      position: relative;
    z-index: 1;
}

.mediaContent .c-title__lv3{
  font-size:30px;
}
.mediaContent__head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin:20px 0 50px;
}
.mediaContent__head .c-blogPagination{
    margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
/*   .mediaPickup{
    padding-bottom:40px;
  } */
  .mediaContent{
  padding: 40px 0 80px;
  }
  .mediaContent .c-title__lv3{
  font-size:26px;
}
}
@media screen and (max-width: 568px) {
  .mediaContent .c-title__lv3{
  font-size:22px;
}
}
/*-----------------------------------------
 * GROUP purpose
------------------------------------------*/
.page-contact .formContent fieldset{
  max-width: 800px;
  margin: auto;
}
.policy_box {
  height: 100px;
  max-width: 600px;
  border: 1px solid #ccc;
  overflow: auto;
  margin: 20px auto;
}

.policy_box .policy_content {
  padding: 20px;
  text-align: left;
}

.policy_box .policy_content h2 {
  font-weight: 700;
  margin-bottom: 1em;
}

.policy_box .policy_content h3 {
  font-weight: 700;
  font-size: 14px;
}

.policy_box .policy_content p {
  margin-bottom: 1em;
  font-size: 12px;
}

.policy_box .policy_content p.mb_0 {
  margin-bottom: 0;
}

.policy_box .policy_content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1em;
  font-size: 12px;
}

.policy_box .policy_content ol li ol {
  padding-left: 2em;
  margin-bottom: 0;
}

.policy_box .policy_content ol.pl_25 {
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .policy_box {
    width: 100%;
    margin: 20px 0;
  }

  .policy_box .policy_content {
    padding: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 568px) {
  .policy_box {
    height: 120px;
    margin: 20px auto;
  }

  .policy_box .policy_content {
    padding: 10px;
  }
}




.page-contact .formContent fieldset input,
.page-contact .formContent fieldset select,
.page-contact .formContent fieldset textarea{

  background-color: #f3f5f5;
  border: none;
  appearance: none;
  font-size: 16px; 
  border-radius: 4px;
}


.page-contact .formContent fieldset input:focus,
.page-contact .formContent fieldset select:focus,
.page-contact .formContent fieldset textarea:focus,
.page-contact .formContent fieldset button:focus {
  outline: 0;
  border-color: var(--main-color)
}

.page-contact .formContent fieldset input {
  width: 100%!important;
  padding: 8px 10px;
}

.page-contact .formContent fieldset textarea {
  width: 100%!important;
  height: 10em;
  padding: 10px;
  resize: vertical;
}

.page-contact .formContent input[type="submit"],
.page-contact .formContent input[type="reset"],
.page-contact .formContent input[type="button"],
.page-contact .formContent button[type="submit"],
.page-contact .formContent button[type="button"] {
    display: block;
    margin: auto;
    width: auto;
    min-width: 225px;
    text-align: center;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    position: relative;
}
/*-----------------------------------------
 * privacy
------------------------------------------*/


.policy{
  margin-bottom: 95px;
}
@media screen and (max-width: 768px){
  .policy{
    margin-bottom: 0;
  }
}
.policy__content{
  max-width: 812px;
  width: 100%;
  margin: -5px auto 0;
  line-height: 1.875;
}
.policy__content .u-mb_20{
  margin-bottom: 19px;
}
.policy__content p.u-mb_30{
  margin-bottom: 22px;
}
@media screen and (max-width: 768px){
  .policy__content .u-mb_20,
  .policy__content p.u-mb_30{
    margin-bottom: 15px;
  }
}
.policy__content a{
  text-decoration: underline;
}
.policy__content ul{
  padding-left: 15px;
  margin-top: 7px;
}
.policy__content ul.mf-margin{
  margin-top: 0;
}
.policy__content ul li{
  /* list-style-type: decimal; */
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  padding-left: 20px;
  text-indent: -25px;
}
.policy__content ul li::before {
    display: marker;
    content: "(" counter(cnt) ") ";
}
.title-policy{
  font-size: 18px;
  color: var(--sub-color);
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .title-policy{
    font-size: 16px;
  }
}

.c-pry {
	display: flex;
	justify-content: flex-end;
}

strong {
    font-weight: bold;
}