@charset "UTF-8".corp_greet_heading

/* global */
.main {
  position: relative;
  width: 100%;
  z-index: 0;
}

.cont {
  padding: 7rem 0 8.5rem;
}

.cont_sub {
  font-size: 1.4rem;
  color: #aaa;
  text-align: center;
}

.cont_ttl {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Helvetica";
  color: #222;
}

.anchor_btn_03 a:hover {
  filter: brightness(120%);
}

.cont_heading {
  margin: 4rem 0 6.8rem;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
}

.page_heading {
  height: 12.4rem;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/corp_bg.jpg);
}

.page_ttl {
  font-size: 2.7rem;
  color: #fff;
  position: relative;
  padding-bottom: 1rem;
  margin-top: -0.9rem;
}

.page_ttl::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 0.2rem;
}

.page_wrap {
  width: 100%;
  margin: 0 auto;
  font-family: '小塚ゴシック Pr6N', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
}

/*********************

* トップページ

*********************/
/*--- main_visual ---*/
.main_visual {
  height: 37.5vw;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.swiper-button-next, .swiper-button-prev {
	top: auto;
  bottom: 1.2rem;
  width: 1.8rem;
  height: 3.0rem;
  margin-top: -2.2rem;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 2.7rem 4.4rem;
  -webkit-background-size: 2.7rem 4.4rem;
  background-size: 1.8rem 3rem;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: calc(50% - 8rem);
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: calc(50% - 8rem);
  left: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 1.8rem;
  left: calc(50% - 5.5rem);
  width: 11rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
	background-color: #007aff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
}

/*--- news ---*/
.cont.news {
  padding: 5.2rem 0 6.8rem;
  background-color: #fff;
}

.news>.inner>.flex_box {
  width: 96%;
  margin: 0 auto;
  align-items: center;
  flex-wrap: nowrap;
}

.cont_heading {
  margin-right: 6.2rem;
  font-size: 3rem;
  font-family: "Helvetica";
  font-weight: 200;
  letter-spacing: 0;
  margin-top: 7.6rem;
}

.news_wrap {
  flex-grow: 1;
  padding-right: 0.5rem;
}

.news_item {
  padding: 1rem 0 0.8rem;
  border-top: 1px solid #d3cfcf;
}

.news_item .flex_box {
  align-items: center;
}

.news_item_date {
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 12rem;
}

.news_item_cat a {
  display: block;
  width: 9.4rem;
  padding: 0.2rem 0;
  margin-right: 3.2rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.news_item_cat.news a {
  background-color: #7d7d7d;
}

.news_item_cat.activity a {
  background-color: #000;
}

.news_item_cat a:hover {
  opacity: 0.7;
}

.news_item_ttl a {
  position: relative;
  font-size: 1.5rem;
  color: #222;
}

.news_item_ttl a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0%;
  height: 0.1rem;
  background-color: #1b1b1b;
  transition: .5s ease;
}

.news_item_ttl a:hover::before {
  width: 100%;
}

.news .anchor_btn_02 {
  text-align: right;
}

.anchor_btn_02 a {
  padding-right: 3.1rem;
  margin-right: 2.7rem;
  font-size: 1.4rem;
  color: #222;
  background: url(../img/anchor_bg.png) no-repeat;
  background-position: 100% 50%;
  font-weight: 600;
}

.anchor_btn_02 a:hover {
  color: #666;
}

.bnr.news {
  margin: 4rem auto 0;
}

.bnr a img {
  width: 100%;
}

.bnr a:hover {
  opacity: 0.7;
}

/*--- contents ---*/
.cont.contents {
  padding: 5rem 0;
  background: url(../img/contents_bg.jpg) no-repeat;
  background-size: cover;
}

.cont_ttl.contents {
  color: #fff;
  margin-bottom: 2.8rem;
}

.bnr.contents {
  max-width: 84.5rem;
  margin: 2.1rem auto;
}

/*--- corporate ---*/
.cont.corporate {
  padding: 8.4rem 0 6rem;
}

.corporate>.flex_box {
  flex-wrap: nowrap;
  width: 94.5%;
  margin: 4.8rem auto;
  justify-content: space-between;
}

.information_item {
  position: relative;
  width: 31%;
  height: 19.3vw;
  overflow: hidden;
}

.information_item>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease
}

.information_item:hover>a>img {
  transform: scale(1.1);
}

.hover_item {
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 94%;
  height: 88%;
  left: 3%;
  top: 6%;
  opacity: 0.5;
  transition: 1.0s ease;
  background: rgba(0, 0, 0, 0.7);
}

.hover_item_box {
  text-align: center;
}

.information_item:hover .hover_item {
  opacity: 1;
}

.hover_icon {
  width: 4.7rem;
  text-align: center;
}

.hover_txt {
  position: relative;
  margin-top: 0.8rem;
  padding-top: 1rem;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 600;
}

.hover_txt::before {
  position: absolute;
  content: '';
  top: 0;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 0.1rem;
  background-color: #2687b6;
}

/*--- access ---*/
.cont.access {
  padding: 2rem 0 8.4rem;
}

.access>.flex_box {
  justify-content: center;
  margin-top: 2.4rem;
}

.address_item {
  margin-left: 1.7rem;
  padding: 1rem 0;
  border-right: 1px solid #c6cacf;
}

.address_item:nth-of-type(1) {
  width: 22.4%;
}

.address_item:nth-of-type(2) {
  width: 19.5%;
}

.address_item:nth-of-type(3) {
  width: 20%;
  border: none;
  margin-right: 1.2rem;
}

.address_item img {
  margin-right: 1.3rem;
}

.address_item:nth-of-type(1) img {
  height: 3.4rem;
}

.address_item:nth-of-type(2) img {
/*  height: 2.7rem;   */
  height: 3.4rem;
}

.address_item:nth-of-type(3) img {
/*  height: 2.2rem;   */
  height: 3.4rem;
}

.address_item .flex_box {
  align-items: center;
}

.address_txt {
  font-size: 1.2rem;
  color: #264059;
  line-height: 1.3;
  margin-top: 0.3rem;
}

.address_txt a {
  color: #264059;
}

