@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;700&display=swap');
/* CSS Document */



html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
		  scroll-behavior: smooth;
  scroll-padding-top: 135px;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

body {
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro",Meiryo,Arial,sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #666;
  background-color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
  /* font-feature-settings: "palt"; */
	/* text-align: justify; */
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
	body {
	  font-size: 1.3rem;
	}
}
body,
h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}
/* p {
	text-align: justify;
} */


ol, ul {
	list-style: none;
	
}

/* dl,
dt,
dd {
	all: unset;
	display: block;
} */
button {
	all: unset;
	display: block;
}
table {
	border-collapse: collapse;
}

/* .sp_obj {
	display: none !important;
} */

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
	background: transparent;
	border: 0;
	outline: 0;
}


:root {
  --kblue: #00a8a9;
  --kblue-deep: #028486;
  --kblue-exdeep:#007a7b;
  --kblue-light: #bfe9e9;
  --kblue-exrlight: #cceeee;
  --gray-line:#dedede;
  --gray-bg:#f5f5f5;
   --gray-exlight:#f5f5f5;
   --gray-light:#ddd;
   --gray-medium:#ccc;
   --gray-deep:#666;

	--color-main: #333333;
	--color-gray: #eaeaef;
	--color-green: #b6d789;
	--color-yellow: #ebe78a;
	--color-orange: #ff9900;
	--color-orange2: #f6a752;
	--color-blue: #a5d2e2;
	--color-link_green: #00a8a9;

	--font-sans: "Noto Sans JP", sans-serif;
	--font-zen: "Zen Kaku Gothic New", serif;
}



/* # =================================================================
   # General elements
   # ================================================================= */
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
	width:100%;
  line-height: 1;
  vertical-align: top;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* ===== Link Color ===== */
