@charset "UTF-8";
/*==========================================
  Common
==========================================*/
html {
    font-size: calc(100vw / 168);
}

/*================================
	img
=================================*/
img {
  width: 100%;
}

/*================================
	header
=================================*/
.header_inner{
  padding: 2.3rem 2.7rem 2.3rem 4.6rem;
}
header .logo{
  font-size: 0;
  width: 32.0rem;
}
header.scroll .logo{
  background: url(../images/common/logo_blue.svg)no-repeat;
  background-size: 100% auto;
}
header.scroll .logo img{
  opacity: 0;
}
.header_right{
  grid-gap: 1.5rem;
}
.header_entry a{
  width: 17.2rem;
  height: 5.0rem;
  border-radius: 1.0rem;
  background: #2B62DB;
  border: .1rem solid #2B62DB;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: .03em;
}
.header_entry a:hover{
  background: #fff;
  color: #2B62DB;
}

header #menu-toggle {
  transition: opacity .3s;

  right: 0;
  top: 0;
  width: 5.0rem;
  height: 5.0rem;
  z-index: 999;
  flex-direction: column;
  gap: .7rem;
  cursor: pointer;
  background: #fff;
  border-radius: 1.0rem;
  border: .1rem solid #fff;
  transition: border .3s;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
}
header #menu-toggle:hover,
header.scroll #menu-toggle {
  border-color: #2B62DB;
}
header #menu-toggle .line {
  width: 2.2rem;
  height: .3rem;
  border-radius: .2rem;
  background: #2B62DB;
  z-index: 3;
  display: block;
  transition: transform .5s;
}
header #menu-toggle .line.show:nth-child(1) {
  transform: translateY(.5rem) rotate(45deg);
}

header #menu-toggle .line.show:nth-child(2) {
  transform: translateY(-.5rem) rotate(-45deg);
}

