@charset "UTF-8";

/* 共通
-------------------------------------*/
*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}  /* *は全ての要素に適用するが、疑似要素には適用しないため「::before,::after」を追加 */  
:root {
	--colorText: #333;  /* font-colorの変数 */
	--colorMain: #00a8ff;  /* font-colorの変数 */
	--outline: #fff;
}
html {
	font-size: 10px;
}
body {
	color: var(--colorText);
	font-family: "Noto Sans JP", sans-serif;
	background-color: #faf9f9;
}
a {
  text-decoration: none;
	color: inherit;  /* 親要素と同じ値にする */
	cursor: pointer;
  }
li {
	list-style: none;
}
img {
	max-width: 100%;
  vertical-align: bottom; /* imgと親要素の高さを同じにする(画像の下端を文字のbase-lineではなく、bottom-lineに合わせる) */
}
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
h2 {
	font-size: 3.0em;
	line-height: 1;
  padding: 0 1em;
  padding-bottom: .3em;
	border-bottom: 3px solid var(--colorMain);
	display: inline-block;
}
section {
	margin-top: 90px;
	padding: 0 1em;
}
section::before {
	content: "";
	display: block;
	padding-top: 130px;
	margin-top: -130px;
}
.title-text {
    padding-bottom: 1.5em;
    text-align: center;
}

/* header
-------------------------------------*/
body header {
	position: absolute;
	background: rgb(130, 171, 250, 0.8);
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 999;
}
header {
	position: static;
	background: rgb(130, 171, 250, 0.8);
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 999;
}
.header-contents {
	width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-left img {
	height: 24px;
	padding-right: .5em;
}
.header-left a {
	font-size: 2.4em;
	line-height: 1;
	color: #fff;
	text-wrap: nowrap;
}
.header-right>ul {
	font-size: 1.6em;
	color: #fff;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.2em;
	text-wrap: nowrap;
}
.header-right>ul>li {
	transition: .2s;
}
.header-right>ul dl dt {
	display: none;
}
.sub-menu ul {
	color: var(--colorMain);
	position: absolute;
	top: 50px;
	left: 0;
	visibility: hidden;
	height: 60px;
	width: 100%;
	background-color: #ffffffE6;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	z-index: 1000;
}
/* .sub-menu ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: #ffffffE6;
	z-index: 9999;
} */
/* .header-right>ul>li>a:hover {
	border-bottom: 3px solid #aafbb4;
	font-weight: bold;
} */

/* ホバー＆フォーカスで子メニュー表示 */
.header-right>ul>li:hover ul,
.header-right>ul>li>dl>dd, 
.header-right>ul>li ul.focused {
  opacity: 1;
  visibility: visible;
}

.header-right>ul>li a:hover,
.header-right>ul>li a:focus {
  color: #005885;
}
#Nav,
#Nav+label {  /* #Navの次の要素であるlabel */
  display: none;
} 

/* footer
-------------------------------------*/
footer {
	font-size: 1.4em;
	color: white;
	background: var(--colorMain);
	padding: 15px 30px;
}
.footer-contents {
	display: flex;
}
.footer-left {
	left: 0;
}
.footer-logo {
	width: 1.8rem;
} 
.footer-left ul li:first-child {
	line-height: 1;
	font-size: 1.8rem;
	padding-bottom: 0.5em;
}
.inquiry-form {
	text-align: center;
}
.inquiry-form a {
	color: var(--colorMain);
	padding: 0.5em 2em;
	margin-top: 1em;
	border-radius: 1em;
	display: inline-block;
	transform-origin: center;
	background-color: #fff;
	opacity: 1;
}
.inquiry-form a:hover {
	opacity: 0.8;
}
.footer-right {
	margin-left: 3%;
	flex: 1;
	display: flex;
	justify-content: space-between;
}
footer tr {
	display: flex;
	flex-flow: column;
}
footer tr th {
	text-align: left;
	padding-bottom: 0.5em;
}
footer tr td {
	margin-left: 1em;
}
footer tr td:not(:last-child) {
	padding-bottom: 0.2em;
}
.footer-right table a:hover {
  color: #005885;
}

/* topページへ移動
-------------------------------------*/
#page_top {
	position: fixed;
	bottom: 5vh;
	right: 5vw;
	display: flex;
	flex-flow: row-reverse;
	z-index: 9999;
}
#page_top  a {
	width: 50%;
	opacity: .8;
}


