@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
	opacity:0.7;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 0.7042253521vw;
}

@media (max-width: 1370px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #444444;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p{
  font-size:15px;
}

.header {
  z-index: 600;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  overflow:hidden;
  padding-bottom: 300px;
}
.header__inner {
  width: 100%;
  box-sizing: border-box;
  height: inherit;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap:60px;
  background-color: #ffffff;
}
.home .header__inner{
    width: calc(100% - 520px);
}
.header__absolute{
  position:absolute;
  top:4.5rem;
  right:0;
}
.header__absolute-nav {
	width:14.4rem;
	height:5.5rem;
	margin-bottom:10px;
	background:#000;
	color:#fff;
	border-radius:5px 0 0 5px;
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center;
	font-size:1.5rem;
	font-weight:600;
	letter-spacing:0.14em;
	transition: all 0.4s;
}
.header__absolute-nav:hover {
	background:#333;
}
.header__absolute-nav a{
	color:#fff;
}


.header__title-link {
  display: flex;
  align-items: center;
}
/*
.header__title {
  color: #FFFFFF;
  font-size: 2.5rem;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .header__title {
    display: none;
  }
}
*/
.header__logo {
  width: 15.7rem;
  margin:5.8rem 0 5.8rem 4.3rem;
}
@media (max-width: 1180px) {
	.header:has(.active){
		  height:100%;
	}
  .header__logo {
    width: 12rem;
    margin: 0 0 0 2rem;
	}
	.header__inner{
		height:7.4rem;
	}
}
.header__img {
  width: 100%;
}

.header__lists {
  display: flex;
  flex-wrap:wrap;
  text-align: center;
}

.header__list {
  margin-right: 1rem;
  padding: 0.5rem;
}
/*.header__list.current {
  border-top: solid 5px #043355;
  padding-top: 4.7rem;
}*/
.header__list:last-child {
  margin-right: 0rem;
}

.header__link {
  color: #FFFFFF;
  position: relative;
}
.header__link-jan {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.14em;
  line-height: 1;
}

.header__child-lists {
  visibility: hidden;
  width: 24rem;
  background-color: #333;
  color: #fff;
  margin-top:15px;
  padding-bottom:10px;	
  position: absolute;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transition: .5s;
  letter-spacing:0.06em;
}

.header__child-list {
  padding:1.5rem;
  box-sizing: border-box;
  text-align: left;
  background-color: #333;
  color: #fff;
  margin-top: 10px;
}

.header__list:hover .header__child-lists {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.header__child-link {
	font-size: 1.4rem;
	color:#fff;
}

.header__child-list:hover .header__child-link {
  opacity: .7;
}

.header__link-recruit-entry {
  padding: 0;
  padding-top: 8.2rem;
  padding-right: 2.3rem;
  height: calc(100% + 2.5rem);
  width: 25rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(5.5rem 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(5.5rem 0, 100% 0%, 100% 100%, 0 100%);
  background-color: #0097de;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}
.header__link-recruit-entry:hover,
.footer__button-link-recruit-entry:hover{
  opacity:1.0;
  background-color: #4db6e7;
}

@media (max-width: 1180px) {
	.header__absolute{
		display:none;
	}
  .header__lists {
    display: none;
  }
}
.hamburger {
  display: none;
}
@media (max-width: 1180px) {
  .hamburger {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    z-index: 1000;
    cursor: pointer;
    position: fixed;
    top: 2.7rem;
    right: 15px;
  }
}




.hamburger__button {
  position: relative;
  width: 4.8rem;
  height: 1.4rem;
}

.hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 8px;
  background-color: #333;
  transition: 0.2s all;
  transform: translateY(0) rotate(0);
}
.hamburger__line-top {
  top: 0;
}
.hamburger__line-middle {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line-bottom {
  bottom: 0;
}

.js-hamburger.active .hamburger__line-top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #FFFFFF;
}

.js-hamburger.active .hamburger__line-middle {
  width: 0;
}

.js-hamburger.active .hamburger__line-bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  background-color: #FFFFFF;
}

.js-drawer {
  width: 100%;
  height: 100vh;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

.js-drawer.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.drawer {
  max-height: 100vh;
  overflow-y: scroll;
}

.drawer__inner {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}

.drawer__lists {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
}

.drawer__list {
  padding: 1.5rem 0;
  padding-left: 2rem;
  border-top: solid 1px rgba(255,255,255,0.3);
  border-bottom: solid 1px rgba(255,255,255,0.3);
  transition: .3s;
}
.drawer__list-center-btn {
  padding: 0;
  border: none;
}
.drawer__list-center-btn a {
  display: block;
  width: 24.9rem;
  margin: 0 auto;
  -webkit-clip-path: none;
          clip-path: none;
  padding: 1.9rem 0;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 4rem;
  background-color: #fff;
  color:#000;
}
.drawer__list-center-btn + .drawer__list-center-btn a{
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.drawer__link {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.drawer__link:hover {
  opacity: 0.6;
}

.drawer__link-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 7px;
  /* bottom: 0; */
  right: -20px;
  width: 6px;   
  height: 6px;  
  border-top: 2px solid #ffffff;    
  border-right: 2px solid #ffffff;   
  transform: rotate(135deg);  
}


.drawer__list-nav {
  margin-top: 1.5rem;
  margin-left: 30px;
  margin-bottom: 15px;
}

.drawer__list-link {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.drawer__lists-nav {
  opacity: 0;
  height: 0;
  /*overflow: hidden;*/
  transition-duration: .3s;
}

.drawer__lists-nav.is-open {
 opacity: 1;
 height: auto;
}


.br-md {
  display: none;
}
@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: block;
}
@media (max-width: 768px) {
  .br-lg {
    display: none;
  }
}

.section-type1 {
  background:#e6e7e8;
  padding: calc(6400vw/1420) calc(11000vw/1420);
}
.section-type1__inner {
  display: flex;
  flex-wrap: wrap;
}
.section-type1__title {
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1180px) {
	.section-type1{
		padding:64px 15px;
	}
	.section-type1__inner {
		flex-direction:column;
	}
}
@media (max-width: 768px) {
  .section-type1 {
    padding-top: 3rem;
  }
}

.section-type2 {
  background:#000 url(../images/index_aboutus.jpg) no-repeat left top;
  background-size:100% auto;
  padding-bottom:calc(12300vw/1420)
}

.section-type2__inner {
/*width: 125.4rem;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;*/
}

.section-type2__body {
  box-sizing:border-box;
  width: calc(41000vw/1420);
  margin:0 0 auto auto;
  padding:calc(44000vw/1420) calc(6000vw/1420) 0 0;
  /*margin-top: 17.6rem;
  margin-left: 8.7rem;
  margin-right: -10.7rem;
  position: relative;*/
}

.reverse .section-type2__body {
  order: 2;
  margin-left: -10.7rem;
  margin-right: 8.7rem;
}

.section-type2__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4.2rem;;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 2px 3px 20px rgba(72, 34, 11, 0.4),2px 3px 20px rgba(72, 34, 11, 0.4),2px 3px 20px rgba(72, 34, 11, 0.4),2px 3px 20px rgba(72, 34, 11, 0.4);
  /*padding-left: 5.6rem;
  padding-top: 16.6rem;
  padding-bottom: 6rem;*/
}
.first-cha-paren{
  margin-left:-0.6em;
}

.section-type2__text {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  margin:4rem 0;
  text-shadow: 2px 3px 20px rgba(72, 34, 11, 0.4),2px 3px 20px rgba(72, 34, 11, 0.4),2px 3px 20px rgba(72, 34, 11, 0.4),2px 3px 20px rgba(72, 34, 11, 0.4);
}

.section-type2__link {
  position:relative;
  display:block;
  width: 12.8rem;
  height: 4.2rem;
  background-color: #555;
  border-radius:5px;
  padding:12px 0 0 32px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing:0.1em;
}
.section-type2__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.28rem;
  height: 1.28rem;
  background-color: #fff;
  border-radius:50%;
  top: 1.5rem;
  left:1rem;
}
.section-type2__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
  transform: rotate(45deg);
  top: 1.9rem;
  left:1.3rem;
}
.section-type2__linklist{
  width:calc(108500vw/1420);
  display:flex;
  justify-content:center;
  gap:calc(3300vw/1420);
  margin:calc(9200vw/1420) auto 0;
}
.section-type2__linklist_item_inner{
  position:absolute;
  width: 35vw;
  bottom:50px;
}
.section-type2__linklist_item{
  position:relative;
  width:calc(52600vw/1420);
  aspect-ratio: 526 / 650;
  background-size:cover!important;
  padding:0 calc(10000vw/1420) calc(5000vw/1420) calc(5000vw/1420);
  border-radius:calc(500vw/1420);
  color:#fff;
}
.section-type2__linklist_item:nth-of-type(1){
  background:url(../images/index_service1.jpg) no-repeat left center;
}
.section-type2__linklist_item:nth-of-type(2){
  background:url(../images/index_service2.jpg) no-repeat left center;
}
.section-type2__linklist_item .item__title{
	display:inline-block;
	position:relative;
	font-size:calc(3000vw/1420);
	font-weight:400;
	letter-spacing:0.1em;
	line-height:1.5;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.section-type2__linklist_item .item__title:before{
	content: "";
    display: block;
    position: absolute;
    width: 1.28rem;
    height: 1.28rem;
    background-color: #fff;
    border-radius: 50%;
    bottom: 1.3rem;
    right: -2rem;
}
.section-type2__linklist_item .item__title:after{
	content: "";
    display: block;
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-top: #666 1px solid;
    border-right: #666 1px solid;
    transform: rotate(45deg);
    bottom: 1.7rem;
    right: -1.5rem;
}
.section-type2__linklist_item .item__title_en{
	font-size:max(calc(1100vw/1420) , 10px);
	font-weight:400;
	letter-spacing:0.1em;
	margin:calc(2000vw/1420) 0 calc(4000vw/1420);
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.section-type2__linklist_item .item__text{
	font-size:max(calc(1400vw/1420) , 14px);
	font-weight:400;
	letter-spacing:0.1em;
	line-height:1.7;
	text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1180px) {
	.section-type2__linklist{
		width:100%;
		margin-top:50px;
	}
	.section-type2__body{
		padding-right:15px;
	}
	.section-type2__title br{
		display:none;
	}
	.section-type2__linklist_item{
		width:calc(50% - 60px);
	}
	.section-type2__linklist_item .item__text{
		width:100%;
	}
	.section-type2__linklist_item .item__text br{
		display:none;
	}
}

@media (max-width: 768px) {
	.section-type2 {
		background-size: 180% auto;
		background-position: 40% 0%;
	}
	  .section-type2__inner {
		width: 100%;
	  }
	.section-type2__linklist{
		flex-direction:column;
		align-items:center;
	}
	.section-type2__linklist_item{
		width:calc(100% - 4rem);
		height:380px;
	}
	.section-type2__linklist_item_inner{
		width:92%;
	}
  .section-type2__body {
    width: 100%;
    margin: auto 0 0 0;
	padding-top: 115vw;
  }
  .section-type2 .section-type2__link{
		margin-left:2rem;
	}
  .reverse .section-type2__body {
    order: initial;
    margin-left: 0;
    margin-right: -24.5rem;
  }
  .section-type2__image {
    width: calc(100% - 5.3rem);
  }
  .section-type2__image-img {
    aspect-ratio: 27/28;
  }
  .section-type2__title {
    padding: 2rem 2rem 1.5rem 2rem;
    font-size: 2rem;
	line-height:1.5;
  }
	.section-type2__title br{
		display:block;
	}
  .section-type2__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding: 0 2rem 2rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    min-height: auto;
	margin:0;
  }
	.section-type2__linklist_item .item__title{
		font-size:20px;
	}
}

.section-type3 {
  padding: 9.2rem 0;
  background: #c6c4c2 url(../images/index_bg_works.jpg) no-repeat left top;
  background-size:cover;
  position: relative;
}
.section-type3__inner {
  width:100%;
  max-width: 120rem;
  margin: 0 auto;
  display:flex;
}
.section-type3__body_left{
	width:210px;
	flex-shrink:0;
}
.section-type3__body_right{
	width:calc(100% - 21rem);
}
.sec_articles__cont ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.section-type3 .sec_articles__cont ul{
	gap:4rem 3rem;
}
.sec_articles__cont ul li {
	display:block;
	width:calc(50% - 1.5rem);
	max-width:48rem;
}
.section-type3 .sec_articles__cont ul li:nth-of-type(even) {
	margin-top:5rem;
}
.sec_articles__cont ul li img{
	width:100%;
	aspect-ratio:4 / 3;
}
.section-type3 .sec_articles__cont ul li img{
	border-radius:5px;
}
.section-type3__body {
  padding-bottom: 3.2rem;
}
.section-type3__footer {
  padding-bottom: 10rem;
}

.section-type3__inner {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
}
.blogText__date{
	font-size:1.2rem;
	font-weight:400;
	margin:1.5rem 0 0.5rem;
}
.blogText__title{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:0.06em;
}
.section-type3__body_right figure{
	position:relative;
}
.section-type3__body_right ul.category{
	display:block;
	position:absolute;
	bottom:1.7rem;
	left:1.7rem;
}
.section-type3__body_right ul.category span{
	display:inline-block;
	width:8.6rem;
	background:#fff;
	color:#000;
	font-size:1.3rem;
	text-align:center;
	line-height:1.0;
	padding:3px 0;
}

.section-type3__title {
  font-size:3rem;
  font-weight:350;
  line-height: 1;
  letter-spacing:0.1em;
  margin-top:5rem;
}
.section-type3__title-en {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 350;
  margin-bottom:3rem;
}
.section-type3__title-jap {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 300;
  color: #044e87;
  padding-bottom: 1.2rem;
}

@media (max-width: 1419px) {
	.section-type3__inner{
		justify-content:center;
		padding-inline:20px;
	}
	.section-type3__body_right{
		width:100%;
		
	}
	.section-type3 .sec_articles__cont ul li:nth-of-type(even) {
    	margin-top: 0;
	}
}
@media (max-width: 1180px) {
	.section-type3{
		padding-top:0;
	}
	.section-type3__inner{
		flex-direction:column;
		width:99rem;
		/*padding:0 2rem;*/
	}
	.section-type3__body_left{
		width:100%;
		margin-bottom:4rem;
	}
}

@media (max-width: 768px) {
	.sec_articles__cont ul{
		flex-direction:column;
	}
	.sec_articles__cont ul li {
		width:100%;
		max-width: none;
	}
	.blogText__date{
		margin-top:1rem;
	}
}
@media (max-width: 530px) {
	.section-type3{
		padding-bottom:5rem;
	}
	.section-type3__body_right{
		width:100%;
	}

}


.section-type4 {
  background:url(../images/index_bg_recruit.jpg) no-repeat left top;
  background-size:cover;
  padding-top: 11rem;
  padding-bottom: 8rem;
}
.section-type4__title {
    font-size: 3rem;
    font-weight: 350;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 5rem;
	color:#000;
    text-shadow: 2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8);
}
.section-type4__title-en{
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: 350;
    margin-bottom: 30px;
	color:#000;
    text-shadow: 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8), 2px 3px 10px rgba(255, 255, 255, 0.8);
}
.section-type4__body{
	padding-left:11rem;
}
.section-type4__text{
    max-width: 300px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 3rem;
	color:#000;
    text-shadow: 2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8),2px 3px 20px rgba(255, 255, 255, 0.8);
}
.section-type4 .section-type2__link{
	color:#fff;
	background:rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
  .section-type4__body{
	padding-left:2rem;
	padding-right: 1rem;
  }
  .section-type4 {
	padding: 15rem 0 3rem;
	background-image: url(../images/index_bg_recruit_sp.jpg);
	background-position:center top;
	/*background-color: rgba(0,0,0,0.2);
	background-blend-mode: darken;*/
  }
  .section-type4__title {
    line-height: 3rem;
	color:#fff;
    text-shadow: 1px 1px 25px rgba(6, 20, 42, 0.7),1px 1px 25px rgba(6, 20, 42, 0.7),1px 1px 25px rgba(6, 20, 42, 0.7);
  }
	.section-type4__title-en{
		color:#fff;
		text-shadow: 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7);
	}
	.section-type4__text{
		max-width: none;
		color:#fff;
		text-shadow: 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7), 1px 1px 15px rgba(6, 20, 42, 0.7);
	}
	.section-type4 .section-type2__link{
		color:#000;
		background:rgba(255,255,255,0.8);
	}
	.section-type4 .section-type2__link:hover{
		opacity:0.7;
	}
	.section-type4 .section-type2__link::before {
		background-color: #000;
	}
	.section-type2__link::after {
		border-top: #fff 1px solid;
		border-right: #fff 1px solid;
	}
}