header .g-navi {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .5s ease, visibility .5s ease;
  padding: 11.5rem 0;
  display: none;
  background: #2B62DB;
}
header .g-navi:before{
  left: 0;
  top: 0;
  width: 100%;
  height: 85.7rem;
  background: url(../images/common/icon_nav.png)no-repeat top -7.0rem left 57% #2B62DB;
  background-size: 150.8rem auto;
}
header.open .g-navi {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav_icon{
  left: 50%;
  top: -7.0rem;
  transform: translateX(-50%);
  width: 150.8rem;
  pointer-events: none;
}
.nav_list .column{
  flex-direction: column;
}
.g-navi .nav_list{
  grid-gap: 2.0rem;
}
.g-navi .nav_list ul{
  grid-gap: 3.6rem;
}
.g-navi .nav_list a{
  color: #fff;
}
.g-navi .subBox02{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 1.6rem 3.6rem;
}
.g-navi .parentLi .parentA{
  padding-bottom: 1.0rem;
  border-bottom: .1rem solid rgba(209,218,223,.5);
  display: block;
  min-width: 30.0rem;
}
.g-navi .parentA{
  font-size: 1.7rem;
}
.g-navi .subLi02 a,
.g-navi .subLi>a{
  font-size: 1.6rem;
}

.g-navi .common_bottom_list{
  flex-wrap: wrap;
  margin-top: 6.5rem;
  grid-gap: 2.0rem;
}
.g-navi .common_bottom_list li{
  width: calc(50% - 1.0rem);
}
.g-navi .common_bottom_list li:last-of-type{
  width: 100%;
}

.g-navi .common_bottom_list a{
  height: 9.5rem;
  padding: 0 7.5rem 0 3.2rem;
}
.g-navi .link_eng_box{
  font-size: 2.5rem;
}
.g-navi .link_jap_box{
  font-size: 1.6rem;
}
.g-navi .link_arrow{
  width: 3.0rem;
  height: 3.0rem;
  right: 2.5rem;
}
.g-navi .link_arrow img{
  margin: auto .9rem;
  width: 1.2rem;
}
.g-navi .link_arrow img.arrow_before {
  transform: translate(-3.0rem);
}
.g-navi .link_arrow img.arrow_after {
  transform: translate(-3.0rem);
}

/* footer
==================================*/
footer{
  z-index: 3;
}
.common_bottom{
  border-top-left-radius: 7.0rem;
  padding: 10.0rem 0 13.5rem;
  background: #2B62DB;
  color: #fff;
  z-index: 3;
}
.common_bottom_icon{
  left: 50.5%;
  top: -7.0rem;
  left: calc(50.5% - 76.2rem);
  width: 152.3rem;
  pointer-events: none;
}
.common_bottom_txt{
  font-size: 3.5rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: .08em;
  margin-bottom: 4.0rem;
}
.common_bottom_list{
  display: grid;
  grid-gap: 2.0rem;
}
.common_bottom_list a{
  background: rgba(40,60,164,.93);
  color: #fff;
  border-radius: 2.0rem;
  height: 17.0rem;
  padding: 0 16.0rem 0 8.3rem;
  line-height: 1.2;
}
.common_bottom_list a.white{
  background: #fff;
  color: #2B62DB;
}
.link_eng_box{
  font-size: 5.0rem;
  font-weight: 700;

  display: block;
  overflow: hidden;
}
.link_jap_box{
  font-size: 1.8rem;
  font-weight: bold;

  display: block;
  overflow: hidden;
}
.link_arrow{
  overflow: hidden;
  right: 5.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6.0rem;
  height: 6.0rem;
  border-radius: 50%;
  background: #fff;
}
.common_bottom_list a.white .link_arrow{
  background: #2B62DB;
}
.link_arrow img{
  margin: auto 1.9rem;
  width: 2.1rem;
}

.link_eng_box .eng {
  display: block;
  transform: translateY(0);
  transition: transform .3s ease;
}
.link_eng_box .eng:after {
  content: attr(data-text);
  display: block;
  transform: translateY(100%);
  top: 0;
  left: 0;
  transition: transform .3s ease;
}

.link_jap_box .jap {
  display: block;
  transform: translateY(0);
  transition: transform .4s ease;
}
.link_jap_box .jap:after {
  content: attr(data-text);
  display: block;
  transform: translateY(102%);
  top: 0;
  left: 0;
  transition: transform .3s ease;
}

.link_arrow img.arrow_before {
  opacity: 1;
  transform: translate(-6.0rem);
  transition: transform .25s .1s,opacity .15s ease .1s;
}
.link_arrow img.arrow_after {
  opacity: 0;
  transform: translate(-6.0rem);
  transition: transform .25s,opacity .15s ease;
}

a:hover .link_eng_box .eng {
  transform: translateY(-100%);
}
a:hover .link_arrow img.arrow_before {
  opacity: 0;
  transform: translate(0)!important;
  transition: transform .25s,opacity .15s ease;
}
a:hover .link_arrow img.arrow_after {
  opacity: 1;
  transform: translate(0)!important;
  transition: transform .25s .1s,opacity .15s ease .1s;
}
a:hover .link_jap_box .jap {
  transform: translateY(-100%);
}

footer{
  background: #EEF3F6;
}
.footer_inner{
  padding: 8.5rem 0 4.5rem;
}
.nav_list{
}
.nav_list ul{
  flex-direction: column;
  grid-gap: 1.6rem;
  letter-spacing: .06em;
  white-space: nowrap;
}
.nav_line{
  border-left: .1rem solid #ccc;
}
.parentA{
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.subBox{
  display: grid;
  grid-gap: 1.6rem;
  margin-top: 2.4rem;
}
.subBox02{
  grid-gap: 1.1rem;
}
.subLi>a{
  color: #5D6A79;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.subLi02{
  margin-top: 1.1rem;
}
.subLi02 a{
  color: #5D6A79;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-left: 1em;
}


.footer_dl{
  align-items: flex-end;
  margin-top: 7.5rem;
}
.footer_dt .logo img{
  width: 18.5rem;
}
.footer_addr{
  font-size: 1.5rem;
  line-height: 2.13;
  margin-top: 1.2rem;
  letter-spacing: .06em;
}

.footer_btn a{
  width: 21.5rem;
  height: 5.0rem;
  border-radius: 1.0rem;
  background: url(../images/common/icon_target.svg)no-repeat right .9rem top .9rem #9DB7CD;
  background-size: .9rem auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .06em;
}
.copy{
  font-size: 1.2rem;
  margin-top: 2.8rem;
  text-align: right;
  letter-spacing: .06em;
}
/* MV
==================================*/
.main_visual {}


/* teaser
==================================*/
.teaser {
  width: 100%;
  z-index: 1;
  padding-top: 3.0rem;
  height: 58.3rem;
  background: url(../images/news/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
  white-space: nowrap;
}
.teaser:before{
  z-index: 1;
  left: 0;
  bottom: -.1rem;
  width: 100%;
  height: 27.0rem;
  height: 19.28vw;
  background: url(../images/common/bg_linear.png)no-repeat;
  background-size: 100% 100%;
}

.page_title{
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .2em;
  color: #fff;
}
.page_title .eng{
  display: block;
  font-size: 9.0rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.teaser_icon{
  z-index: 1;
}
.teaser_icon01{
  right: 50%;
  top: -2.6rem;
  width: 12.2rem;
}
.teaser_icon02{
  right: -4.0rem;
  top: 16.9rem;
  width: 9.0rem;
}
.teaser_icon03{
  left: -4.0rem;
  top: 29.2rem;
  width: 15.7rem;
}
.teaser_icon04{
  right: calc(50% + 13.5rem);
  top: 46.8rem;
  width: 13.8rem;
}
.teaser_icon05{
  right: 5.2rem;
  top: 46.0rem;
  width: 16.3rem;
}

/*==================================
  Breadcrumb
==================================*/

.breadcrumb {
  padding: 12.0rem 0 5.0rem;
  width: 100%;
  text-align: right;
}

.breadcrumb ul {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 1.2rem;
}

.breadcrumb ul li {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #8B96A2;
  font-weight: 500;
}

.breadcrumb ul li + li:before {
  content: '-';
  z-index: 2;
  width: 2.0rem;
  display: inline-block;
  text-indent: 0;
  color: #8B96A2;
}

.breadcrumb ul li + li {
  padding-left: 2.0rem;
  text-indent: -2.0rem;
}

.breadcrumb ul li:last-child {
  word-break: break-all;
  white-space: unset;
}

.breadcrumb ul li a{
  color: #8B96A2;
  text-indent: 0;
}

/* heading
==================================*/
.heading_large {}

.heading_medium {}

.heading_small {}

/* links
==================================*/
.btn_links {}


/*================================
	pageTop
=================================*/
#pageTop {
  opacity: 0;
  right: 2.3rem;
  top: 2.5rem;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 9.0rem;
}
#pageTop a:hover {
  opacity: 0.7;
}

/*================================
	.test-container
=================================*/
.test-container {
  padding: 20.0rem 0;
}
.test-container .box {
  width: 20.0rem;
  height: 20.0rem;
  background-color: red;
}
.test-container .box .text {
  font-size: 1.6rem;
  color: #fff;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 3.0rem);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container02,
.container {
  width: 100%;
  max-width: 134.0rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.0rem;
  padding-right: 5.0rem;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 79.9rem) {
  .container {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
}

.row {
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  width: 100%;
  min-height: .1rem;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==================================
  リスト系
==================================*/
.cate_wrap{
  margin: 5.0rem 0;
  grid-gap: 2.5rem;
}
.cate_txt{
  color: #2B62DB;
  font-size: 1.9rem;
}
.cate_list{
  flex-wrap: wrap;
}
.cate_list li{
  padding-right: 1.5rem;
  border-right: .1rem solid #BBC1C4;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
}
.cate_list li:last-of-type{
  border-right: 0;
}
.cate_list a{
}

.news_ul {
  display: grid;
  grid-gap: 2.0rem;
}

.news_ul .news_li {
}

.news_ul .news_li > a {
  padding: 3.3rem 8.0rem 3.3rem 4.0rem;
  border-radius: 2.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  background: url(../images/common/arrow_right_blue.svg)no-repeat right 3.2rem center #fff;
  background-size: 2.2rem auto;
}
.news_ul .news_li > a:hover{
  background-position: right 2.6rem center;
}

.news_ul .news_li > a .date {
  font-size: 1.4rem;
  letter-spacing: .03em;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  min-width: 9.0rem;
  color: #667381;
}

.news_ul .news_li > a .cate {
  padding: 0 1.0rem;
  height: 2.4rem;
  background: #2B62DB;
  color: #fff;
  display: inline-flex;
  border-radius: 1.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .03em;
  margin-right: 2.5rem;
  gap: .6rem;
  min-width: 11.5rem;
}

.news_ul .news_li > a .title {
  font-size: 1.7rem;
  letter-spacing: .06em;
  line-height: 1.5;
  font-weight: bold;
  background: linear-gradient(#182F49, #182F49) 0 100%/0 .1rem no-repeat;
  transition: background 0.4s ease;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_ul .news_li > a:hover .title {
  background-size: 100% .1rem;
}

/*==================================
  ページナビ
==================================*/
/*==================================
  ページナビ
==================================*/
.page_navigation .wp-pagenavi .nav-links{
  margin: 7.0rem 0 0;
}
.page_navigation .wp-pagenavi .page-numbers {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  display: inline-flex;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 1.3rem;
  color: #11243A;
  background: #fff;
  margin: 0 .7rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
}
.page_navigation .wp-pagenavi .page-numbers.dots{
  border-radius: 0;
  width: auto;
  background: none;
  pointer-events: none;
  color: #56453B;
  box-shadow: none;
  background: none;
  margin: 0 1.0rem;
  border: 0;
}
.page_navigation .wp-pagenavi .page-numbers.prev,
.page_navigation .wp-pagenavi .page-numbers.next{
  font-size: 0;
}

.page_navigation .wp-pagenavi .page-numbers.prev:before,
.page_navigation .wp-pagenavi .page-numbers.next:after {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/common/next.svg) center center no-repeat;
  background-size: auto 1.2rem;
}

.page_navigation .wp-pagenavi .page-numbers.prev:before {
  transform: scaleX(-1);
}

.page_navigation .wp-pagenavi .page-numbers.next:hover:after,
.page_navigation .wp-pagenavi .page-numbers.prev:hover:before {
  background: url(../images/common/next_hover.svg) center center no-repeat;
  background-size: auto 1.2rem;
}

.page_navigation .wp-pagenavi .page-numbers:not(.current):hover,
.page_navigation .wp-pagenavi .current:not(.current):hover,
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background: #2B62DB;
  color: #fff;
}

.page_navigation .wp-pagenavi .first,
.page_navigation .wp-pagenavi .last {
  display: none;
}


/*news*/
.news_wrap{
  position: relative;
}
.news_wrap .wrap_bg{
  background: url(../images/news/bg_left.png)no-repeat left -13.6rem top 106.1rem,
  url(../images/news/bg_right.png)no-repeat right -8.0rem top 90.5rem;
  background-size: 28.0rem auto,22.3rem auto;
}

/*news_detail*/
.news_detail_wrap{
  position: relative;
}
.news_detail_wrap .wrap_bg{
  background: url(../images/news/bg_left.png)no-repeat left -13.6rem top 106.1rem,
  url(../images/news/bg_right.png)no-repeat right -8.0rem top 90.5rem;
  background-size: 28.0rem auto,22.3rem auto;
}
.white_box{
  margin-top: -5.0rem;
  background: #fff;
  border-radius: 2.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding: 9.0rem;
}
.news_head {
  margin-bottom: 3.2rem;
  flex-wrap: wrap;
}
.news_head .date {
  font-size: 1.4rem;
  letter-spacing: .03em;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  min-width: 9.0rem;
  color: #667381;
}
.news_head .cate {
  padding: 0 1.0rem;
  height: 2.4rem;
  background: #2B62DB;
  color: #fff;
  display: inline-flex;
  border-radius: 1.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .03em;
  margin-right: 2.5rem;
  gap: .6rem;
  min-width: 11.5rem;
}
.news_head .title{
  margin-top: 1.9rem;
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.44;
  letter-spacing: .06em;
  font-weight: bold;
}

.news_body p{
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: .06em;
}
.news_body p+p{
  margin-top: 3.3rem;
}
.news_body figure{
  display: block;
  margin: 0;
}
.news_body figure+p,
.news_body p+figure{
  margin-top: 6.0rem;
}


.pager_wrap {
  width: 100%;
  max-width: 53.4rem;
  margin: 6.7rem auto 0;
}
.pager_wrap ul {
}

.pager_wrap ul li {
  line-height: 1;
}

.pager_wrap ul li a:hover {
  opacity: 0.7;
}

.pager_wrap ul .prev, 
.pager_wrap ul .next {
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.pager_wrap ul .prev {
  left: 0;
}

.pager_wrap ul .next {
  right: 0;
}

.pager_wrap ul .prev a, 
.pager_wrap ul .next a {
  display: inline-flex;
  width: 14.0rem;
  height: 4.7rem;
  background: #fff;
  border: .1rem solid #fff;
  border-radius: 1.0rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .03em;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding-right: 1.5rem;
  opacity: 1!important;
}
.pager_wrap ul .prev a{
  padding: 0 0 0 1.5rem;
}

.pager_wrap ul .prev a:before,
.pager_wrap ul .next a:after {
  width: 1.5rem;
  height: 100%;
  display: block;
  top: 0;
  left: 1.6rem;
  transition: all .3s;
}
.pager_wrap ul .next a:after {
  left: auto;
  right: 1.6rem;
}

.pager_wrap ul .prev a:before {
  background: url(/images/common/arrow_right_black.svg) center center no-repeat;
  background-size: auto 1.2rem;
  transform: rotate(180deg);
}

.pager_wrap ul .next a:after {
  background: url(/images/common/arrow_right_black.svg) center center no-repeat;
  background-size: auto 1.2rem;
}

.pager_wrap ul .prev a:hover:before {
  left: 1.0rem;
}
.pager_wrap ul .next a:hover:after {
  right: 1.0rem;
}


/*grads*/
.hd_m{
  flex-direction: column;
  grid-gap: .8rem;
  margin-bottom: 3.0rem;
}
.hd_m .eng{
  font-size: 1.7rem;
  line-height: 1.2;
  color: #2B62DB;
}
.hd_m .jap{
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .06em;
}
.grads_wrap{
  position: relative;
}
.grads_wrap .wrap_bg{
  background: url(../images/news/bg_left.png)no-repeat left -13.6rem top 106.1rem,
  url(../images/grads/bg_right.png)no-repeat right -7.8rem top 90.5rem;
  background-size: 28.0rem auto,53.2rem auto;
}
.grads_wrap .teaser {
  background: url(../images/grads/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.grads_table{
  width: 100%;
  border-top: .1rem solid #D1DADF;
}
.grads_table th,
.grads_table td{
  font-size: 1.6rem;
  line-height: 2.2;
  padding: 1.2rem 0;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  border-bottom: .1rem solid #D1DADF;
}
.grads_table th{
  padding: 1.2rem .6rem;
  width: 16.8rem;
}
.dot_ul li{
  font-size: 1.6rem;
  line-height: 2.2;
  padding-left: 1em;
}
.dot_ul li:before{
  content: '・';
  left: 0;
  top: 0;
}
.grads_table p{
  font-size: 1.6rem;
  line-height: 2.2;
}
.grads_table_list{
  grid-gap: 4.5rem;
}
.grads_btn{
  margin-top: 6.0rem;
}
.btn_link01 {
  display: inline-flex;
  width: 19.3rem;
  height: 4.7rem;
  background: #2B62DB;
  color: #fff;
  border: .1rem solid #2B62DB;
  border-radius: 1.0rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .03em;
  margin: auto;
}
.btn_link01:hover {
  opacity: 1;
  color: #2B62DB;
  background: #fff;
}
.grads_btn .btn_link01{
  width: 40.0rem;
  height: 8.0rem;
  border-radius: 1.0rem;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0;
}

.grads_table_list.space_between{
}
.grads_table_list.space_between .grads_table_list{
  width: 68%;
}


/*environment*/
.environment_wrap .teaser {
  background: url(../images/environment/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.environment_stage_hd{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .06em;
  margin-bottom: 3.4rem;
  color: #2B62DB;
}
.environment_stage_hd .eng{
  font-size: 5.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-right: 1.5rem;
}
.environment_item{
  margin-top: 7.2rem;
  display: grid;
  grid-gap: 2.5rem;
}
.environment_item dl{
  background: #fff;
  border-radius: 2.0rem;
  padding: 5.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  grid-gap: 5.0rem;
  grid-gap: 4.3%;
}
.environment_item dt{
  width: 37.5rem;
  width: 33%;
}
.environment_item dd{
  width: calc(100% - 37.5rem - 5.0rem);
  width: 62.7%;
}
.environment_item .ttl{
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: .6rem;
}
.environment_item .txt{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .06em;
}

/*entry*/
.entry_wrap{
  position: relative;
}
.entry_wrap .wrap_bg{
  background: url(../images/entry/bg_left.png)no-repeat left -13.6rem top 148.1rem,
  url(../images/entry/bg_right.png)no-repeat right -7.8rem top 151.9rem;
  background-size: 28.0rem auto,45.9rem auto;
}
.entry_wrap .teaser {
  background: url(../images/entry/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.entry_notes{
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.8rem;
}
.form_box h2{
  overflow: hidden;
  font-size: 1.9rem;
  font-weight: bold;
}
.form_box h2 span{
  padding-right: 1.5rem;
}
.form_box h2 span:before{
  left: 100%;
  top: 50%;
  width: 100vw;
  height: .1rem;
  background: #D1DADF;
}
.form_item{
  padding: 3.0rem 0;
  background-image: linear-gradient(to right, #939393 0%, #939393 50%, transparent 50%);
  background-size: .5rem .1rem;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.form_item dl{
  width: 100%;
}
.form_item dt{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.need{
  display: inline-flex;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 2.1rem;
  font-size: 1.3rem;
  border-radius: .5rem;
  background: #FE5662;
  color: #fff;
  margin-right: 1.0rem;
}
.form_subitem{
  width: calc(50% - 1.4rem);
}

/*==================================
  Contact_reset
==================================*/
#Entry input {
  -webkit-appearance: none;
}
#Entry input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#Entry input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Entry input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Entry input::-moz-placeholder,
#Entry textarea::-moz-placeholder  {
  color: #C1C7CB;
}
#Entry input::placeholder,
#Entry textarea::placeholder {
  color: #C1C7CB;
}
#Entry input:-ms-input-placeholder,
#Entry textarea:-ms-input-placeholder {
  color: #C1C7CB;
}
#Entry input::-webkit-input-placeholder,
#Entry textarea::-webkit-input-placeholder {
  color: #C1C7CB;
}
#Entry button,
#Entry input[type=button],
#Entry input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
#Entry textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
#Entry select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
#Entry span.error {
  color: #f00;
  display: block;
  margin: .7rem 0 0;
}

#Entry input[type=text]:focus,
#Entry input[type=email]:focus,
#Entry input[type=tel]:focus,
#Entry input[type=search]:focus,
#Entry input[type=url]:focus,
#Entry textarea:focus {
  color: #182F49;
  background-color: #F0F3F5;
}
#Entry .ERR {
  color: #f00;
}
#Entry input[type=text] {
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 500;
  padding: 0 2.4rem;
  border: 0;
  background: #F0F3F5;
  color: #182F49;
  width: 100%;
  height: 5.5rem;
  border-radius: .7rem;
}
#Entry select {
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 500;
  padding: 0 2.4rem;
  border: 0;
  color: #182F49;
  border: .1rem solid #D1DADF;
  background: url(../images/entry/select_entry.svg)no-repeat right 2.0rem center #fff;
  background-size: 1.5rem auto;
  width: 100%;
  height: 5.5rem;
  border-radius: .7rem;
}

#Entry input[type=checkbox] + span + label,
#Entry input[type=checkbox] + label {
  padding-left: 5.5rem;
  margin-right: 2.0rem;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 2.22;
  font-weight: 500;
}
#Entry input[type=checkbox] + span + label::before,
#Entry input[type=checkbox] + label::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: url(/images/entry/icon_checkbox.svg) center center no-repeat;
  background-size: cover;
}
#Entry input[type=checkbox] + span + label::after,
#Entry input[type=checkbox] + label::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: url(/images/entry/icon_checkbox_checked.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
}

#Entry input[type=checkbox]:checked + span + label::after,
#Entry input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#Entry input[type=radio] + label {
  padding-left: 5.4rem;
  margin-right: 2.0rem;
  cursor: pointer;
  width: 24.0rem;
  font-size: 1.8rem;
  line-height: 2.22;
  font-weight: 700;
  display: inline-block;
}
#Entry input[type=radio] + label::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 4.0rem;
  height: 4.0rem;
  background: url(/images/entry/icon_radio.svg) center center no-repeat;
  background-size: cover;
}
#Entry input[type=radio] + label::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 4.0rem;
  height: 4.0rem;
  background: url(/images/entry/icon_radio_checked.svg) center center no-repeat;
  background-size: cover;
  opacity: 0;
}