/* first-v
-------------------------------------*/
.index .first-v {
	z-index: -1;
}
.index .first-v img{
  width: 100%;
	height: 700px;
	object-fit: cover;
}
.index .first-v ul li:first-of-type img {
	object-position: left center;
}
.overview .first-v {
	display: flex;
	width: 100%;
	height: 300px;
}
.overview .first-v div:nth-of-type(1) {
	width: 35%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.overview .first-v div:nth-of-type(1)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(225, 237, 251, 1));
}
.overview .first-v div:nth-of-type(1) h1 {
	font-size: 3em;
	font-weight: bold;
	padding-top: 60px;
	z-index: 1;
}
.overview .first-v div:nth-of-type(2) {
	width: 65%;
	position: relative;
}
.overview .first-v div:nth-of-type(2):before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(225, 237, 251, 1), rgba(255, 255, 255, 0) 18%);
}
.overview .first-v div:nth-of-type(2) img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 50% 10%;
}




/* topページ
-------------------------------------
-------------------------------------*/

/* internship-banner
-------------------------------------*/
.index .internship-banner {
	position: relative;
	width: 100%;
	text-wrap: nowrap;
	color: var(--colorMain);
}
.index .internship-banner img:first-of-type {
	width: 100%;
	min-height: 150px;
	object-fit: cover;
	object-position: 30%; /* heightは高さ固定されるため、上下は効かない */
} 
.index .internship-banner img:last-of-type {
	display: none;
	object-fit: contain; 
}
.index .internship-banner p {
	display: none;
}
.index .internship-banner dl {
	display: none;
}

/* news-wrapper
-------------------------------------*/
.index .news-contents {
	display: flex;
	justify-content: space-between;
	padding: 0 1em;
}
.index .news-contents a {
	width: 24%;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}
.index .news-contents img {
  width: 100%;
	height: 170px;
	object-fit: cover;
}
.index .news-contents a dt {
	font-size: 1.4em;
	border-bottom: 1px solid var(--colorText);
	display: inline-block;
	margin-top: 1.5em;
	margin-left: 1.5em;
}
.index .news-contents a dd {
	font-size: 1.6em;
	margin: 0.5em 1.5em 0;
	text-align: left;
	margin-bottom: 1.5em;
}
.index .news-detail {
	font-size: 1.6em;
  color: var(--colorText);
  padding: 1em 0;
  display: flex;
	flex-flow: row-reverse;
}
.index .news-detail a:hover {
  opacity: 0.5;
}

/* occupation-wrapper
-------------------------------------*/
.index .occupation-wrapper {
	height: 350px;
	background-image: url(../images/06_occupation.png);
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 2em 0;
}
.index .occupation-wrapper p {
  text-align: justify;
  font-size: 1.6em;
	padding: 0 1em;
}
.index .flow-diagram {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2em;
}
.index .flow-diagram dl {
	width: 17%;
	height: 75px;
	border-radius: 50%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-wrap: nowrap;
}
.index .flow-diagram dl:not(:nth-of-type(2)) {
	background: linear-gradient(270deg, rgba(102, 196, 244, 1) 20%, rgba(215, 232, 241, 1));	/*要素を高さ200px、幅300pxの長方形*/
}
.index .flow-diagram dl:nth-of-type(2) {
	background: linear-gradient(270deg, rgba(255, 87, 0, 1) 20%, rgba(215, 232, 241, 1));	/*要素を高さ200px、幅300pxの長方形*/
}
.index .flow-diagram dl dt {
	font-size: 1.6em;
}
.index .flow-diagram dl dd {
	font-size: 1.2em;
}
.index .arrow {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 40px;
}
.index .arrow::before,
.index .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
	right: 5px;
  width: 24px;
  height: 8px;
  border-radius: 9999px;
  background-color: var(--colorMain);
  transform-origin: calc(100% - 4px) 50%;
}
.index .arrow::before {
  transform: rotate(45deg);
}
.index .arrow::after {
  transform: rotate(-45deg);
}

/* business-wrapper
-------------------------------------*/
.index .business-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
	gap: 2em 0;
}
.index .business-content {
	position: relative;
	width: 30%;
}
.index .business-content p {
  position: absolute;
  padding: .3em 1em;
	font-size: 1.6em;
  background-color: #66c4f4;
}
.index .business-content img {
  aspect-ratio: 4/3;
  padding: 12px 15px;
  background-color: #fff;
}

