@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@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;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 56.25%; /* 90% */
  }
}
@media screen and (max-width: 1294px) {
  html {
    font-size: 53.125%; /* 85% */
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 46.875%; /* 75% */
  }
}

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: 1.6rem;
}

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

.sp {
  display: none;
}

.pc {
  display: block;
}

.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

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 {
  /*max-width: 1920px;
  margin-left: auto;
  margin-right: auto;*/
  overflow: hidden;
}

.common_pcnolink {
  pointer-events: none;
}

.common_inner {
  max-width: 820px;
  width: 90.625%;
  width: 86%;
}

.common_m_inner {
  max-width: 1158px;
  width: 90.625%;
  width: 86%;
}
@media screen and (max-width: 1024px) {
  .common_m_inner {
    max-width: 820px;
  }
}

.ank {
  padding-top: 8rem;
  margin-top: -8rem;
}

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

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

.common_h2_ttl {
  text-align: center;
  margin-bottom: 4rem;
}
.common_h2_ttl .h2_ttl {
  margin-bottom: 1.5rem;
}

.common_btn01 {
  display: flex;
  justify-content: center;
}
.common_btn01 a {
  width: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 74px;
  position: relative;
}
.common_btn01 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2.8rem;
  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: 3rem;
  content: "";
  width: 9px;
  height: 24px;
  margin-top: -12px;
}
.common_btn01 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_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: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 56px;
  position: relative;
}
.common_btn02 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.6rem;
  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: -6px;
  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%;
  max-width: 820px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 70px;
  position: relative;
}
.common_btn03 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.8rem;
  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: 3rem;
  content: "";
  width: 9px;
  height: 24px;
  margin-top: -12px;
}
.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: 490px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 70px;
  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: 3rem;
  content: "";
  width: 23px;
  height: 10px;
  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: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 61px;
  position: relative;
}
.common_btn05 a .icon_txt {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.6rem;
  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: 3rem;
  content: "";
  width: 9px;
  height: 24px;
  margin-top: -12px;
}
.common_btn05 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_btn05 a:hover .icon_txt {
  top: 6px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (min-width: 1217px) {
  header {
    width: 100%;
    height: 14rem;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 50px;
    transition: all 0.1s ease;
  }
  header .hd_logo {
    max-width: 51.4rem;
    box-sizing: border-box;
    transition: all 0.1s ease;
  }
  header .hd_logo a {
    display: flex;
    align-items: center;
  }
  header .hd_logo a:hover {
    opacity: 0.7;
  }
  header .hd_logo.sp {
    display: none;
  }
}
@media screen and (min-width: 1217px) and (max-width: 1294px) {
  header .hd_logo {
    max-width: 41.4rem;
  }
}
@media screen and (min-width: 1217px) {
  header .nav_toggle_pc {
    display: none;
  }
  header .global_menu .hd_nav01 > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header .global_menu .hd_nav01 > ul > li {
    padding: 0 20px;
    min-height: 45px;
  }
  header .global_menu .hd_nav01 > ul > li:not(:last-child) {
    border-right: 1px solid #000;
  }
  header .global_menu .hd_nav01 > ul > li a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
  }
  header .global_menu .hd_nav01 > ul > li a::after {
    background: #00e386;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    opacity: 0;
    visibility: hidden;
    height: 3px;
    border-radius: 9999px;
  }
  header .global_menu .hd_nav01 > ul > li a:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  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;
  }
  header .global_menu .hd_nav01 > ul > li.active a::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  header.fixed-header {
    position: fixed;
    height: 8rem;
    top: 0;
    left: 0;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
  }
  header.fixed-header .hd_logo {
    max-width: 41.4rem;
  }
}
@media screen and (max-width: 1216px) {
  header {
    width: 100%;
    height: 90px;
    background: #fff;
    position: relative;
  }
  header .hd_logo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 41.4rem;
    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: 90px;
    height: 90px;
    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: 44px;
    position: absolute;
    top: 30px;
    left: calc((100% - 44px) / 2);
    text-align: center;
  }
  header .nav_toggle_pc span:nth-child(2) {
    top: 45px;
  }
  header .nav_toggle_pc span:nth-child(3) {
    top: 60px;
  }
  header .nav_toggle_pc span.open:nth-child(1) {
    transform: rotate(-45deg);
    top: 45px;
    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: 45px;
    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: 89px 0 0 0;
    background-color: #fff;
  }
  header .global_menu .inblock .hd_logo.sp {
    display: block;
  }
  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;
  left: calc(85% + 80px);
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(170px);
}
@media screen and (max-width: 1294px) {
  .pagetop {
    right: 20px;
    left: inherit;
  }
}
.pagetop a {
  text-decoration: none;
  width: 80px;
  height: 136px;
  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: 10px;
  left: 0;
  z-index: -1;
}
.pagetop a .btn_scroll {
  background: url(../images/common/pagetop_line.svg) no-repeat left top;
  background-size: contain;
  content: "";
  width: 14px;
  height: 56px;
  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: 6rem 0;
  display: flex;
  justify-content: center;
}
footer .ft_01_bnr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .ft_01_bnr ul li {
  width: calc((100% - 16rem) / 5);
  /*max-width: 195px;*/
}
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;
}
footer .ft_02_nav ul li {
  margin-right: 50px;
}
footer .ft_02_nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 500;
}
footer .ft_02_nav ul li a:hover {
  opacity: 0.7;
}
footer address {
  text-align: center;
  padding: 2.5rem 0 3rem 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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: 185px;
  		left: 57%;
  		transform: translate(-50%, 0);
  		content: "";
  		width: 1950px;
  		width: 2200px;
  		height: 828px;
  		z-index: 0;
  		@include inctw{
  			left:50%;
  			width: 1950px;
  		}
  		animation: bgScroll 50s linear infinite;
  	}
  	@keyframes bgScroll {
    0%   { background-position: 0 0; }
    100% { background-position: 1000px 0; }  
  }*/
}
.top_main_bg {
  width: 100%;
  height: 773px;
  position: relative;
}
.top_main_bg::before {
  background: url(../images/top/top_contact_bg_repeat.png) 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: 773px;
  overflow: hidden;
}
.top_main_ttl01 {
  position: absolute;
  top: 38px;
  left: 50%;
  /*transform: translate(-50%, 0);*/
  width: 243px;
  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: 215px;
  left: 50%;
  /*transform: translate(-50%, 0);*/
  width: 751px;
  height: auto;
  z-index: 4;
}
@media screen and (max-width: 980px) {
  .top_main_ttl02 {
    width: 65rem;
    top: 180px;
  }
}
.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: -55px;
  right: 45px;
  width: 250px;
  height: 259px;
  z-index: 5;
  transition-delay: 2.5s;
  animation: floatHold 2s ease-in-out 5s infinite;
}
@media screen and (max-width: 980px) {
  .top_main_btn01 {
    right: 15px;
    bottom: -70px;
  }
}
.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: 2;
  width: 340px;
  height: auto;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -600px;
  transition-delay: 0.6s;
}
@media screen and (max-width: 980px) {
  .top_main_human01 {
    top: 325px;
    margin-left: -430px;
  }
}
.top_main_human02 {
  z-index: 3;
  width: 562px;
  height: auto;
  position: absolute;
  top: 334px;
  left: 50%;
  margin-left: -832px;
  transition-delay: 0.7s;
}
@media screen and (max-width: 980px) {
  .top_main_human02 {
    top: 450px;
    margin-left: -430px;
  }
}
.top_main_human03 {
  z-index: 2;
  width: 346px;
  height: auto;
  position: absolute;
  top: 69px;
  left: 50%;
  margin-left: 270px;
  transition-delay: 0.8s;
}
@media screen and (max-width: 980px) {
  .top_main_human03 {
    top: 280px;
    margin-left: 130px;
  }
}
.top_main_human04 {
  z-index: 3;
  width: 431px;
  height: auto;
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: 275px;
  transition-delay: 0.9s;
}
@media screen and (max-width: 980px) {
  .top_main_human04 {
    top: 430px;
    margin-left: -30px;
  }
}
.top_main_deco01 {
  background: url(../images/top/top_main_bg01.png) repeat-x left top;
  background-size: contain;
  position: absolute;
  top: 185px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 1950px;
  width: 100%;
  height: 828px;
  z-index: 0;
}
.top_main_deco02 {
  background: url(../images/top/top_main_bg02.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -252px;
  left: 50%;
  content: "";
  width: 251px;
  height: 495px;
  z-index: 1;
  margin-left: 145px;
}
.top_main_deco03 {
  background: url(../images/top/top_main_bg03.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -75px;
  left: 50%;
  content: "";
  width: 432px;
  height: 299px;
  z-index: 1;
  margin-left: -640px;
}
.top_main_deco04 {
  background: url(../images/top/top_main_bg04.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 335px;
  left: -40px;
  content: "";
  width: 141px;
  height: 159px;
  z-index: 1;
}
.top_main_deco05 {
  background: url(../images/top/top_main_bg05.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 230px;
  right: 50px;
  content: "";
  width: 66px;
  height: 52px;
  z-index: 1;
}
.top_main_deco06 {
  background: url(../images/top/top_main_bg06.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -190px;
  left: 49%;
  content: "";
  width: 355px;
  height: 335px;
  z-index: 1;
}

.top_about_bg {
  display: flex;
  justify-content: center;
  padding: 12rem 0 10rem 0;
  position: relative;
}
.top_about_bg::before {
  background: url(../images/top/top_about02_img01.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  width: 52rem;
  aspect-ratio: 1/1;
  left: -31rem;
  top: 7rem;
  transform-origin: center;
  animation: circle 18s linear infinite;
}
@media screen and (max-width: 980px) {
  .top_about_bg::before {
    left: -35rem;
  }
}
.top_about_bg_deco01 {
  background: url(../images/top/top_news_img01.svg) no-repeat left top;
  content: "";
  position: absolute;
  width: 415px;
  height: 191px;
  right: -22rem;
  top: 24rem;
  transform: rotate(225deg);
}
.top_about_ttl {
  margin-bottom: 7rem;
  position: relative;
}
.top_about_ttl .h2_ttl {
  width: 30.2rem;
  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: 206px;
  height: 206px;
}
.top_about_txt {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 7rem;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .top_about_txt {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_about_txt_block {
  position: relative;
}
.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: -20px;
  right: -40px;
  content: "";
  width: 98px;
  height: 144px;
}
@media screen and (max-width: 980px) {
  .top_about_txt_block .top_about_txt_block_deco01 {
    bottom: -120px;
  }
}
.top_about_catch {
  text-align: center;
}
.top_about_catch_txt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  display: inline;
  padding-bottom: 0.2rem;
}
.top_about_catch_txt_line {
  background-color: #eb588c;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  content: "";
  width: 0;
  height: 5px;
  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: 13.5rem 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: auto;
  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: 10px;
  left: 10px;
  content: "";
  width: 106px;
  height: 556px;
  mix-blend-mode: multiply;
}
.top_news_bg .common_inner {
  position: relative;
  z-index: 1;
}
.top_news_ttl_block {
  position: relative;
  padding-bottom: 5rem;
}
.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: 26.2rem;
}
.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: 18.2rem;
}
.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: -40px;
  right: 184px;
  content: "";
  width: 58px;
  height: 55px;
}
.top_news_ttl_block_deco02 {
  background: url(../images/top/top_news_deco03.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  left: 138px;
  content: "";
  width: 108px;
  height: 73px;
}
.top_news_box {
  position: relative;
}
.top_news_box_in {
  position: relative;
  z-index: 1;
}
.top_news_box ul {
  margin-bottom: 4rem;
  padding: 5rem 6rem;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 3rem;
}
.top_news_box ul li {
  padding: 2rem;
}
.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: 415px;
  height: 191px;
  left: -34.4rem;
  top: 3.7rem;
}
.top_news_box_deco02 {
  background: url(../images/top/top_news_img02.svg) no-repeat left top;
  content: "";
  position: absolute;
  width: 332px;
  height: 187px;
  right: -19rem;
  top: 33.5rem;
}
.top_news_date {
  font-size: 2.4rem;
}
.top_news_cat {
  font-size: 2rem;
  font-weight: 700;
  border: 2px solid #000;
  min-width: 7em;
  padding: 0 1.5rem;
  box-sizing: border-box;
  border-radius: 9999px;
  margin-left: 2rem;
  letter-spacing: -0.02em;
  padding-bottom: 2px;
}
.top_news_ttl {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.top_news_ttl a {
  color: #000000;
}
.top_news_ttl a:hover {
  opacity: 0.7;
}
.top_news_btn {
  position: relative;
  width: 384px;
  margin-left: auto;
  margin-right: auto;
}
.top_news_btn .icon_txt {
  width: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 74px;
  position: relative;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2.8rem;
  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: 3rem;
  content: "";
  width: 9px;
  height: 24px;
  margin-top: -12px;
}
.top_news_btn::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;
}
.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: 13.5rem 0 13rem 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: 10px;
  content: "";
  width: 90px;
  height: 246px;
  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: 52rem;
  aspect-ratio: 1/1;
  left: -30rem;
  top: 60rem;
  transform-origin: center;
  animation: circle 18s linear infinite;
}
.top_about02_bg_deco02 {
  background: url(../images/top/top_about02_img02.svg) no-repeat left top;
  content: "";
  position: absolute;
  width: 354px;
  height: 287px;
  right: -19.7rem;
  top: 87rem;
}
.top_about02_bg .common_m_inner {
  position: relative;
  z-index: 1;
  max-width: 1065px;
}
@media screen and (max-width: 1024px) {
  .top_about02_bg .common_m_inner {
    max-width: 820px;
  }
}
.top_about02_ttl_block {
  position: relative;
  padding-bottom: 5rem;
}
.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: 45.7rem;
}
.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: 8.1rem;
}
.top_about02_ttl_block .common_h2_ttl .common_en01 img {
  width: 100%;
}
.top_about02_box {
  position: relative;
  max-width: 944px;
  box-sizing: border-box;
}
.top_about02_box_block {
  display: flex;
  margin-bottom: 40px;
}
.top_about02_box_block.block_r {
  justify-content: flex-end;
}
.top_about02_box::after {
  border: 2px solid #000;
  border-radius: 30px;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 100%;
  height: 100%;
}
.top_about02_box_in {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.top_about02_box_ttl {
  width: 340px;
}
@media screen and (max-width: 980px) {
  .top_about02_box_ttl {
    width: 45%;
  }
}
.top_about02_box_ttl_txt {
  font-size: 3.2rem;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .top_about02_box_ttl_txt {
    font-size: 3.2rem;
  }
}
.top_about02_box_ttl_txt_in {
  display: block;
}
.top_about02_box_ttl_line {
  display: inline-block;
  padding: 0 10px;
  line-height: 1.4;
}
.top_about02_box_ttl_line:first-child {
  margin-bottom: 5px;
}
.top_about02_box_disc {
  width: calc(100% - 380px);
}
@media screen and (max-width: 980px) {
  .top_about02_box_disc {
    width: 50%;
  }
}
.top_about02_box_disc_txt {
  font-size: 2.8rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 980px) {
  .top_about02_box_disc_txt {
    font-size: 2.4rem;
  }
}
.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;
  bottom: 15px;
  left: 20px;
  content: "";
  width: 127px;
  height: 79px;
}
.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 .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;
  bottom: 10px;
  right: -188px;
  content: "";
  width: 158px;
  height: 100px;
}
.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.svg) no-repeat left top;
  position: absolute;
  bottom: 0;
  left: -178px;
  content: "";
  width: 394px;
  height: 232px;
}
.top_about02_box.box03 .top_about02_box_in {
  position: relative;
}
.top_about02_box.box03 .top_about02_box_in::before {
  background: url(../images/top/top_about02_deco03.svg) no-repeat left top;
  position: absolute;
  top: 5px;
  left: -152px;
  content: "";
  width: 117px;
  height: 81px;
}
.top_about02_box.box03 .top_about02_box_in::after {
  background: url(../images/top/top_about02_deco04.svg) no-repeat left top;
  position: absolute;
  bottom: 25px;
  left: 30px;
  content: "";
  width: 114px;
  height: 102px;
}
.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 .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;
  bottom: -40px;
  right: -118px;
  content: "";
  width: 98px;
  height: 144px;
}
.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: 290px;
}