#Entry input[type=radio]:checked + label::after {
  opacity: 1;
}
#Entry textarea {
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 500;
  border: 0;
  background: #F0F3F5;
  width: 100%;
  padding: 1.4rem 2.4rem;
  min-height: 35.5rem;
  border-radius: .7rem;
  margin-top: .8rem;
}
#Entry .submit_area {
  margin-top: 5.3rem;
}
#Entry .submit_area span {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  width: 39.0rem;
  background: #2B62DB;
  font-feature-settings: "palt";
  display: inline-block;
  border: .1rem solid #2B62DB;
  transition: all 0.3s ease;
  border-radius: 1.0rem;
}
#Entry .submit_area span input[type=submit] {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 7.5rem;
}

#Entry .submit_area span:hover {
  background: #fff;
}
#Entry .submit_area span:hover input[type=submit] {
  color: #2B62DB;
}
#Entry .koumoku {
  margin: 0 auto;
  gap: 2.0rem;
}
#Entry .send {
  color: #fff;
  background: #2B62DB;
  font-feature-settings: "palt";
  display: inline-block;
  border: .1rem solid #2B62DB;
  transition: all 0.3s ease;


  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  width: 30.0rem;
  border-radius: 1.0rem;
}

#Entry .send input {
  color: #fff;
  cursor: pointer;

  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  width: 30.0rem;
  height: 7.5rem;
  border-radius: 1.0rem;
}
#Entry .send:hover {
  background: #fff;
}
#Entry .send:hover input {
  color: #2B62DB;
}