.contact form {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.contact_table {
  width: 100%;
  margin: 5.9rem auto 0;
  max-width: 88rem;
}

.required {
  display: inline-block;
  margin-left: 0.3rem;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  margin-top: -0.3rem;
  background-color: #b70b0b;
  width: 3.3rem;
  text-align: center;
}

.contact_table th,
.contact_table td {
  font-size: 1.3rem;
  padding: 1.9rem 0;
  text-align: left;
  color: #000;
}

.contact_table th {
  padding-left: 8.2rem;
  width: 35.5%;
}

.contact_table tr:last-child th {
  vertical-align: top;
}

.contact_table td input[type="text"],
.contact_table td input[type="email"],
.contact_table td input[type="tel"],
.contact_table td select,
.contact_table td textarea {
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.8s;
  padding: 1.2rem 1.2rem;
  background: #f2f2f2;
  font-size: 1.6rem;
  box-shadow: inset 0 0 0.4rem #ccc;
}

.contact_table td input:focus,
.contact_table td textarea:focus,
.contact_table td select {
  border: 1px solid rgba(255, 255, 255, 1);
  outline: none;
}

.contact_table tr:nth-child(1) td input,
.contact_table tr:nth-child(2) td input,
.contact_table tr:nth-child(6) td select {
  width: 44.7%;
}

.contact_table tr:nth-child(3) td input,
.contact_table tr:nth-child(4) td input {
  width: 84%;
}

.contact_table tr:nth-child(6) td input,
.contact_table tr:nth-child(8) td input {
  width: 8.1rem;
  margin-right: 0.9rem;
}

.contact_table tr:nth-child(7) td input {
  width: 18rem;
}

.contact_table td textarea {
  width: 76%;
  height: 15rem;
}

.wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 2.2rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-size: 1.5rem;
}

.wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #f2f2f2;
  transition: 0.3s;
  box-shadow: inset 0 0 0 0.4rem #ccc;
}

.radio .wpcf7-list-item label::before,
.radio .wpcf7-list-item label::after {
  border-radius: 50%;
}

.wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #000;
  transform: scale(0);
  transition: 0.3s ease;
}

.wpcf7-list-item label.check::after {
  transform: scale(1);
}

.wpcf7-list-item label input[type="radio"],
.wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.bubget {
  position: relative;
}

.bubget::after {
  position: absolute;
  content: '▼';
  right: 0.5rem;
  top: 0.1rem;
}

.time_bar {
  margin: 0 2.6rem 0 1.7rem;
}

.formbtn {
  display: block;
  max-width: 48rem;
  width: 100%;
  height: 5rem;
  margin: 1.8rem auto 5.6rem;
  text-align: center;
  line-height: 5rem;
  background-color: #f39800;
  color: #fff;
  transition: 0.8s;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: bold;
}

.formbtn:hover,
.formbtn:active {
  filter: brightness(120%);
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  font-size: 1.3rem;
  text-align: center;
  color: #b70b0b;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0.2rem;
  color: #b70b0b;
}

/*--- map ---*/
.google_map {
  width: 100%;
  height: 44.3rem;
  margin-top: 2.7rem;
}

.google_map iframe {
  width: 100%;
  height: 100%;
}

/*********************

*  下層ページ

*********************/
.page_sub {
  position: relative;
  padding-bottom: 1.3rem;
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
  ;
}

.page_sub::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0.1rem;
  width: 4.7rem;
  height: 0.2rem;
  background-color: #08a5e5;
}

.page_txt {
  margin: 1.8rem 0;
  font-size: 1.5rem;
  line-height: 2.1;
}

.post-972 .page_txt {
  max-width: 61.5rem;
}

/*--- corp_overview ---*/
.corp.flex_box {
  margin-top: 6.1rem;
  margin: 2.9rem auto 10.9rem;
}

.corp_item {
  position: relative;
  width: 47.7%;
  margin-bottom: 8rem;
  margin-right: 4.6%;
}

.corp_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.corp_item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 1.0s ease;
  z-index: 1;
}

.corp_item:hover a::before {
  opacity: 1;
}

.corp_item:nth-child(2n) {
  margin-right: 0;
}

.corp_img {
  width: 100%;
  height: 14.4rem;
  overflow: hidden;
}

.corp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.corp_item:hover img {
  transform: scale(1.1);
}

.corp_txt {
  position: absolute;
  left: calc(50% - 12.9rem);
  bottom: -2.5rem;
  width: 25.8rem;
  height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid #2a5f45;
  transition: 1.0s ease;
  z-index: 2;
}

.corp_txt::before {
  position: absolute;
  content: '';
  left: calc(50% - 0.1rem);
  top: -3.2rem;
  width: 0.1rem;
  height: 3.9rem;
  background-color: #000;
}

.corp_item:hover .corp_txt {
  color: #fff;
  background-color: #2a5f45;
}

/*--- recruit ---*/
.cont_box.recruit {
  margin: 8.9rem auto 4rem;
}

.recruit.flex_box {
  margin: 7.2rem auto 11.1rem;
}

.recruit_item {
  position: relative;
  width: 100%;
  margin-bottom: 6.5rem;
}

.recruit_item.child {
  width: 47.7%;
  margin-right: 4.6%;
}

.recruit_item.child:nth-child(2n) {
  margin-right: 0;
}

.recruit_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.recruit_img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 1.0s ease;
  z-index: 1;
}

.recruit_item:hover .recruit_img::before {
  opacity: 1;
}

.recruit_img {
  position: relative;
  width: 100%;
  height: 17rem;
  overflow: hidden;
}

.recruit_img.child {
  height: 15.1rem;
}

.recruit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.recruit_item:hover img {
  transform: scale(1.1);
}

.recruit_txt {
  position: relative;
  margin-top: 2.3rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  z-index: 2;
  letter-spacing: 0.05em;
}

.recruit_txt.child {
  font-size: 1.5rem;
  margin-top: 1.6rem;
}

.recruit_en {
  margin-top: 0px;
  text-align: center;
  font-size: 1.1rem;
  color: #d4d2d2;
  letter-spacing: 0.08em;
}

.recruit_txt::before {
  position: absolute;
  content: '';
  left: calc(50% - 2px);
  top: -4.8rem;
  width: 2px;
  height: 4.3rem;
  background-color: #08a5e5;
}

.recruit_txt.child::before {
  left: 50%;
  top: -3.3rem;
  width: 1px;
  height: 0.3rem;
}

/*--- corp_overview greeting ---*/
.corp_greet_box {
  position: relative;
}

.corp_greet_box.first {
  margin-top: 6rem;
  background: url(../img/corp_greet_bg_01-2.jpg) no-repeat;
  background-size: 39.3rem;
  background-position: 100% 0%;
}

.corp_greet_box.second {
  background: url(../img/corp_greet_bg_02-2.jpg) no-repeat;
  background-size: 38.3rem;
  background-position: 0% 100%;
  min-height: 36rem;
  margin: 1rem 0 13.3rem;
}

.corp_greet_heading {
  padding-left: 0.5rem;
  padding-top: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #08a5e5;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.corp_greet_txtarea {
  background-color: rgba(255, 255, 255, 0.95);
}

.first .corp_greet_txtarea {
  width: 68.7%;
  padding: 0.6rem 1.8rem 1rem 1rem;
  margin-top: 3.3rem;
}

.second .corp_greet_txtarea {
  width: 66.5%;
  margin-left: auto;
  padding: 1rem 0 0.6rem 2.9rem;
}