.top_contact_bg {
  padding: 13.5rem 0 4.5rem 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_contact_bg::before {
  background: url(../images/top/top_contact_bg_repeat.png) 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: 10px;
  content: "";
  width: 90px;
  height: 324px;
  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: 320px;
  height: 207px;
  right: -14.5rem;
  top: 1.8rem;
}
.top_contact_bg_deco02 {
  background: url(../images/top/top_contact_img02.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  width: 52rem;
  width: 44rem;
  aspect-ratio: 1/1;
  left: -24.5rem;
  top: 4rem;
  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: 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: 40.9rem;
}
.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: 10.7rem;
}
.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: 15px;
  right: 98px;
  content: "";
  width: 89px;
  height: 67px;
}
.top_contact_box {
  border: 2px solid #000;
  border-radius: 3rem;
  background-color: #fff;
  text-align: center;
  width: 532px;
  padding: 6rem 4rem;
}
.top_contact_box_block {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 90px;
}
.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: 98px;
  height: 76px;
  margin-left: -49px;
}
.top_contact_subttl {
  font-size: 3rem;
  font-weight: 900;
  display: table;
  border-bottom: 6px solid #00e386;
  padding: 0 1rem 3rem 1rem;
  margin-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
.top_contact_time {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.top_contact_time .hosoku {
  font-size: 2.2rem;
  font-weight: 400;
  display: block;
}
.top_contact_mail {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
}
.top_contact_mail dd {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  letter-spacing: -0.02em;
  font-size: 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: 25px;
  height: 25px;
  margin-top: -12px;
}
.top_contact_mail dd a {
  color: #000000;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_sub_content01_bg {
  display: flex;
  justify-content: center;
  padding: 2rem 0 13rem 0;
}

.common_submain_bg {
  height: 300px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.common_submain_bg:before {
  background: url(../images/top/top_contact_bg_repeat.png) repeat left top;
  background-size: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.common_submain_bg::after {
  background: url(../images/sub/sub_mainimg_parts.svg) no-repeat center top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 1367px;
  height: 301px;
}
.common_submain_ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}
.common_submain_ttl .h1_ttl {
  margin-bottom: 20px;
}
.common_bread {
  padding: 2.5rem 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.4rem;
}

.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.4rem;
}

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

.common_sub_h2ttl {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: calc(5px + 0.5em);
  min-height: 34px;
  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: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 5rem;
  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: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 15px;
  margin-top: 4rem;
  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: 15px 20px;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  font-weight: 700;
  box-sizing: border-box;
}
.common_tbl01 table tbody th {
  padding: 20px;
  font-weight: 700;
  border: 1px solid #ddd;
  vertical-align: top;
  box-sizing: border-box;
  width: 25rem;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
}
.common_tbl01 table tbody td {
  padding: 20px 25px;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 2;
  width: calc(100% - 25rem);
  letter-spacing: 0.03em;
  text-align: justify;
  vertical-align: top;
}

.comingsoon_img {
  margin-left: 7.2rem;
}
.comingsoon_box {
  text-align: center;
}
.comingsoon_box.disc .common_txt01 {
  margin-left: 8.2rem;
  text-align: left;
  margin-top: 1.5rem;
}
.comingsoon_box.disc .common_txt01:not(:last-child) {
  margin-bottom: 3.5rem;
}
.comingsoon_ttl {
  font-weight: 700;
  margin: 15px 0 5px 0;
}

/* policy */
.policy_sec_01 {
  margin: 4rem 0 5rem 0;
}

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

.policy_txt + .policy_txt {
  margin-top: 3rem;
}

.policy_ol_list {
  margin-top: 15px;
  counter-reset: listnum;
  list-style: none;
}
.policy_ol_list li {
  line-height: 2em;
  margin: 0 0 10px 0;
  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;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  padding: 2.5rem;
  width: 100%;
}

.tour_the_office_sec00_bg {
  padding: 2rem 0 3rem 0;
  display: flex;
  justify-content: center;
}

.tour_the_office_sec01_bg {
  padding: 2rem 0 12rem 0;
  display: flex;
  justify-content: center;
}

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

.tour_the_office_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 46px;
  margin-bottom: 50px;
}
.tour_the_office_ttl .ttl_flex {
  display: flex;
  align-items: center;
}
.tour_the_office_ttl .h2_ttl {
  position: relative;
  z-index: 1;
}
.tour_the_office_ttl .en_ttl {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 30px;
  display: block;
}
.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: -46px;
  transform: translate(0, -50%);
  content: "";
  width: 113px;
  height: 113px;
}
.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 {
  width: 100%;
  margin-bottom: 4rem;
  background-color: #fff;
}
.tour_the_office_tbl table tr:first-child th {
  border-top: 2px solid #ddd;
}
.tour_the_office_tbl table tr:first-child td {
  border-top: 2px solid #ddd;
}
.tour_the_office_tbl th {
  background-color: #f3f3f3;
  padding: 20px;
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-sizing: border-box;
  width: 190px;
}
.tour_the_office_tbl td {
  padding: 20px 25px;
  border-bottom: 2px solid #ddd;
  box-sizing: border-box;
  width: calc(100% - 190px);
}
.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: 4rem;
}
.tour_the_office_corse_menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour_the_office_corse_menu ul li {
  width: calc((100% - 6rem) / 3);
}
.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 {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 15px 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tour_the_office_corse_menu ul li a .txt {
  margin-top: 10px;
  padding-right: 18px;
  color: #FFF;
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  letter-spacing: -0.03em;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  height: 6.72rem;
}
.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: 8px;
  height: 20px;
  margin-top: -10px;
}
.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 .txt {
  height: calc(6.72rem - 5px);
  padding-right: 0;
}
.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: 5rem;
  padding: 3.5rem 3.5rem;
  position: relative;
}
.tour_the_office_corse_block .subttl .bf_txt {
  margin-bottom: 25px;
  display: block;
}
.tour_the_office_corse_block .subttl .date_flex {
  display: flex;
  align-items: center;
}
.tour_the_office_corse_block .subttl .date_flex .num {
  margin-right: 10px;
}
.tour_the_office_corse_block .subttl .date_flex .date {
  font-size: 2.2rem;
  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: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}