.section-type5{
	background:#e8e9ea;
	padding:5rem 0 3rem;
}
.section-type5__body{
	width:100%;
	max-width:1200px;
	margin:0 auto 4rem;
	/*max-width:124rem;
	margin:0 auto;
	padding:0 2rem;
	display:flex;
	justify-content:space-between;
	align-items:center;*/
}
.section-type5 .section-type3__title{
	margin-bottom:1rem;
}
ul.topinterview__slide{
	width:100%;
	height:500px;
	overflow:hidden;
}
ul.topinterview__slide li{
	width:38.3rem!important;
}
.section-type5__title{
	font-size:1.7rem;
	font-weight:500;
	letter-spacing:0.06em;
	margin:3.3rem 0 1.6rem 3.6rem;
}
.section-type5__list-year{
	font-size:1.3rem;
	font-weight:500;
	letter-spacing:0.06em;
	margin:0 0 1.6rem 3.6rem;
}
.section-type5__list-text{
	font-size:1.4rem;
	font-weight:500;
	line-height:2.4rem;
	letter-spacing:0.06em;
	margin:0 0 0 3.6rem;
}
@media (max-width: 768px) {
	.section-type3__title{
		margin-top:7rem;
	}
	.section-type5{
		padding:7rem 2rem;
	}
	.section-type5__body{
		flex-direction:column;
		align-items:flex-start;
		margin-bottom:4rem;
	}
	.section-type5 .section-type3__title{
		margin-top:0;
	}
}



.news__top {
  position: relative;
}
.news__top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: repeating-linear-gradient(90deg, #c4c4c4 0%, #c4c4c4 0.1rem, #FFFFFF 0.1rem, #FFFFFF 0.2rem);
}

.news__top-link {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 0;
  padding-left: 3.2rem;
  padding-right: 5.2rem;
}
.news__top-link::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  display: block;
  background: repeating-linear-gradient(90deg, #c4c4c4 0%, #c4c4c4 0.1rem, #FFFFFF 0.1rem, #FFFFFF 0.2rem);
  top: 0;
  left: 0;
}

.news__top-link-date {
  font-size: 1.5rem;
  line-height: 2rem;
  padding-right: 0.7rem;
  letter-spacing: 0.1em;
}

.news__top-link-tag {
  width: 9.4rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: white;
  letter-spacing: 0.1em;
}
.news__top-link-tag.green {
  background-color: #2fc37c;
}
.news__top-link-tag.yellow {
  background-color: #bd9c04;
}
.news__top-link-tag.purple {
  background-color: #82779d;
}
.news__top-link-tag.blue {
  background-color: #1d9a9f;
}

.news__top-link-title {
  padding-left: 2.7rem;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  max-width: calc(100% - 19.1rem);
}

.news__top-link-arrow {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  background: #044e87;
  top: 1.7rem;
  right: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.1rem;
}
.news__top-link-arrow::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 1.6rem;
}
.news__top-link-arrow::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 1.1rem;
}