#Entry .btn_back {
  color: #fff;
  background: #ddd;
  font-feature-settings: "palt";
  display: inline-block;
  border: .1rem solid #ddd;
  transition: all 0.3s ease;

  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  width: 30.0rem;
  border-radius: 1.0rem;
}
#Entry .btn_back input {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #182F49;
  cursor: pointer;
  width: 100%;
  height: 7.5rem;
}

#Entry .btn_back:hover {
  background: #fff;
}
#Entry .btn_back:hover input {
  color: #182F49;
}

#Entry .contact_back {
  margin-top: 4.0rem;
}
#Entry .contact_back a {
  font-size: 1.8rem;
  font-weight: 700;
  width: 39.0rem;
  height: 7.5rem;
}


/*==================================
  Contact
==================================*/

#Entry .agree_area a {
  text-decoration: underline;
}
#Entry .agree_area a:hover{
  text-decoration: none;
}

#Entry table {
  width: 100%;
  table-layout: fixed;
}

#Entry table tr th {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: left;
  width: 26.0rem;
  vertical-align: top;
  padding: 3.2rem 0;

}
#Entry table tr td {
  padding: 1.5rem 0;
}
#Entry table tr td .text02 {
  margin-top: .8rem;
}

#Entry .check-list li {
  display: inline-block;
  padding: 1.0rem 0;
}
#Entry .form_wrap > p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem;
}

#Entry.sfm2 table tr td {
  padding: 3.2rem 0;
}

#Entry.sfm2 td p {
  overflow-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 500;
}

#Entry .send_comp > p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}

.graduation{
  grid-gap: 1.8rem;
}
#Entry .graduation select{
  max-width: 26.3rem;
}
.birthday{
  align-items: flex-start;
  grid-gap: 1.8rem;
}
.birthday .birthday_text{
  height: 5.5rem;
}
#Entry .birthday select{
  background: #F0F3F5;
  border: 0;
  width: 13.5rem;
  max-width: 13.5rem;
}
#Entry .birthday_year select{
  width: 18.5rem;
  max-width: 18.5rem;
}

main#Entry .form_item.is-column dl {
  align-items: flex-start;
}

main#Entry .form_item.is-column dl dt {
  width: 18.0rem;
  padding-top: 1.7rem;
}

main#Entry .form_item.is-column dl dd {
  width: calc(100% - 18.0rem);
}

main#Entry .address .address_item + .address_item {
  margin-top: 1.5rem;
}

main#Entry .address .address_item {
  align-items: flex-start;
}

main#Entry .address .address_item .address_title {
  width: 12.0rem;
  padding-top: 1.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.5;
}

main#Entry .address .address_item .address_box {
  width: calc(100% - 12.0rem);
}
.phone_box,
.tel_box{
  grid-gap: 1.0rem;
}
main#Entry .phone_box input,
main#Entry .tel_box input{
  max-width: 15.5rem;
}

main#Entry .address select,
main#Entry .phone input[type=text] {
  max-width: 36.8rem;
}

main#Entry .status select {
  max-width: 48.0rem;
}

main#Entry .form_wrap .form_notes {
  font-size: 1.5rem;
  letter-spacing: .03em;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 1.7rem;
}

main#Entry .zip-wrap {
  width: 100%;
}
main#Entry input[type=text].zip {
  max-width: 36.8rem;
  width: 100%;
}

main#Entry .ad_btn {
  margin-left: 2.0rem;
  width: 14.0rem;
  height: 5.5rem;
}

main#Entry .form_wrap .form_box + .form_box{
  margin-top: 3.0rem;
}

main#Entry .documents .form_item {
  display: block;
}

main#Entry .documents .custom_upload_item {
  margin-top: 1.8rem;
  flex-direction: column;
  gap: 1.0rem;
}

main#Entry .documents .custom_upload_item label {
  display: inline-flex;
  gap: 1.5rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .03em;
}

main#Entry .documents .custom_upload_item label:before {
  width: 19.0rem;
  min-width: 19.0rem;
  height: 5.5rem;
  border-radius: 1.0rem;
  content: 'ファイルの選択';
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .03em;
  background: #2B62DB;
}

main#Entry .documents .custom_upload_item input {
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

main#Entry .documents p {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

main#Entry .message p {
  margin-bottom: .5rem;
}

main#Entry .agree_area {
  margin: 2.4rem 0 0;
}

main#Entry .agree_area input[type=checkbox] {
  top: 0;
  z-index: -1;
}

main#Entry .agree_area a {
  text-decoration: underline;
}

main#Entry .agree_area a:hover {
  text-decoration: none;
}

main#Entry .send_comp {
}

main#Entry .send_comp p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
  font-weight: 500;
}

main#Entry .invalid_feedback1,
main#Entry .invalid_feedback2 {
  color: #ffe725;
  display: none;
}

main#Entry .form_wrap p{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .05em;
}
.form_item:last-of-type{
  background: none;
}