a {
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a:link {
  color: #008486;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #00a8a9;
  text-decoration: none;
}

a:active {
  color: #008486;
  text-decoration: none;
}

a,
img,
input,
svg,
*::before,
*::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/*a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2rem;
  vertical-align: middle;
  background:url("../images/icon_window.png")no-repeat center;
-webkit-background-size: 2rem;
  background-size: 2rem;
}
.Button a[target="_blank"]:after{
  content: "";
  display: none;
}*/

a[href$=".pdf"]:after{
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2rem;
  vertical-align: middle;
  background:url("../images/icon_pdf.png")no-repeat center;
  -webkit-background-size: 2rem;
  background-size: 2rem;
}
a[href$=".pdf"][target="_blank"]:after{
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2rem;
  vertical-align: middle;
  background:url("../images/icon_pdf.png")no-repeat center;
  -webkit-background-size: 2rem;
  background-size: 2rem;
}

/* ===== Link ===== */
.Link {
  position: relative;
  word-break: break-word;
  font-weight: normal;
  line-height: 1.7;
  padding-left: 2rem;
}
.Link::before {
 content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 0rem;
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	width: 0.8rem;
	height: 0.8rem;
	margin: 0;
	border-top: 2px solid #00a8a9;
	border-right: 2px solid #00a8a9;
	transform: rotate(45deg);
}
	@media only screen and (max-width: 559px) {
		.Link::before {
			top: 45%;
			width: 0.6rem;
			height: 0.6rem;
			margin: 0;
			border-top: 1px solid #00a8a9;
			border-right: 1px solid #00a8a9;
			transform: rotate(45deg);
		}
	}
.Link_after {
  position: relative;
  word-break: break-word;
  font-weight: normal;
  line-height: 1.7;
  padding-right: 2rem;
}
.Link_after::after {
 content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 0rem;
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	width: 0.8rem;
	height: 0.8rem;
	margin: 0;
	border-top: 2px solid #00a8a9;
	border-right: 2px solid #00a8a9;
	transform: rotate(45deg);
}
	@media only screen and (max-width: 559px) {
		.Link_after::before {
			top: 45%;
			width: 0.6rem;
			height: 0.6rem;
			margin: 0;
			border-top: 1px solid #00a8a9;
			border-right: 1px solid #00a8a9;
			transform: rotate(45deg);
		}
	}
.Link_after.-white::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
	@media only screen and (max-width: 559px) {
		.Link_after.-white::before {
			border-top: 1px solid #FFF;
			border-right: 1px solid #FFF;
		}
	}
.Link_block {
  position: relative;
  width:100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.Link_block:hover{
  opacity: 0.8;
}

.TextLink{
	text-decoration: underline;
}
 a.TextLink:link{
	text-decoration: underline;
}

/* ===== Button ===== */
.Button_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
  }

.Button {
  position: relative;
  background-color: var(--kblue);
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  
  display: inline-block;
	/* padding-right: 2rem; */
}
.Button::after {
	content: "";
	width:15px;
	height: 12px;
	position: absolute;
	top: 45%;
	right: 0rem;
	
	z-index: 1;
	}
@media only screen and (max-width: 559px) {
		.Button::after {
			top: 45%;
			right: 1.5rem;

			z-index: 1;
		}
	}
.Button:hover {
	  opacity: 0.8;
	}
a::hover .Button {
	  opacity: 0.8;
	}

.Button.-center {
  margin: 0 auto;
  text-align: center;
}

.Button_inner,
a.Button_inner {
  display: block;
  width: 100%;
  padding: 1rem 2rem 1rem 2rem;
  text-decoration: none;
}
	/* @media only screen and (min-width: 560px) and (max-width: 959px){
		.Button_inner,
		a.Button_inner {
		  padding: 0.8rem 3rem 0.8rem 2rem;
		  text-decoration: none;
		}
	}
	@media only screen and (max-width: 559px) {
		.Button_inner,
		a.Button_inner {
		  padding: 0.7rem 2.5rem 0.7rem 2rem;
		  text-decoration: none;
		}
	} */



.Button_text {
  position: relative;
  display: inline-block;
  padding-right:2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
	background: url(../images/arrow_s_white.png) no-repeat right center;
	background-size: 15px 12px;
}

.EntryArea{
	width:100%;
	margin:6rem 0;
	display: flex;
	justify-content: space-between;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.EntryArea {
			margin: 4rem 0;
		}
	}
	@media only screen and (max-width: 559px) {
		.EntryArea {
			margin: 4rem 0;
			flex-wrap: wrap;
			gap: 1em;
		}
	}
.Button_entry,
.Button_inquiry{
	width: calc((100% - 43px)/2);
	background:#00a8a9;
	-webkit-transition: opacity .2s ease-in-out;
  	transition: opacity .2s ease-in-out;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.Button_entry,
		.Button_inquiry {
			width: calc((100% - 43px)/2);
			background: #00a8a9;
			-webkit-transition: opacity .2s ease-in-out;
			transition: opacity .2s ease-in-out;
		}
	}
	@media only screen and (max-width: 559px) {
		.Button_entry,
		.Button_inquiry {
			width: 100%;
		}
	}
.Button_inquiry{
	background:#999999;
}
.Button_entry a,
.Button_inquiry a{
	width:100%;
	height: 100%;
	position: relative;
	background:none;
}
.Button_entry:hover,
.Button_inquiry:hover{
	opacity: 0.8;
}

.Button_entry a::before,
.Button_inquiry a::before{
	content:"";
	width:50px;
	height: 50px;
	position: absolute;
	right:0;
	bottom:0;
	background:#1a6d6e;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	z-index: 1;
}
.Button_inquiry a::before{
	background:#666666;
}
.Button_entry a::after,
.Button_inquiry a::after{
	content:"";
	width:50px;
	height: 12px;
	position: absolute;
	right:15px;
	bottom:15px;
	background:url("../images/arrow_lg_white.png") no-repeat right bottom;
	background-size: 50px 12px;
	z-index: 2;
}

.Button_entry .Button_text,
.Button_inquiry .Button_text{
	width:100%;
	font-size: 2.8rem;
	padding:3rem 0;
	line-height: 1;
	color:#FFF;
	text-align: center;
	font-weight: 700;
	background: none;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.Button_entry .Button_text,
		.Button_inquiry .Button_text {
			font-size: 2rem;
			padding: 2.5rem 0;
		}
	}
	@media only screen and (max-width: 559px) {
		.Button_entry .Button_text,
		.Button_inquiry .Button_text {
			font-size: 1.8rem;
			padding: 2rem 0;
		}
	}

.TriangleButton_wrap a {
	width: 100%;
	height: 100%;
}
.TriangleButton_wrap:hover {
	opacity: 0.8;
}
.TriangleButton_wrap a::before {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #00a8a9;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	z-index: 10;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.TriangleButton_wrap a::before {
			width: 100px;
			height: 100px;
		}
	}
	@media only screen and (max-width: 559px) {
		.TriangleButton_wrap a::before {
			width: 100px;
			height: 100px;
		}
	}