.corp_greet_txt {
  padding: 1.8rem 0;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


.corp_greet_items {
/*  display: flex;
  justify-content: space-between; */
}
.corp_greet_items .corp_greet_item {
/*  width: 48%;*/
}
.corp_greet_item-img {
  margin-top: 6rem;
  padding: 0;
}

.corp_greet_item-title {
  padding: 0;
  margin: 0 0 8px;
  text-align: end;
  font-size: 1.6rem;
/*  font-weight: 700;*/
  color: #808080;
}


/*--- recruit nessage---*/
.recruit_greet_box {
  min-height: 27.3rem;
  background: url(../img/recruit_greet_bg_01.jpg) no-repeat;
  background-size: 39.2rem;
  background-position: 2% 0%;
  margin-top: 5rem;
}

.recruit_greet_heading {
  padding-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #08a5e5;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: right;
}

.recruit_greet_pos {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.15em;
  padding-right: 1.8em;
}

.recruit_greet_name {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: right;
  letter-spacing: 0.15em;
  padding-right: 1.8em;
}

.recruit_greet_txtarea {
  margin: 4.3rem 0 8.8rem;
  padding-left: 0.9rem;
}

.recruit_greet_txt {
  padding: 1.6rem 0;
  font-size: 1.5rem;
  color: #666;
  line-height: 2.1;
  letter-spacing: 0.06em;
}


.rec_greet_items {
/*  display: flex;
  justify-content: space-between; */
}
.rec_greet_items .rec_greet_item {
/*  width: 48%; */
}
.rec_greet_item-img {
  margin-top: 6rem;
  padding: 0;
}

.rec_greet_item-title {
  padding: 0;
  margin: 0 0 8px;
  text-align: end;
  font-size: 1.6rem;
/*  font-weight: 700;*/
  color: #808080;
}

/*--- recruit job-introduction ---*/
.recruit_job_box {
  margin: 4.9rem 0 10rem;
}

.recruit_job_item {
  position: relative;
  margin-bottom: 6.1rem;
}

.job_item_img {
  width: 100%;
  height: 16.5rem;
}

.job_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job_item_ttl {
  position: relative;
  margin-top: 1.8rem;
  padding-left: 0.6em;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.job_item_ttl span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: -0.6rem;
}

.job_item_ttl::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 0.5rem);
  width: 0.3rem;
  height: 1rem;
  background-color: #f39800;
}