/*about*/
.about_wrap .teaser {
  background: url(../images/about/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.about_list{
  display: grid;
  grid-gap: 2.0rem;
  margin-top: -3.5rem;
}
.about_list a{
  display: block;
  border-radius: 2.0rem;
  background: url(../images/common/arrow_right_blue.svg)no-repeat right 5.0rem center #fff;
  background-size: 2.2rem auto;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding: 3.0rem;
}
.about_list a:hover{
  background-position: right 4.0rem center;
}
.about_list dl{
  grid-gap: 4.5rem;
}
.about_list dt{
  width: 26.7rem;
}
.about_list dd{
  width: calc(100% - 4.5rem - 26.7rem);
}
.img_box {
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}
.img_box img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  transition: transform .4s ease;
}
a:hover .img_box img{
  transform: scale(1.05);
}
.about_list .img_box{
  border-radius: 1.5rem;
  padding-top: 58%;
  padding-top: 15.5rem;
}
.about_list_jap{
  font-size: 1.7rem;
  font-weight: bold;
  color: #2B62DB;
  margin-bottom: 1.2rem;
}
.about_list_eng{
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
}

/*minute*/
.minute_wrap .teaser {
  background: url(../images/minute/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.minute_list{
  flex-wrap: wrap;
  grid-gap: 1.0rem 0;
  margin-top: -3.5rem;
}
.minute_list li{
  border-radius: 2.0rem;
  background: #fff;
  overflow: hidden;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  width: calc(33.33% - .7rem);
}
.minute_list li:nth-of-type(1),
.minute_list li:nth-of-type(2){
  width: calc(50% - .5rem);
}
.minute_list_ttl{
  left: 1.5rem;
  top: 3.2rem;
  transform: translateY(-50%);
  max-width: calc(100% - 3.0rem);
  min-width: 14.6rem;
  padding: .1rem 1.5rem;
  background: #2B62DB;
  color: #fff;
  border-radius: .8rem;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
.minute_list_date{
  right: 1.5rem;
  top: 3.2rem;
  transform: translateY(-50%);
  font-size: 1.2rem;
  letter-spacing: .08em;
  color: #5D6A79;
}
.minute_list_mark{
  right: 2.5rem;
  top: 2.2rem;
  width: 8.0rem;
}

/*company*/
.company_wrap .wrap_bg{
  background: url(../images/news/bg_left.png)no-repeat left -13.6rem top 106.1rem,
  url(../images/company/bg_right.png)no-repeat right -8.0rem top 90.5rem;
  background-size: 28.0rem auto,22.3rem auto;
}
.company_wrap .teaser {
  background: url(../images/company/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.company_list{
  margin-top: -.8rem;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 3.0rem 2.7rem;
}
.company_list a{
  display: block;
  border-radius: 2.0rem;
  background: #fff;
  overflow: hidden;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding: 3.0rem;
}
.company_list .img_box{
  padding-top: 55.9%;
}
.company_list .img_box:before{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/company/icon_play.svg)no-repeat center center;
  background-size: 5.0rem auto;
  z-index: 9;
}
.company_list_ttl{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1.6rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*is_here*/
.is_here_wrap{
  position: relative;
}
.is_here_wrap .wrap_bg{
  background: url(../images/is_here/bg_left.png)no-repeat left -7.6rem top 106.1rem,
  url(../images/is_here/bg_right.png)no-repeat right -8.0rem top 83.4rem;
  background-size: 9.6rem auto,19.6rem auto;
}
.is_here_wrap .teaser {
  background: url(../images/is_here/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.is_here_inner{
  max-width: 109.1rem;
}
.is_here_txt{
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.7;
  margin: 9.5rem 0 10.5rem;
}
.is_here_cont{
}
.is_here_map{
  pointer-events: none;
}
.is_here_btn{
  z-index: 9;
  transform: translate(-50%,-50%);
}
.is_here_btn a{
  display: inline-flex;
  min-width: 13.0rem;
  height: 3.6rem;
  padding: 0 1.7rem;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .06em;
  background: #2B62DB;
  color: #fff;
  border: .2rem solid #fff;
  border-radius: 1.2rem;
}
.is_here_btn a:hover{
  border-color: #2B62DB;
  color: #2B62DB;
  background: #fff;
}
.is_here_btn01{
  left: 10.09%;
  top: 4.06%;
}
.is_here_btn02{
  left: 33.14%;
  top: 2.29%;
}
.is_here_btn03{
  left: 51.26%;
  top: 5.98%;
}
.is_here_btn04{
  left: 70.38%;
  top: 3.84%;
}
.is_here_btn05{
  left: 92.07%;
  top: 24.75%;
}
.is_here_btn06{
  left: 18.51%;
  top: 25.05%;
}
.is_here_btn07{
  left: 59.33%;
  top: 25.2%;
}
.is_here_btn08{
  left: 70.93%;
  top: 44.64%;
}
.is_here_btn09{
  left: 91.32%;
  top: 64.52%;
}
.is_here_btn10{
  left: 10.84%;
  top: 60.82%;
}
.is_here_btn11{
  left: 43.08%;
  top: 41.61%;
}
.is_here_btn12{
  left: 53.88%;
  top: 68.36%;
}

/*modal*/
html.is-popup{
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  background: rgba(9, 26, 45, 0.85);
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity .5s;
}
.modal__contents {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  opacity: 0;
  transition: opacity .5s;
  pointer-events: none;
}
.is-open .modal__contents {
  opacity: 1;
}
.modal__body {
  overflow: hidden;
  pointer-events: auto;
  background: #fff;
  border-radius: 2.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);

  width: auto;
  max-width: calc(100vw - 10.0rem);
  max-height: calc(100dvh - 5.0rem - 5.0rem);
  margin: 0 auto;
}
.modalMedicine__body {
  overflow: hidden;
  pointer-events: auto;
}
.modalMedicine__body.is-show {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: auto;
}
.modal__box{
  display: none;

  width: 115.0rem;
  max-width: 100%;
  padding: 6.8rem 5.0rem 5.8rem;
}
.modal__box.is_active{
  display: block;
}

.closeBtn a{
  background: #fff;
  width: 2.5rem;
  height: 2.5rem;
  top: 2.5rem;
  right: 3.0rem;
  z-index: 2;

}
@media (any-hover:hover){
  .closeBtn a:hover{
    opacity: .7;
  }
}
.closeBtn__line {
  width: 100%;
  height: 100%;
}
.closeBtn__line span {
  display: block;
  width: 2.5rem;
  height: .3rem;
  margin: auto;
  background-color: #182F49;
  transition: .4s ease-out;
}
.closeBtn__line span:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(-41deg);
}
.closeBtn__line span:nth-child(2) {
  top: 0;
  bottom: 0;
  transform: rotate(41deg);
}

.modal_ttl{
  margin-bottom: 3.6rem;
}
.modal_ttl span{
  display: inline-flex;
  height: 4.2rem;
  padding: 0 2.4rem;
  background: #2B62DB;
  color: #fff;
  border-radius: .8rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .06em;
}
.modal_list li+li{
  padding-top: 4.0rem;
  margin-top: 4.0rem;
  border-top: .1rem solid #D1DADF;
}
.modal_list dl{
}
.modal_list dt{
  width: 34.6%;
}
.modal_list dd{
  width: 60.85%;
  flex-direction: column;
}
.modal_list .img_box{
  border-radius: 1.5rem;
  padding-top: 68.5%;
}
.modal_list_ttl{
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.44;
  margin-bottom: .8rem;
}
.modal_list_txt{
  font-size: 1.6rem;
  line-height: 2;
}


/*office*/
.office_wrap{
  position: relative;
}
.office_wrap .wrap_bg{
  background: url(../images/office/bg_left.png)no-repeat left -13.6rem top 106.2rem,
  url(../images/office/bg_right.png)no-repeat right -10.5rem top 90.6rem;
  background-size: 28.7rem auto,71.2rem auto;
}
.office_wrap .teaser {
  background: url(../images/office/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.office_wrap .white_box{
  padding: 5.0rem 6.6rem 7.0rem;
}
.white_box+.white_box{
  margin-top: 12.5rem;
}
.office_floor{
  grid-gap: 4.7rem;
  margin-bottom: 8.8rem;
}
.office_floor li{
  width: 100%;
}
.office_floor_number{
  left: 0;
  top: 0;
  width: 9.0rem;
  height: 9.0rem;
  border-radius: 50%;
  background: #2B62DB;
  color: #fff;
  font-size: 4.0rem;
} 
.office_floor_img{
  height: 21.8rem;
  align-items: flex-end;
}
.office_floor_img img{
  max-height: 34.5rem;
}
.office_floor_img.big img{
  max-height: 35.2rem;
}
.office_list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 4.7rem;
}
.office_list_img img{
  border-radius: 1.5rem;
}
.office_list_ttl{
  font-size: 2.5rem;
  letter-spacing: .06em;
  line-height: 1.44;
  font-weight: bold;
  margin-top: 1.3rem;
}
.office_list_txt{
  margin-top: .5rem;
  font-size: 1.6rem;
  line-height: 2;
}


/*interview*/
.interview_wrap{
  position: relative;
}
.interview_wrap .wrap_bg{
  background: url(../images/office/bg_left.png)no-repeat left -13.6rem top 106.2rem,
  url(../images/interview/bg_right.png)no-repeat right -7.9rem top 90.6rem;
  background-size: 31.4rem auto,65.7rem auto;
}
.interview_wrap .teaser {
  background: url(../images/interview/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
}
.interview_list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 13.0rem 4.2rem;
  margin-top: 7.8rem;
}
.interview_list a{
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 2.0rem;
  padding: 0 1.0rem 4.3rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
}
.interview_list a:hover{
  color: #fff;
  background-color: #2B62DB;
}
.interview_list a:hover .txt{
  color: #fff;
}
.interview_list .img{
  left: 50%;
  top: -7.8rem;
  transform: translate(-50%,0%);
  transition: transform .3s;
  width: 28.0rem;
  width: 78%;
  margin-bottom: -5.3rem;
}
.interview_list .ttl{
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.7rem;
}
.interview_list .txt{
  font-size: 1.4rem;
  font-weight: bold;
  color: #8B96A2;
  transition: all .3s;
  letter-spacing: .06em;
}


/*interview_detail*/
.interview_detail_wrap{
  position: relative;
}
.interview_detail_wrap .wrap_bg{
  background: url(../images/nt/bg_left.png)no-repeat left -16.1rem top 89.2rem,
  url(../images/nt/bg_right.png)no-repeat right -11.0rem top 109.5rem;
  background-size: 28.1rem auto,86.8rem auto;
}
.interview_detail_wrap .teaser{
  justify-content: flex-start;
  text-align: left;
  height: 68.0rem;
  padding-top: 6.5rem;
}
.interview_detail_wrap .teaser_icon03{
  top: 11.0rem;
  left: -6.0rem;
}
.interview_detail_wrap .teaser_icon04{
  top: 49.5rem;
}
.interview_detail_wrap .teaser_icon05{
  top: 60.6rem;
}
#nt .teaser {
  background: url(../images/nt/bg_teaser.jpg)no-repeat right 20% center;
  background-size: cover;
}
#kt .teaser {
  background: url(../images/kt/bg_teaser.jpg)no-repeat right 20% center;
  background-size: cover;
}
#sr2 .teaser {
  background: url(../images/sr2/bg_teaser.jpg)no-repeat right 20% center;
  background-size: cover;
}
#kh .teaser {
  background: url(../images/kh/bg_teaser.jpg)no-repeat right 20% center;
  background-size: cover;
}
#sr .teaser {
  background: url(../images/sr/bg_teaser.jpg)no-repeat right 20% center;
  background-size: cover;
}
#kt2 .teaser {
  background: url(../images/kt2/bg_teaser.jpg)no-repeat right 20% center;
  background-size: cover;
}
#ir .teaser {
  background: url(../images/ir/bg_teaser.jpg)no-repeat right 20% center;
  background-size: cover;
}
.interview_detail_head{
  display: grid;
  grid-gap: 1.2rem;
  color: #fff;
  margin-bottom: 3.0rem;
}
.interview_detail_head .eng{
  font-size: 1.8rem;
}
.interview_detail_head .jap{
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .06em;
}
.interview_detail_intro{
  flex-direction: column;
  align-items: flex-start;
  grid-gap: .7rem;
}
.interview_detail_intro span{
  background: #0D2239;
  color: #fff;
  padding: .3rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .06em;
}
.interview_detail_item{
  margin-top: 9.2rem;
}
.interview_detail_item:nth-of-type(even){
  flex-direction: row-reverse;
}
.interview_detail_item+.interview_detail_item{
  margin-top: 11.5rem;
}
.interview_detail_item_img{
  width: 40%;
}
.interview_detail_item_img img{
  border-radius: 2.0rem;
}
.interview_detail_item_cont{
  max-width: 105.2rem;
  margin: 0 auto;
}
.interview_detail_item_img+.interview_detail_item_cont{
  width: 56%;
  max-width: 67.3rem;
  margin: 0;
}
.interview_detail_item_img_big{
  margin: 0 -22rem 1.7rem;
}
.interview_detail_item_img_big img{
  width: 100%;
}