.TriangleButton {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 20;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.TriangleButton {
			right: 25px;
			bottom: 25px;
		}
	}
	@media only screen and (max-width: 559px) {
		.TriangleButton {
			right: 4vw;
			bottom: 4vw;
		}
	}

.TriangleButton .TriangleButton_text {
	width: auto;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 900;
	color: #FFF;
	padding-right: 4rem;
	padding-bottom: 0.5em;
	position: relative;
	border-bottom: 3px solid #FFF;
}

	/* @media only screen and (min-width: 560px) and (max-width: 959px) {
		.TriangleButton .TriangleButton_text {

		}
	} */
	@media only screen and (max-width: 559px) {
		.TriangleButton .TriangleButton_text {
			width: auto;
			font-size: 1.6rem;
			padding-right: 3rem;
			padding-bottom: 0.5em;
			position: relative;
			border-bottom: 2px solid #FFF;
		}
	}

.TriangleButton .TriangleButton_text::after {
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	right: 0;
	bottom: -3px;
	background: #FFF;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
	z-index: 12;
}

@media only screen and (max-width: 559px) {
	.TriangleButton .TriangleButton_text::after {
		content: "";
		width: 20px;
		height: 2px;
		bottom: -2px;
	}
}

/* ===== SiteContent ===== */

.sp_obj,
.sptb_obj{
	display: none;
	}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.pc_obj {
			display: none;
		}
		.sptb_obj,
		.pctb_obj{
			display: block;
		}
	}
	@media only screen and (max-width: 559px) {
		.sp_obj,
		.sptb_obj{
			display:block;
		}
		.pc_obj,
		.pctb_obj {
			display: none;
		}
	}
	
.small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
.Text{
	margin: 1.5em 0 0 0;
	line-height: 1.8;
	}
.Text.-small{
	font-size: 1.4rem;
	}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		.Text.-small{
		font-size: 1.3rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.Text.-small{
		font-size: 1.2rem;
		}
	}
.Text.-right{
	text-align: right;
	}
.Text.-alert{
	color:#ff6600;
	}
.Text.-note{
	font-size: 1.4rem;
	}
.Text__eng{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.Text__serif{
	font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro' , serif ,'YuMincho, "Yu Mincho';
	}
.Text__italic{
		transform: skewX(-15deg);
		}
.Text__center{
	text-align: center;
}

.TextBold{
font-weight: bolder;
}


#SiteWrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  background:#eaeaef;
  
  display: flex;
  flex-direction: column;
}
#SiteWrap__header,
#SiteWrap__footer{
flex-grow:0;
}
#SiteWrap__body {
  position: relative;
  /* padding-bottom: 140px; */
  padding-top: calc(80px + 45px);
  flex-grow:1;
  
}
	@media only screen and (max-width: 959px) {
		#SiteWrap__body {
		  padding-top: 0;
		  /* padding-bottom: 30px; */
		}
	}