.tour_the_office_corse_block .subttl .h3_ttl.dayfl {
  display: flex;
  align-items: center;
}
.tour_the_office_corse_block .subttl .h3_ttl .day {
  background: linear-gradient(transparent 20%, #ffff2d 20%);
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 2px;
}
.tour_the_office_corse_block .subttl .h3_ttl .day img {
  vertical-align: middle;
}
.tour_the_office_corse_block .subttl .h3_ttl .ttl {
  padding-top: 5px;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.tour_the_office_corse_block .subttl .h3_ttl .ttl span {
  background: none;
}
.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: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 10px;
  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: 2.2rem;
  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 .flex {
  display: flex;
  align-items: center;
}
.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: 4rem;
}
.tour_the_office_corse_block .icon_web {
  margin-left: 15px;
}
.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 {
  padding-left: 15px;
}
.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.mb20 {
  margin-bottom: 2rem;
}
.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: 2.5rem 0 4rem 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 {
  display: flex;
  flex-wrap: wrap;
}
.tour_the_office_corse_block .img_flex .sn_img {
  width: calc((100% - 1.5rem) / 2);
  border-radius: 10px;
  overflow: hidden;
}
.tour_the_office_corse_block .img_flex .sn_img:first-child {
  margin-right: 1.5rem;
}
.tour_the_office_corse_block .img_flex .sn_img img {
  width: 100%;
  height: auto;
}
.tour_the_office_corse_block .img_flex .in_sp {
  width: calc((100% - 1.5rem) / 2);
  display: flex;
  flex-wrap: wrap;
}
.tour_the_office_corse_block .img_flex .in_sp:first-child {
  margin-right: 1.5rem;
}
.tour_the_office_corse_block .copy {
  font-size: 1.2rem;
  margin-top: 7px;
}
.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: 12px;
}
.tour_the_office_corse_block.comingsoon {
  background-color: #a3a3a3;
}
.tour_the_office_corse_block.comingsoon .coming {
  margin: 9rem 0 12rem 0;
  text-align: center;
}