.interview_detail_item_ttl{
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .06em;
  margin: 1.8rem 0;
  margin: 0 0 1.8rem;
}
.common_txt p,
.common_txt{
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
.common_txt p+p{
  margin-top: 3.2rem;
}

.schedule_wrap{
  background: #fff;
  border-radius: 2.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding: 8.0rem 7.0rem;  
  margin-top: 6.3rem;
}
.schedule_head{
  line-height: 1.2;
  color: #2B62DB;
}
.schedule_head .eng{
  font-size: 5.5rem;
  line-height: 1.2;
  margin-right: 1.2rem;
}
.schedule_head .jap{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .06em;
}
.schedule_list{
  border-top: .2rem dotted #2B62DB;
  margin-top: 11.5rem;
  grid-gap: 1.0rem;
}
.schedule_list li{
  padding-top: 2.2rem;
  min-width: 10.6rem;
}
.schedule_list li:before{
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  width: 2.1rem;
  height: 2.1rem;
  border: .3rem solid #2B62DB;
  background: #fff;
  border-radius: 50%;
}
.schedule_list_time{
  left: 50%;
  bottom: calc(100% + 2.7rem);
  transform: translateX(-50%);
  z-index: 1;
  min-width: 10.6rem;
  height: 2.6rem;
  border-radius: 1.0rem;
  background: #2B62DB;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 .6rem;
  font-weight: bold;
  white-space: nowrap;
}
.schedule_list_time:before{
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: .2rem;
  height: 1.0rem;
  background: #2B62DB;
}
.schedule_list_ttl{
  font-size: 1.8rem;
  font-weight: bold;
}
.schedule_list_txt{
  margin-top: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.interview_detail_btn{
  margin-top: 7.0rem;
}
.interview_detail_btn .btn_link01{
  width: 22.0rem;
  height: 6.0rem;
  font-size: 1.8rem;
}
.schedule_icon01{
  left: calc(50% + 25.6rem);
  top: -5.7rem;
  width: 10.5rem;
  z-index: 2;
}
.schedule_icon02{
  right: calc(50% + 24.6rem);
  bottom: -9.6rem;
  width: 12.2rem;
  z-index: -1;
}
.schedule_note{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  letter-spacing: .04em;
  margin-top: 5.0rem;
}


/*work*/
.work_wrap{
  position: relative;
}
.work_wrap .wrap_bg{
  background: url(../images/work/bg_left.png)no-repeat left -13.6rem top 106.1rem,
  url(../images/work/bg_right.png)no-repeat right -7.9rem top 90.6rem;
  background-size: 28.1rem auto,40.0rem auto;
}
.work_wrap .teaser {
  background: url(../images/work/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
  margin-bottom: 4.2rem;
}
.work_item+.work_item{
  margin-top: 9.0rem;
}
.work_item_head{
  margin-bottom: 4.2rem;
}
.work_item_head span{
  display: inline-block;
  padding-right: 1.2rem;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .06em;
} 
.work_item_head span:before{
  left: 100%;
  top: 50%;
  width: 11.5rem;
  height: .1rem;
  background: currentColor;
}
.work_talk_list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 3.0rem 2.2%;
}
.work_talk_list a{
  display: block;
  background: #fff;
  background: url(../images/common/arrow_right_black.svg)no-repeat right 3.5rem bottom 3.1rem #fff;
  background-size: 1.6rem auto;
  border-radius: 2.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding: 3.0rem;  
}
.work_talk_list a:hover{
  color: #fff;
  background: url(../images/common/arrow_right_white.svg)no-repeat right 2.5rem bottom 3.1rem #2B62DB;
  background-size: 1.6rem auto;
}
.work_talk_list a:hover .work_talk_list_name,
.work_talk_list a:hover .work_talk_list_point{
  color: #fff;
}
.work_talk_list a:hover .img_box img{
  transform: scale(1);
}
.work_talk_list_top{
  margin-bottom: 1.8rem;
}
.work_talk_list_point{
  padding-top: 3.0rem;
  font-size: 1.7rem;
  color: #2B62DB;
}
.work_talk_list_top .img_box{
  width: 25.5rem;
  max-width: calc(100% - 3.5rem);
  padding-top: 17.0rem;
  border-radius: 7.0rem;
}
.work_talk_list_ttl{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .06em;
  margin-bottom: 1.6rem;
}
.work_talk_list_name{
  font-size: 1.2rem;
  line-height: 1.2;
  color: #2B62DB;
}

.work_job_list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2.4%;
}
.work_job_list a{
  display: block;
}
.work_job_list .img_box{
  border-radius: 2.0rem;
  padding-top: 86.77%;
}
.work_job_list_point{
  left: 2.2rem;
  top: 1.3rem;
  z-index: 9;
  flex-direction: column;
  color: #000;
}
.work_job_list_point_number {
  font-size: 3.2rem;
  line-height: 1.2;
  border-bottom: .1rem dotted currentColor;
  margin-bottom: .4rem;
}
.work_job_list_point_eng{
  font-size: 1.0rem;
  line-height: 1;
}
.work_job_list_cont{
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 2.9rem;
}
.work_job_list_ttl{
  margin-top: .6rem;
  font-size: 0;
}
.work_job_list_ttl span{
  z-index: 2;
}
.work_job_list_ttl div{
  display: inline-block;
  color: #fff;
  background-color: rgba(13,34,57,.9);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  padding: .5rem 1.0rem;
  transition: color .2s ease,background-color .2s ease;
}
.work_job_list_ttl div:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2B62DB;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .35s
}
a:hover .work_job_list_ttl div:before {
  transform-origin: 0% 50%;
  transform: scaleX(1) translateZ(0);
}
.work_job_list a:hover .link_arrow img.arrow_before {
  opacity: 1;
  transform: translate(-6.0rem)!important;
}
.work_job_list a:hover .link_arrow img.arrow_after {
  opacity: 0;
  transform: translate(-6.0rem)!important;
}
.work_job_list_ttl.sub_ttl div{
  font-size: 1.3rem;
  line-height: 1.36;
  padding: .2rem 1.0rem;
}
.work_job_list_categ{
  margin-top: 1.5rem;
  padding-right: 2.1rem;
  flex-wrap: wrap;
  grid-gap: .3rem;
  font-size: 0;
}
.work_job_list_categ span{
  display: inline-flex;
  padding: 0 .7rem;
  min-width: 2.6rem;
  font-size: 1.0rem;
  line-height: 1.9;
  white-space: nowrap;
  font-weight: bold;
  color: #182F49;
  background: #fff;
  border-radius: 2.0rem;
}
.work_job_list .link_arrow {
  z-index: 9;
  top: auto;
  right: 0;
  bottom: .9rem;
  transform: translateY(0%);
  width: 6.0rem;
  height: 6.0rem;
  background: none;
}
.work_job_list .link_arrow img{
  width: 1.8rem;
  margin: auto 2.1rem;
}