.Section__block{
	margin-top:10rem;
	display: flex;
	flex-direction: column;
	gap: 6rem;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.Section__block {
			margin-top: 8rem;
			gap: 5rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.Section__block {
			margin-top: 5rem;
			gap: 4rem;
		}
	}
.SiteContent__sectionInner {
  width:100%;
  max-width: 1300px;
  margin: 0 auto;
}
	@media print, screen and (min-width: 960px) {
	  .SiteContent__sectionInner {
		padding: 0 80px;
	  }
	}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
	  .SiteContent__sectionInner {
		padding: 0 40px;
	  }
	}
	@media only screen and (max-width: 559px) {
	  .SiteContent__sectionInner {
		padding: 0 20px;
	  }
	}
.SiteContent__sectionInner2 {
	width:100%;
	max-width: 1300px;
	margin: 0 auto;
	}
		@media print, screen and (min-width: 960px) {
		.SiteContent__sectionInner2 {
			padding: 0 120px;
		}
		}
		@media only screen and (min-width: 560px) and (max-width: 959px) {
		.SiteContent__sectionInner2 {
			padding: 0 40px;
		}
		}
		@media only screen and (max-width: 559px) {
		.SiteContent__sectionInner2 {
			padding: 0 20px;
		}
		}
#Main__Content {
    margin: 0 auto;
    padding: 0;
  }

#Recruit__Content{
	margin: 0 auto;
	display: block;
	font-size: 1.6rem;
	line-height: 2;
	color:#000;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align:left;
	font-feature-settings: "palt";
	/* letter-spacing: 0.05em; */
	box-sizing: border-box;
}
	@media only screen and (max-width: 559px) {
		#Recruit__Content {
			font-size: 1.4rem;
		}
	}
#Recruit__Content .Pagename {
	margin: 0;
}
#Recruit__Content .Pagename span {
	background: #333333;
	padding: 0.5rem 6rem 0.5rem 3rem;
	color: #FFF;
	font-weight: 600;
	margin: 0;
	display: inline-block;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Recruit__Content .Pagename span {
			padding: 0.5rem 4rem 0.5rem 2rem;
			font-size: 1.4rem;
		}
	}
	@media only screen and (max-width: 559px)  {
		#Recruit__Content .Pagename span {
			padding: 0.2rem 2rem 0.2rem 2rem;
			font-size: 1.3rem;
		}
	}

#Recruit__Content .notice{
	font-size: 1.4rem;
}
	@media only screen and (max-width: 559px) {
		#Recruit__Content .notice{
			font-size: 1.2rem;
		}
	}

.RecruitDetail{
	width:100%;
}

.RecruitDetail__box{
	width:100%;
}

.RecruitDetail__box h3{
	margin-bottom:1em;
	padding-bottom:0.5em;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.RecruitDetail__box h3 {
			font-size: 2.2rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.RecruitDetail__box h3 {
			font-size: 1.8rem;
		}
	}
.RecruitDetail__box h3::after{
	content:"";
	width:100px;
	height: 3px;
	background: #00a8a9;
	position: absolute;
	left: 0;
	bottom: 0;
}
.RecruitDetail__box dl{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
}
.RecruitDetail__box dt{
	width:150px;
	padding:1rem 2rem;
	border-top: 1px solid #333;
	font-size: 2rem;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.RecruitDetail__box dt {
			width: 150px;
			font-size: 1.8rem;
		}
	}

	@media only screen and (max-width: 559px) {
		.RecruitDetail__box dt {
				width: 30%;
				padding: 1rem 0;
				font-size: 1.6rem;
		}
	}
.RecruitDetail__box dd{
	width: calc(100% - 150px);
	padding:1rem 2rem;
	border-top: 1px solid #333;
}
@media only screen and (max-width: 559px) {
	.RecruitDetail__box dd {
			width: 70%;
			padding: 1rem 0rem 1rem 1rem;
			border-top: 1px solid #333;
		}
}

.GridBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
	@media only screen and (max-width: 959px) {
		.GridBox {
			flex-direction: column;
		}
	}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.GridBox__Text {
			width: 100%;
		}
	}
	@media only screen and (max-width: 559px) {
		.GridBox__Text {
			width: 100%;
		}
	}