/* employee-interview
-------------------------------------*/
.index .employee-interview {
	background-image: url(../images/11_employee-interview4.jpg);
	background-size: cover;
}
.index .interview-contents {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 1em;
}
.index .interview-contents div {
	font-size: 1.6em;
	background-color: #fff;
  width: 30%;
}
.index .interview-contents img {
  width: 100%;
	height: 250px;
	object-fit: cover;
}
.index .interview-contents dt {
  margin: 1em;
  border-bottom: 1px solid var(--colorText);
}
.index .interview-contents dd {
	text-align: justify;
	margin: 0 1em 1em;
}
.index .interview-contents div:nth-of-type(2) {
	margin-top: 5em;
}
.index .interview-contents div:nth-of-type(3) {
	margin-top: 10em;
}
.index .interview-detail {
  color: var(--colorText);
  display: flex;
	flex-flow: row-reverse;
	padding: 1em 0;
	opacity: 1;
}
.index .interview-detail img:hover {
    opacity: 0.5;
}

/* saiyo-banner 
-------------------------------------*/
.index .saiyo-banner {
	position: relative;
}
.index .recruitment-information img:first-of-type {
  width: 100%;
}
.index .recruitment-information img:last-of-type {
	display: none;
}
.index .saiyo-btn {
 position: absolute;
 top: 50%;
 right: 0;
 transform: translateY(-50%);
 width: 38%;
}
.index .saiyo-btn ul {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 5em;
}
.index .saiyo-banner a {
	display: inline-block;
	font-size: 2.0em;
	white-space: nowrap;
  color: #fff;
  padding: 0.5em 3em;
  background-color: var(--colorMain);
	border-radius: 5px;
	position: relative;
  opacity: 0.8;
  box-shadow: 0 7px #5ac3fa;
}

.index .saiyo-banner a:active {
	top: 7px;
	left: 0;
	box-shadow: none;
}


/* 会社概要ページ
-------------------------------------
-------------------------------------*/
.sub_nav {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background-color: #e1edfb;
	font-size: 1.6em;
}
.sub_nav li:hover {
	color: #005885;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.overview h3 {
	display: inline-block;
	font-size: 2.8em;
	padding: 12px 50px;
	background: linear-gradient(270deg, rgba(255, 254, 255, 1), rgba(112, 206, 255, 1));
	margin-bottom: 30px;
}
.overview h4 {
	font-size: 2.8em;
	padding-bottom: 50px;
}
.overview .philosophy .container div:nth-of-type(2) {
	margin-bottom: 80px;
}
.overview p {
	font-size: 1.6em;
	text-align: justify;
}
.overview .representative .container div:first-of-type h4 span {
	display: inline-block;
	text-indent: 4em;
}
.representative>div div:nth-of-type(2) {
	display: flex;
	justify-content: center;
}
.representative>div div:nth-of-type(2) div {
	width: 50%;
}
.representative>div div:nth-of-type(2) div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	margin-top: 134px;
}
.representative>div div:nth-of-type(2) div:nth-of-type(2) figure {
	flex: 1;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	justify-content: space-between;
}
.representative>div div:nth-of-type(2) div:nth-of-type(2) figure img {
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.representative>div div:nth-of-type(2) div:nth-of-type(2) figure figcaption {
	font-size: 1.6em;
	display: inline-block;
}
.representative>div div:nth-of-type(2) div:nth-of-type(2) figure figcaption  span{
	font-size: 1.5em;
}
.overview .philosophy .container>div:nth-of-type(n+1) h4 {
	text-indent: 1em;
}
.overview .philosophy .container>div:nth-of-type(n+1) h4 span {
	display: inline-block;
	text-indent: 4em;
}
.overview .company_information .container table {
	border-collapse: collapse; 
}
.overview .company_information .container table th,
.overview .company_information .container table td {
	padding: 20px 0;
	border-bottom: solid 1px #002031;
}
.overview .company_information .container table th {
	width: 30%;
	font-size: 2.4em;
	color: var(--colorMain);
}
.overview .company_information .container table td {
	font-size: 2.0em;
}
.overview .each_base ul {
	display: flex;
	justify-content: center;
}
.overview .each_base ul li {
	flex: 1;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.overview .each_base ul li figure {
	width: 350px;
}
.overview .each_base ul li figure figcaption:first-of-type {
	text-align: center;
	font-size: 2.4em;
	font-weight: 700;
	padding-bottom: 30px;
}
.overview .each_base ul li figure figcaption:nth-of-type(n):not(:first-of-type) {
	font-size: 1.6em;
	background: #fff;
	padding-left: 1em;
	padding-right: 1em;
}
.overview .each_base ul li figure figcaption:nth-of-type(2) {
	padding-top: 1.5em;
}
.overview .each_base ul li figure figcaption:nth-of-type(5) {
	padding-bottom: 1.5em;
}
.overview .each_base {
	margin-bottom: 90px;
}