.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: 25px;
  	content: "";
  	width: 158px;
  	height: 100px;
  }*/
  /*寿司*/
}
.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: 35px;
  content: "";
  width: 171px;
  height: 114px;
}

.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: 35px;
  content: "";
  width: 193px;
  height: 107px;
}

.tour_the_office.now .tour_the_office_corse_menu ul li a .txt {
  height: 4.48rem;
  justify-content: flex-start;
}

.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.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 10px;
}
.tour_the_office_tbl_sc_ct {
  border: 2px solid #000000;
  background-color: #fffbd7;
  border-radius: 0 0 10px 10px;
  padding: 2rem 5rem;
  box-sizing: border-box;
}
.tour_the_office_tbl_sc_ct .h4_ttl {
  color: #fff;
  background-color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline-block;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
  max-width: 108px;
  min-width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: calc(16px + 3rem);
}
.tour_the_office_tbl_sc_ct .h4_ttl::after {
  position: absolute;
  bottom: 0;
  right: -16px;
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #000;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.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 {
  display: flex;
  align-items: center;
}
.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 {
  display: flex;
  align-items: center;
  padding: 13px 0;
  position: relative;
}
.tour_the_office_tbl_sc_ct_box01::before {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
}
.tour_the_office_tbl_sc_ct_box01::after {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in_flex {
  display: flex;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 4rem;
  width: 198px;
}
.tour_the_office_tbl_sc_ct_box01 .flex01_in02 .disc {
  font-size: 2rem;
  display: block;
}
.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: 2px solid #000;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px 8px;
  margin-right: 15px;
  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: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.tour_the_office_tbl_sc_ct_box01 .disc {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box01 .day {
  font-size: 3.4rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box01 .time {
  font-size: 2rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box01 .hosoku {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  text-align: right;
}
.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: 35px;
}
.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: -25px;
  content: "";
  width: 15px;
  height: 17px;
  margin-top: -9px;
}
.tour_the_office_tbl_sc_ct_box01 .slash {
  font-size: 2.4rem;
  margin: 0 4px;
}
.tour_the_office_tbl_sc_ct_box02 {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.tour_the_office_tbl_sc_ct_box02 .disc {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box02 .day {
  font-size: 6rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box02 .time {
  font-size: 3.4rem;
  line-height: 1;
  /*height: 6.0rem;
  display: flex;
  align-items: flex-end;*/
}
.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.9rem;
  text-align: center;
  margin: 0 1rem;
  /*height: 6.0rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.8rem;*/
}
.tour_the_office_tbl_sc_ct_box02 .youbi .txt {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.8rem;
  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: calc(1.3rem + 50%);*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 2.9rem;
  height: 2.9rem;
}
.tour_the_office_tbl_sc_ct_box02 .arrow {
  position: relative;
  margin-right: 35px;
  /*height: 6.0rem;
  display: flex;
  align-items: flex-end;*/
}
.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: calc(1.3rem + 50%);*/
  top: 50%;
  right: -25px;
  content: "";
  width: 15px;
  height: 17px;
  margin-top: -7px;
}
.tour_the_office_tbl_sc_ct_box02 .slash {
  font-size: 2.4rem;
  margin: 0 4px;
}
.tour_the_office_tbl_sc_ct_box03 {
  display: flex;
  align-items: center;
  padding: 15px 0;
  position: relative;
}
.tour_the_office_tbl_sc_ct_box03::before {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
}
.tour_the_office_tbl_sc_ct_box03::after {
  background: url(../images/tour_the_office/sc_line.svg) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
}
.tour_the_office_tbl_sc_ct_box03 .disc {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .day {
  font-size: 3.4rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .time {
  font-size: 2rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .hosoku {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 1.5rem;
  line-height: 1;
}
.tour_the_office_tbl_sc_ct_box03 .youbi {
  position: relative;
  display: inline-block;
  width: 2.2rem;
  text-align: center;
  margin: 0 1rem;
}
.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: 31px;
}
.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: -21px;
  content: "";
  width: 11px;
  height: 13px;
  margin-top: -7px;
}
.tour_the_office_tbl_sc_ct_box03 .slash {
  font-size: 2.4rem;
  margin: 0 4px;
}

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

.career_notes_sec01_bg {
  padding: 2rem 0 3rem 0;
  display: flex;
  justify-content: center;
}

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

.career_notes_anker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.career_notes_anker div:first-child {
  margin-right: 4rem;
}

.career_notes_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.career_notes_list_in {
  width: calc((100% - 5rem) / 3);
  margin-bottom: 5rem;
  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:not(:nth-child(3n+0)) {
  margin-right: 2.5rem;
}
.career_notes_list_in::before {
  background-color: #00e77c;
  border: 2px solid #000;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  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: 2rem;
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.5rem;
}
.videos_list_in {
  width: calc((100% - 5rem) / 3);
  position: relative;
  text-align: center;
}
.videos_list_in:not(:nth-child(3n+0)) {
  margin-right: 2.5rem;
}
.videos_list_ttl {
  font-size: 2rem;
  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: 4px;
  left: 4px;
  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%;
  padding: 0;
  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;
}

.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%);
  max-width: 1065px;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .modal__container {
    width: 65%;
  }
}

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

/* モーダルを閉じるボタン */
.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: 1em 0;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.4rem;
}
.modal__content .text a {
  color: #FFF;
}

.career_note_sec01_bg {
  padding: 2rem 0 10rem 0;
  display: flex;
  justify-content: center;
}

.career_note_ct {
  background-color: #f7f1df;
  padding: 50px;
  box-sizing: border-box;
}
.career_note_ct_img {
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 10px 10px;
  max-width: 620px;
  margin: 0 auto 30px auto;
}
.career_note_ct_img img {
  border-radius: 7px;
}
.career_note_ct_name {
  text-align: center;
  margin-bottom: 3rem;
}
.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: 2rem;
  letter-spacing: 0.05em;
  margin-left: 0.5em;
  background: linear-gradient(transparent 20%, #ffff2d 20%);
}
.career_note_ct_name .name {
  font-weight: 700;
  font-size: 2.4rem;
}
.career_note_ct_name .name .big_txt {
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}
.career_note_ct_name .reki {
  letter-spacing: 0.03em;
}
.career_note_ct .h3_ttl {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 5rem;
  padding-left: 45px;
  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: -5px;
  left: 0;
  width: 36px;
  height: 31px;
}
.career_note_ct p + p {
  margin-top: 2rem;
}
.career_note_ct .cau_txt {
  color: #9f000d;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.career_note_ct .jobbox {
  position: relative;
  margin-top: 3rem;
  border: 2px solid #000;
  background-color: #ffff2d;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 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;
  top: 10px;
  right: 10px;
  width: 43px;
  height: 225px;
}
.career_note_ct .jobbox .h4_ttl {
  display: inline-block;
  color: #FFF;
  background-color: #000;
  padding: 10px 45px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 0 30px 30px 0;
  margin-bottom: 15px;
}
.career_note_ct .jobbox ul {
  margin-left: 45px;
  margin-right: 55px;
}
.career_note_ct .jobbox ul li {
  margin-bottom: 5px;
  font-size: 1.8rem;
  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 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.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 {
  width: calc(100% - 300px);
}
.career_note_ct .imgbox_disc .common_txt01 {
  text-align: justify;
}
.career_note_ct .imgbox_img {
  width: 270px;
}
.career_note_ct .imgbox_img .inimg {
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 10px 10px;
  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 .imgbox_img .inimg.career03_03img img {
  margin-left: 0;
}
.career_note_ct .flow_box {
  margin-top: 5rem;
}
.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: 30px 25px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
}
.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: -56px;
  right: -10px;
  content: "";
  width: 147px;
  height: 71px;
}
.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: -49px;
  left: 50%;
  margin-left: -11px;
  content: "";
  width: 22px;
  height: 37px;
}
.career_note_ct .flow_box_left {
  width: 187px;
  box-sizing: border-box;
  order: 0;
}
.career_note_ct .flow_box_left .num {
  background-color: #69d4ff;
  border: 2px solid #000;
  border-radius: 9999px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 4px;
}
.career_note_ct .flow_box_left .txt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.career_note_ct .flow_box_right {
  order: 1;
  width: calc(100% - 210px);
  box-sizing: border-box;
}
.career_note_ct .flow_box_right .h4_ttl {
  margin-bottom: 10px;
}
.career_note_ct .flow_box_right .h4_ttl span {
  font-size: 2rem;
  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: 8rem;
}
.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=pc.css.map */