.GridBox_text {
	width: auto;
}
.GridBox_image {
	width: auto;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.GridBox__Image {
			margin: 2em auto 0 auto;
		}
	}
	@media only screen and (max-width: 559px) {
		.GridBox__Image {
			margin: 2em auto 0 auto;
		}
	}



/* ---------- 250912 ----------*/
.Text__eng {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.button {
	width: auto;
	/* display: inline-block; */
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: left;
}

.button a{
	/* width: 100%;
	height: 100%; */
	color: #333;
	/* padding: 1rem 7em 1rem 1rem; */
	padding: 1rem 5em 1rem 1rem;
	
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	border: 1px solid #000;
	position: relative;

	display: inline-block;
}
.button a:visited {
	color: #333;
}
.button.-white a {
	color: #FFF;
	border: 1px solid #FFF;
}
.button.-white a:visited {
	color: #FFF;
}
.button.-blueline a {
	color: #00a8a9;
	border: 1px solid #00a8a9;
	background: rgba(255, 255, 255, 0.5);
}
.button.-blueline a:visited {
	color: #00a8a9;
}
.button.-blue a {
	color: #FFF;
	border: none;
	background: #00a8a9;
}
.button.-blue a:visited {
	color: #FFF;
}
.button.-smallgray a {
	color: #666;
	padding: 0.5rem 3em 0.5rem 2rem;
	border: none;
	background: #f0f0f0;
}
.button.-smallgray a:visited {
	color: #666;
}
.button a::before {
	content: "";
	width: 6px;
	height: 9px;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #333;
	clip-path: polygon(100% 46%, 0 0, 0 100%);
	z-index: 3;
}
.button.-white a::before,
.button.-blue a::before{
	background: #FFF;
}
.button.-blueline a::before,
.button.-smallgray a::before {
	background: #00a8a9;
}

.button a:hover {
	color: #FFF;
	background: #1bc3b5;
}
.button a:hover::before {
	background: #FFF;
}




.button_large {
	width: 700px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	.button_large {
		width: 80%;
		font-size: 1.9vw;
	}
}
@media only screen and (max-width: 559px) {
	.button_large {
		width: 90%;
		font-size: 4vw;
	}
}

.button_large a {
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	padding: 2rem;
	border: 1px solid #00a8a9;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.button_large.-blue a {
	color: #FFF;
	background: #00a8a9;
}
@media only screen and (max-width: 559px) {
	.button_large a {
		padding: 1.2rem;
	}
}
.button_large a::before {
	content: "";
	width: 12px;
	height: 18px;
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #00a8a9;
	clip-path: polygon(100% 46%, 0 0, 0 100%);
	z-index: 3;
}
.button_large.-blue a::before {
	background: #FFF;
}
.button_large a:hover {
	color: #FFF;
	background: #1bc3b5;
}
.button_large a:hover::before {
	background: #FFF;
}
.button_large.-blue a:visited {
	color: #FFF;
}


.Hero .Hero_pagename {
	width: auto;
	display: inline-block;
	position: relative;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 0.3em 0.5em;
}

.Hero .Hero_pagename .inner {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.Hero .Hero_pagename h2 {
	font-size: 4.5rem;
	line-height: 1;
	padding-right: 0.2em;
	margin-right: 0.2em;
	border-right: 1px solid #FFF;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	.Hero .Hero_pagename h2 {
		font-size: 4.2vw;
	}
}

@media only screen and (max-width: 559px) {
	.Hero .Hero_pagename h2 {
		font-size: 5vw;
	}
}

.Hero .Hero_pagename span {
	font-size: 0.9rem;
	line-height: 1.3;
}

/*---------- Section_BottomAboutus ----------*/
#Section_BottomAboutus2 {
	width: auto;
	margin-top: 0;
	padding-top: clamp(80 * 0.8px, 80 / 1280 * 100vw, 80px);
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 {
		padding-top: 50px;
	}
}