/*job*/
.job_wrap{
  position: relative;
}
.job_wrap .wrap_bg{
  background: url(../images/news/bg_left.png)no-repeat left -13.6rem top 106.1rem,
  url(../images/work/bg_right.png)no-repeat right -7.9rem top 90.6rem;
  background-size: 28.0rem auto,41.7rem auto;
}
.job_wrap .teaser {
  background: url(../images/job/bg_teaser.jpg)no-repeat center center;
  background-size: cover;
  margin-bottom: -1.2rem;
}
.job_list{
  display: grid;
  grid-gap: 2.5rem;
}
.job_list dl{
  background: #fff;
  border-radius: 2.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding: 5.0rem;  
}
.job_list dt{
  width: 33%;
  width: 37.5rem;
}
.job_list dt img{
  border-radius: 1.5rem;
}
.job_list dd{
  width: 62.7%;
  width: calc(100% - 37.5rem - 5.0rem);
}
.job_list_ttl{
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: .06em;
  margin: 1.0rem 0 .5rem;
}


/*crosstalk*/
.crosstalk_wrap{
  position: relative;
}
.crosstalk_wrap .wrap_bg{
  background: url(../images/crosstalk_1/bg_left.png)no-repeat left -16.1rem top 89.2rem,
  url(../images/crosstalk_1/bg_right.png)no-repeat right -8.8rem top 109.5rem;
  background-size: 28.1rem auto,81.1rem auto;
}
.crosstalk_wrap .teaser{
  height: auto;
  padding: 0;
  background: none;
}
.crosstalk_teaser_img img{
  width: 100%;
}
.crosstalk_top{
  margin: -8.5rem 0 10.0rem;
  background: #fff;
  border-radius: 2.0rem;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
  padding: 5.7rem 3.0rem;  
}
.crosstalk_wrap .teaser_icon03{
  top: 11.0rem;
  left: -6.0rem;
}
.crosstalk_top .teaser_icon04{
  right: calc(50% + 28.0rem);
  top: -8.1rem;
}
.crosstalk_top .teaser_icon05{
  right: -5.0rem;
  top: auto;
  bottom: -2.7rem;
}
.crosstalk_top_job{
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.81;
  font-weight: bold;
  background: #2B62DB;
  color: #fff;
  border-radius: 1.0rem;
  padding: 0 2.0rem;
}
.crosstalk_head{
  font-size: 4.0rem;
  line-height: 1.45;
  font-weight: bold;
  margin: 1.2rem 0 .9rem;
  z-index: 9;
}
.crosstalk_top_text span{
  display: inline-block;
  padding: 0 1.0rem;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
}
.crosstalk_top_text span:before,
.crosstalk_top_text span:after{
  top: 50%;
  left: 100%;
  width: 2.5rem;
  height: .1rem;
  background: currentColor;
}
.crosstalk_top_text span:before{
  left: auto;
  right: 100%;
}

.crosstalk_item+.crosstalk_item{
  margin-top: 6.5rem;
}
.crosstalk_img_big{
  margin: 11.8rem -22rem 14.0rem;
}
.crosstalk_img_big img{
  width: 100%;
}
.crosstalk_item_head{
  margin-bottom: 3.6rem;
}
.crosstalk_item_head span{
  display: inline-block;
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: bold;
}
.crosstalk_item_head span.small_span{
  font-size: 2.0rem;
}
.crosstalk_dl{
  max-width: 116.0rem;
  margin: 0 auto;
}
.crosstalk_box+.crosstalk_dl,
.crosstalk_dl+.crosstalk_box{
  margin-top: 3.0rem;
}
.crosstalk_dl+.crosstalk_dl{
  margin-top: 2.0rem;
}
.crosstalk_dl dt{
  width: 9.0rem;
}
.crosstalk_dl dt img{
  border-radius: 50%;
}
.crosstalk_dl dd{
  width: calc(100% - 9.0rem - 3.0rem);
}
.crosstalk_box{
  max-width: 116.0rem;
  margin: 0 auto;
}
.crosstalk_box_cont{
  width: 54.3%;
}
.crosstalk_box_img{
  width: 40.94%;
}
.crosstalk_box_img img{
  border-radius: 2.0rem;
}


