@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@function vw($size, $viewport:1920) {
  $rate: 100 / $viewport;
  @return $rate * $size * 1vw;
}*/
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 62.5%;
  color: #000000;
  line-height: 1.6;
}

body, input, button, textarea, select {
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

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

.tab {
  display: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

a {
  transition: all 0.4s;
}
a::before {
  transition: all 0.4s;
}
a::after {
  transition: all 0.4s;
}
a:hover {
  transition: all 0.4s;
}
a:hover::before {
  transition: all 0.4s;
}
a:hover::after {
  transition: all 0.4s;
}

.common_container {
  overflow: hidden;
}

.common_pcnolink {
  pointer-events: visible;
}

.common_inner, .common_m_inner {
  width: 90%;
  position: relative;
  /*z-index: 3;*/
}

.ank {
  padding-top: 50px;
  margin-top: -50px;
}

.common_txt01 {
  line-height: 2;
  letter-spacing: 0.05em;
}

.common_en01 {
  font-family: "Lora", serif;
}

.common_h2_ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.common_h2_ttl .h2_ttl {
  margin-bottom: 0.75rem;
}

.common_btn01 {
  display: flex;
  justify-content: center;
}
.common_btn01 a {
  width: 222px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 50px;
  position: relative;
}
.common_btn01 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.common_btn01 a .icon_txt::after {
  background: url(../images/common/btn_line.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 7px;
  height: 17px;
  margin-top: -9px;
}
.common_btn01 a::before {
  border-radius: 9999px;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 0;
  box-sizing: border-box;
}
.common_btn01 a:hover .icon_txt {
  top: 6px;
}
.common_btn01 a:hover .icon_txt::after {
  margin-top: -6px;
}

.common_btn02 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.common_btn02 a {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 45px;
  position: relative;
}
.common_btn02 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.common_btn02 a::before {
  border-radius: 9999px;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 0;
  box-sizing: border-box;
}
.common_btn02 a:hover .icon_txt {
  top: 6px;
}

.common_btn03 {
  display: flex;
  justify-content: center;
}
.common_btn03 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 50px;
  position: relative;
}
.common_btn03 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.common_btn03 a .icon_txt::after {
  background: url(../images/common/btn_line.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 7px;
  height: 17px;
  margin-top: -9px;
}
.common_btn03 a::before {
  border-radius: 9999px;
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 0;
  box-sizing: border-box;
}
.common_btn03 a:hover .icon_txt {
  top: 6px;
}
.common_btn03 a:hover .icon_txt::after {
  margin-top: -6px;
}

.common_btn04 {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.common_btn04 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 50px;
  position: relative;
}
.common_btn04 a .icon_img {
  background-color: #eb588c;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
}
.common_btn04 a .icon_img::after {
  background: url(../images/common/btn_line02.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "";
  width: 19px;
  height: 8px;
  margin-top: -5px;
}
.common_btn04 a::before {
  border-radius: 9999px;
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  box-sizing: border-box;
}
.common_btn04 a:hover .icon_img {
  top: 6px;
}
.common_btn04 a:hover .icon_img::after {
  margin-top: -6px;
}

.common_btn05 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.common_btn05 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 50px;
  position: relative;
}
.common_btn05 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.common_btn05 a .icon_txt::after {
  background: url(../images/common/btn_line.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 7px;
  height: 17px;
  margin-top: -9px;
}
.common_btn05 a::before {
  border-radius: 9999px;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 0;
  box-sizing: border-box;
}
.common_btn05 a:hover .icon_txt {
  top: 6px;
}
.common_btn05 a:hover .icon_txt::after {
  margin-top: -6px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  width: 100%;
  height: 50px;
  background: #fff;
  position: relative;
}
header .hd_logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 200px;
  box-sizing: border-box;
  z-index: 9;
}
header .hd_logo a:hover {
  opacity: 0.7;
}
header .hd_btn {
  display: none;
}
header button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
header .nav_toggle_pc {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #eb588c;
}
header .nav_toggle_pc span {
  transition: 0.3s;
  border-top: 1px solid #000;
  width: 24px;
  position: absolute;
  top: 17px;
  left: calc((100% - 24px) / 2);
  text-align: center;
}
header .nav_toggle_pc span:nth-child(2) {
  top: 23px;
}
header .nav_toggle_pc span:nth-child(3) {
  top: 29px;
}
header .nav_toggle_pc span.open:nth-child(1) {
  transform: rotate(-45deg);
  top: 23px;
  border-top: 1px solid #000;
}
header .nav_toggle_pc span.open:nth-child(2) {
  display: none;
}
header .nav_toggle_pc span.open:nth-child(3) {
  transform: rotate(45deg);
  top: 23px;
  border-top: 1px solid #000;
}
header .global_menu.open {
  top: 0;
}
header .global_menu {
  position: fixed;
  top: -500%;
  left: 0;
  width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  /*overflow-y: scroll;*/
}
header .global_menu .inblock {
  /*overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;*/
  padding: 49px 0 0 0;
  background-color: #fff;
}
header .global_menu .hd_nav01 {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/common/sp_menu_bk.svg) repeat left top;
  padding: 30px;
  box-sizing: border-box;
}
header .global_menu .hd_nav01 > ul {
  padding: 50px 50px 65px 50px;
  background-color: #fff;
}
header .global_menu .hd_nav01 > ul > li {
  border-bottom: 1px solid #000;
}
header .global_menu .hd_nav01 > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
}
header .global_menu .hd_nav01 > ul > li > a::after {
  background: url(../images/common/sp_menu_arrow.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  content: "";
  width: 8px;
  height: 9px;
}
header .global_menu .hd_nav01 > ul > li > a:hover {
  opacity: 0.7;
}
header .global_menu .hd_nav01 > ul > li > a:hover::after {
  right: 15px;
}
header .global_menu .hd_nav01 > ul > li > a img {
  height: 14px;
  width: auto;
  max-width: inherit;
}
header .global_menu .hd_nav01 > ul > li > a span {
  color: #000;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 15px;
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(170px);
  bottom: 4rem !important;
}
.pagetop a {
  text-decoration: none;
  width: 28px;
  height: 48px;
  display: block;
  position: relative;
  transition: 0.6s;
  background-color: #ffff2d;
  border: 2px solid #000;
  border-radius: 9999px;
}
.pagetop a::before {
  background-color: #000;
  border-radius: 9999px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
}
.pagetop a .btn_scroll {
  background: url(../images/common/pagetop_line_sp.svg) no-repeat left top;
  background-size: contain;
  content: "";
  width: 6px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.pagetop a:hover .btn_scroll {
  top: calc(50% - 5px);
  transition: 0.3s;
}

.pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(170px);
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
footer .ft_01 {
  padding: 35px 0 20px 0;
  display: flex;
  justify-content: center;
}
footer .ft_01_bnr ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
}
footer .ft_01_bnr ul li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
  margin-right: 10px;
}
footer .ft_01_bnr ul li:nth-child(3n+0) {
  margin-right: 0;
}
footer .ft_01_bnr ul li a:hover {
  opacity: 0.7;
}
footer .ft_01_bnr ul li img {
  width: 100%;
}
footer .ft_02 {
  display: flex;
  justify-content: center;
  background-color: #00e386;
  padding: 15px 0;
}
footer .ft_02_nav ul {
  display: flex;
  justify-content: center;
}
footer .ft_02_nav ul li:first-child {
  margin-right: 25px;
}
footer .ft_02_nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}
footer .ft_02_nav ul li a:hover {
  opacity: 0.7;
}
footer address {
  text-align: center;
  padding: 2rem 0;
  font-size: 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** anime
******************************************************************************
----------------------------------------------------------------------------*/
.fade {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 1200ms;
  transition-delay: 0ms;
  transition-delay: 100ms;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scale-up {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.shake-horizontal-on-view {
  display: inline-block;
  transform-origin: center center; /* 回転の支点を下側に */
}

.shake-horizontal-on-view.shake {
  animation: shakeX 1s ease-in-out 1; /* 2回だけ再生 */
}

@keyframes shakeX {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.show {
  opacity: 1;
  transform: none;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main {
  /*&_deco01{
  		background: url(../images/top/top_main_bg01.png) repeat-x left top;
  		background-size: contain;
  		position: absolute;
  		top: 115px;
  		left: 50%;
  		transform: translate(-50%, 0);
  		content: "";
  		width: 693px;
  		height: 424px;
  		z-index: 0;
  		animation: bgScroll 60s linear infinite;
  	}
  	@keyframes bgScroll {
    0%   { background-position: 0 0; }
    100% { background-position: 1000px 0; } 
  }*/
}
.top_main_bg {
  width: 100%;
  height: 555px;
  position: relative;
}
.top_main_bg::before {
  background: url(../images/top/top_contact_bg_sp.svg) repeat left top;
  background-size: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.top_main_inner {
  position: relative;
  z-index: 1;
  height: 555px;
  overflow: hidden;
}
.top_main_ttl01 {
  position: absolute;
  top: 19px;
  /*top:5.07vw;*/
  left: 50%;
  transform: translate(-50%, 0);
  width: 141px;
  /*width: 37.6vw;*/
  height: auto;
  z-index: 4;
}
.top_main_ttl01.catch-fade-up {
  opacity: 0;
  transform: translate(-50%, 30px); /* 下から始まる */
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.top_main_ttl01.catch-fade-up.show {
  opacity: 1;
  transform: translate(-50%, 0); /* 元の位置に戻る */
}
.top_main_ttl02 {
  position: absolute;
  top: 118px;
  /*top:31.47vw;*/
  left: 50%;
  transform: translate(-50%, 0);
  width: 314px;
  /*width: 83.73vw;*/
  height: auto;
  z-index: 6;
  transition-delay: 1.5s;
}
.top_main_ttl02.title-catch {
  display: inline-block;
  transform: translate(-50%, 0) scale(1.2); /* 初期状態：大きめ */
  opacity: 0;
  transition: transform 0.5s ease-out 1.5s, opacity 0.5s ease-out;
  transition-delay: 1.7s;
}
.top_main_ttl02.title-catch.show {
  transform: translate(-50%, 0) scale(1); /* 通常サイズへ */
  opacity: 1;
}
.top_main_btn01 {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 104px;
  height: 107px;
  z-index: 5;
  transition-delay: 2.5s;
  animation: floatHold 2s ease-in-out 5s infinite;
}
.top_main_btn01 a {
  position: relative;
  top: 0;
}
.top_main_btn01 a:hover {
  top: 10px;
}
@keyframes floatHold {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(14px);
  }
  70% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}
.top_main_human01 {
  z-index: 3;
  width: 167px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transition-delay: 0.6s;
  margin-left: -130px;
}
.top_main_human02 {
  z-index: 5;
  width: 253px;
  height: auto;
  position: absolute;
  bottom: -115px;
  left: 50%;
  margin-left: -245px;
  transition-delay: 0.7s;
}
.top_main_human03 {
  z-index: 2;
  width: 156px;
  height: auto;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -35px;
  transition-delay: 0.8s;
}
.top_main_human04 {
  z-index: 4;
  width: 194px;
  height: auto;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transition-delay: 0.9s;
  margin-left: -15px;
}
.top_main_deco01 {
  background: url(../images/top/top_main_bg01_sp.svg) repeat-x left top;
  background-size: contain;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 693px;
  height: 424px;
  z-index: 0;
}
.top_main_deco02 {
  background: url(../images/top/top_main_bg02_sp.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -77px;
  left: 10px;
  content: "";
  width: 117px;
  height: 218px;
  z-index: 1;
}
.top_main_deco03 {
  background: url(../images/top/top_main_bg03_sp.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -34px;
  right: -50px;
  content: "";
  width: 168px;
  height: 158px;
  z-index: 1;
}
.top_main_deco04 {
  background: url(../images/top/top_main_bg04_sp.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: -25px;
  content: "";
  width: 185px;
  height: 327px;
  z-index: 1;
}
.top_main_deco06 {
  background: url(../images/top/top_main_bg06_sp.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -180px;
  right: -25px;
  content: "";
  width: 122px;
  height: 503px;
  z-index: 1;
}

.top_about_bg {
  display: flex;
  justify-content: center;
  padding: 8rem 0 7rem 0;
  position: relative;
}
.top_about_bg::before {
  background: url(../images/top/top_about02_img01.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  width: 222px;
  aspect-ratio: 1/1;
  left: -145px;
  top: -20px;
  transform-origin: center;
  animation: circle 18s linear infinite;
}
.top_about_bg_deco01 {
  background: url(../images/top/top_news_img01.svg) no-repeat left top;
  content: "";
  position: absolute;
  width: 160px;
  height: 74px;
  right: -95px;
  top: 125px;
  transform: rotate(230deg);
}
.top_about_ttl {
  margin-bottom: 35px;
  position: relative;
}
.top_about_ttl .h2_ttl {
  width: 151px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.top_about_ttl .deco {
  background: url(../images/top/top_about_ttl_bk.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 103px;
  height: 103px;
}
.top_about_txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 35px;
  line-height: 2.4;
}
.top_about_txt_block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*padding: 0 50px;*/
  max-width: 280px;
  box-sizing: border-box;
}
.top_about_txt_block .top_about_txt_block_deco01 {
  background: url(../images/top/top_about_deco01.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: -25px;
  right: -10px;
  content: "";
  width: 33px;
  height: 49px;
}
.top_about_catch {
  text-align: center;
}
.top_about_catch_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  display: inline;
  padding-bottom: 0.1rem;
}
.top_about_catch_txt_line {
  background-color: #eb588c;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  content: "";
  width: 0;
  height: 3px;
  transition: width 0.6s ease-out;
}
.top_about_catch_txt:first-child .top_about_catch_txt_line.show {
  width: calc(100% + 1rem - 0.5em);
}
.top_about_catch_txt:last-child .top_about_catch_txt_line {
  left: -1rem;
}
.top_about_catch_txt:last-child .top_about_catch_txt_line.show {
  width: calc(100% + 2rem);
  /*transition-delay: 0.3s;*/
}

.top_news_bg {
  padding: 8rem 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_news_bg::before {
  background: url(../images/top/top_news_bg_repeat.png) repeat left top;
  background-size: 24px 24px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.top_news_bg::after {
  background: url(../images/top/top_news_bg_txt.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 43px;
  height: 226px;
  mix-blend-mode: multiply;
}
.top_news_bg .common_inner {
  position: relative;
  z-index: 1;
}
.top_news_ttl_block {
  position: relative;
  padding-bottom: 30px;
}
.top_news_ttl_block .common_h2_ttl {
  margin-bottom: 0;
}
.top_news_ttl_block .common_h2_ttl .h2_ttl {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
.top_news_ttl_block .common_h2_ttl .h2_ttl img {
  width: 100%;
}
.top_news_ttl_block .common_h2_ttl .common_en01 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 85px;
}
.top_news_ttl_block .common_h2_ttl .common_en01 img {
  width: 100%;
}
.top_news_ttl_block_deco01 {
  background: url(../images/top/top_news_deco02.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: calc(50% + 75px);
  content: "";
  width: 29px;
  height: 27px;
}
.top_news_ttl_block_deco02 {
  background: url(../images/top/top_news_deco03.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -7px;
  left: calc(50% - 130px);
  content: "";
  width: 50px;
  height: 36px;
}
.top_news_box {
  position: relative;
}
.top_news_box_in {
  position: relative;
  z-index: 1;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.top_news_box ul {
  margin-bottom: 2rem;
  padding: 20px 40px;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 1.5rem;
}
.top_news_box ul li {
  padding: 25px 0;
}
.top_news_box ul li:not(.top_news_box ul li:first-child) {
  border-top: 2px solid #000;
}
.top_news_box_deco01 {
  background: url(../images/top/top_news_img01.svg) no-repeat left top;
  content: "";
  position: absolute;
  width: 150px;
  height: 70px;
  left: -90px;
  top: 6rem;
}
.top_news_box_deco02 {
  background: url(../images/top/top_news_img02.svg) no-repeat left top;
  content: "";
  position: absolute;
  width: 141px;
  height: 125px;
  right: -75px;
  top: 18rem;
}
.top_news_date {
  font-size: 1.4rem;
}
.top_news_cat {
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #000;
  min-width: 7em;
  padding: 0 0.75rem;
  box-sizing: border-box;
  border-radius: 9999px;
  margin-left: 1rem;
  letter-spacing: -0.02em;
  padding-bottom: 2px;
}
.top_news_ttl {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.top_news_ttl a {
  color: #000000;
}
.top_news_ttl a:hover {
  opacity: 0.7;
}
.top_news_btn {
  position: relative;
  width: 222px;
  margin-left: auto;
  margin-right: auto;
}
.top_news_btn .icon_txt {
  width: 222px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 50px;
  position: relative;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #000;
  z-index: 1;
  cursor: pointer;
}
.top_news_btn .icon_txt::after {
  background: url(../images/common/btn_line.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 13px;
  margin-top: -6px;
}
.top_news_btn::before {
  border-radius: 9999px;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 0;
  box-sizing: border-box;
}
.top_news_btn:hover .icon_txt {
  top: 6px;
}
.top_news_btn.js-btn-close .icon_txt::after {
  transform: rotate(180deg);
  margin-top: -15px;
}

.top_about02_bg {
  padding: 8rem 0 7.5rem 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_about02_bg::before {
  background: url(../images/top/top_about02_bg_repeat.png) repeat left top;
  background-size: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.top_about02_bg::after {
  background: url(../images/top/top_about02_bg_txt.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 37px;
  height: 100px;
  mix-blend-mode: multiply;
}
.top_about02_bg_deco01 {
  background: url(../images/top/top_about02_img01.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  width: 222px;
  aspect-ratio: 1/1;
  left: -15rem;
  top: 4rem;
  transform-origin: center;
  animation: circle 18s linear infinite;
}
.top_about02_bg .common_m_inner {
  position: relative;
  z-index: 1;
  max-width: 80%;
}
.top_about02_ttl_block {
  position: relative;
  padding-bottom: 30px;
}
.top_about02_ttl_block .common_h2_ttl {
  margin-bottom: 0;
}
.top_about02_ttl_block .common_h2_ttl .h2_ttl {
  margin-left: auto;
  margin-right: auto;
  width: 209px;
}
.top_about02_ttl_block .common_h2_ttl .h2_ttl img {
  width: 100%;
}
.top_about02_ttl_block .common_h2_ttl .common_en01 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 37px;
}
.top_about02_ttl_block .common_h2_ttl .common_en01 img {
  width: 100%;
}
.top_about02_ttl_block::before {
  background: url(../images/top/top_about02_deco03.svg) no-repeat left top;
  position: absolute;
  bottom: 25px;
  right: 0;
  content: "";
  width: 49px;
  height: 34px;
}
.top_about02_box {
  position: relative;
  max-width: 94%;
  box-sizing: border-box;
}
.top_about02_box_block {
  display: flex;
  margin-bottom: 25px;
  justify-content: flex-end;
}
.top_about02_box_block.block_r {
  justify-content: flex-start;
}
.top_about02_box::after {
  border: 2px solid #000;
  border-radius: 1.5rem;
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}
.top_about02_box_in {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 1.5rem;
  box-sizing: border-box;
  padding: 35px 40px;
  position: relative;
  z-index: 1;
}
.top_about02_box_ttl_txt {
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.top_about02_box_ttl_txt_in {
  display: block;
}
.top_about02_box_ttl_line {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.4;
  white-space: nowrap;
}
.top_about02_box_ttl_line:first-child {
  margin-bottom: 5px;
}
.top_about02_box_disc {
  margin-top: 30px;
}
.top_about02_box_disc_txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: -0.05em;
  text-align: justify;
}
.top_about02_box.box01 .top_about02_box_in {
  position: relative;
}
.top_about02_box.box01 .top_about02_box_in::after {
  background: url(../images/top/top_about02_deco01.svg) no-repeat left top;
  position: absolute;
  top: 125px;
  left: 20px;
  content: "";
  width: 47px;
  height: 29px;
}
.top_about02_box.box01::after {
  background-color: #eb588c;
}
.top_about02_box.box01 .top_about02_box_ttl_line {
  position: relative;
  color: #FFF;
}
.top_about02_box.box01 .top_about02_box_ttl_line.two {
  margin-left: 20px;
}
.top_about02_box.box01 .top_about02_box_ttl_line .line-animate {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #eb588c;
  z-index: -1;
  transition: width 0.6s ease-out;
}
.top_about02_box.box01 .top_about02_box_ttl_line .line-animate.show {
  opacity: 1 !important;
  width: 100%;
}
.top_about02_box.box01 .top_about02_box_ttl_txt_in {
  text-align: center;
}
.top_about02_box.box02::before {
  background: url(../images/top/top_about02_img02_sp.svg) no-repeat left top;
  content: "";
  position: absolute;
  width: 122px;
  height: 69px;
  left: -92px;
  top: -7px;
}
.top_about02_box.box02 .top_about02_box_in {
  position: relative;
}
.top_about02_box.box02 .top_about02_box_in::after {
  background: url(../images/top/top_about02_deco02.svg) no-repeat left top;
  position: absolute;
  top: 10px;
  right: 15px;
  content: "";
  width: 62px;
  height: 39px;
}
.top_about02_box.box02::after {
  background-color: #00e386;
}
.top_about02_box.box02 .top_about02_box_ttl_line {
  position: relative;
}
.top_about02_box.box02 .top_about02_box_ttl_line.two {
  margin-left: 20px;
}
.top_about02_box.box02 .top_about02_box_ttl_line .line-animate {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #00e386;
  z-index: -1;
  transition: width 0.6s ease-out;
}
.top_about02_box.box02 .top_about02_box_ttl_line .line-animate.show {
  opacity: 1 !important;
  width: 100%;
}
.top_about02_box.box02 .top_about02_box_ttl_txt_in {
  text-align: right;
}
.top_about02_box.box03 {
  position: relative;
}
.top_about02_box.box03::before {
  background: url(../images/top/top_about02_img03_sp.svg) no-repeat left top;
  position: absolute;
  top: 35px;
  right: -147px;
  content: "";
  width: 124px;
  height: 191px;
}
.top_about02_box.box03 .top_about02_box_in {
  position: relative;
}
.top_about02_box.box03 .top_about02_box_in::after {
  background: url(../images/top/top_about02_deco04.svg) no-repeat left top;
  position: absolute;
  top: 80px;
  left: 20px;
  content: "";
  width: 42px;
  height: 37px;
}
.top_about02_box.box03::after {
  background-color: #69d4ff;
}
.top_about02_box.box03 .top_about02_box_ttl {
  position: relative;
}
.top_about02_box.box03 .top_about02_box_ttl_line {
  position: relative;
}
.top_about02_box.box03 .top_about02_box_ttl_line.one {
  text-align: right;
  padding-left: 0;
}
.top_about02_box.box03 .top_about02_box_ttl_line.two {
  float: right;
  padding-right: 0;
}
.top_about02_box.box03 .top_about02_box_ttl_line .line-animate {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #69d4ff;
  z-index: -1;
  transition: width 0.6s ease-out;
}
.top_about02_box.box03 .top_about02_box_ttl_line .line-animate.show {
  opacity: 1 !important;
  width: 100%;
}
.top_about02_box.box03 .top_about02_box_ttl_txt_in {
  text-align: right;
  clear: both;
}
.top_about02_box.box04::before {
  background: url(../images/top/top_about02_img04_sp.svg) no-repeat left top;
  position: absolute;
  top: 180px;
  left: -46px;
  content: "";
  width: 171px;
  height: 75px;
}
.top_about02_box.box04 .top_about02_box_in {
  position: relative;
}
.top_about02_box.box04 .top_about02_box_in::after {
  background: url(../images/top/top_about02_deco05.svg) no-repeat left top;
  position: absolute;
  top: 75px;
  right: 25px;
  content: "";
  width: 36px;
  height: 53px;
}
.top_about02_box.box04::after {
  background-color: #ffff2d;
}
.top_about02_box.box04 .top_about02_box_ttl {
  text-align: center;
}
.top_about02_box.box04 .top_about02_box_ttl img {
  width: 127px;
}

.top_contact_bg {
  padding: 8rem 0 4rem 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_contact_bg::before {
  background: url(../images/top/top_contact_bg_sp.svg) repeat left top;
  background-size: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.top_contact_bg::after {
  background: url(../images/top/top_contact_bg_txt.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 37px;
  height: 132px;
  mix-blend-mode: multiply;
}
.top_contact_bg_deco01 {
  background: url(../images/top/top_contact_img01.svg) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  width: 170px;
  height: 83px;
  right: -7.5rem;
  top: 1.25rem;
}
.top_contact_bg_deco02 {
  background: url(../images/top/top_contact_img02.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  width: 222px;
  aspect-ratio: 1/1;
  left: -12.25rem;
  top: 3rem;
  transform-origin: center;
  animation: circle 18s linear infinite;
}
.top_contact_bg .common_inner {
  position: relative;
  z-index: 1;
}
.top_contact_ttl_block {
  position: relative;
  padding-bottom: 2.5rem;
}
.top_contact_ttl_block .common_h2_ttl {
  margin-bottom: 0;
}
.top_contact_ttl_block .common_h2_ttl .h2_ttl {
  margin-left: auto;
  margin-right: auto;
  width: 20.45rem;
}
.top_contact_ttl_block .common_h2_ttl .h2_ttl img {
  width: 100%;
}
.top_contact_ttl_block .common_h2_ttl .common_en01 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 5.35rem;
}
.top_contact_ttl_block .common_h2_ttl .common_en01 img {
  width: 100%;
}
.top_contact_ttl_block_deco01 {
  background: url(../images/top/top_contact_deco01.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 90px;
  content: "";
  width: 33px;
  height: 24px;
}
.top_contact_box {
  border: 2px solid #000;
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
  width: 80%;
  padding: 40px 15px;
  box-sizing: border-box;
}
.top_contact_box_block {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 45px;
}
.top_contact_box_block_deco01 {
  background: url(../images/top/top_contact_deco02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 36px;
  height: 28px;
  margin-left: -18px;
}
.top_contact_subttl {
  font-size: 1.7rem;
  font-weight: 900;
  display: table;
  border-bottom: 6px solid #00e386;
  padding: 0 0.5rem 1.5rem 0.5rem;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}
.top_contact_time {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}
.top_contact_time .hosoku {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
.top_contact_mail {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
}
.top_contact_mail dd {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  letter-spacing: -0.02em;
  font-size: 1.2rem;
}
.top_contact_mail dd::before {
  background: url(../images/top/top_contact_mail.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
.top_contact_mail dd a {
  color: #000000;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_sub_content01_bg {
  display: flex;
  justify-content: center;
  padding: 20px 0 80px 0;
}

.common_submain_bg {
  height: 168px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: url(../images/sub/sub_mainimg_bg_sp.svg) repeat center top;
  background-size: cover;
}
.common_submain_bg:before {
  background: url(../images/sub/sub_mainimg_parts_sp_left.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
}
.common_submain_bg:after {
  background: url(../images/sub/sub_mainimg_parts_sp_right.svg) no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
}
.common_submain_ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}
.common_submain_ttl .h1_ttl {
  margin-bottom: 10px;
  height: 36px;
}
.common_submain_ttl .h1_ttl img {
  height: 100%;
  width: auto;
  max-height: inherit;
}
.common_submain_ttl .en_ttl {
  height: 18px;
  display: block;
}
.common_submain_ttl .en_ttl img {
  height: 100%;
  width: auto;
  max-height: inherit;
}

.work_experience .common_submain_ttl .en_ttl {
  height: 21px;
}

.sitepolicy .common_submain_ttl .h1_ttl {
  margin-bottom: 6px;
}
.sitepolicy .common_submain_ttl .en_ttl {
  height: 25px;
}

.privacy .common_submain_ttl .h1_ttl {
  margin: 10px 0 13px 0;
  height: 31px;
}
.privacy .common_submain_ttl .en_ttl {
  height: 25px;
}

.common_bread {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.common_bread li {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: inline;
  font-size: 1.2rem;
}

.common_bread li:not(:first-child) {
  padding-left: 20px;
}

.common_bread li:not(:last-child) {
  margin-right: 10px;
}

.common_bread li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 7px;
  height: 12px;
  background: url(../images/common/icon_arrow.svg) no-repeat left top;
  background-size: contain;
}

.common_bread a {
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
}

.common_bread a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.common_sub_h2ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: calc(5px + 0.75em);
  position: relative;
  margin-bottom: 15px;
}
.common_sub_h2ttl::before {
  background-color: #00e386;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
}

.common_sub_h3ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 4rem;
  border-bottom: 1px solid #dddddd;
}
.common_sub_h3ttl::before {
  background-color: #00e386;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100px;
  height: 2px;
}

.common_sub_h4ttl {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 15px;
  margin-top: 2rem;
  padding-left: 22px;
  text-align: left;
}
.common_sub_h4ttl::before {
  background-color: #00e386;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  width: 14px;
  height: 3px;
}

.common_tbl01 {
  margin-top: 20px;
}
.common_tbl01 table {
  width: 100%;
  box-sizing: border-box;
}
.common_tbl01 table thead th {
  padding: 10px;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  font-weight: 700;
  box-sizing: border-box;
}
.common_tbl01 table tbody th {
  padding: 10px;
  font-weight: 700;
  border: 1px solid #ddd;
  vertical-align: top;
  box-sizing: border-box;
  width: 30%;
  letter-spacing: 0.03em;
  word-break: break-all;
}
.common_tbl01 table tbody td {
  padding: 10px;
  border: 1px solid #ddd;
  width: 70%;
  letter-spacing: 0.03em;
  text-align: justify;
  vertical-align: top;
  word-break: break-all;
}

.comingsoon_img {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.comingsoon_img img {
  max-width: 321px;
  margin-left: 3.6rem;
}
.comingsoon_box {
  text-align: center;
}
.comingsoon_box.disc .common_txt01 {
  text-align: left;
  text-align: justify;
  margin-top: 20px;
}
.comingsoon_box.disc .common_txt01:not(:last-child) {
  margin-bottom: 20px;
}
.comingsoon_ttl {
  font-weight: 700;
  margin: 15px 0 5px 0;
}

/* policy */
.policy_sec_01 {
  margin: 2rem 0 2.5rem 0;
}

.policy_txt {
  line-height: 2em;
  letter-spacing: 0.03em;
}
.policy_txt a {
  color: #000;
}

.policy_txt + .policy_txt {
  margin-top: 20px;
}

.policy_ol_list {
  margin-top: 15px;
  counter-reset: listnum;
  list-style: none;
}
.policy_ol_list li {
  margin: 0 0 10px 0;
  line-height: 2em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.policy_ol_list li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 0.5em;
}

/* tour_the_office */
.tour_the_office_end_ttl {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 15px;
  width: 100%;
}

.tour_the_office_sec00_bg {
  padding: 1rem 0 1.5rem 0;
  display: flex;
  justify-content: center;
}

.tour_the_office_sec01_bg {
  padding: 1rem 0 6rem 0;
  display: flex;
  justify-content: center;
}
.tour_the_office_sec01_bg .tour_the_office_ttl .illust {
  width: 36px;
}

.tour_the_office_sec02_bg {
  background-color: rgba(0, 227, 134, 0.12);
  background-color: #E0FCF0;
  padding: 3.5rem 0 4rem 0;
  display: flex;
  justify-content: center;
}
.tour_the_office_sec02_bg .common_txt01 + .common_txt01 {
  margin-top: 1rem;
}

.tour_the_office_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tour_the_office_ttl .h2_ttl {
  position: relative;
  z-index: 1;
  height: 28px;
}
.tour_the_office_ttl .h2_ttl img {
  height: 100%;
  width: auto;
  max-width: inherit;
  vertical-align: top;
}
.tour_the_office_ttl .en_ttl {
  position: relative;
  z-index: 1;
  display: block;
  height: 14px;
  margin-top: 5px;
}
.tour_the_office_ttl .en_ttl img {
  height: 100%;
  width: auto;
  max-width: inherit;
  vertical-align: top;
}
.tour_the_office_ttl .illust {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.tour_the_office_ttl::before {
  background: url(../images/tour_the_office/tour_the_office_ttlbk.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translate(0, -50%);
  content: "";
  width: 70px;
  height: 70px;
  margin-top: -11px;
}
.tour_the_office_ttl::after {
  border-top: 2px solid #000;
  border-radius: 9999px;
  /*position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);		
  width: 100%;*/
  content: "";
  height: 2px;
  flex-grow: 1;
  margin-top: 2px;
}

.tour_the_office_tbl table, .tour_the_office_tbl tbody, .tour_the_office_tbl thead, .tour_the_office_tbl tfoot, .tour_the_office_tbl tr, .tour_the_office_tbl th, .tour_the_office_tbl td {
  display: block;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tour_the_office_tbl table {
  width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.tour_the_office_tbl table tr:first-child th {
  border-top: 2px solid #ddd;
}
.tour_the_office_tbl th {
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-bottom: 2px solid #ddd;
  box-sizing: border-box;
}
.tour_the_office_tbl td {
  padding: 10px 20px;
  border-bottom: 2px solid #ddd;
  box-sizing: border-box;
}
.tour_the_office_tbl .cau_txt {
  color: #e50012;
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}

.tour_the_office_corse_menu {
  margin-top: 2rem;
}
.tour_the_office_corse_menu ul li {
  margin-bottom: 20px;
}
.tour_the_office_corse_menu ul li a {
  display: flex;
  text-decoration: none;
  position: relative;
  transition: none;
}
.tour_the_office_corse_menu ul li a .inbox {
  padding: 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-color: #000;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour_the_office_corse_menu ul li a .num {
  width: 200px;
  margin-bottom: 1rem;
}
.tour_the_office_corse_menu ul li a .txt {
  width: 100%;
  padding-right: 18px;
  color: #FFF;
  font-size: 1.2rem;
  position: relative;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: flex-start;
  line-height: 1.4;
}
.tour_the_office_corse_menu ul li a .txt::after {
  background: url(../images/common/btn_line.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 7px;
  height: 17px;
  margin-top: -9px;
}
.tour_the_office_corse_menu ul li a::before {
  transition: none;
  border-radius: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 0;
  box-sizing: border-box;
}
.tour_the_office_corse_menu ul li a:hover {
  top: 5px;
}
.tour_the_office_corse_menu ul li a:hover::before {
  bottom: 0;
}
.tour_the_office_corse_menu ul li.off .inbox {
  background-color: #a3a3a3;
  border: 2px solid #000;
}
.tour_the_office_corse_menu ul li.off a .num {
  width: 80px;
  margin-bottom: 0;
}
.tour_the_office_corse_menu ul li.off .txt {
  padding-right: 0;
  width: calc(100% - 90px);
}
.tour_the_office_corse_menu ul li.off .txt::after {
  content: inherit;
}
.tour_the_office_corse_menu ul li.off .txt img {
  width: 165px;
}
.tour_the_office_corse_block {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: 2.5rem;
  padding: 1.75rem 1.75rem;
  position: relative;
}
.tour_the_office_corse_block .subttl .bf_txt {
  margin-bottom: 15px;
  display: block;
}
.tour_the_office_corse_block .subttl .date_flex {
  display: flex;
  align-items: center;
}
.tour_the_office_corse_block .subttl .date_flex .num {
  width: 80px;
  margin-right: 5px;
}
.tour_the_office_corse_block .subttl .date_flex .date {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
  padding: 0 5px;
  line-height: 1;
}
.tour_the_office_corse_block .subttl .h3_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.tour_the_office_corse_block .subttl .h3_ttl .day {
  background: linear-gradient(transparent 20%, #ffff2d 20%);
  display: inline-block;
  padding: 2px;
}
.tour_the_office_corse_block .subttl .h3_ttl .day img {
  vertical-align: middle;
}
.tour_the_office_corse_block .subttl .h3_ttl span {
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.tour_the_office_corse_block .common_txt01 + .common_txt01 {
  margin-top: 1rem;
}
.tour_the_office_corse_block .common_txt01 .bold_txt {
  font-weight: 700;
}
.tour_the_office_corse_block .h4_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 3rem;
}
.tour_the_office_corse_block .h4_ttl::before {
  background-color: #00e386;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100px;
  height: 2px;
}
.tour_the_office_corse_block .h5ttl {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.tour_the_office_corse_block .inline {
  display: inline-block;
}
.tour_the_office_corse_block .mb10 {
  margin-bottom: 1rem;
}
.tour_the_office_corse_block .mb20 {
  margin-bottom: 2rem;
}
.tour_the_office_corse_block .mb40 {
  margin-bottom: 3rem;
}
.tour_the_office_corse_block .icon_web {
  margin-top: 5px;
}
.tour_the_office_corse_block .icon_web a {
  position: relative;
  color: #000;
  font-weight: 700;
  padding-left: 23px;
}
.tour_the_office_corse_block .icon_web a::before {
  background: url(../images/tour_the_office/tour_the_office_sec01_04.svg) no-repeat left top;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
}
.tour_the_office_corse_block .icon_access {
  margin-top: 5px;
}
.tour_the_office_corse_block .icon_access a {
  position: relative;
  color: #000;
  font-weight: 700;
  padding-left: 17px;
}
.tour_the_office_corse_block .icon_access a::before {
  background: url(../images/tour_the_office/tour_the_office_sec01_05.svg) no-repeat left top;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  content: "";
  width: 12px;
  height: 18px;
}
.tour_the_office_corse_block .ul_list {
  margin: 10px 0 5px 0;
}
.tour_the_office_corse_block .ul_list li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 11px;
}
.tour_the_office_corse_block .ul_list li::before {
  background-color: #00e386;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.5em;
  border-radius: 50%;
  margin-top: -3px;
}
.tour_the_office_corse_block .dl_list {
  margin: 1.25rem 0 2rem 0;
}
.tour_the_office_corse_block .dl_list dl {
  display: flex;
  flex-wrap: wrap;
}
.tour_the_office_corse_block .dl_list dt {
  width: 4.5em;
  font-weight: 700;
  margin-bottom: 5px;
}
.tour_the_office_corse_block .dl_list dd {
  width: calc(100% - 4.5em);
  margin-bottom: 5px;
}
.tour_the_office_corse_block .img_flex .sn_img {
  width: calc((100% - 1.4rem) / 2);
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.tour_the_office_corse_block .img_flex .sn_img img {
  width: 100%;
  height: auto;
}
.tour_the_office_corse_block .img_flex .in_sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tour_the_office_corse_block .copy {
  font-size: 1.1rem;
}
.tour_the_office_corse_block .end_txt {
  margin-top: 3rem;
  background-color: rgba(225, 88, 140, 0.1);
  text-align: center;
  color: #eb588c;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 10px;
}
.tour_the_office_corse_block.comingsoon {
  background-color: #a3a3a3;
}
.tour_the_office_corse_block.comingsoon .coming {
  margin: 3rem 0 4rem 0;
  text-align: center;
}
.tour_the_office_corse_block.comingsoon .coming img {
  max-width: 190px;
}

.tour_the_office.bf #corse01 .tour_the_office_corse_block {
  /*パスタ&::before{
  	background: url(../images/tour_the_office/tour_the_office_sec01_03.svg) no-repeat left top;
  	background-size: contain;
  	position: absolute;
  	top: -20px;
  	right: 0;
  	content: "";
  	width: 100px;
  	height: 59px;
  }*/
  /*寿司*/
}
.tour_the_office.bf #corse01 .tour_the_office_corse_block::before {
  background: url(../images/tour_the_office/tour_the_office_corse01_icon.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: 5px;
  content: "";
  width: 105px;
  height: 69px;
}

.tour_the_office.bf #corse02 .tour_the_office_corse_block {
  /*飛行機*/
}
.tour_the_office.bf #corse02 .tour_the_office_corse_block::before {
  background: url(../images/tour_the_office/tour_the_office_corse02_icon.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: 15px;
  content: "";
  width: 136px;
  height: 75px;
}

.tour_the_office_tbl_sc {
  width: 100%;
  margin-bottom: 3rem;
}
.tour_the_office_tbl_sc_ttl {
  background-color: #000000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 7px;
}
.tour_the_office_tbl_sc_ct {
  border: 2px solid #000000;
  background-color: #fffbd7;
  border-radius: 0 0 10px 10px;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}
.tour_the_office_tbl_sc_ct .h4_ttl {
  color: #fff;
  background-color: #000000;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline-block;
  padding: 0 1rem;
  box-sizing: border-box;
  position: relative;
  max-width: 78px;
  min-width: 78px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 1rem;
}
.tour_the_office_tbl_sc_ct .flex {
  display: flex;
}
.tour_the_office_tbl_sc_ct .flex .day {
  color: #e50012;
}
.tour_the_office_tbl_sc_ct .flex01 .day {
  color: #e50012;
}
.tour_the_office_tbl_sc_ct .flex {
  display: flex;
}
.tour_the_office_tbl_sc_ct .flex .day {
  color: #e50012;
}
.tour_the_office_tbl_sc_ct_box01 {
  padding: 10px 0 15px 0;
  position: relative;
}
.tour_the_office_tbl_sc_ct_box01::before {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.tour_the_office_tbl_sc_ct_box01::after {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 .disc {
  font-size: 2rem;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 .disc_in {
  display: flex;
  align-items: center;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 .h5_ttl {
  border: 1px solid #000;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 3px 6px;
  margin-right: 10px;
  white-space: nowrap;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 .day02 {
  font-size: 2.6rem;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 .sml_txt {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: -0.5em;
}
.tour_the_office_tbl_sc_ct_box01 .disc {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box01 .day {
  font-size: 2.6rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box01 .time {
  font-size: 1.8rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box01 .hosoku {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.tour_the_office_tbl_sc_ct_box01 .youbi {
  position: relative;
  display: inline-block;
  width: 2.2rem;
  text-align: center;
  margin: 0 0.5rem;
}
.tour_the_office_tbl_sc_ct_box01 .youbi .txt {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box01 .youbi::before {
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 2.2rem;
  height: 2.2rem;
}
.tour_the_office_tbl_sc_ct_box01 .arrow {
  position: relative;
  margin-right: 26px;
}
.tour_the_office_tbl_sc_ct_box01 .arrow::after {
  background: url(../images/tour_the_office/sc_arrow.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -19px;
  content: "";
  width: 11px;
  height: 13px;
  margin-top: -7px;
}
.tour_the_office_tbl_sc_ct_box01 .slash {
  font-size: 1.8rem;
  margin: 0 2px;
}
.tour_the_office_tbl_sc_ct_box02 {
  padding: 15px 0;
}
.tour_the_office_tbl_sc_ct_box02 .disc {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box02 .day {
  font-size: 4rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box02 .time {
  font-size: 2.6rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box02 .hosoku {
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 1.5rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box02 .youbi {
  position: relative;
  display: inline-block;
  width: 2.2rem;
  text-align: center;
  margin: 0 0.5rem;
}
.tour_the_office_tbl_sc_ct_box02 .youbi .txt {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box02 .youbi::before {
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 2.2rem;
  height: 2.2rem;
}
.tour_the_office_tbl_sc_ct_box02 .arrow {
  position: relative;
  margin-right: 26px;
}
.tour_the_office_tbl_sc_ct_box02 .arrow::after {
  background: url(../images/tour_the_office/sc_arrow.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -19px;
  content: "";
  width: 11px;
  height: 13px;
  margin-top: -6px;
}
.tour_the_office_tbl_sc_ct_box02 .slash {
  font-size: 2.4rem;
  margin: 0 4px;
}
.tour_the_office_tbl_sc_ct_box03 {
  padding: 15px 0;
  position: relative;
}
.tour_the_office_tbl_sc_ct_box03::before {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.tour_the_office_tbl_sc_ct_box03::after {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.tour_the_office_tbl_sc_ct_box03 .disc {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .day {
  font-size: 2.6rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .time {
  font-size: 1.8rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .hosoku {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  margin-top: 5px;
}
.tour_the_office_tbl_sc_ct_box03 .youbi {
  position: relative;
  display: inline-block;
  width: 2.2rem;
  text-align: center;
  margin: 0 0.5rem;
}
.tour_the_office_tbl_sc_ct_box03 .youbi .txt {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .youbi::before {
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 2.2rem;
  height: 2.2rem;
}
.tour_the_office_tbl_sc_ct_box03 .arrow {
  position: relative;
  margin-right: 26px;
}
.tour_the_office_tbl_sc_ct_box03 .arrow::after {
  background: url(../images/tour_the_office/sc_arrow.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -19px;
  content: "";
  width: 11px;
  height: 13px;
  margin-top: -7px;
}
.tour_the_office_tbl_sc_ct_box03 .slash {
  font-size: 1.8rem;
  margin: 0 2px;
}

/* career_notes */
.career_notes_sec00_bg {
  padding: 1rem 0 1.5rem 0;
  display: flex;
  justify-content: center;
}

.career_notes_sec01_bg {
  padding: 1rem 0 30px 0;
  display: flex;
  justify-content: center;
}

.career_notes_sec02_bg {
  background-color: rgba(0, 227, 134, 0.12);
  background-color: #E0FCF0;
  padding: 3.5rem 0 30px 0;
  display: flex;
  justify-content: center;
}

.career_notes_anker div:first-child {
  margin-bottom: 2rem;
}

.career_notes_list {
  width: 84%;
  margin: 30px auto 0 auto;
  max-width: 506px;
}
.career_notes_list_in {
  margin-bottom: 35px;
  position: relative;
  /*
  &:nth-child(2)::after{
  	background: url(../images/career_notes/career_notes_no02.svg) no-repeat left top;
  	background-size: contain;
  }
  &:nth-child(3)::after{
  	background: url(../images/career_notes/career_notes_no03.svg) no-repeat left top;
  	background-size: contain;
  }
  &:nth-child(4)::after{
  	background: url(../images/career_notes/career_notes_no04.svg) no-repeat left top;
  	background-size: contain;
  }
  &:nth-child(5)::after{
  	background: url(../images/career_notes/career_notes_no05.svg) no-repeat left top;
  	background-size: contain;
  }
  &:nth-child(6)::after{
  	background: url(../images/career_notes/career_notes_no06.svg) no-repeat left top;
  	background-size: contain;
  }
  */
}
.career_notes_list_in::before {
  background-color: #00e77c;
  border: 2px solid #000;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 100%;
  height: 100%;
}
.career_notes_list_in::after {
  position: absolute;
  top: -10px;
  left: 13px;
  content: "";
  width: 44px;
  height: 47px;
  z-index: 2;
}
.career_notes_list_in:nth-child(1)::after {
  background: url(../images/career_notes/new.svg) no-repeat left top;
  background-size: contain;
}
.career_notes_list_box {
  position: relative;
  z-index: 1;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 10px;
}
.career_notes_list_img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background-color: #fff;
}
.career_notes_list_disc {
  padding: 10px 20px 30px 20px;
}
.career_notes_list_name {
  margin-bottom: 15px;
}
.career_notes_list_name .industry {
  font-weight: 700;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.career_notes_list_name .name {
  font-weight: 700;
}
.career_notes_list_name .name .big_txt {
  font-size: 2rem;
}
.career_notes_list_btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 42px;
  position: relative;
}
.career_notes_list_btn a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #ffff2d;
  border: 2px solid #000;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.4rem;
}
.career_notes_list_btn a .icon_txt::after {
  background: url(../images/common/btn_line02.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  width: 17px;
  height: 7px;
  margin-top: -4px;
}
.career_notes_list_btn a::before {
  border-radius: 9999px;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  box-sizing: border-box;
}
.career_notes_list_btn a:hover .icon_txt {
  top: 4px;
}

.videos_list {
  width: 84%;
  margin: 30px auto 0 auto;
}
.videos_list_in {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.videos_list_ttl {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  display: inline-block;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.videos_list_imgbox {
  position: relative;
  margin-top: 15px;
}
.videos_list_imgbox::before {
  background-color: #00e77c;
  border: 2px solid #000;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 100%;
  height: 100%;
}
.videos_list_img {
  border: 2px solid #000;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.videos_list_img img {
  border-radius: 6px;
  transition: 0.3s;
}
.videos_list_img button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.videos_list_img button::after {
  background: url(../images/career_notes/career_notes_icon_movie.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 42px;
  height: 42px;
}
.videos_list_img button:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
}

.career_notes_sec01_bg .tour_the_office_ttl .illust {
  width: 52px;
}

.career_notes_sec02_bg .tour_the_office_ttl .illust {
  width: 40px;
}

.vid_contents {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
}
.vid_contents video {
  width: 100%;
  /*max-width: 1065px;PC版での最大幅*/
  height: auto;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.modal__inner {
  position: relative;
  /*overflow-y: scroll;*/
  height: 100%;
  padding: 30px 0;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.6s;
}

.modal__close:hover {
  opacity: 0.6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__content .text {
  color: #FFF;
  margin: 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 12px;
}
.modal__content .text a {
  color: #FFF;
}

.career_note_sec01_bg {
  padding: 1rem 0 4rem 0;
  display: flex;
  justify-content: center;
}

.career_note_ct {
  background-color: #f7f1df;
  padding: 25px;
  box-sizing: border-box;
}
.career_note_ct_img {
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 6px 6px;
  max-width: 260px;
  margin: 0 auto 30px auto;
}
.career_note_ct_img img {
  border-radius: 7px;
}
.career_note_ct_name {
  text-align: center;
  margin-bottom: 1.5rem;
}
.career_note_ct_name .industry_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.career_note_ct_name .industry_flex .industry {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-left: 0.5em;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.career_note_ct_name .industry_flex .num {
  width: 28px;
}
.career_note_ct_name .name {
  font-weight: 700;
  font-size: 18px;
}
.career_note_ct_name .name .big_txt {
  letter-spacing: 0.05em;
  font-size: 24px;
}
.career_note_ct_name .reki {
  letter-spacing: 0.03em;
}
.career_note_ct .h3_ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 40px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.career_note_ct .h3_ttl::before {
  background: url(../images/career_notes/career_note_parts01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 21px;
}
.career_note_ct p + p {
  margin-top: 1rem;
}
.career_note_ct .cau_txt {
  color: #9f000d;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.career_note_ct .jobbox {
  position: relative;
  margin-top: 30px;
  border: 2px solid #000;
  background-color: #ffff2d;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 0;
}
.career_note_ct .jobbox::before {
  background: url(../images/career_notes/career_note_parts02.svg) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 33px;
  height: 172px;
}
.career_note_ct .jobbox .h4_ttl {
  display: inline-block;
  color: #FFF;
  background-color: #000;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 50px 50px 0;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.4;
  width: calc(100% - 10px);
}
.career_note_ct .jobbox ul {
  margin-left: 10px;
  margin-right: 40px;
}
.career_note_ct .jobbox ul li {
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}
.career_note_ct .jobbox ul li::before {
  background: url(../images/career_notes/career_note_parts06.svg) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 14px;
}
.career_note_ct .imgbox_flex {
  margin-bottom: 3.5rem;
}
.career_note_ct .imgbox_flex.f_r .imgbox_disc {
  order: 1;
}
.career_note_ct .imgbox_flex.f_r .imgbox_img {
  order: 0;
}
.career_note_ct .imgbox_disc {
  margin-bottom: 20px;
}
.career_note_ct .imgbox_disc .common_txt01 {
  text-align: justify;
}
.career_note_ct .imgbox_img {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.career_note_ct .imgbox_img .inimg {
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 6px 6px;
  aspect-ratio: 270/370;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.career_note_ct .imgbox_img .inimg img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.career_note_ct .imgbox_img .inimg.career01_02img img {
  margin-left: -100px;
}
.career_note_ct .imgbox_img .inimg.career01_03img {
  justify-content: flex-start;
}
.career_note_ct .imgbox_img .inimg.career02_02img img {
  margin-left: 135px;
}
.career_note_ct .imgbox_img .inimg.career03_02img img {
  margin-left: 135px;
}
.career_note_ct .flow_box {
  margin-top: 40px;
}
.career_note_ct .flow_box_in {
  background-color: #e1f6ff;
  border: 2px solid #000;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}
.career_note_ct .flow_box_in.illust01::before {
  background: url(../images/career_notes/career_note_parts03.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: -10px;
  content: "";
  width: 110px;
  height: 53px;
}
.career_note_ct .flow_box_in:not(:last-child)::after {
  background: url(../images/career_notes/career_note_parts04.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -8px;
  content: "";
  width: 16px;
  height: 28px;
}
.career_note_ct .flow_box_left {
  box-sizing: border-box;
  order: 0;
  width: 100%;
  margin-bottom: 20px;
}
.career_note_ct .flow_box_left .num {
  background-color: #69d4ff;
  border: 2px solid #000;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px;
  width: 120px;
  margin-bottom: 10px;
}
.career_note_ct .flow_box_left .txt {
  font-size: 16px;
  font-weight: 700;
}
.career_note_ct .flow_box_right {
  order: 1;
  box-sizing: border-box;
}
.career_note_ct .flow_box_right .h4_ttl {
  margin-bottom: 10px;
  text-align: center;
}
.career_note_ct .flow_box_right .h4_ttl span {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.career_note_ct .flow_box_right .common_txt01 {
  text-align: justify;
}

.career_note_other {
  margin-top: 60px;
}
.career_note_other .h2_ttl {
  text-align: center;
}
.career_note_other .common_btn05 {
  justify-content: center;
  display: flex;
}
.career_note_other .common_btn05 a .icon_txt::after {
  transform: rotate(-90deg);
}/*# sourceMappingURL=sp.css.map */