#Section_BottomAboutus2 .heading {
	text-align: center;
	margin-bottom: clamp(30 * 0.8px, 30 / 1280 * 100vw, 30px);
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .heading {
		margin-bottom: 15px;
	}
}
#Section_BottomAboutus2 .heading h2 {
	margin: 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .heading h2 {
		font-size: 6vw;
	}
}
#Section_BottomAboutus2 .inner {
	padding: 30px 0 80px 0;
	background: #00a8a9;
	margin: 0;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .inner {
		padding: 6vw 0 15vw;
	}
}

#Section_BottomAboutus2 .Aboutus_text_button {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 16px;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_text_button {
			gap: 1rem;
		}
}

#Section_BottomAboutus2 .Aboutus_text_button li{
	width: calc((100% - 40px) / 3);
	padding: 0;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Section_BottomAboutus2 .Aboutus_text_button li {
		width: calc((100% - 16px) / 2);
	}
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_text_button li {
			width: calc((100% - 10px) / 2);
		}
}

#Section_BottomAboutus2 .Aboutus_text_button li a{
	width: 100%;
	padding: 12px;
	display: block;
	background: #FFF;
	position: relative;

	color: #666666;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_text_button li a {
		padding: 8px;
		text-align: left;
		line-height: 1.5;
	}
}
#Section_BottomAboutus2 .Aboutus_text_button li a:hover {
	opacity: 0.7;
}
#Section_BottomAboutus2 .Aboutus_text_button li a::before {
	content: "";
	width: 8px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: #00a8a9;
	clip-path: polygon(100% 46%, 0 0, 0 100%);
	z-index: 3;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_text_button li a::before {
		width: 8px;
		height: 12px;
		right: 10px;
	}
}
#Section_BottomAboutus2 .Aboutus_text_button li a strong{
	font-size: clamp(16 * 0.8px, 16 / 1280 * 100vw, 16px);
	font-weight: 600;
	padding-right: 15px;
	position: relative;
	
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_text_button li a strong {
			font-size: 3vw;
		}
}
#Section_BottomAboutus2 .Aboutus_text_button li a strong::after {
	content: "";
	width: 2px;
	height: clamp(30 * 0.8px, 30 / 1280 * 100vw, 30px);
	background: #ffb601;
	transform: skewX(-18deg);
	position: absolute;
	margin: auto 0;
	right: 5px;
	top: 0;
	bottom: 0;
	
	z-index: 2;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_text_button li a strong::after {
			display: none;
			
		}
}
#Section_BottomAboutus2 .Aboutus_text_button li a .Text__eng {
	font-size: clamp(11 * 0.8px, 11 / 1280 * 100vw, 11px);
	font-weight: 400;
	letter-spacing: -0.02em;
}
@media only screen and (max-width: 559px) {
#Section_BottomAboutus2 .Aboutus_text_button li a .Text__eng {
		display: block;
		font-size: 10px;
		line-height: 1.2;
	}
}

#Section_BottomAboutus2 .Aboutus_img_button {
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4rem;
	border-bottom: 1px solid #FFF;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_img_button {
			gap: 1rem;
		}
}

#Section_BottomAboutus2 .Aboutus_img_button li {
	width: calc((100% / 3) - (2rem / 3));
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_img_button li {
			width: calc((100% / 3) - (1rem / 3));
		}
}

#Section_BottomAboutus2 .Aboutus_img_button li a {
	width: 100%;
	display: block;
	position: relative;

	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FFF;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_img_button li a {
		font-size: 3.4vw;
	}
	#Section_BottomAboutus2 .Aboutus_img_button li img{
		width:100%;
		height: auto;
		aspect-ratio: 5 / 3;
		object-fit: cover;
	}
}
#Section_BottomAboutus2 .Aboutus_img_button li a span{
	display: block;
	margin-top: 0.5em;
	font-size: clamp(20 * 0.8px, 20 / 1280 * 100vw, 20px);
}
@media only screen and (max-width: 559px) {
	#Section_BottomAboutus2 .Aboutus_img_button li a span {
		font-size: 14px;
	}
}

#Section_BottomAboutus2 .Aboutus_img_button li a:hover {
	opacity: 0.7;
}