/*top*/
.main_visual{
  color: #fff;
}
.main_visual_icon{
  left: calc(50% - 3.3rem - 80rem);
  top: -2.6rem;
  width: 159.8rem;
  height: 170.0rem;
  z-index: 3;
  background: url(../images/top/before_mv.png)no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
}
.main_visual_bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100dvh;
  background: url(../images/top/bg_mv.jpg)no-repeat center center;
  background-size: cover;
}
.main_visual_sec01{
  height: 100dvh;
}
.main_visual_sec01 .container{
  z-index: 4;
}
.main_visual_news{
  right: 3.6rem;
  bottom: 3.6rem;
  z-index: 3;
}
.main_visual_news a{
  display: block;
  border-radius: 1.0rem;
  background: rgba(255,255,255,.85);
  padding: 1.8rem;
  width: 26.0rem;
}
.main_visual_news_head{
  margin-bottom: 1.0rem;
  letter-spacing: .03em;
}
.main_visual_news_categ{
  font-size: 1.3rem;
  background: #2B62DB;
  color: #fff;
  padding: 0 1.3rem;
  height: 2.3rem;
  border-radius: 1.2rem;
}
.main_visual_news_date{
  font-size: 1.3rem;
  color: #667381;
}
.main_visual_news_text{
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: .06em;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_visual_sec01_svg img{
  width: 41.9rem;
  width: 42.1rem;
}
.main_visual_sec01_eng{
  font-size: 7.0rem;
  line-height: 1.2;
  margin: -4.2rem 0 1.3rem;
}
.main_visual_sec01_jap{
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .44em;
}

.main_visual_sec02{
  padding: 25.0rem 0;
}
.main_visual_sec02:before{
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25.8rem;
  background: url(../images/common/bg_linear.png)no-repeat;
  background-size: 100% 100%;
}
.main_visual_sec02_title{
  font-size: 3.5rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: .08em;
  margin-bottom: 2.8rem;
}
.main_visual_sec02_text{
  font-size: 1.9rem;
  line-height: 2.6;
}

.top_wrap{
  z-index: 2;
  background: #EEF3F6;
}

.top_about{
  z-index: 2;
  padding: 0 0 6.6rem;
}
.top_about_icon{
  left: calc(50% - 4.9rem - 69.5rem);
  top: -23.1rem;
  width: 13.9rem;
  height: 125.0rem;
  z-index: 1;
  background: url(../images/top/before_about.png)no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
}
.top_about .container{
  padding-top: 14.0rem;
}
.top_about img{
  border-radius: 2.0rem;
}
.top_about_img01{
  right: 38.9rem;
  top: -9.2rem;
  width: 44.4rem;
  width: 31.71vw;
  right: 27.78vw;
}
.top_about_img02{
  right: -6.6rem;
  top: 12.0rem;
  width: 37.2rem;

  width: 26.57vw;
  right: -4.7vw;
}
.top_about_img03{
  right: 12.0rem;
  top: 64.5rem;
  width: 27.2rem;

  right: 8.57vw;
  width: 19.42vw;
}
.top_hd{
  flex-direction: column;
  color: #2B62DB;
  grid-gap: .6rem;
  z-index: 3;
}
.top_hd .jap{
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .06em;
}
.top_hd .eng{
  font-size: 9.0rem;
  line-height: 1.2;
}
.top_text{
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.6;
  z-index: 3;
}
.top_about_text{
  margin: 3.5rem 0 5.0rem 6.7rem;
}
.top_about_list{
  display: grid;
  grid-gap: 1.0rem;
  width: 75.0rem;
  max-width: calc(100% - 29.0rem);
}
.top_about_list a{
  min-height: 9.0rem;
  padding: 0 8.0rem 0 5.0rem;
  border-radius: 2.0rem;
  background: url(../images/common/arrow_right_blue.svg)no-repeat right 4.3rem center #fff;
  background-size: 2.2rem auto;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .06em;
  box-shadow: .4rem .4rem 1.3rem rgba(13,28,39,.05);
}
.top_about_list a:hover{
  color: #fff;
  background: url(../images/common/arrow_right_white.svg)no-repeat right 3.3rem center #2B62DB;
  background-size: 2.2rem auto;
}

.top_work{
  padding: 6.2rem 0 16.5rem;
}
.top_work_icon{
  left: calc(50% + 2.6rem - 73.1rem);
  top: 24.7rem;
  width: 146.2rem;
  height: 110.0rem;
  z-index: 1;
  background: url(../images/top/before_work.png)no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
}
.top_work_text{
  justify-content: flex-end;
  margin: -3.8rem 0 1.9rem auto;
}

.top_environment{
  background: #E0E7EB;
  border-radius: 0 7.0rem 0 0;
  padding: 13.8rem 0 14.5rem;
}
.top_environment_icon{
  left: calc(50% - 2.2rem - 77rem);
  top: -10.5rem;
  width: 154rem;
  height: 101.0rem;
  z-index: 1;
  background: url(../images/top/before_environment.png)no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
}
.top_environment_link a{
  margin-top: 4.8rem;
  min-height: 38.5rem;
  padding: 7.0rem;
  flex-direction: column;
  border-radius: 2.0rem;
  background: url(../images/top/img_environment.jpg)no-repeat left center;
  background-size: cover;
  overflow: hidden;
}
.top_environment_title{
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2.5rem;
  z-index: 3;
}
.top_environment_txt{
  font-size: 1.6rem;
  line-height: 1.9;
  z-index: 3;
}

.cl-button {
  position: absolute;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  right: 7.5rem;
  bottom: 7.5rem;
  transform: translate(50%,50%);
  z-index: 1;
  overflow: hidden;
  transform-origin: bottom right;
  transition: all .5s ease .05s,border-radius .3s ease 0s;
  pointer-events: none
}

.cl-button:before,.cl-button:after {
  content: "";
  position: absolute;
  inset: 0
}

.cl-button:after {
  background: linear-gradient(92deg,#0450d1e6 43.42%,#003fabcc 89.31%)
}

.cl-arrow02,
.cl-arrow {
  position: absolute;
  z-index: 3;
  bottom: 4rem;
  right: 4rem;
  font-size: 0;
  display: flex;
  opacity: 0;
  transform: translate3d(-2.2rem,0,0);
  width: 7rem;
  height: 7rem;
}

.cl-arrow02 img,
.cl-arrow img {
    width: 2.1rem;
}
.cl-arrow{
  opacity: 1;
  background: none;
  border-radius: 50%;
  transform: translate3d(0,0,0);
  transition: opacity .5s ease,background .5s ease;
}
a:hover .cl-button {
  width: 200%;
  height: 400%;
  border-radius: 0;
  transition: all .5s ease .05s,border-radius .3s ease 0s;
}
a:hover .cl-arrow02 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity .5s ease .4s,transform .5s ease .4s
}
a:hover .cl-arrow{
  background: #fff;
}

.top_interview{
  padding: 12.5rem 0 18.5rem;
}
.top_interview_icon{
  left: calc(50% + .1rem - 69.1rem);
  top: 9.2rem;
  width: 138.2rem;
  height: 114.0rem;
  z-index: 1;
  background: url(../images/top/before_interview.png)no-repeat top center;
  background-size: 100% auto;
  pointer-events: none;
}
.top_interview_text{
  margin: .6rem 0 11.1rem;
}

.top_interview .interview_list{
  grid-gap: 10.5rem 2.0rem;
  grid-template-columns: repeat(4,1fr);
}
.top_interview .interview_list li:nth-of-type(even){
  top: 5.0rem;
}
@media screen and (min-width: 960px){
  .top_interview .interview_list .ttl{
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .top_interview .interview_list .txt{
    font-size: 1.3rem;
  }
}

/*0109*/
#company .modal__box{
  width: 95.4rem;
}