.job_item_txt {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/*--- recruit interview ---*/
.recruit_intarview_box {
  margin: 4.1rem auto 9.5rem;
  width: 83.5%;
  transform: translateX(-1.5%);
}

.recruit_interview_item {
  position: relative;
  min-height: 30rem;
  padding-top: 7.8rem;
  margin-bottom: 1.8rem;
  background-size: 20.8rem;
  background-repeat: no-repeat;
}

.recruit_interview_item:nth-child(1) {
  background-image: url(../img/recruit_interview_01.jpg)
}

.recruit_interview_item:nth-child(2) {
  background-image: url(../img/recruit_interview_02.jpg)
}

.recruit_interview_item:nth-child(3) {
  background-image: url(../img/recruit_interview_03.jpg)
}

.recruit_interview_item:nth-child(4) {
  background-image: url(../img/recruit_interview_04.jpg)
}

.recruit_interview_item:nth-child(5) {
  background-image: url(../img/recruit_interview_05.jpg)
}

.recruit_interview_item:nth-child(2n+1) {
  background-position: 0% 0%;
}

.recruit_interview_item:nth-child(2n) {
  background-position: 100% 0%;
}

.recruit_interview_txtarea {
  width: 64%;
  padding: 2.3rem 0 4rem 2.3rem;
  border-bottom: 1px solid #08a5e5;
}

.recruit_interview_item:nth-child(2n+1) .recruit_interview_txtarea {
  margin-left: auto;
}

.recruit_interview_heading {
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.13em;
}

.detail.flex_box {
  align-items: flex-end;
  justify-content: space-between;
}

.recruit_interview_date {
  font-size: 1.1rem;
  letter-spacing: 0.13em;
  margin-top: 1.2rem;
}

.recruite_interview_name {
  margin-top: 0.3rem;
  font-size: 1.1rem;
  letter-spacing: 0.13em;
}

.anchor_btn_04.interview {
  margin-bottom: -0.3rem;
  margin-right: 0.5rem;
}

.anchor_btn_04.interview a {
  display: block;
  width: 8.1rem;
  padding: 0.3rem 0;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #08a5e5;
  text-align: center;
  background-image: url(../img/anchor_04_bg.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: 0.1rem;
  background-color: transparent;
  border: 1px solid transparent;
}

.anchor_btn_04.interview a:hover {
  border-color: #08a5e5;
  background-color: rgba(0, 0, 0, 0.06);
  background-position: 88% 50%;
  background-size: 0.6rem;
}

/*--- product ---*/
.product_box {
  margin: -0.8rem 0 -1.9rem;
}

.page_child_ttl {
  padding: 2.5rem 0 2.5rem 2.9rem;
  font-size: 2.5rem;
  font-weight: 600;
  border-left: 0.3rem solid #08a5e5;
  letter-spacing: 0.05em;
}

.product_cat_box {
  margin-top: 4.4rem;
}

.product_cat_name {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.product_cat_bnr {
  width: 100%;
  margin-top: 2.7rem;
}

.product_cat_bnr img {
  width: 100%;
}

.cat_desc_list {
  margin-top: 0.2rem;
}

.cat_desc_list_item {
  position: relative;
  margin-right: 1.3rem;
}

.cat_desc_list_item::before {
  display: inline-block;
  margin-right: 0.3rem;
  margin-left: 0px;
  content: '▶';
  color: #17264d;
  font-size: 1rem;
  vertical-align: middle;
  transform: scale(0.5);
}

.cat_desc_list_item a {
  font-size: 1.2rem;
  color: #17264d;
  font-weight: 600;
}

.cat_desc_list_item:hover {
  opacity: .7;
  text-decoration: underline;
}

.cat_item_area {
  margin: 3.6rem 0 4.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.2rem solid #dcdcdc;
}

.cat_item_area_heading {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 1.7rem;
}

.cat_item_area_heading::before {
  position: absolute;
  content: '';
  left: 0.2rem;
  top: calc(50% - 0.4rem);
  width: 0.3rem;
  height: 1rem;
  background-color: #f39700;
}

.product.flex_box {
  margin-left: 3px;
}

.cat_item {
  width: 140px;
  min-height: 15.2rem;
  margin-right: 1.2rem;
  margin-bottom: 1.4rem;
  border: 0.1rem solid #bfbfbf;
  transition: 0.5s ease;
}

.cat_item:hover {
  opacity: 0.7;
}

.cat_item:nth-child(5n) {
  margin-right: 0;
}

.cat_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.cat_item_img.flex_box {
  width: 100%;
  height: 9.5rem;
  align-items: center;
  justify-content: center;
}

.cat_item_img img {
  height: 80px;
  object-fit: contain;
  margin:0.25rem;
}

.cat_item_name {
  width: 93%;
  margin: 0 auto;
  padding: 0.4rem 0.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.05em;
  border-top: 0.1rem solid #bfbfbf;
}

.pagetop_btn {
  margin-top: -2.6rem;
  text-align: right;
  margin-bottom: 7.2rem;
}

.pagetop_btn a {
  position: relative;
  display: inline-block;
  width: 10rem;
  font-size: 1.3rem;
  color: #08a5e5;
  letter-spacing: 0.08em;
  margin-right: 0.7rem;
}

.pagetop_btn a::before {
  position: absolute;
  content: '';
  left: -1.8rem;
  top: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.pagetop_btn a:hover {
  opacity: .7;
  text-decoration: underline;
}

/*--- overview ---*/
.product_box.overview {
  margin-bottom: 16.4rem;
}

.overview_img {
  margin-top: 3.5rem;
}

.overview_img img {
  width: 100%;
}

.overview_txt {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/*--- history ---*/
.product_box.history {
  margin-bottom: 16rem;
}

.corp_child_box {
  margin: 3.9rem 0 8.9rem;
}

.corp_child_heading {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.corp_child_table {
  margin-top: 1.9rem;
  width: 100%;
}

.corp_child_table th {
  padding: 1.1rem 2.1rem 1.1rem;
  vertical-align: middle;
  font-weight: 500;
  background-color: #eaeae9;
  font-size: 1.4rem;
  color: #000;
  border-top: 0.1rem dotted #818181;
  text-align: center;
}

.corp_child_table td {
  padding: 1.1rem 2.1rem 1.1rem;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  border-top: 0.1rem dotted #818181;
  text-align: left;
}

.corp_child_table tr:last-child th,
.corp_child_table tr:last-child td {
  border-bottom: 0.1rem dotted #818181;
}

.corp_child_table.company th {
  width: 20%;
}

.corp_child_table.history th {
  width: 20%;
}

/*--- access ---*/
.product_box.access {
  margin-bottom: 14.6rem;
}

.access_box {
  margin: 3.5rem 0 4.9rem;
}

.access_box.global {
  margin-top: 7.9rem;
}

.access_img {
  margin-top: 2rem;
  margin-left: 0.9rem;
  width: 91.5%;
}

.access_img img {
  width: 100%;
}

.access_child_box {
  padding: 0 0 1.5rem 2.5%;
  border-bottom: 2px solid #f5f4f3;
}

.access_txt {
  margin: 0.6rem 0;
  font-size: 1.5rem;
  color: #010000;
  letter-spacing: 0.1em;
}

.access_txt br {
  display: none;
}

.access_txt a {
  color: #08a5e5;
}

.access_txt a:hover {
  text-decoration: underline;
}

.map_btn_wrap a.map_btn {
  display: inline-block;
  padding: 0.3rem 1rem 0.5rem;
  font-weight: 300;
  font-size: 1.2rem;
  color: #08a5e5;
  border: 1px solid #08a5e5;
}

.map_btn_wrap a.map_btn:hover {
  color: #fff;
  background-color: #08a5e5;
  text-decoration: none;
}

.corp_child_table.access {
  width: 65%;
  margin-top: 1.9rem;
  margin-bottom: 0.7rem;
}

.corp_child_table.access th {
  border-top: 1px solid #ddd;
  border-right: 1px dashed #ddd;
  font-size: 1.3rem;
  padding: 0.9rem 1.8rem 0.9rem;
  width: 35%;
}

.corp_child_table.access td {
  border-top: 1px solid #ddd;
  font-size: 1.3rem;
  padding: 0.9rem 1.3rem 0.9rem;
}

.corp_child_table.access td a {
  color: #000;
}

.corp_child_table.access tr:last-child th,
.corp_child_table.access tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.corp_child_table.access .headquarters th,
.corp_child_table.access .headquarters td {
  background-color: #478f94;
  color: #fff;
}

.corp_child_table.access .headquarters td a {
  color: #fff;
}

.access_child_heading {
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  color: #292929;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
  word-break: break-all;
}

.access_child_heading::before {
  position: absolute;
  content: '';
  left: -1.3rem;
  top: 0.8rem;
  width: 0.3rem;
  height: 1rem;
  background-color: #f39700;
}

.access_sub {
  margin-top: -0.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ff7500;
  letter-spacing: 0.1em;
}

/*--- corp point ---*/
.contact_btn {
  margin: 8.3rem auto;
  text-align: center;
}

.contact_btn img {
  max-width: 58.3rem;
  transition: .5s ease;
}

.contact_btn img:hover {
  opacity: 0.7;
}

.iso_image {
  max-width: 51.9rem;
  margin: 1rem 0;
}

.point_txt {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.85;
  margin-top: 0.6rem;
  letter-spacing: 0.07em;
}

.point_txt.sub {
  line-height: 1.5;
}

.point_list {
  padding-left: 1em;
  line-height: 1.5;
}

.point_after {
  text-align: right;
}

.corp_child_table.point {
  width: 94.5%;
  margin: 1.9rem 0 0.7rem;
}

.corp_child_table.point th,
.corp_child_table.point td {
  /* border-width: 1px; */
  border-color: #bdbdbd;
  border-style: solid;
  text-align: center;
}

.corp_child_table.point tr:last-child th,
.corp_child_table.point tr:last-child td {
  border-color: #bdbdbd !important;
  border-style: solid;
}

.corp_child_table.point tr:nth-child(2) th {
  border-bottom: 1px solid #bdbdbd;
}

.corp_child_table.point th {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.corp_child_table.point td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
}

.corp_child_table.point tr:nth-child(1) th {
  width: 66.8%;
}

.corp_child_table.point tr:nth-child(2) th {
  width: 33.5%;
}

.access_sub_txt {
  font-weight: 600;
  color: #666;
  margin-top: 2.1rem;
  margin-bottom: -0.4rem;
  font-size: 1.6rem;
}

.page_child_ttl.point {
  padding: 1rem 0 1rem 2.9rem;
  margin-top: 4.8rem;
  line-height: 1.4;
}

.contact_btn.m_margin {
  margin-top: -2.4rem;
}

/*--- recruit application ---*/
.application_img {
  margin-bottom: 2.1rem;
}

.corp_child_box.application {
  margin: 4.7rem 0 7.3rem;
}

.contact_btn.application {
  margin-bottom: 2.8rem;
}

/*--- question ---*/
.question.flex_box {
  justify-content: space-between;
  margin-top: 4.2rem;
}

.question_list_box {
  width: 48%;
  padding: 0.9rem 1.3rem;
  border: 2px solid #d8d8d8;
}

.question_list_heading {
  padding-bottom: 0.7rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #222;
  border-bottom: 1px dotted #b7b7b7;
  letter-spacing: 0.1em;
}

.question_list {
  margin-top: 1.1rem;
  margin-bottom: -2.1rem;
}

.question_list_item {
  margin-bottom: 2rem;
  color: #09b8e0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.question_list_item a {
  color: #09b8e0;
  font-size: 1.3rem;
}

.question_list_item a:hover {
  text-decoration: underline;
}

.qa_box {
  margin: 6rem 0 14.1rem;
}

.qa_item {
  padding: 2.4rem 0;
}

.question_txt {
  position: relative;
  padding: 0 6.3% 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px dotted #b1b1b1;
  letter-spacing: 0.08em;
}

.question_txt::before {
  position: absolute;
  content: 'Q';
  display: inline-block;
  left: 0;
  top: -0.9rem;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #f39700;
}

.answer_txt {
  margin-top: 0.7rem;
  padding: 0 6.3%;
  font-size: 1.5rem;
  color: #525252;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.qa_img.flex_box {
  margin-top: 2.3rem;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.qa_img img:nth-child(1) {
  width: 43%;
  margin-right: 5.4rem;
}

.qa_img img:nth-child(2) {
  width: 49%;
}

/*--- interview 個人詳細ページ ---*/
.person_box {
  margin: 5.8rem 0 4rem;
}

.person_heading_box {
  margin: 0 auto;
  padding: 0 3%;
}

.person_flex_box {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.person_heading_txtbox {
  width: 68.5%;
}

.person_heading_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  color: #08a5e5;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.person_name {
  margin-top: 3.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
}

.person_career {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333;
  padding-right: 6.2rem;
  margin-top: 0.3rem;
}

.person_heading_img {
  width: 24.5%;
}

.person_qa_box {
  margin-top: 9.8rem;
}

.person_qa_item {
  margin-bottom: 4.8rem;
  padding: 0 1.3%;
}

.person_qa_ttl {
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #08a5e5;
}

.person_qa_ttl::before {
  position: absolute;
  content: '';
  left: 0.1rem;
  bottom: 0;
  width: 2rem;
  height: 0.2rem;
  background-color: #81d0f1;
}

.person_qa_txt {
  margin-bottom: 1.7rem;
  padding-right: 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.85;
  color: #333;
}

.tr.flex_box,
.tl.flex_box {
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 1.7rem 0 -0.5rem;
}

.tl .person_qa_txtbox {
  width: 54.5%;
}

.tr .person_qa_txtbox {
  padding-left: 1.6rem;
  width: 55.5%;
}

.person_qa_img {
  width: 43.5%;
}

.person_qa_img img {
  width: 100%;
}

/*--- privacy policy ---*/
.privacy_cont {
  padding: 2rem 0;
  border-top: 2px solid #2a2a2a;
}

.privacy_cont.last {
  border-bottom: 2px solid #2a2a2a;
}

.privacy_cont h2 {
  font-size: 1.7rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
  background: #f0f8ff;
  margin: 1.5rem 0;
}

.privacy_cont h3 {
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  margin: 1.5rem 0;
}

.privacy_cont h4 {
  margin: 1.5rem 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 1em;
}

.privacy_cont p {
  margin: 1.5rem 0;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 1em;
}

.privacy_cont li {
  margin-left: 2rem;
  margin-bottom: 0.7rem;
  list-style: disc;
  font-size: 1.4rem;
}

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

/*--- 製品ページ 詳細---*/
.item_detail h2 {
  margin-bottom: 2rem;
  padding: 2.5rem 0 2.5rem 2.9rem;
  font-size: 2.5rem;
  font-weight: 600;
  border-left: 0.3rem solid #08a5e5;
  letter-spacing: 0.05em;
}

.item_detail h3 {
  position: relative;
  padding-bottom: 1.3rem;
  margin: 3rem 0 1.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', sans-serif;
}

.item_detail h3::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0.1rem;
  width: 4.7rem;
  height: 0.2rem;
  background-color: #08a5e5;
}

.item_detail h4 {
  position: relative;
  margin-top: 1.6rem;
  padding-left: 1.3rem;
  font-weight: 600;
  color: #292929;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
  word-break: break-all;
}

.item_detail h4::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.8rem;
  width: 0.3rem;
  height: 1rem;
  background-color: #f39700;
}

.item_detail p {
  margin: 1.5rem auto;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.item_detail ul {
  margin: 2rem 0;
}

.item_detail li {
  margin-left: 2rem;
  margin-bottom: 0.7rem;
  list-style: disc;
  font-size: 1.4rem;
}

.item_detail table {
  margin: 2rem 0;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.item_detail table th,
.item_detail table td {
  padding: 1.1rem 0.5rem 1.1rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
}

.item_detail table th {
  background: #eaeae9;
  vertical-align: middle;
  font-size: 1.3rem;
  text-align: left;
  padding: 1.1rem 0.5rem 1.1rem;
}

.item_detail table {
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.item_detail img {
  margin: 1rem 0px;
  text-align: center;
  height: auto;
}

.item_detail .contact_btn.application {
  margin: 0;
}

.item_detail .pagetop_btn {
  margin-top: 1rem;
}


.item_detail .items .item {
  width: 100%;
}
.item_detail .items .item .item-img {
  padding: 0;
}

.item_detail .items {
  margin: 1rem 0px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.item_detail .items .item {
  width: 48%;
}


/*********************

* レスポンシブ

*********************/
@media screen and (max-width: 1150px) {
  .two_colum.flex_box .main .inner {
    width: 96%;
  }

  .cat_item {
    width: 19%;
    margin-right: 1.25%;
    padding: 1px;
  }

  .cat_item_img.flex_box {
    height: auto;
  }

  /* max-width:1150px */
}

/*--- タブレット ---*/
@media screen and (max-width: 1024px) {
  .main_visual {
    margin-top: 12vw;
  }

  .inner {
    width: 90%;
    max-width: none;
  }

  .cont_heading {
    margin-right: 2.8rem;
    font-size: 3.3rem;
  }

  .bnr.contents {
    width: 90%;
    max-width: none;
  }

  .cont.corporate {
    padding: 8.4rem 0 4.4rem;
  }

  .google_map {
    margin-top: 4.8rem;
  }

  .access>.flex_box {
    width: 90%;
    margin: 1.5rem auto 0;
    justify-content: space-between;
  }

  .address_item .flex_box {
    justify-content: center;
  }

  .address_item {
    width: calc(100% / 3) !important;
    margin: 0 !important;
  }

  .address_item:nth-of-type(1) img {
    height: 4.4rem;
  }

  .address_item:nth-of-type(2) img {
    height: 4.4rem;
  }

  .address_item:nth-of-type(3) img {
/*    height: 3.4rem; */
    height: 4.4rem;
    margin-top: 0.3rem;
  }

  .address_txt {
    font-size: 1.5rem;
  }

  .cont_ttl {
    font-size: 3.3rem;
  }

  .news_item_ttl a {
    font-size: 1.6rem;
  }

  /*--- 下層ページ ---*/
  .two_colum.flex_box .main {
    width: 100%;
    max-width: none;
  }

  .two_colum.flex_box .main .inner {
    width: 90%;
  }

  .page_heading {
    margin-top: 12vw;
  }

  .page_sub {
    font-size: 2.6rem;
  }

  .page_txt {
    font-size: 1.6rem;
  }

  .post-972 .page_txt {
    max-width: 66rem;
  }

  .corp_txt {
    font-size: 1.6rem;
  }

  .corp_greet_txt {
    font-size: 1.5rem;
  }

  .access_child_heading {
    font-size: 1.8rem;
  }

  .point_txt {
    font-size: 1.6rem;
  }

  .corp_child_table.point th {
    font-size: 1.6rem;
  }

  .corp_child_table.point td {
    font-size: 1.5rem;
  }

  .corp_child_table th {
    font-size: 1.4rem;
  }

  .corp_child_box {
    margin-bottom: 5.9rem;
  }

  .access_txt {
    font-size: 1.6rem;
  }

  .corp_child_table.access th {
    font-size: 1.4rem;
  }

  .corp_child_table.access td {
    font-size: 1.4rem;
  }

  .access_txt {
    font-size: 1.6rem;
  }

  .access_sub {
    font-size: 1.3rem;
  }

  .map_btn_wrap a.map_btn {
    font-size: 1.3rem;
  }

  .cat_desc_list_item::before {
    transform: scale(0.7);
  }

  .cat_desc_list_item a {
    font-size: 1.4rem;
  }

  .cat_item_area_heading {
    font-size: 1.8rem;
  }

  .cat_item_name {
    font-size: 1.4rem;
  }

  .pagetop_btn a::before {
    width: 1.5rem;
    height: 1.5rem;
  }

  .pagetop_btn a {
    width: auto;
    font-size: 1.4rem;
  }

  .recruit_txt {
    font-size: 1.8rem;
  }

  .recruit_en {
    font-size: 1.3rem;
  }

  .recruit_greet_pos {
    font-size: 1.7rem;
  }

  .recruit_greet_name {
    font-size: 1.7rem;
  }

  .recruit_greet_txt {
    font-size: 1.7rem;
  }

  .job_item_ttl {
    font-size: 1.9rem;
  }

  .job_item_ttl span {
    font-size: 1.6rem;
  }

  .job_item_txt {
    font-size: 1.5rem;
  }

  .recruit_intarview_box {
    width: 94%;
  }

  .recruit_interview_heading {
    font-size: 2.2rem;
  }

  .recruit_interview_date {
    font-size: 1.1rem;
  }

  .recruite_interview_name {
    font-size: 1.3rem;
  }

  .anchor_btn_04.interview a {
    font-size: 1.3rem;
  }

  .corp_child_table td {
    font-size: 1.4rem;
  }

  .question_list_heading {
    font-size: 1.8rem;
  }

  .question_list_item a {
    font-size: 1.4rem;
  }

  .question_txt {
    font-size: 1.9rem;
  }

  .answer_txt {
    font-size: 1.6rem;
  }

  .question_list {
    margin-bottom: 0;
  }

  .person_heading_ttl {
    font-size: 2.6rem;
  }

  .person_name {
    font-size: 1.7rem;
  }

  .person_career {
    font-size: 1.3rem;
  }

  .person_qa_ttl {
    font-size: 1.7rem;
  }

  .person_qa_txt {
    font-size: 1.3rem;
  }

  .item_detail h3 {
    font-size: 2.6rem;
  }

  .item_detail h4::before {
    font-size: 1.8rem;
  }

  .item_detail table th {
    font-size: 1.4rem;
  }

  .item_detail table td {
    font-size: 1.4rem;
  }

  /* max-width:1024px */
}

@media screen and (max-width: 479px) {
  .main_visual {
    margin-top: 30vw;
    height: 64.4vw;
  }

  .cont.news {
    padding: 1.5rem 0;
  }

  .news>.inner>.flex_box {
    width: 100%;
    flex-wrap: wrap;
  }

  .cont_heading {
    width: 100%;
    margin: 0 0 1.5rem;
    font-size: 2.5rem;
  }

  .news_wrap {
    padding: 0;
  }

  .cont_ttl {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .news_item_date {
    margin-right: 0.8rem;
    font-size: 1rem;
  }

  .news_item_cat a {
    width: 6rem;
    font-size: 1rem;
  }

  .news_item_ttl {
    width: 100%;
    margin-top: 0.5rem;
  }

  .news_item_ttl a {
    font-size: 1.2rem;
  }

  .anchor_btn_02 {
    margin-top: 1.7rem;
  }

  .anchor_btn_02 a {
    padding-right: 1.4rem;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .bnr.news {
    margin-top: 3rem;
  }

  .cont.contents {
    padding: 2rem 0;
  }

  .cont_ttl.contents {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .bnr.contents {
    margin: 1.5rem auto;
  }

  .cont.corporate {
    padding: 2rem 0 0;
  }

  .corporate>.flex_box {
    width: 90%;
    margin: 1.5rem auto 0;
    flex-wrap: wrap;
  }

  .information_item {
    width: 100%;
    height: 61.2vw;
    margin-bottom: 2rem;
  }

  .cont.access {
    padding: 2rem 0;
  }

  .google_map {
    margin-top: 1.5rem;
    height: 28rem;
  }

  .address_item .flex_box {
    justify-content: flex-start;
  }

  .address_item {
    width: 100% !important;
    padding: 1rem 2rem;
    border-right: none;
    border-bottom: 1px solid #c6cacf;
  }

  .address_item:nth-child(3) {
    border-bottom: none;
  }

  .address_txt {
    font-size: 1.1rem;
  }

  .address_item:nth-of-type(1) img {
    height: 3rem;
  }

  .address_item:nth-of-type(2) img {
/*    height: 2.6rem;   */
    height: 3rem;
/*    margin-left: 1.4rem;  */
/*    margin-right: 2.5rem; */
  }

  .address_item:nth-of-type(3) img {
/*    height: 2rem;   */
    height: 3rem;
/*    margin-left: 1rem;  */
/*    margin-right: 2.1rem;  */
  }

  /*--- 下層ページ ---*/
  .page_heading {
    height: 6.5rem;
    margin-top: 26vw;
    margin-bottom: 1.5rem;
  }

  .page_ttl {
    font-size: 1.7rem;
    margin-top: 0;
    padding: 0 1rem;
  }

  .page_sub {
    font-size: 1.6rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .page_txt {
    font-size: 1.3rem;
    line-height: 1.75;
    margin: 1.5rem 0;
  }

  .page_txt br {
    display: none;
  }

  .corp_item {
    width: 100%;
    margin-bottom: 4.5rem;
  }

  .corp_txt {
    font-size: 1.4rem;
  }

  .corp.flex_box {
    margin: 1.5rem auto;
  }

  .corp_child_table.point tr:nth-child(2) th {
    border-bottom: none;
  }

  .page_child_ttl {
    padding: 0.2rem 1rem;
    font-size: 1.6rem;
  }

  .overview_img {
    margin-top: 1.2rem;
  }

  .overview_txt {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .product_box.overview {
    margin: 0 0 4rem;
  }

  .two_colum.flex_box {
    padding: 0;
  }

  .corp_greet_box.first {
    margin-top: 0;
    background-size: 100%
  }

  .corp_greet_heading {
    padding-left: 1rem;
    /*padding-top: 24rem;*/
    padding-bottom: 0.5rem;
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .page_wrap .first .corp_greet_txtarea.non_overlap {
    padding: 0;
    margin: 0;
  }

  .first .corp_greet_txtarea {
    padding: 0;
    width: 100%;
    margin-top: 0.6rem;
    background-color: transparent;
  }

  .corp_greet_txt {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }

  .corp_greet_items {
    display: block;
    justify-content: space-between;
  }

  .corp_greet_items .corp_greet_item {
    width: 100%;
  }
  .corp_greet_item-title  {
    padding: 0;
    margin: 0 0 8px;
    text-align: end;
    font-size: 1.2rem;
    color: #808080;
  }


  .corp_greet_box.second {
    background-size: 100%;
    background-position: 0% 0%;
    min-height: auto;
    margin-bottom: 4rem;
  }

  .second .corp_greet_txtarea {
    width: 100%;
    padding: 0;
    padding-top: 23.2rem;
    background-color: transparent;
  }

  .page_child_ttl.point {
    padding: 0.3rem 1rem;
    margin-top: 0;
  }

  .page_child_ttl.point br {
    display: none;
  }

  .corp_child_heading {
    font-size: 1.6rem;
  }

  .access_box {
    margin: 1.5rem auto 3rem;
  }

  .access_child_box {
    padding-left: 0;
  }

  .access_child_heading {
    font-size: 1.4rem;
    padding-left: 0.8rem;
  }

  .access_child_heading::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .access .access_child_heading br {
    display: none;
  }

  .point_txt {
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .point_txt.sub {
    font-size: 1.2rem;
  }

  .point_after {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .corp_child_table.point {
    width: 100%;
    margin-top: 1.6rem;
  }

  .corp_child_table.point th, .corp_child_table.point td {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    width: 100% !important;
    margin-left: auto;
    text-align: left;
  }

  .corp_child_table.point th {
    font-size: 1.3rem;
  }

  .corp_child_table.point td {
    font-size: 1.2rem;
  }

  .contact_btn {
    margin: 2rem auto;
  }

  .contact_btn img {
    width: 100%;
  }

  .iso_image {
    max-width: 100%;
    margin-bottom: 0;
  }

  .access_sub_txt {
    font-size: 1.3rem;
    margin-top: 1.3rem;
  }

  .product_box {
    margin: 0 0 4rem;
  }

  .contact_btn.m_margin {
    margin-top: -1rem;
  }

  .point_txt.point_list {
    font-size: 1.2rem;
    padding-left: 0.5rem;
  }

  .corp_child_box {
    margin: 1.5rem auto 3rem;
  }

  .corp_child_table {
    margin-top: 1.6rem;
  }

  .corp_child_table th {
    display: block;
    padding: 0.6rem 1rem !important;
    width: 100% !important;
    border-top: 1px solid #818181;
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
    font-size: 1.3rem;
  }

  .corp_child_table td {
    display: block;
    padding: 0.6rem 1rem !important;
    padding-right: 1rem;
    width: 100% !important;
    font-size: 1.2rem;
    border-top: 1px solid #818181;
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
  }

  .corp_child_table tr:last-child th, .corp_child_table tr:last-child td {
    border-bottom: none;
  }

  .corp_child_table tr:last-child td:first-child {
    border-bottom: none;
  }

  .corp_child_table tr:last-child td:last-child {
    border-bottom: 1px solid #818181;
  }

  .product_box.history {
    margin-bottom: 4rem;
  }

  .access_img {
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
  }

  .access_txt {
    font-size: 1.3rem;
    word-break: break-all;
  }

  .map_btn_wrap a.map_btn {
    font-size: 1.3rem;
    display: block;
    width: 14rem;
    text-align: center;
    font-size: 1.2rem;
    margin: 0.7rem 0;
  }

  .corp_child_table.access {
    width: 100%;
    margin-top: 1.6rem;
  }

  .corp_child_table.access th {
    border-top: 1px solid #818181;
    border-right: 1px solid #818181;
    font-size: 1.3rem;
  }

  .corp_child_table.access td {
    border-top: 1px solid #818181;
    font-size: 1.2rem;
  }

  .corp_child_table.access .headquarters td {
    border-top: 1px solid #ccc;
  }

  .access_txt br {
    display: block;
  }

  .product_box.access {
    margin-bottom: 4rem;
  }

  .access_box.global {
    margin-top: 2rem;
  }

  .cont_box.recruit {
    margin: 2.5rem auto 4rem;
  }

  .recruit_txt,
  .recruit_txt.child {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .recruit_en {
    margin-top: -0.3rem;
  }

  .recruit_txt::before {
    top: -3.5rem;
    height: 3.3rem;
  }

  .recruit_item {
    margin-bottom: 1rem;
  }

  .recruit.flex_box {
    margin: 0;
  }

  .recruit_item.child {
    width: 100%;
    margin-right: 0;
  }

  .recruit_txt.child::before {
    width: 2px;
    top: -3.5rem;
    height: 3.3rem;
  }

  .recruit_greet_box {
    min-height: auto;
    margin-top: 0;
    background-size: 100%;
  }
  
  .page_wrap .recruit_greet_heading {
    white-space: normal;
  }

  .recruit_greet_heading {
    font-size: 1.7rem;
    font-weight: 600;
    color: #08a5e5;
    line-height: 1.55;
    letter-spacing: 0.05em;
    text-align: right;
  }

  .page_wrap .recruit_greet_box .recruit_greet_pos{
     margin-top: 1em;
     line-height: 3;
  }

  .recruit_greet_heading .spbr {
    display: none;
  }

  .recruit_greet_pos {
    padding-right: 1rem;
    font-size: 1.4rem;
    margin-top: 0.7rem;
  }

  .recruit_greet_name {
    padding-right: 1rem;
    font-size: 1.4rem;
    margin-top: -1rem;
  }

  .recruit_greet_txtarea {
    margin: 1.5rem auto 4rem;
    padding-left: 0;
  }

  .recruit_greet_txt {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .rec_greet_items {
    display: block;
    justify-content: space-between;
  }

  .rec_greet_items .rec_greet_item {
    width: 100%;
  }
  .rec_greet_item-title  {
    padding: 0;
    margin: 0 0 8px;
    text-align: end;
    font-size: 1.2rem;
    color: #808080;
  }

  .recruit_job_box {
    margin: 0 0 4rem;
  }

  .job_item_ttl {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .job_item_ttl::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .job_item_ttl span {
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-left: -0.3rem;
  }

  .job_item_txt {
    font-size: 1.3rem;
    margin-bottom: 3em;
  }

  .job_item_img {
    height: auto;
  }

  .recruit_job_item {
    margin-bottom: 2rem;
  }

  .recruit_intarview_box {
    width: 100%;
    transform: none;
    margin: 0 auto 4rem;
  }

  .recruit_interview_item {
    min-height: auto;
    background-size: 55%;
    background-position: top center !important;
    padding-top: 20rem;
  }

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

  .recruit_interview_heading {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .recruit_interview_heading br {
    display: none;
  }

  .flex_box.detail {
    display: block;
  }

  .recruite_interview_name {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }

  .application_img {
    margin-bottom: 1rem;
  }

  .corp_child_box.application {
    margin: 2.5rem auto 3rem;
  }

  .contact_btn.application {
    margin-bottom: 4rem;
  }

  .question.flex_box {
    margin-top: 0;
  }

  .question_list_box {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #d8d8d8;
  }

  .question_list_heading {
    font-size: 1.3rem;
  }

  .question_list_item {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .question_list_item a {
    font-size: 1.2rem;
  }

  .question_txt::before {
    top: 0;
    padding: 0 0.5rem;
    font-size: 1.6rem;
  }

  .question_txt {
    font-size: 1.4rem;
    padding: 3rem 2% 0.5rem;
  }

  .answer_txt {
    font-size: 1.3rem;
    padding: 0 2%;
  }

  .qa_box {
    margin: 1rem 0px 4rem;
  }

  .qa_item {
    padding: 0;
    margin-bottom: 2.3rem;
  }

  .qa_img.flex_box {
    flex-wrap: wrap;
    margin: 0;
  }

  .qa_img img:nth-child(1) {
    width: auto;
    margin: 2rem 0 0;
  }

  .qa_img img:nth-child(2) {
    width: auto;
    margin: 2rem 0 0;
  }

  .person_box {
    margin: 0 0 4rem;
  }

  .person_heading_box {
    padding: 0;
  }

  .flex_box.person {
    flex-direction: column-reverse;
  }

  .person_heading_img {
    width: 100%;
  }

  .person_heading_txtbox {
    width: 100%;
  }

  .person_heading_ttl {
    font-size: 1.6rem;
  }

  .person_heading_ttl br {
    display: none;
  }

  .person_name {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }

  .person_career {
    padding-right: 0;
    font-size: 1.3rem;
  }

  .person_qa_box {
    margin-top: 3rem;
  }

  .person_qa_item {
    padding: 0;
    margin-bottom: 3rem;
  }

  .person_qa_ttl {
    font-size: 1.4rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
  }

  .person_qa_txt {
    padding-right: 0;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
  }

  .tr.flex_box, .tl.flex_box {
    flex-wrap: wrap;
    margin: 0;
  }

  .tl .person_qa_txtbox {
    width: 100%;
  }

  .person_qa_img {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .tr .person_qa_txtbox {
    padding-left: 0;
    width: 100%;
  }

  .product_cat_box {
    margin-top: 1.5rem;
  }

  .product_cat_name {
    font-size: 1.6rem;
  }

  .product_cat_bnr {
    margin-top: 1rem;
  }

  .cat_desc_list_item a {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .cat_desc_list_item::before {
    margin-top: -0.3rem;
  }

  .cat_item_area_heading {
    font-size: 1.4rem;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
  }

  .cat_item_area_heading::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .product.flex_box {
    margin-left: 0;
  }

  .cat_item_area {
    margin: 1.6rem 0 2.5rem;
    padding-bottom: 0.2rem;
  }

  .cat_item {
    width: 48%;
    margin-right: 4%;
  }

  .cat_item:nth-child(5n) {
    margin-right: 4%;
  }

  .cat_item:nth-child(2n) {
    margin-right: 0;
  }

  .cat_item_name {
    font-size: 1.1rem;
  }

  .pagetop_btn {
    margin-top: -1.5rem;
    margin-bottom: 0;
  }

  .pagetop_btn a {
    font-size: 1.2rem;
  }

  .pagetop_btn a::before {
    width: 1.2rem;
    height: 1.2rem;
    left: -1.5rem;
  }

  .item_detail h2 {
    padding: 0.2rem 1rem;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }

  .item_detail h3 {
    font-size: 1.6rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }

  .item_detail h3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0.1rem;
    width: 4.7rem;
    height: 0.2rem;
    background-color: #08a5e5;
  }

  .item_detail h4 {
    font-size: 1.4rem;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .item_detail h4::before {
    left: 0;
    top: 0.6rem;
    height: 0.8rem;
  }

  .item_detail p {
    margin: 1.5rem 0;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

  .item_detail ul {
    margin: 1.5rem 0;
  }

  .item_detail li {
    margin-left: 1rem;
    margin-bottom: 0.7rem;
    list-style: disc;
    font-size: 1.2rem;
  }

  .item_detail table {
    margin: 1.5rem 0;
  }

  .item_detail table th {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
  }

  .item_detail table td {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
  }

  .item_detail table.over {
    display: block;
    overflow-x: auto;
  }

  .item_detail table.over th {
    display: table-cell;
    min-width: 6rem;
  }

  .item_detail table.over td {
    display: table-cell;
    min-width: 10rem;
  }

  .item_detail img {
    margin: 0;
  }

  .item_detail .pagetop_btn {
    margin-bottom: 4rem;
  }

  .hover_item {
    opacity: 0.5;
  }

	.swiper-button-next, .swiper-button-prev {
		top: auto;
		bottom: 0.5rem;
		width: 0.8rem;
		height: 1.4rem;
		margin-top: -2.2rem;
		z-index: 10;
		cursor: pointer;
		-moz-background-size: 2.7rem 4.4rem;
		-webkit-background-size: 2.7rem 4.4rem;
		background-size: 0.8rem 2rem;
		background-size: 0.8rem 1.4rem;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	  left: calc(50% - 4rem);
	  right: auto;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	  right: calc(50% - 4rem);
	  left: auto;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	  bottom: 0.6rem;
	  left: calc(50% - 5.5rem);
	  width: 11rem;
	}

	.swiper-pagination-bullet {
	  width: 0.5rem;
	  height: 0.5rem;
	  background: #fff;
	  opacity: 1;
	}

	.swiper-pagination-bullet-active {
	  opacity: 1;
		background-color: #007aff;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 0.3rem;
	}

  /* max-width:479px */
}