@media (max-width: 768px) {
  .news__top-list:nth-child(n+4) {
    display: none;
  }
  .news__top-link {
    padding: 0;
    padding-left: 4.3rem;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .news__top-link::after {
    content: none;
  }
  .news__top-link-date {
    width: 9.4rem;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .news__top-link-tag {
    width: 8.3rem;
    height: 1.8rem;
  }
  .news__top-link-title {
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-right: 3rem;
    padding-top: 0.7rem;
    letter-spacing: 0.1em;
  }
  .news__top-link-arrow {
    display: none;
  }
}
.inner-stn {
  width: 110rem;
  max-width: 100%;
  margin: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-stn {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.inner-wide {
  width: 130rem;
  max-width: 100%;
  margin: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-wide {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.inner-mainview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  text-align: left;
  margin: auto;
  position: absolute;
  top: 50%;
  background-color: blue;
}

.inner-lower-contents {
  width: 103rem;
  max-width: 100%;
  margin: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  background-color: aqua;
}

.arrow-right {
  width: 4rem;
  height: 4rem;
  transition: all 0.3s ease 0s;
}

.card__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .card__lists {
    flex-direction: column;
  }
}
.card__lists:after {
  content: "";
  display: block;
  width: 32%;
}

.card__list {
  width: 32%;
  box-shadow: 0 0 8px gray;
  margin-bottom: 2rem;
}
.card__list:hover .card__img {
  filter: grayscale(10%);
}
@media (max-width: 768px) {
  .card__list {
    width: 100%;
  }
}

.card__img-area {
  margin-bottom: 1rem;
}

.card__img {
  filter: grayscale(100%);
}

.card__body {
  padding: 1rem;
}

.card__title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.card__text {
  font-size: 1.8rem;
}

.button-area {
  text-align: center;
}

.button-bgleft {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #000000;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  border-radius: 8px;
  text-align: center;
  outline: none;
  transition: all 0.3s ease;
}

.button-bgleft__inner {
  position: relative;
  z-index: 3;
  color: #000000;
  font-size: 2rem;
}

.button-bgleft:hover .button-bgleft__inner {
  color: #FFFFFF;
}

.button-bgleft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000000;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.button-bgleft:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.to-top {
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 9rem;
  right: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top__img:hover {
  opacity: 0.6;
}

.top-background {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-background__shape1 {
  width: 256.9rem;
  height: 189.2rem;
  position: absolute;
  z-index: -1;
  background-color: #0097de;
  -webkit-clip-path: polygon(0% 100%, 81.5rem 79.4rem, 158.8rem 0%, 100% 37.1rem, 251.8rem 74.4rem);
          clip-path: polygon(0% 100%, 81.5rem 79.4rem, 158.8rem 0%, 100% 37.1rem, 251.8rem 74.4rem);
  top: 6rem;
  left: calc(-1 * (169rem - 50vw));
}

.top-background__shape2 {
  width: 40.9rem;
  height: 37.6rem;
  position: absolute;
  z-index: -1;
  background-color: #0097de;
  -webkit-clip-path: polygon(0% 0%, 100% 6.1rem, 37.5rem 100%);
          clip-path: polygon(0% 0%, 100% 6.1rem, 37.5rem 100%);
  top: 102.1rem;
  right: calc(-1 * (76.8rem - 50vw));
}

.top-background__shape3 {
  width: 83.3rem;
  height: 135.2rem;
  position: absolute;
  background-color: #fde200;
  -webkit-clip-path: polygon(0% 69rem, 70rem 100%, 100% 0);
          clip-path: polygon(0% 69rem, 70rem 100%, 100% 0);
  top: -73rem;
  right: calc(-1 * (91.8rem - 50vw));
}

.top-background__shape4 {
  width: 44.5rem;
  height: 45.7rem;
  position: absolute;
  background-color: #0097de;
  -webkit-clip-path: polygon(100% 0%, 1.1rem 12.9rem, 0% 28rem, 34.3rem 100%);
          clip-path: polygon(100% 0%, 1.1rem 12.9rem, 0% 28rem, 34.3rem 100%);
  top: -30.3rem;
  left: calc(-1 * (79.5rem - 50vw));
}

@media (max-width: 768px) {
  .top-background__shape1 {
    width: 53.7rem;
    height: 38.1rem;
    -webkit-clip-path: polygon(0% 0%, 3.8rem 100%, 100% 23.8rem);
            clip-path: polygon(0% 0%, 3.8rem 100%, 100% 23.8rem);
    top: -2.6rem;
    left: calc(-1 * (29.05rem - 50vw));
  }
  .top-background__shape2 {
    width: 141.6rem;
    height: 133.7rem;
    -webkit-clip-path: polygon(0% 100%, 122.9rem 0%, 100% 75.7rem, 136.5rem 85.4rem);
            clip-path: polygon(0% 100%, 122.9rem 0%, 100% 75.7rem, 136.5rem 85.4rem);
    top: -10.1rem;
    right: calc(-1 * (52.95rem - 50vw));
  }
  .top-background__shape3 {
    width: 69.6rem;
    height: 42.3rem;
    -webkit-clip-path: polygon(0% 100%, 62.6rem 0%, 100% 19rem);
            clip-path: polygon(0% 100%, 62.6rem 0%, 100% 19rem);
    top: -58.8rem;
    right: calc(-1 * (40.25rem - 50vw));
  }
  .top-background__shape4 {
    width: 54.6rem;
    height: 66.5rem;
    -webkit-clip-path: polygon(0% 0%, 41.8rem 8.3rem, 100% 100%);
            clip-path: polygon(0% 0%, 41.8rem 8.3rem, 100% 100%);
    top: -7.6rem;
    left: calc(-1 * (22.35rem - 50vw));
    background-color: #fde200;
  }
}
/* ページネーション */
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #13385f;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #13385f;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #13385f;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #13385f;
}

.footer {
  padding-bottom: 3.5rem;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__footer{
	width:100%;
	aspect-ratio:1420/344;
}
.page__footer img{
	width:100%;
	height:100%;
}
.footer__left {
  display: flex;
  justify-content: flex-start;
  align-items:center;
  flex-wrap: wrap;
  width: 50%;
}
.footer__mid {
    width: 100%;
}
.footer__right {
  display:flex;
  flex-direction:column;
  align-items: flex-end;
  justify-content:space-between;
}
.footer__buttons{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	gap:45px;
	padding-top: 5rem;
}
.footer_tel{
	font-size:2.4rem;
	font-weight:600;
	line-height:1.0;
	letter-spacing:0.06em;
}
.footer__title {
  color: #FFFFFF;
  line-height: 1;
  padding-top: 5.5rem;
  padding-left: 5.5rem;
  padding-right: 0;
}
.footer__title-logo {
  width: 15.7rem;
}
.footer__address{
	font-size:1.2rem;
	font-weight:600;
	line-height:1.7rem;
	letter-spacing:0.06em;
	margin:3rem 0 2rem;
	color:#000;
}
.footer__copyright {
  width: 100%;
  margin:0 auto;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align:center;
  color:#000;
}
.footer__lists {
  display: flex;
  flex-wrap:wrap;
  padding-right:2.5rem;
}

.footer__list {
  padding-left: 1.8rem;
  padding-bottom:0.5rem;
  /*padding-top: 10rem;*/
}
.footer__list:first-child {
  padding-left: 0rem;
}

.footer__link {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: block;
}

.footer__button-link-recruit-entry {
  width: 24.6rem;
  display: block;
  color: white;
  background-color: #0097de;
  margin-left: auto;
  font-weight: 700;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding-top: 2.9rem;
  padding-bottom: 2.8rem;
  padding-left: 7rem;
  margin-bottom: 0.7rem;
  -webkit-clip-path: polygon(2.5rem 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(2.5rem 0, 100% 0%, 100% 100%, 0 100%);
}
.footer__button-link-line {
  width: 27.2rem;
  font-weight: 700;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding-top: 2.9rem;
  padding-bottom: 2.8rem;
  display: block;
  background-color: #00cd53;
  margin-left: auto;
  color: white;
  -webkit-clip-path: polygon(2.5rem 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(2.5rem 0, 100% 0%, 100% 100%, 0 100%);
  padding-left: 5.5rem;
}
.footer__button-link-line:hover {
	background:#50d888;
}


@media (max-width: 1370px) {
  .footer__title {
    padding-bottom: 2rem;
  }
  .footer__lists {
    /*justify-content: flex-start;
    padding-left: 5.5rem;*/
  }
  .footer__list {
    padding-top: 0;
  }
  .footer__bottom {
    order: 2;
  }
}
@media (max-width: 1102px) {
	.footer{
		padding-bottom:0;
	}
  .footer__inner {
    flex-direction:column;
  }
  .page__footer{
	order:1;	
  }
  .footer__left {
    width: 100%;
    display: block;
	margin-top:3rem;
	order:3;
  }
  .footer__mid {
    position:static;
	width:100%;
  }
  .footer__right {
    width: 100%;
    display: block;
    margin-top: 0;
	order:2;
  }
  .footer__title {
    padding:2.8rem 2rem 0;
  }
  .footer__title-name {
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
  }
  .footer__title-since {
    display: none;
  }
  .footer__company {
    padding: 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    padding-bottom: 3rem;
  }
  .footer__lists {
    padding: 0;
    flex-wrap: wrap;
    border-bottom: solid 1px #ddd;
  }
  .footer__list {
    width: 50%;
    border-top: solid 1px #ddd;
    padding: 0;
  }
  .footer__list:nth-child(odd) {
    border-right: solid 1px #ddd;
  }
  .footer__link {
    width: 100%;
    padding: 1.7rem 0;
    text-align: center;
  }
	.footer__buttons{
		flex-direction:column;
		justify-content:center;
		gap:15px;
		padding:5rem 0;
	}
	.header__absolute-nav{
		width:200px;
	}
  .footer__button-link-recruit-entry {
    width: 24.9rem;
    margin: 0 auto;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 1.9rem 0;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 4rem;
  }
  .footer__button-link-line {
    width: 24.9rem;
    margin: 0 auto;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 1.9rem 0;
    text-align: center;
    margin-bottom: 4rem;
  }
  .footer__copyright {
	margin-bottom:0.8rem;
    font-size: 0.9rem;
    text-align: left;
  }
}
.top-mainview {
  width: 100%;
  height:100vh;
  min-height: calc(71400vw/1420);
  /*margin-top: 11.4rem;*/
  background:#999;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.paren{
	display:inline-block;
	margin-right:-0.5em;
}
.first-paren{
	display:inline-block;
	margin-left:-0.3em;
}


.top-mainview__contents{
	width:100%;
	display:flex;
}
@media (max-width: 1180px) {
  .top-mainview {
   height:100%;
    margin-top: 7.4rem;
  }
}

.top-mainview__slide {
  overflow: hidden;
  width:calc(100% - 520px);
}
.top-mainview__slide .slick-list {
  height: 100% !important;
}
.top-mainview__slide-img {
  width: 100%;
 /* aspect-ratio: 85/39;*/
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mainview .sp{
	display:none;
}
.top-mainview .pc{
	display:block;
}
.slick-vertical .slick-slide{
	border:none;
}
.rside{
	position:absolute;
	right:0;
    width:520px;
    height: 100%;
	background:#999;
}
.top-rside__title {
  font-size:30px;
  font-weight: 300;
  line-height: 1.7;
  color: #FFF;
  letter-spacing: 0.06em;
  padding:60px 0 0 45px;
}

@media (max-width: 840px) {
	.top-mainview .sp{
	display:block;
}
	.top-mainview .pc{
	display:none;
}
	.rside{
		width:18rem;
		height:auto;
	}
	.top-mainview__slide{
		width:calc(100% - 18rem);
		max-height:calc(100vh - 74px);
	}
  .top-mainview {
    min-height: auto;
  }
  .top-mainview::before {
    width: 1.33vw;
    top: -1.9rem;
    height: calc(100% + 4.8rem);
    background-color: #fde200;
  }
	.top-rside__title {
		padding: 3rem 1rem;
		writing-mode: vertical-rl;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
		line-height:1.4;
		margin: 0 auto;
	}
  .top-mainview__title-md {
    display: block;
    padding-bottom: 3rem;
    font-size: 8.8vw;
    line-height: 1.52;
    font-weight: 300;
    writing-mode: vertical-rl;
    position: absolute;
    top: 5vw;
    right: 2vw;
    letter-spacing: 0.23em;
    text-indent: -5vw;
    color: #FFFFFF;
  }
}
.top-business.section-type2 {
  position: relative;
  z-index: 2;
}

.top-recruit.section-type2 {
  position: relative;
  z-index: 2;
}

.top-staff .section-type3__inner {
  position: relative;
}

.lower-mainview {
  margin-top: 10rem;
  height: 43rem;
  background-color: #f3f4f5;
  background-image: url(../images/company.jpg);
  background-position: 0 600px;
  background-repeat: no-repeat;
  background-size:100%;
  position: relative;
}

.lower-mainview__contents {
  /*padding:0 6.5rem 7.5rem 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right:0;*/
}
.lower-mainview__contents{
  display:flex;
  flex-direction:row-reverse;
  justify-content:space-between;
  height:100%;
}
.lower-mainview__text {
  width:calc(100% - 60rem);
  height: 70px;
  margin: auto 55px 65px auto;
}
.lower-mainview__title {
  font-size: 3.6rem;
  position: relative;
  text-align:right;
  letter-spacing: 0.18em;
  font-weight: 300;
  margin-bottom: 1rem;
}

.lower-mainview__background-image{
	width:60rem;
	max-width:60rem;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
}


.lower-contents {
  padding: 10rem 0 12rem;
}

.lower-contents__inner {
  width: 124.6rem;
  max-width: 100%;
  margin: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
}

.lower-contents__title {
  font-size: 3rem;
  font-weight: normal;
  margin-top:12rem;
  margin-bottom: 2.8rem;
  text-align: left;
  letter-spacing:0.2em;
}
.lower-contents__inner .lower-contents__title:first-child {
	margin-top:0;
}

.lower-contents__subtitle {
  font-size: 3.6rem;
  font-weight: normal;
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #bfc5ca;
  margin-bottom: 4.6rem;
  letter-spacing:0.2em;
}

.breadcrumb{
	color:#333;
	font-size:1.2rem;
	letter-spacing:0.06em;
	text-align:right;
}

.lower-contents__img-area {
  width: 58rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 4.8rem;
}
.lower-contents__text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.lower-contents__text:last-of-type {
  margin-bottom: 7rem;
}

.lower-contents__text-big {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing:0.1em;
}
.lower-contents__text-big + p{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing:0.1em;
}

.lower-contents__bottom-text {
  margin-top:12rem;
  font-size:1.5rem;
  letter-spacing:0.1em;
  text-align: right;
}

.lower-contents__bottom-link {
  color: #333;
  margin-right: 0rem;
  position: relative;
  padding-right: 4rem;
}

.lower-contents__bottom-arrow {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  background: #90bacf;
  border-radius:50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
}

.lower-contents__bottom-arrow::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.8rem;
  left:0.5rem;
}

.lower-contents__bottom-arrow::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5rem;
  left:0.5rem;
}

@media screen and (max-width: 840px) {
	.lower-contents__inner:has( .news_list ){
		padding-inline:0;
	}
	.recruit{
		padding-inline:1.5rem;
	}
	.lower-contents__title{
		text-align:left;
		font-size:2.4rem;
	}
	.box1 + .lower-contents__title{
		padding-top:60px;
	}
	.lower-contents__subtitle{
		text-align:left;
		font-size:2.8rem;
		padding-left:15px;
		padding-right:10px;
	}
}

/* インタビュー */
.page-id-432 .lower-contents{
	/*background: rgba(132, 147, 170, 0.2);*/
}
.news-wrapper{
	margin-top:0;
}
.news-wrapper .news{
	margin-top:0;
}
.news-wrapper.page-cat-top .news__list{
	border:#eee 1px solid;
}
.news__text{
	font-weight: 600;
    font-size: 12px;
}


/* 会社概要　*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.parallax-img {
  overflow:hidden;
}
.parallax_companyprofile .parallax-img {
  width: 100%;
  height:500px;
  margin:50px auto;
}
.parallax_companyprofile .parallax-img img {
  width: 100%;
  border-radius:5px;
}

.philosophy .brand_statement{
	margin:0 0 30px -15px;
}
.philosophy .brand_statement .first-cha-paren{
	margin-left:-0.1em;
}

.box1{
	display:flex;
	align-items:center;
	margin:80px auto;
}
.box1 .title{
	width:300px;
	aspect-ratio:1/1;
	background:#333;
	color:#fff;
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	padding:0 20px 50px 0;
	font-size:22px;
	font-weight:800;
	letter-spacing:0.1em;
	text-align:right;
}

.box1 .text{
	width:calc(100% - 300px);
	padding:0 0 0 40px;
	line-height:1.7;
}
.box1 .text h4{
	margin-bottom:20px;
	font-size:20px;
	font-weight:800;
	letter-sapcing:0.1em;
}
.box1 .text p{
	margin-bottom:10px;
	font-size:17px;
	font-weight:500;
	letter-spacing:0.1em;
}
.box1.value{
	align-items:flex-start;
}
.box1.vision .title{
	background:#666;
}
.box1.value h4{
	margin:20px 0 5px;
}


.js-img-slide.is-active::before {
    content: '';
    position: absolute;
    z-index: 1;
    animation: img-wrap 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #fff;
    inset: 0;
    pointer-events: none;
}
.simpleParallax {
    border-radius: var(--size-4);
}
.simple__table {
  width: 100%;
  max-width: 100%;
  margin: 5rem 0;
  border-top: 1px solid #ddd;
}

.simple__table tr{
  border-bottom: 1px solid #ddd;
  letter-spacing:0.1em;
}

.simple__table td:not([class]){
  text-align: left;
  line-height: 1.5;
  padding: 30px;
}

.simple__table th{
  width: 30%;;
  max-width: 100%;
}

.simple__table td:not([class]) {
  max-width: 100%;
}


@media screen and (max-width: 840px) {
	.lower-contents{
		margin-top:0;
		padding-top:4rem;
	}
	.lower-mainview{
	margin-top:7.4rem;
	}
  .lower-mainview__contents {
	flex-direction:column-reverse;
	background:rgba(255,255,255,0.8);
  }
	.lower-mainview__title{
		text-align:left;
		font-size:3.2rem;
		letter-spacing:0.1em;
		padding:0 1.5rem;
	}
	.lower-mainview__background-image{
		width:100%;
	}
	.lower-mainview__text {
		width: 100%;
		height: 100px;
		margin: 20px 20px 20px auto;
		padding-right: 10px;
	}
	.breadcrumb{
		font-size:12px;
		text-align:left;
		padding-left:1.5rem;
	}
  .simple__table tr{
    display: flex;
    flex-direction: column;
	border-bottom:none;
  }
	.simple__table td:not([class]){
		width:100%;
	}
	.simple__table th{
		width:100%!important;
		padding:15px 0 5px!important;
		text-align: start;
	}
	.simple__table td:not([class]) {
		width:100%;
		border-bottom:none;
		padding:0!important;
		line-height:1.6;
	}
	.brand_statement{
		padding:0 0 0 1.5rem;
	}
	.philosophy .brand_statement .first-cha-paren{
		margin-left:-0.6em;
	}
	.box1{
		flex-direction:column;
		align-items:flex-start;
	}
	.box1 .title{
		width:200px;
		margin-bottom:2rem;
	}
	.box1 .text{
		width:100%;
		padding:2rem 0 0;
	}

}

/* company profile */
.simple__table .profile th{
  width: 15%;
}


/* SDGs　*/
.gallery{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
}
.gallery .item{
	width:50%;
	max-width:400px;
}
.gallery .item img{
	border:#eee 1px solid;
}
.caption{
	font-size:1.5rem;
	padding-top:0.5rem;
}
div.hr{
	width:90%;
	height:1px;
	border-top:#ddd 1px solid;
	margin:120px auto;
}

.nolink-gallery{
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.img-txt-box{
	width:100%;
	display:flex;
	gap:15px;
	margin:0 0 30px;
	align-items:center;
	line-height:1.5;
}
.img-txt-box .img{
	width:160px;
}
.img-txt-box .txt{
	width:calc(100% - 160px);
}
@media (max-width: 768px) {
	.nolink-gallery{
		width:325px;
		gap:5px;
	}
	.nolink-gallery img{
		width:160px;
	}	
	.img-txt-box {
		flex-direction:column;
	}	
	.img-txt-box .img{
		width:100%;
		margin:20px 0 10px;
		text-align:center;
	}
	.img-txt-box .txt{
		width:calc(100% - 30px);
	}
}
table.sdgs-history{
	margin-top:5rem;
	border-top:#ddd 1px solid;
}
table.sdgs-history th{
	width:10%;
	padding:15px;
	border-bottom:#ddd 1px solid;
	text-align:center;
	vertical-align:middle;
	background-color:#0599d9;
	color:#fff;
}
table.sdgs-history td{
	padding:15px;
	vertical-align:middle;
	border-bottom:#ddd 1px solid;
}
table.sdgs-history tr td:nth-of-type(1){
	width:10%;
	text-align:center;
}
table.sdgs-history tr td:nth-of-type(2){
	width:20%;
	text-align:center;
}
table.sdgs-history tr td:nth-of-type(3){
	width:10%;
}
table.sdgs-history tr td:nth-of-type(4){
	width:40%;
}

@media (max-width: 768px) {
	table.sdgs-history{
		font-size:90%;
	}
	table.sdgs-history td{
		padding:5px;
	}
	table.sdgs-history th{
		padding:5px;
	}
}

/* greeting */
p.signature{
	line-height:1.7;
	text-align:right;
	letter-spacing:0.16em;
}

.page-id-317 .parallax{
	display:flex;
	margin:4rem 0;
}
@media (max-width: 768px) {
	.page-id-317 .parallax{
		flex-direction:column;
	}
}

/* services */
.lower-contents__text_lead{
	font-size:15px;
	font-weight:500;
	line-height:2.2;
	margin-bottom:calc(3000vw/1420);
}
.btoc_lead{
	position:relative;
	width:100%;
	aspect-ratio: 1200 / 1095;
}
.btoc_lead .lower-contents__text_lead{
	max-width:calc(70000vw/1420);
}
.btoc_lead__image{
	width:100%;
	aspect-ratio:1200/1050;
	position:absolute;
	top:4.3rem;
	right:0;
	z-index:-1;
}
.btoc_lead__image img{
	border-radius:5px;
}
.btoc_lead1{position:absolute;width:calc(41200vw/1420);height:calc(33300vw/1420);top:0; right:0;}
.btoc_lead2{position:absolute;width:calc(25300vw/1420);height:calc(20400vw/1420);top:calc(31500vw/1420); right:calc(54000vw/1420);}
.btoc_lead3{position:absolute;width:calc(25300vw/1420);height:calc(20400vw/1420);top:calc(49200vw/1420); right:calc(36600vw/1420);}
.btoc_lead4{position:absolute;width:calc(25300vw/1420);height:calc(20400vw/1420);top:calc(58500vw/1420); right:calc(80200vw/1420);}
.btoc_lead5{position:absolute;width:calc(30300vw/1420);height:calc(24500vw/1420);top:calc(74300vw/1420); right:calc(60300vw/1420);}
.btoc_lead6{position:absolute;width:calc(22500vw/1420);height:calc(27800vw/1420);top:calc(53300vw/1420); right:0;}
.btoc_lead7{position:absolute;width:calc(22500vw/1420);height:calc(27800vw/1420);top:calc(77500vw/1420); right:calc(11200vw/1420);}
.inter-page__link__item{
	margin:2rem 0;
}
.inter-page__link__item a{
	position:relative;
	padding-left:2rem;
	font-size:15px;
	font-weight:500;
	letter-spacing:0.1em;
}
.inter-page__link__item a:before{
	content: "";
    display: block;
    position: absolute;
    width: 1.28rem;
    height: 1.28rem;
    background-color: #5f9dbc;
    border-radius: 50%;
    bottom: 0.3rem;
    left: 0;
}
.inter-page__link__item a:after{
    content: "";
    display: block;
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
    bottom: 0.7rem;
    left: 0.4rem;
}
.lower-contents__title_h3{
	display:inline-block;
	font-size:2.4rem;
	font-weight:600;
	margin:120px 0 36px;
	letter-spacing:0.16em;
	line-height:1.3;
	vertical-align: -2px;
}
.lower-contents__title_h3__kome{
	font-size:1.3rem;
	display:inline-block;
	line-height:3.2rem;
}
.btoc_lead .lower-contents__title_h3,
.btob_lead .lower-contents__title_h3{
	margin-top:0;
}
.lower-contents__title_h4{
	font-size:2.0rem;
	font-weight:600;
	margin:0 0 12px;
	letter-spacing:0.16em;
	line-height:1.3;
	vertical-align: -2px;
}
.service_list{
	display:flex;
	flex-wrap:wrap;
	gap: 20px;
}
.service_list__item{
	position:relative;
	width:calc(50% - 10px);
	border:#90bacf 1px solid;
	padding:1.1rem 1.1rem 1.1rem 2.5rem;
}
.service_list__item h4{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	background:#90bacf;
	color:#fff;
	padding:0 1rem;
	line-height:3.4rem;
	font-size:1.8rem;
	font-weight:600;
	letter-spacing:0.1em;
}
.service_list__item__content {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.service_list__item__content .text{
	width:calc(100%- 109px);
	padding:2.3rem 1rem 0 0;
	line-height:1.4;
	font-size:1.5rem;
}
.service_list__item__content img{
	width:109px;
	height:109px;
	border-radius:5px;
}
.operation_flow_list{
	display:flex;
	flex-direction:column;
}
.operation_flow_list .item{
	position:relative;
	width:100%;
	border:#90bacf 2px solid;
	border-radius:10px;
	margin-bottom:25px;
	display:flex;
}
.operation_flow_list .item:after{
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 8px solid #90bacf;
	border-bottom: 0;
	position:absolute;
	left:calc(50% - 7px);
	bottom:-18px;
}
.operation_flow_list .item:last-of-type:after{
	content:none;
}
.operation_flow_list .item .title{
	position:absolute;
	top:-20px;
	right:-10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:#90bacf;
	color:#fff;
	width:50px;
	height:50px;
	border-radius:50%;
}
.operation_flow_list .item .title .step{
	font-size:10px;
	font-weight:bold;
}
.operation_flow_list .item .title .num{
	font-size:18px;
	font-weight:bold;
}
.operation_flow_list .item .text{
	padding:20px;
	font-size:16px;
	font-weight:bold;
}
.operation_flow_list .item .text .sub{
	font-size:14px;
	font-weight:500;
	margin-left:20px;
}
.operation_flow_list .item .text .kome{
	font-size:12px;
	font-weight:500;
	margin-left:25px;
	color:#666;
}
@media (max-width: 768px) {
	.operation_flow_list .item .text .kome{
		display:block;
		margin:0;
	}
	.lower-contents__title_h3{
		margin:60px 0 36px!important;
	}
}
@media (max-width: 970px) {
	.service_list{
		flex-wrap:wrap;
	}
	.service_list__item{
		width:100%;
	}
	.lower-contents__text_lead{
		max-width:none!important;
	}
	.btoc_lead__image{
		position:relative;
		top:0;
	}
}
@media (max-width: 480px) {
	.btoc_lead__image{
	    aspect-ratio: 1200 / 1800;
		}
	.btoc_lead1{width:calc(412px/2);height:calc(333px/2);top:0; right:0;}
	.btoc_lead2{width:calc(253px/2);height:calc(204px/2);top:calc(31500vw/1420*2.3); right:calc(54000vw/1420);}
	.btoc_lead3{;width:calc(253px/2);height:calc(204px/2);top:calc(49200vw/1420*2); right:calc(36600vw/1420);}
	.btoc_lead4{width:calc(253px/2);height:calc(204px/2);top:calc(58500vw/1420*2.4); right:calc(80200vw/1420);}
	.btoc_lead5{width:calc(303px/2);height:calc(245px/2);top:calc(74300vw/1420*2); right:calc(60300vw/1420);}
	.btoc_lead6{display:none;width:calc(225px/2);height:calc(278px/2);top:calc(53300vw/1420); right:0;}
	.btoc_lead7{display:none;width:calc(225px/2);height:calc(278px/2);top:calc(77500vw/1420); right:calc(11200vw/1420);}
	.service_list__item h4{
		font-size:1.6rem;
	}
	.service_list__item__content .text{
		font-size:1.5rem;
	}
	.lower-contents__title_h3__kome{
		line-height:1.3;
		margin:-2rem 0 20px 0;
	}
	.operation_flow_list .item .text .kome{
		display:block;
		margin:0;
	}
	.operation_flow_list .item .text .sub{
		display:block;
		margin:5px 0;
	}
}

.estimate_list{
}
.estimate_list__item{
	width:100%;
	display:flex;
	border:#ccc 1px solid;
	padding:33px;
	margin-bottom:5px;
}
.estimate_list__item .title{
	font-size:15px;
	letter-spacing:0.06em;
}
.estimate_list__item .price{
	font-size:15px;
	letter-spacing:0.06em;
	margin-left:1rem;
}
.estimate_list__item .kome{
	color:#5f9dbc;
	font-size:1.3rem;
	margin-left:1rem;
}

.lower-contents__title-borderline{
	display:inline-block;
	margin-top:4rem;
	color:#044e87;
	border-bottom:#044e87 2px solid;
	padding-bottom:0.5rem;
	margin-bottom:1.5rem;
}

.btoc_area{
	width:100%;
	aspect-ratio:1200/422;
	position:relative;
	/*margin:0 0 -3rem;*/
}
.btoc_area img{
	position:absolute;
	top:85px;
	right:0
}
/*.btoc_area .lower-contents__title_h3{
	margin-top:0;
}*/
.btoc_area .lower-contents__text{
	width:calc(100% - 750px);
}
@media screen and (max-width: 1180px) {
	.btoc_area img{
		position:static;
		display:block;
		margin:0 auto;
	}
	.btoc_area .lower-contents__text{
		width:100%;
		margin-bottom:2rem;
	}
}

/*FAQ*/
.faq_list{
	font-size:15px;
}
.faq_list .item:after{
	content:"";
	width:100%;
	height:1px;
	display:block;
	background:#ddd;
}
.balloon_l,
.balloon_r{
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_l{
	margin:40px 0 0;
}
.balloon_r{
  justify-content:flex-end;
	margin:-15px 0 40px;
}
.faceicon img{
  width: 80px; /*任意のサイズ*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
  order:2 !important;
  flex-shrink:0;
}
.balloon_l .faceicon{
  margin-right:25px;
  flex-shrink:0;
}
.says {
  max-width:700px; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #eef5f8;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.says.question {
	background: #b3e2b9;
}
.says p{
  width:100%;
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #eef5f8;
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #eef5f8;
}
.balloon_l .says.question:after {
  left: -26px;
  border-right: 22px solid #b3e2b9;
}
.balloon_r .says.question:after {
  right: -26px;
  border-left: 22px solid #b3e2b9;
}
@media screen and (max-width: 970px) {
	.says {
		max-width:300px;
	}
	.balloon_r{
		margin-top:15px;
	}
}

.logo_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:20px 60px;
}
.logo_list img{
	width:150px;
}
.logo_list a:nth-of-type(1) img{
	width:124px;
}
.logo_list a:nth-of-type(2) img{
	width:70px;
}

ul.circle-blue{
	margin:4rem 0;
}
ul.circle-blue li{
	margin-bottom:1.5rem;
	line-height:1.4;
}
ul.circle-blue .number{
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:15px;
	text-align:center;
	background-color:#044e87;
	color:#fff;
	margin-right:10px;
	line-height:30px;
}

@media screen and (max-width: 480px) {
	.estimate_list__item{
		padding:1.5rem 1rem;
	}
	.estimate_list__item{
		display:flex;
		flex-wrap:wrap;
	}
	.estimate_list__item .title{
		width:100%;
		font-weight:800;
	}
	.estimate_list__item .price{
		width:100%;
		margin:0.5rem 0;
	}
	.estimate_list__item .kome{
		margin:0;
	}
}

/*service btob*/
.brand_statement{
	margin:60px 0 100px;
	font-size:30px;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:1.5;
}
.btob_lead__image{
	width:100%;
	max-width:1100px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.btob_lead__image .item{
	width:calc((100% - 15px)/2);
}
.btob_lead__image .item:nth-of-type(2n){
	margin-top:-40px;
}
.btob_lead__image h4{
	font-size:18px;
	margin:15px 0 0;
}
.btob_lead__image p{
	font-size:14px;
	margin:5px 0 40px;
}
.btob_lead__image .parallax-img {
  width: 100%;
  margin:0 auto;
}
.btob_lead__image .parallax-img img {
  width: 100%;
  border-radius:5px;
}
.btob_features{
	margin:50px 0 100px;
}
.btob_features .item{
	display:flex;
	align-items:center;
	gap:5px;
	margin-bottom:40px;
}
.btob_features h4{
	font-size:18px;
	margin:0 0 10px 10px;
}
.btob_features p{
	font-size:15px;
	margin:0 0 0 10px;
}
.btob_features .number{
	flex-shrink:0;
	display:flex;
	justify-content:center;
	align-items:center;
	width:80px;
	height:80px;
	border-radius:50%;
	background:#333;
	color:#fff;
	font-size:17px;
	font-weight:800;
}
.btob_features .text{
	display:block;
	font-size:18px;
}

.square1{
	width:100%;
	border:#90bacf 1px solid;
	margin:15px 0;
	padding:0;
	border-radius:5px;
}
.square1 h4{
	background:#90bacf;
	color:#fff;
	padding:10px;
	border-radius:5px 5px 0 0;
}
.square1 .blue-square {
	padding:15px;
}
.blue-square li{
	line-height:1.3;
	margin-bottom:5px;
}
.blue-square li:before{
	content:"";
	display:inline-block;
	width:5px;
	height:5px;
	background:#90bacf;
	vertical-align:5px;
	margin:0 8px 0 0;
}
/*.brand_statement{
	margin-bottom:3rem;
}*/
@media screen and (max-width: 540px){
	.btob_lead__image{
		margin:-60px 0 40px;
	}
	.btob_lead__image .item {
    	width: 100%;
	}
	.btob_lead__image .item:nth-of-type(2n){
		margin-top:0;
	}
}


/* recruit */
.recruit .news-wrapper .inner{
	width:100%;

	
}
.recruit .philosophy-container{
	width:100%;
	min-height:300px;
	position:relative;
}

.recruit .philosophy-container .philosophy-box{
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:95%;
	min-height:300px;
	background:rgba(45,133,193,0.8);
	position:absolute;
	padding:20px;
	top:0;
	left:0;
	z-index:10;
	color:#fff;
}
.recruit .philosophy-container.box1{
	margin-top:40px;
	margin-bottom:320px;
}
.recruit .philosophy-container.box2{
	margin: 0 0 340px;
}
.recruit .philosophy-container.box2 .philosophy-box{
	right:0;
	left:auto;
}
.recruit .philosophy-container .image-box{
	width:calc(100% - 40px);
	position:absolute;
	top:440px;
	right:0;
	z-index:5;
}
.recruit .philosophy-container.box1 .image-box{
	top:280px;
}
.recruit .philosophy-container.box2 .image-box{
	top:280px;
	left:0;
	right:auto;
}
.recruit .philosophy-container.box3{
	margin-bottom:780px;
}
.recruit .philosophy-container.box3 .image-box{
	top:730px;
}
.recruit .philosophy-container .image-box img{
	width:100%;
	max-width:none;
	height:280px;
	object-fit:cover;
}
.recruit .philosophy-container.box1 .image-box img{
	object-position:80% 50%;
}
.recruit .philosophy-container.box2 .image-box img{
	object-position:10% 50%;
}
.recruit .philosophy-container.box3 .image-box img{
	object-position:80% 50%;
}
.recruit .philosophy .ph-t{
	margin:0 0 10px;
	color:#fff;
	text-align:left;
	font-size:26px;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.4;
}
.recruit .philosophy .ph-p{
	color:#fff;
	margin-bottom:0;
}
.recruit .philosophy .ph-p ul{
	display:block;
	width:100%;
	max-width:600px;
	margin:30px auto 0;
	font-size:18px;
	line-height:1.3;
}
.recruit .philosophy .ph-p ul li{
	margin-bottom:10px;
	padding-left:20px;
	position:relative;
}
.recruit .philosophy .ph-p ul li:before{
	content:"■";
	font-size:12px;
	color:#fff;
	position:absolute;
	top:5px;
	left:0;
}
.recruit .philosophy-container.box3 .philosophy-box{
	width:100%;
}
.recruit .philosophy-box.box3 .ph-p{
	width:100%;
	max-width:700px;
	margin:0 auto 150px;
}
.recruit .philosophy .philosophy-container.box3 .ph-t{
	margin-bottom:0;
	text-align:left;
	font-size:26px;
	font-weight:500;
}
.recruit .philosophy .philosophy-container.box3 .ph-t + p{
	margin:0 0 40px;
	font-weight:500;
}
.entry-button a{
	width: 26rem;
    height: 5.5rem;
    margin: 0 auto 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    transition: all 0.4s;
}

@media screen and (min-width: 500px){
.recruit .philosophy-container.box2 {
    margin: 0 0 320px;
}
.recruit .philosophy-container.box3 {
    margin: 0 0 550px;
}
/*.recruit .philosophy-container.box1 .image-box{
	top:320px;	
}*/
.recruit .philosophy-container.box2 .image-box{
	top:280px;	
}
.recruit .philosophy-container.box3 .image-box{
	top:520px;	
}
}

@media screen and (min-width: 850px){
.recruit .philosophy-container .philosophy-box{
	width:600px;
	min-height:400px;
	padding:40px;
}
.recruit .philosophy-container.box1{
	margin-top:60px;
}
.recruit .philosophy-container.box3 .philosophy-box{
	width:800px;
}
.recruit .philosophy-container.box3 .image-box{
	top:400px;	
}
.recruit .philosophy .ph-t{
	font-size:30px;
	letter-spacing:0.1em;
}
.recruit .philosophy .ph-exp{
	margin-top:10px;
	line-height:1.5;
	font-size:16px;
	letter-spacing:0.1em;
}
.recruit .philosophy .ph-p ul{
	margin:50px auto 0;
}
}

@media screen and (min-width: 1200px){
.recruit .philosophy-container{
	min-height:400px;
}
.recruit .philosophy-container.box1{
	margin-bottom:250px;	
}
.recruit .philosophy-container.box2{
	margin-bottom:230px;	
}
.recruit .philosophy-container.box3{
	margin-bottom:250px;	
}
.recruit .philosophy-container.box1 .image-box{
	top:120px;
}
.recruit .philosophy-container.box2 .image-box{
	top:100px;
}
.recruit .philosophy-container.box3 .image-box{
	top:200px;
}
.recruit .philosophy-container.box1 .image-box img{
	height:400px;
	object-position: 50% 0%;
}
.recruit .philosophy-container.box2 .image-box img{
	height:400px;
	object-position: 50% 50%;
}
.recruit .philosophy-container.box3 .image-box img{
	height:400px;
	object-position: 0% 0%;
}
}

.anim-box {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  border-radius: 5px;
  max-width: 400px;
  height: 250px;
}
.anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.dl-div{
	margin-top:5rem;
}
.dl-div .lower-contents__text-big{
	margin-top:5rem;
	margin-bottom:0.5rem;
}
.circle-blue-small{
	margin:2rem 0 3rem;
	line-height:1.4;
}
.circle-blue-small li{
	margin-bottom:2rem;
}
.circle-blue-small li:before{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background-color:#044e87;
	border-radius:4px;
	margin-right:5px;
}

/* interview */
.lower-contents .news-wrapper{
	margin:0;
}
.lower-contents .news-wrapper .news{
	margin:0;
}
.interview-template .lower-contents__title .volume{
	display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    align-items: flex-end;
	width:14rem;
	height:14rem;
	text-align:center;
	font-size:1.6rem;
	font-weight:600;
	letter-spacing:0.1em;
	background:#90bacf;
	color:#fff;
	padding:15px;
}
.interview-template .lower-contents__title .interviewee{
	display:block;
	font-size:3rem;
	font-weight:500;
	letter-spacing:0.1em;
	text-align:center;
}
.interview_profile{
	width:100%;
	max-width:50rem;
	margin:4rem auto;
	border-radius:20px;
	border:#eee 1px solid;
	padding:0;
}
.interview_profile .lower-contents__img-area{
	margin-bottom:2.5rem;
}
.interview_profile img{
  display:block;
  width:100%;
  margin:0 auto;
  border-radius:20px 20px 0 0;
}
.interview_profile h4{
	display:inline-block;
	margin-left:20px;
	margin-bottom:5px;
	padding:2px 10px;
	background:#333;
	color:#fff;
	font-size:14px;
}
/*.lower-contents .interview{
	background:#90bacf;
}*/
.interview_profile .lower-contents__text{
	margin-inline:20px;
	line-height:1.3;
	font-size:15px;
}
.interview_profile .lower-contents__text:last-of-type{
	margin-bottom:2.5rem;
}

.interview{
	margin:7rem 0 6em;
}
.interview .lower-contents__text:last-of-type{
	margin-bottom:0;
}

.page ul.topinterview__slide{
	height:initial!important;
	display:flex;
	flex-wrap:wrap;
	gap:60px 0;
}
.page .section-type5__volume{
	display:inline-block;
	margin:3.3rem 2rem 1.6rem 2rem;
	padding:2px 7px;
	background:#90bacf;
	color:#fff;
	font-size:1.4rem;
}
.page .section-type5__title{
	margin:0 2rem 1.6rem 2rem;
}
.page .section-type5__list-year{
	margin: 0 2rem 1.6rem 2rem;
}
.page .section-type5__list-text{
	margin:0 2rem;
}


.lower-contents__title-question{
	margin:8rem 0 2rem;
	line-height:1.5;
	letter-spacing:0.1rem;
}
.lower-contents__title-question:before{
	content:"";
	display:inline-block;
	width:30px;
	height:1px;
	background:#333;
	vertical-align:6px;
	margin-right:3px;
}
.lower-contents__title-question + .lower-contents__text{
	line-height:1.8;
	font-size:16px;
	letter-spacing:0.1rem;
}


/* 福利厚生 */
.cards.icon{
	width:100%;
	max-width:1060px;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin:0 auto;
}
.cards.icon .card__item {
	width:340px;
	padding:50px 30px 30px;
	border:#eee 1px solid;
	border-radius:15px;
}
.cards.icon .card__item .img{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
@media screen and (max-width: 1059px) {
	.cards.icon{
		max-width:695px;
	}
}
@media screen and (max-width: 694px) {
	.cards.icon{
		max-width:340px;
	}
}

/* 教育制度 */
.flow .item {
	display:flex;
}
.flow .item .flow__item__title{
	display:flex;
	width:150px;
	justify-content:center;
	align-items:center;
	background:#044e87;
	position:relative;
	padding:30px 0 30px;
}
.flow .item .flow__item__title:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:150px;
	height:40px;
	background:#fff;
	clip-path: polygon(0 0, 50% 90%, 50% 100%, 0 10%);
}
.flow .item .flow__item__title:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:150px;
	height:40px;
	background:#fff;
	clip-path: polygon(100% 0, 50% 90%, 50% 100%, 100% 10%);
}
.flow .item:last-of-type .flow__item__title:before{
	clip-path: polygon(0 0, 62.5% 101%, 0 101%);
}
.flow .item:last-of-type .flow__item__title:after{
	clip-path: polygon(101% 0, 37.5% 101%, 101% 101%);
}
.flow .lower-contents__title-borderline{
    height: 24px;
	color:#fff;
	border-color:#fff;
	margin:0 0 20px 0;
}
.flow .item .flow__item__cont{
	width:calc(100% - 150px);
	padding:50px 30px 60px;
}

@media screen and (max-width: 480px) {
	.flow .item .flow__item__title{
		width:100px;
	}
	.flow .item .flow__item__cont{
		width:calc(100% - 100px);
		padding:50px 0 60px 15px;
	}
	.flow .item .flow__item__title:before,
	.flow .item .flow__item__title:after{
		width:100px;
		height:26.7px;
	}
}

.template-page {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

.contact__head {
  margin-top: 14rem;
}

.mw_wp_form {
  width: 100%;
  margin: auto;
}

.mwform-checkbox-field input, .mwform-radio-field input{
	margin-bottom:5px;
}

.mw_wp_form .info_box {
  width: 100%;
  background: #f5f5f5;
  margin: 100px auto 40px;
  padding: 15px;
  line-height: 1.5;
  font-size: 15px;
}

.mw_wp_form .agree {
  margin-top:40px;
  line-height: 1.6;
  text-align: center;
}

.mw_wp_form .privacy_policy {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #eee;
  margin: 60px 0 80px;
  padding: 10px;
  text-align: left;
  font-size: 16px;
}

.mw_wp_form .privacy_policy * {
  font-size: 16px;
}

.mw_wp_form .privacy_policy .inner {
  padding: 30px;
}

.mw_wp_form .privacy_policy .lead {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.mw_wp_form .privacy_policy h2 {
  font-size: 18px !important;
  padding: 2px;
  margin: 40px 0 !important;
}

.mw_wp_form .privacy_policy h3 {
  font-weight: bold;
  margin-top: 15px;
}

.mw_wp_form .privacy_policy ul {
  margin-top: 10px;
  padding-left: 20px;
}

.mw_wp_form .privacy_policy li {
  position: relative;
  padding-left: 15px;
}

.mw_wp_form .privacy_policy li::before {
  position: absolute;
  display: block;
  content: " ";
  width: 6px;
  height: 6px;
  background: #17147f;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

.mw_wp_form #contact_form {
  margin-bottom:200px;
  font-size: 16px;
}

.mw_wp_form #contact_form table {
  width: 100%;
}

.mw_wp_form #contact_form table th {
  width: 300px;
  padding: 20px 0 10px;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.mw_wp_form #contact_form table td {
  width: calc(100% - 300px);
  padding: 10px 5px;
  line-height: 1.3;
  vertical-align: middle;
}

@media screen and (max-width: 840px) {
  .mw_wp_form #contact_form table th {
    display: block;
    width: 100%;
    padding: 20px 10px 5px;
  }
  .mw_wp_form #contact_form table td {
    display: block;
    width: 100%;
    padding: 5px 10px 25px;
  }
  .mw_wp_form .info_box{
	margin-top:4rem;
  }
}
.mw_wp_form .button {
  text-align: center;
  margin-top: 20px;
}

.mw_wp_form .button [name=submitBack] {
  background: #ccc;
}

.mw_wp_form .button:hover [name=submitBack] {
  opacity: 0.7;
  box-shadow: 0 0 0 1px rgba(0, 16, 14, 0.03), 0 8px 16px -4px rgba(0, 16, 14, 0.1);
}

.mw_wp_form [type=submit] {
  color: #fff;
  background: #333;
  width: 300px;
  padding: 12px 16px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: top;
  transition: background 0.2s, box-shadow 0.2s;
  transition: all 0.2s;
}

.mw_wp_form [type=submit]:hover {
  opacity: 0.7;
}

.mw_wp_form option,
.mw_wp_form select,
.mw_wp_form textarea,
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=search],
.mw_wp_form input[type=url] {
  box-sizing: border-box;
  width: 100%;
  border: #ccc 1px solid;
  border-radius: 5px;
  padding: 10px;
}

.mw_wp_form input.short[type=text] {
  width: 6em;
}

.mw_wp_form select {
  position: relative;
  width: 300px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

.mw_wp_form .icon_mandatory {
  background: #333;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
}

.mw_wp_form.mw_wp_form_confirm table {
  border-top: rgba(0, 16, 14, 0.2) 1px solid;
  margin-bottom: 60px;
}

.mw_wp_form.mw_wp_form_confirm table th {
  padding: 15px 0 15px 15px;
  border-bottom: rgba(0, 16, 14, 0.2) 1px solid;
}

.mw_wp_form.mw_wp_form_confirm table td {
  border-bottom: rgba(0, 16, 14, 0.2) 1px solid;
}

.mw_wp_form.mw_wp_form_confirm .privacy_policy, .mw_wp_form.mw_wp_form_confirm .agree {
  display: none;
}

#contact_complete{
	margin:100px 0;
	min-height:500px;
}
#contact_complete p{
	margin:20px 0;
}
#contact_complete .companyinfo{
	border:#ccc 1px solid;
	padding:20px;
	line-height:1.5;
	margin:4rem 0;
	font-size:15px;
	font-weight:500;
}
#contact_complete .companyinfo p{
	margin:0 0 5px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/* TOPページ 新着情報 */
.top-news__inner .news{
  width: calc(100% - 12600vw/1420);
  margin:0 auto;
}
.news__list{
  display: flex;
  justify-content: flex-start;
  align-items:center;
  gap: 1.5rem;
  height:calc(8000vw/1420);
  margin:calc(400vw/1420) 0;
  padding:0 calc(2800vw/1420) 0 calc(3400vw/1420);
  background:#fff;
  border-radius:8px;
  cursor: pointer;
  font-size:15px;
  font-weight:400;
  letter-spacing:0.1em;
}
.news__list:hover{
	opacity:0.7;
}
.news__list > *:last-child {
  margin-left: auto;
}
.news__date{
	font-size:calc(1500vw/1420);
	letter-spacing:0.1em;
}
.news__cat span{
  display: inline-block;
  width:94px;
  height:20px;
  font-size: 13px;
  font-weight:400;
  line-height:20px;
  vertical-align: middle;
  text-align:center;
}
.news__cat span:not(:first-of-type){
	margin-left:3px;
}
/* TOPページ 新着情報 ボタン */
.link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1600vw/1420);
  height: calc(1600vw/1420);
  background-color: #f83056;
  border-radius:50%;
  position: relative;
}
.link-button::before,
.link-button::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(550vw/1420);
  height: calc(100vw/1420);
  background-color: #fff;
}

.link-button::before {
  transform: rotate(45deg);
  top: 5.5px;
}

.link-button::after {
  transform: rotate(-45deg);
  top: 8.5px;
}
@media (max-width: 1180px) {
	.top-news__inner .news{
		width:100%;
		margin-top:1.4rem;
	}
	.news__list {
		gap: 0.5rem 1.5rem;
		height: auto;
		margin: 4px 0;
		padding: 20px 15px 20px 20px;
		border-radius:5px;
	}
	.news__date{
		font-size:12px;
	}
	.news__cat span{
	  width:88px;
	  height:17px;
	  font-size: 12px;
	  line-height:17px;
	}
	.news__text{
		font-size:14px;
		line-height:1.3;
	}
	.link-button {
		width: 13px;
		height: 13px;
	}
	.link-button::before{
		width: 4.5px;
		height: 1px;
		top:4.5px;
	}
	.link-button::after {
		width: 4.5px;
		height:1px;
		top:6.5px;
		}
}
@media (max-width: 768px) {
 /* .top-news__inner .news {
    padding-top: 2.8rem;
    width: calc(100% - 7.4rem);
  }*/
  .news__list {
	flex-wrap:wrap;
	position:relative;
	padding-right:28px!important;
  }
	.news__text{
		width:100%;
	}
  .link-button {
    position:absolute;
	top:calc(50% - 6.5px);
	right:10px;
  }
  .news__list {
    cursor: pointer;
  }
}



/* シングルアーカイブページ */
.achievement__contents .category{
	display:inline-block;
	padding:0.3rem 2.5rem;
	border-radius:3px;
	font-size:1.4rem;
}
.achievement__contents .lower-contents__title_h3,
.single .lower-contents__title_h3{
	display:block;
	margin:1.6rem 0 0.5rem;
}
.achievement__contents .blogText__date,
.single .blogText__date{
	font-size:13px;
	letter-spacing:0.1em;
	color:#aaa;
	margin:0 0 3.5rem;
}
.blogImage img{
	width:100%;
}
.achievement-mainvisual {
  margin-top: 10rem;
}

.achievement__inner {
  width: 1212px;
  max-width: 100%;
  margin: 0 auto 3rem;
  padding:0;
  box-sizing: border-box;
}
.works-catchcopy{
	margin:4.5rem 0 2.5rem; 
	font-size:3rem;
	font-weight:300;
	letter-spacing:0.2em;
	line-height:1.3;
}
.works-exptext{
	margin-bottom:6rem;
	font-size:1.6rem;
	line-height:2.6rem;
	letter-spacing:0.1em;
}
.works-gallery{
	width:1212px;
	display:flex;
	flex-wrap:wrap;
	gap:7px;
}
.works-gallery .item{
	padding:0;
}
.works-gallery .item img{
	border-radius:5px;
}
.works-projectdata{
	margin:6rem 0;
	padding:40px 40px 45px 40px;
	border:#333 1px solid;
	border-radius:5px;
}
.works-projectdata h4{
	font-size:2rem;
	letter-spacing:0.1em;
}
.works-projectdata__list{
	margin-top:25px;
	border-top:#e0e0e0 1px solid;
}
.works-projectdata__list dl{
	width:100%;
	display:flex;
	gap:0;
	border-bottom:#e0e0e0 1px solid;
	padding:1.5rem 0;
}
.works-projectdata__list dl dt{
	font-size:16px;
	font-weight:600;
	letter-spacing:0.1em;
}
.works-projectdata__list dl dt:after{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 9px solid #67af51;
	border-right: 0;
	vertical-align:2px;
	margin:0 14px 0 10px;
}
.achievement__inner .content:first-of-type{
	margin-bottom:50px;
	text-align:center;
}

.single .achievement__inner .content_label{
	font-size:1.6rem;
}

.achievement__inner .content {
	display:flex;
	align-items:flex-start;
	margin-bottom: 20px;
}
.achievement__inner .content .content_label{
	width:6em;
	display:inline-block;
	line-height:1.8;
}
.achievement__inner .content .content_text{
	width:calc( 100% - 6em );
	display:inline-block;
}

/* アーカイブページ */
.works-article-head{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
	align-items:center;
	margin-bottom:4rem;
	padding-bottom:2rem;
	width:100%;
	border-bottom:#ccc 1px solid;
}
.works-taxonomy-list{
	display:flex;
}
.works-taxonomy-list li a{
	display:block;
	padding:5px 15px;
	background:#333;
	color:#fff;
	margin-right:10px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.my-col {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
}
.my-col .post-thumbnail img{
	width:100%;
	aspect-ratio:400/324;
	object-fit:cover;
}

@media (max-width: 767px) {
  .row {
    width: 98%;
  }
  .my-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
/* カードのスタイル */
.achievement-card {
  display: block;
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* カードのタイトル */
.achievement-card .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing:0.1em;
  margin: 15px 0;
}

.achievement-card .card-text {
  font-size: 15px;
  font-weight: 400;
  margin: 7px 0;
}

/* カードの説明 */
.achievement-card .card-description {
  font-size: 16px;
  margin-bottom: 10px;
}
.pagination{
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 40px auto 120px;
}
.pagination a, .pagination span{
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border: 1px solid #333;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  transition: all 0.3s ease;
}
.pagination a:hover{
  background-color: #333;
  color: #fff;
}
.pagination [aria-current="page"]{
  background-color: #333;
  color: #fff;
}
.next.page-numbers,.prev.page-numbers{
	line-height:2.5rem;
}

/* シングルページ */
.single {
	margin-top: 80px;
}
.single .lower-contents__title{
	margin-top:0;
	text-align:left;
}

.single__head{
  margin-top: 150px;
}
.single__inner{
  width: 108rem;
  max-width: 100%;
  min-height:600px;
  margin: 100px auto 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}

.single__title {
    font-size: 2.0rem;
    font-weight: normal;
    padding: 3rem;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #bfc5ca;
    margin-bottom: 4.6rem;
    letter-spacing: 0.2em;
}

.single__date {
  color:#666;
  font-size: 1.6rem;
  margin-bottom: 1rem;

}

.single .contents{
  margin-bottom: 10rem;
}
.single .content_label{
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0 1rem 2rem;
  letter-spacing: 0.1em;
}
.single .content_text{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.single .archive_btn{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}

.single__contents {
  margin-bottom: 3rem;
}

.single__contents a{
  margin:0 5px;color:#0066cc;
}

.single__contents.single__edit p{
	margin-bottom:20px;
	line-height:1.5;
}
.single__edit .wp-block-image{
	margin:20px 0;
}
.single__edit h2{
	margin:60px 0 30px;
	font-size:30px;
}
.single__edit h3{
	margin:50px 0 20px;
	font-size:26px;
}
.single__edit h4{
	margin:40px 0 20px;
	font-size:22px;
}
.single__edit h5{
	margin:30px 0 20px;
	font-size:20px;
}
.single__edit h6{
	margin:30px 0 15px;
	font-size:16px;
}
.single__edit ul li{
	margin-bottom:15px;
}
.single__edit ul li:before{
	content:"●";
	font-size:10px;
	vertical-align:3px;
	margin-right:5px;
}


/* news-アーカイブページ */
.news-wrapper{
  margin-top: 100px;
}
.news-wrapper .inner{
  width: 108rem;
  max-width: 100%;
  margin: 0 auto 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.news-wrapper .news{
  margin:40px 0;
  /*padding: 2rem 10rem 7.3rem;
  width: calc(100% - 10rem);*/
}
/*
.news-wrapper .news__list{
  margin:0;
}
.news-wrapper .news__list:hover{
  opacity:0.7;
}

.news-wrapper .link-button{
	width: 2.0rem;
    height: 2.0rem;
}
.news-wrapper .link-button::before {
    transform: rotate(-45deg);
    top: 11px;
}
.news-wrapper .link-button::after {
    transform: rotate(45deg);
    top: 7px;
}
.news-wrapper .link-button::before, .link-button::after {
    width: 0.7rem;
    height: 0.2rem;
}*/

/* pages category top */
.news-wrapper.page-cat-top .news__list{
	padding:2.4rem 1.2rem;
}
@media screen and (max-width: 840px){
	.news-wrapper {
		margin-top: 40px;
	}
}

/* for partner companies */
.download-files__lists{
	width:100%;
	margin-bottom:170px;
}
.download-files__list{
	display:flex;
	align-items:center;
	padding:15px;
	border-bottom:#ccc 1px dotted;
}
.download-files__list:first-of-type{
	border-top:#ccc 1px dotted;
}
.download-files__list .item-name{
	width:150px;
	flex-shrink:0;
	font-weight:bold;
	letter-spacing:0.1em;
}
.download-files__list .pdf{
	width:100px;
	text-align:center;
	padding-top: 3px;	
}
.download-files__list .pdf span{
	display:block;
	padding-top:5px;
}
.download-files__list .pdf img{
	width:65px;
}
.download-files__list .excel{
	width:100px;
	text-align:center;
}
.download-files__list .excel span{
	display:block;
	padding-top:0;
	padding-left: 12px;
}
.download-files__list .excel img{
	width:72px;
}
.download-files__list .text{
	padding-left:60px;
	line-height:1.5;
	font-size:15px;
}
@media (max-width: 768px) {
	.download-files__list{
		flex-wrap:wrap;
		justify-content: center;
		padding-left:0;
		padding-right:0;
	}
	.download-files__list .item-name{
		width:100%;
		padding:15px 5px;
		text-align:center;
	}
	.download-files__list .text{
		width:100%;
		margin-top:10px;
		padding-left:0;
	}
}

/*# sourceMappingURL=style.css.map */


/* 404 */
.template-page__inner.notfound{
	min-height:500px;
}
.template-page__inner.notfound h1{
	margin-bottom:40px;
}
.template-page__inner.notfound p{
	margin-bottom:20px;
}
.template-page__inner.notfound a{
	margin:0 10px;
	text-decoration:underline;
}





