@charset "UTF-8";
/* CSS 初期化 */
html {
  background-color: #fbfbfb;
}
/*//////////PCサイズ footer///////////*/
@media screen and (min-width: 481px) {
  .recruit {
    width: calc(100vw);
  }
  .topimg {
    position: relative;
    width: calc(100vw);
    height: calc(98vh);
    background-image: url(../images/recruit_img02.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
  }
  .topimg_effect {
    position: absolute;
    width: calc(100vw);
    height: calc(98vh);
    clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
    /*mix-blend-mode: multiply;*/
    background-image: -webkit-linear-gradient(238deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
    background-image: -moz-linear-gradient(238deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
    background-image: -o-linear-gradient(238deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
    background-image: linear-gradient(212deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
  }
  .topimg .txt1 {
    top: calc(28%);
    left: calc(60%);
  }
  .topimg .txt2 {
    top: calc(28%);
    left: calc(55%);
  }
  .go_beyond_img {
    position: absolute;
    width: calc(50%);
    left: calc(100vw/10/4);
    bottom: calc(100vw/10/4);
  }
  .chatch_copy {
    position: absolute;
    font-size: calc(100vw/100*1.8);
    letter-spacing: calc(0.22em);
    line-height: calc(2em);
    text-align: left;
    display: inline-block;
    padding-top: calc(0.5em);
    padding-bottom: calc(0.3em);
    background-color: #FFFFFF;
    font-family: a-otf-ryumin-pr6n, serif;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .copy_sps {
    position: relative;
    width: calc(100vw);
    padding-top: 56.25%;
  }
  .copy_sps .cs_title {
    position: absolute;
    width: calc(100%);
    font-size: calc(100vw/100*1.8);
    letter-spacing: calc(0.22em);
    line-height: calc(2em);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc(0.5em);
    padding-bottom: calc(0.3em);
    font-family: a-otf-ryumin-pr6n, serif;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
    top: calc(100vw/1.7778/10);
    left: calc(0%);
  }
  .copy_sps .cs_copy {
    position: absolute;
    width: calc(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(2.2rem);
    line-height: calc(2.4em);
    letter-spacing: calc(0.1em);
    font-family: yu-gothic-pr6n, sans-serif;
    top: calc(100vw/1.7778/10*7);
    left: calc(0%);
  }
  .copy_sps .cs_copy span {
    width: calc(auto);
    display: inline-block;
    text-align: left;
  }
  .line_anime_box {
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    top: calc(60%);
    left: calc(50% - 100vw/5/2);
  }
  .line_anime1 {
    width: calc(1px);
    height: calc(0px);
    display: block;
    margin-top: 0px;
    margin-left: calc(100px);
    animation-name: lineAnime1;
    transform-origin: left bottom;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    z-index: 100;
    border-top: 1px solid rgba(255, 255, 255, 1.00);
  }
  @keyframes lineAnime1 {
    from {
      width: calc(1px);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(1, 1);
      border-top: 1px solid rgba(255, 255, 255, 1.00);
      opacity: 1.0;
    }
    30% {
      width: calc(100vw/10);
      animation-timing-function: ease-in-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
    100% {
      width: calc(100vw/10);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
  }
  .line_anime2 {
    width: calc(1px);
    height: calc(0px);
    display: block;
    margin-top: -15px;
    margin-left: calc(-10px);
    animation-name: lineAnime2;
    transform-origin: left bottom;
    animation-duration: 3s;
    animation-delay: 1.1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    z-index: 100;
    border-top: 1px solid rgba(177, 217, 222, 1.00);
    background-color: rgba(177, 217, 222, 1.00);
  }
  @keyframes lineAnime2 {
    from {
      width: calc(1px);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(1, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
    30% {
      width: calc(100vw/10/1.5);
      animation-timing-function: ease-in-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
    100% {
      width: calc(100vw/10/1.5);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
  }
  .message_sps {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vw/1.7778);
  }
  .message_sps .big_tit {
    position: absolute;
    width: auto;
    bottom: calc(0%);
    right: calc(10%);
    font-size: calc(100vw/10);
    line-height: calc(100%);
    transform: rotate(90deg);
    transform-origin: right top;
    overflow: hidden;
    text-orientation: upright;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .message_sps .clr1 {
    color: #ddeced;
  }
  .message_sps .txt1 {
    position: absolute;
    top: calc(17%);
    left: calc(30%);
    z-index: 2;
  }
  .message_sps .txt2 {
    position: absolute;
    top: calc(17%);
    left: calc(25%);
    z-index: 2;
  }
  .message_sps .txt5 {
    position: absolute;
    top: calc(17%);
    left: calc(20%);
    z-index: 2;
  }
  .message_sps .txt3 {
    position: absolute;
    top: calc(17%);
    left: calc(25%);
    z-index: 2;
  }
  .message_sps .txt4 {
    position: absolute;
    top: calc(17%);
    left: calc(20%);
    z-index: 2;
  }
  .message_sps .name {
    position: absolute;
    bottom: calc(13%);
    left: calc(17%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: calc(2rem);
  }
  .message_sps .name img {
    width: calc(2.3rem);
    heigt: auto;
    display: inline-block;
    padding-left: calc(1em);
    z-index: 1;
  }
  .message_sps .name .topmessage_link {
    font-size: calc(1.6rem);
    padding-top: calc(0.1em);
    padding-bottom: calc(0.1em);
    padding-left: calc(1em);
    padding-right: calc(1em);
    margin-right: calc(1em);
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    color: #FFF;
  }
  .message_sps .name .katagaki {
    font-size: calc(2rem);
    padding-left: calc(0.5em);
    padding-right: calc(1em);
  }
  .message_sps .name .topmessage_name {
    font-size: calc(3rem);
  }
  .message_sps .message_img {
    position: absolute;
    width: calc(100vw/10*5.3);
    height: calc(100vw/1.7778/10*5.8);
    top: calc(23%);
    left: calc(17%);
    overflow: hidden;
    z-index: 0;
  }
  .message_sps .message_img img {
    width: 100%;
    height: auto;
    transition: transform 1s ease;
  }
  .message_sps a:hover .message_img img {
    transition: transform 0.3s ease;
    transform: scale(1.1);
  }
  .message_sps a:hover .name {
    color: #2C9BC5;
  }
  .service_sps {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vw/1.7778);
  }
  .service_sps .big_tit {
    position: absolute;
    width: auto;
    top: calc(30%);
    left: calc(0%);
    font-size: calc(100vw/10);
    line-height: calc(100%);
    transform: rotate(90deg);
    transform-origin: center;
    overflow: hidden;
    text-orientation: upright;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .service_sps .clr1 {
    color: #ddeced;
  }
  .service_sps .txt3 {
    position: absolute;
    top: calc(7%);
    left: calc(43.5%);
    z-index: 2;
  }
  .service_sps .txt4 {
    position: absolute;
    top: calc(7%);
    left: calc(39%);
    z-index: 2;
  }
  .service_sps .name {
    position: absolute;
    bottom: calc(23%);
    left: calc(36%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: calc(2rem);
  }
  .service_sps .name img {
    width: calc(2.3rem);
    heigt: auto;
    display: inline-block;
    padding-left: calc(1em);
    z-index: 1;
  }
  .service_sps .name .service_link {
    font-size: calc(1.6rem);
    padding-top: calc(0.1em);
    padding-bottom: calc(0.1em);
    padding-left: calc(1em);
    padding-right: calc(1em);
    margin-right: calc(1em);
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    color: #FFF;
  }
  .service_sps .name .service_name {
    font-size: calc(3rem);
    letter-spacing: calc(0.1em);
  }
  .service_sps .service_img {
    position: absolute;
    width: calc(100vw/10*5.3);
    heigt: calc(100vw/1.7778/10*5.8);
    top: calc(13%);
    left: calc(36%);
    overflow: hidden;
    z-index: 0;
  }
  .service_sps .service_img img {
    width: 100%;
    heigt: auto;
    transition: transform 1s ease;
  }
  .service_sps a:hover .service_img img {
    transition: transform 0.3s ease;
    transform: scale(1.1);
  }
  .service_sps a:hover .name {
    color: #2C9BC5;
  }
  .interview {
    width: calc(100vw);
text-align: center;
  }
  .interview div {
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .iv_tit_en {
    width: 100vw;
    top: 0%;
    left: 0%;
    font-size: calc(4rem);
    letter-spacing: calc(0.1em);
    text-align: center;
    line-height: calc(100%);
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding-bottom: calc(1.8vw);
  }
  .iv_tit_jp {
    width: 100vw;
    top: 5%;
    left: 0%;
    font-size: calc(4rem);
    letter-spacing: calc(0.05em);
    text-align: center;
    line-height: calc(100%);
    font-weight: 800;
  }
  .iv_box {
   display: inline-block;
    margin: auto;
  }

  .iv_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw; /* アイテム間のスペース */ padding: 5vw 0 5vw 0;
  }
  .iv_block1, .iv_block2, .iv_block3 {
    position: relative;
    width: calc(100vw/10*2.2);
    height: calc(100vw/1.7778/10*5.8);
  }
  .iv_left {
    margin-left: calc(18%);
  }
  .iv_right {
    margin-right: calc(18%);
  }
  .iv_img {
    width: calc(10vw * 2.2);
    height: calc(100vw/1.7778/10*5.8);
    overflow: hidden;
  }
  .iv_img img {
    width: 100%;
    heigt: auto;
    transition: transform 0.2s ease;
  }
  .iv_group a:hover .iv_img img {
    transition: transform 0.5s ease;
    transform: scale(1.1);
  }
  .iv_group a:hover .name_plate p:nth-child(2) {
    color: #2C9BC5;
  }
  .iv_group a:hover .staff_name_box {
    transition: 0.5s;
    background-position: 0 100%;
  }
  .iv_group .staff_name_box {
    position: absolute;
    bottom: calc(-1em);
    left: calc(-1em);
    width: calc(100vw/10*1.65);
    height: calc(100vw/1.7778/100*8);
    transition: 0.5s;
    background-image: -webkit-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-image: -moz-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-image: -o-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-image: linear-gradient(181deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-size: 100% 300%;
  }
  .iv_group .left_triangle {
    position: absolute;
	top:0;
	left:0;
    width: calc(100vw/100*1.5);
    height: calc(100vw/1.7778/100*2.5);
    background: #00a0ca;
    display: inline-block;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .iv_group .name_plate {
      position: absolute;
	top:0;
	left:0;
    padding-left: calc(100vw/100*1.5 + 1em);
    display: inline-block;
  }
  .iv_group .name_plate p:nth-child(1) {
    margin-top: calc(0.7em);
    line-height: calc(100%);
    font-size: calc(2rem);
    color: #00a0ca;
  }
  .iv_group .name_plate p:nth-child(2) {
    font-size: calc(2.5rem);
    letter-spacing: calc(0.1em);
    font-weight: bold;
  }
  .iv_group .link_icon {
    position: absolute;
    bottom: calc(0.8em);
    right: 5%;
    height: calc(100vw/1.7778/100*3);
  }
  .iv_group .link_icon img {
    width: auto;
    height: calc(100vw/1.7778/100*3);
    transform-origin: center;
  }
  .talkxtalk {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vw/1.037);
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
  }
  .talkxtalk div {
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .tt_tit_en {
    position: absolute;
    width: 100vw;
    top: calc(100vw/1.037/10);
    left: 0%;
    font-size: calc(4rem);
    letter-spacing: calc(0.1em);
    text-align: center;
    line-height: calc(100%);
    color: #fbfbfb;
  }
  .tt_tit_jp {
    position: absolute;
    width: 100vw;
    top: calc(100vw/1.037/10*1.4);
    left: 0%;
    font-size: calc(4.5rem);
    letter-spacing: calc(0.05em);
    text-align: center;
    line-height: calc(100%);
    color: #fbfbfb;
  }
  .tt_box {
    position: absolute;
    width: calc(100vw/10*8);
    left: calc(50% - 100vw/10*8/2);
  }
  .talkxtalk .box1 {
    top: 57%;
  }
  .talkxtalk .box2 {
    top: calc(100vw/1.037/10*2.25);
  }
  .tt_group {
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
  }
  .tt_block1, .tt_block2, .tt_block3 {
    position: relative;
    width: calc(100vw/10*2.5);
    height: calc(100vw/1.037/10*3);
  }
  .tt_img {
    width: calc(100vw/10*2.5);
    height: calc(100vw/1.037/10*1.8);
    overflow: hidden;
  }
  .tt_img img {
    width: 100%;
    heigt: auto;
    transition: transform 0.2s ease;
  }
  .tt_group a:hover .tt_img img {
    transition: transform 0.3s ease-in;
    transform: scale(1.1);
  }
  .tt_group a:hover .name_plate p:nth-child(1) {
    color: #2C9BC5;
  }
  .tt_group a:hover .staff_name_box {
    transition: 0.3s;
    background-position: 0 100%;
  }
  .tt_group .staff_name_box {
    position: absolute;
    top: calc(100vw/1.037/10*1.8);
    left: calc(0em);
    width: calc(100vw/10*2.5);
    height: calc(100vw/1.037/10*1.25);
    transition: 0.3s;
    background-image: -webkit-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-image: -moz-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-image: -o-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-image: linear-gradient(181deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-size: 100% 400%;
  }
  .tt_group .left_triangle {
    position: absolute;
    width: calc(100vw/100*8);
    height: calc(100vw/1.037/100*8);
    top: calc(-25%);
    left: calc(50% - 100vw/100*8/2);
    background: #00a0ca;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: calc(1.6rem);
    line-height: calc(2.6rem);
    border-radius: 50%;
  }
  .tt_group .name_plate {
    width: calc(100%);
    padding-top: calc(23%);
    display: inline-block;
    text-align: center;
  }
  .tt_group .name_plate p:nth-child(1) {
    font-size: calc(2.5rem);
    letter-spacing: calc(0.1em);
    font-weight: bold;
    line-height: calc(1.85em);
  }
  .tt_group .link_icon {
    position: absolute;
    top: calc(50% - 100vw/1.7778/100*3 /2);
    right: 5%;
    height: calc(100vw/1.7778/100*3);
  }
  .tt_group .link_icon img {
    width: auto;
    height: calc(100vw/1.7778/100*3);
    transform-origin: center;
  }
  .gaiyou {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vw/1.7778/10*5);
  }
  .gaiyou div {
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .gaiyou_box {
    position: absolute;
    width: calc(100vw/10*8);
    left: calc(50% - 100vw/10*8/2);
  }
  .gaiyou .box1 {
    top: 13%;
  }
  .gaiyou_group {
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
  }
  .gaiyou_block1, .gaiyou_block2, .gaiyou_block3 {
    position: relative;
    width: calc(100vw/8*2.5);
    height: calc(100vw/1.7778/100*9);
  }
  .gaiyou_group a:hover .staff_name_box {
    transition: 0.2s;
    outline: 6px solid rgba(134, 193, 215, 1.00);
    outline-offset: -6px;
  }
  .gaiyou_group .staff_name_box {
    position: absolute;
    bottom: calc(0%);
    left: calc(0%);
    width: calc(100vw/10*2.5);
    height: calc(100vw/1.7778/100*9);
    transition: 0.2s;
    outline: 1px solid rgba(134, 193, 215, 1.00);
    outline-offset: -1px;
  }
  .gaiyou_group .name_plate {
    text-align: center;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: calc(100vw/1.7778/100*9);
    background-color: rgba(255, 255, 255, 1.00);
  }
  .gaiyou_group .name_plate p:nth-child(1) {
    font-size: calc(2.5rem);
    letter-spacing: calc(0.1em);
    font-weight: bold;
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gaiyou_group .link_icon {
    position: absolute;
    top: calc(50% - 100vw/1.7778/100*3 /2);
    right: 5%;
    height: calc(100vw/1.7778/100*3);
  }
  .gaiyou_group .link_icon img {
    width: auto;
    height: calc(100vw/1.7778/100*3);
    transform-origin: center;
  }
  .entry_button {
    position: absolute;
    width: calc(100vw/10*3);
    top: calc(50%);
    left: calc(50% - 100vw/10*3 /2);
  }
  .entry_button_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .entry_button a {
    width: calc(100vw/10*3 - 2em);
    display: block;
    text-align: center;
    font-size: calc(3rem);
    line-height: calc(4em);
    transition: 0.4s;
    color: #fff;
    background-image: -webkit-linear-gradient(270deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-image: -moz-linear-gradient(270deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-image: -o-linear-gradient(270deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-image: linear-gradient(180deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-size: 100% 400%;
    border-radius: 60px;
  }
  .entry_button a:hover {
    transition: 0.4s;
    background-position: 0 100%;
  }
  .entry_button img {
    float: left;
    position: absolute;
    top: calc(1.5em);
    left: calc(3em);
    width: auto;
    height: calc(1em);
    transform-origin: center;
  }
  /*メニュー部分〜*/
  .recruit_logo {
    position: absolute;
    width: calc(100vw/10*1.6);
    max-width: calc(240px);
    top: 25%;
    left: 3%;
  }
  .entry_nav {
    position: absolute;
    right: 3%;
    top: calc(15px);
    z-index: 998;
  }
  .entry_nav ul li {
    padding-right: calc(60px);
    /*width: calc(100vw / 100 * 7); */
    font-size: calc(2.2rem);
    display: inline-block;
    color: #333333;
    letter-spacing: calc(0.1em);
    line-height: calc(48px);
  }
  .entry_nav ul li a {
    position: relative;
    text-decoration: none;
  }
  .entry_nav li a:hover, .entry_nav li .current a {
    color: #333333;
    background-color: #F2ECA3;
  }
  .entry_nav li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
  }
  /*現在地とhoverの設定*/
  .entry_nav li.current a::after, .entry_nav li a:hover::after {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
  .entry_nav ul li img {
    width: calc(1.2em);
    padding-right: calc(1em);
  }
  .base .entrylink {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED6D46;
    color: rgba(255, 255, 255, 1.00);
    font-weight: bold;
    padding-left: calc(1.5em);
    padding-right: calc(1.5em);
    border-radius: 5px;
  }
  .base .entrylink:hover {
    background-color: #31B773;
    color: rgba(255, 255, 255, 1.00);
  }
  /*========= ボタンのためのCSS ===============*/
  .openbot {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 3px;
    right: 5px;
    cursor: pointer;
    width: 80px;
    height: 70px;
  }
  /*×に変化*/
  .openbot span {
    display: inline-block;
    transition: all .3s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    width: 45%;
  }
  .openbot span:nth-of-type(1) {
    top: 20px;
  }
  .openbot span:nth-of-type(2) {
    top: 35px;
  }
  .openbot span:nth-of-type(3) {
    top: 50px;
  }
  .openbot.active span:nth-of-type(1) {
    top: 28px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
    background-color: #018D88;
  }
  .openbot.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbot.active span:nth-of-type(3) {
    top: 40px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
    background-color: #018D88;
  }
  /*〜メニュー部分*/
}
/*//////////タブレットサイズ footer///////////*/
/*//////////タブレットサイズ footer///////////*/
/*//////////タブレットサイズ footer///////////*/
/*//////////タブレットサイズ footer///////////
@media screen and (max-width:821px) {
html, body {

} 

}*/
/*//////////スマホサイズ footer///////////*/
/*//////////スマホサイズ footer///////////*/
/*//////////スマホサイズ footer///////////*/
/*//////////スマホサイズ footer///////////*/
@media screen and (max-width:480px) {
  .recruit {
    width: calc(100vw);
  }
  .topimg {
    position: relative;
    width: calc(100vw);
    min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
    background-image: url(../images/recruit_img02.jpg);
    background-position: 45% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  }
  .topimg_effect {
    position: absolute;
    width: calc(100vw);
    min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    /*mix-blend-mode: multiply;*/
    background-image: -webkit-linear-gradient(238deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
    background-image: -moz-linear-gradient(238deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
    background-image: -o-linear-gradient(238deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
    background-image: linear-gradient(212deg, rgba(0, 160, 193, 0.00) 68.17%, rgba(0, 160, 193, 1.00) 100%);
  }
  .topimg .txt1 {
    top: calc(28%);
    left: calc(75%);
  }
  .topimg .txt2 {
    top: calc(28%);
    left: calc(60%);
  }
  .go_beyond_img {
    position: absolute;
    width: calc(80%);
    left: calc(100vw/10/4);
    bottom: calc(100vw/10/4);
  }
  .chatch_copy {
    position: absolute;
    font-size: calc(2rem);
    letter-spacing: calc(0.22em);
    line-height: calc(2em);
    text-align: left;
    display: inline-block;
    padding-top: calc(0.5em);
    padding-bottom: calc(0.3em);
    background-color: #FFFFFF;
    font-family: a-otf-ryumin-pr6n, serif;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .copy_sps {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vh);
  }
  .copy_sps .cs_title {
    position: absolute;
    width: calc(100%);
    font-size: calc(2.2rem);
    letter-spacing: calc(0.22em);
    line-height: calc(2em);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc(0.5em);
    padding-bottom: calc(0.3em);
    font-family: a-otf-ryumin-pr6n, serif;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
    top: calc(5vh);
    left: calc(0%);
  }
  .copy_sps .cs_copy {
    position: absolute;
    width: calc(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(1.8rem);
    line-height: calc(2.4em);
    letter-spacing: calc(0.1em);
    font-family: yu-gothic-pr6n, sans-serif;
    top: calc(60%);
    left: calc(0%);
  }
  .copy_sps .cs_copy span {
    width: calc(auto);
    display: inline-block;
    text-align: left;
  }
  .line_anime_box {
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    top: calc(40vh);
    left: calc(30%);
  }
  .line_anime1 {
    width: calc(1px);
    height: calc(0px);
    display: block;
    margin-top: 0px;
    margin-left: calc(40px);
    animation-name: lineAnime1;
    transform-origin: left bottom;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    z-index: 100;
    border-top: 1px solid rgba(255, 255, 255, 1.00);
  }
  @keyframes lineAnime1 {
    from {
      width: calc(1px);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(1, 1);
      border-top: 1px solid rgba(255, 255, 255, 1.00);
      opacity: 1.0;
    }
    30% {
      width: calc(100vw/10*2);
      animation-timing-function: ease-in-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
    100% {
      width: calc(100vw/10*2);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
  }
  .line_anime2 {
    width: calc(1px);
    height: calc(0px);
    display: block;
    margin-top: -15px;
    margin-left: calc(-10px);
    animation-name: lineAnime2;
    transform-origin: left bottom;
    animation-duration: 3s;
    animation-delay: 1.1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    z-index: 100;
    border-top: 1px solid rgba(177, 217, 222, 1.00);
    background-color: rgba(177, 217, 222, 1.00);
  }
  @keyframes lineAnime2 {
    from {
      width: calc(1px);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(1, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
    30% {
      width: calc(100vw/10/1.5*2);
      animation-timing-function: ease-in-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
    100% {
      width: calc(100vw/10/1.5*2);
      animation-timing-function: ease-out;
      transform: translate(0px, 0px) scale(3, 1);
      border-top: 1px solid rgba(177, 217, 222, 1.00);
      opacity: 1.0;
    }
  }
  .message_sps {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vh);
  }
  .message_sps .big_tit {
    position: absolute;
    width: auto;
    bottom: calc(0%);
    right: calc(10%);
    font-size: calc(100vw/10);
    line-height: calc(100%);
    transform: rotate(90deg);
    transform-origin: right top;
    overflow: hidden;
    text-orientation: upright;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .message_sps .clr1 {
    color: #ddeced;
  }
  .message_sps .txt1 {
    position: absolute;
    top: calc(5%);
    left: calc(77%);
    z-index: 2;
  }
  .message_sps .txt2 {
    position: absolute;
    top: calc(8%);
    left: calc(65%);
    z-index: 2;
  }
  .message_sps .txt5 {
    position: absolute;
    top: calc(15%);
    left: calc(18%);
    z-index: 2;
  }
  .message_sps .name {
    position: absolute;
    bottom: calc(15%);
    left: calc(10%);
    z-index: 1;
    font-size: calc(2rem);
  }
  .message_sps .name img {
    width: calc(2rem);
    heigt: auto;
    display: inline-block;
    padding-left: calc(0.8em);
    z-index: 1;
  }
  .message_sps .name .topmessage_link {
    width: calc(100vw/10*8);
    font-size: calc(1.6rem);
    padding-top: calc(0.1em);
    padding-bottom: calc(0.1em);
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    color: #FFF;
    display: block;
    text-align: center;
  }
  .message_sps .name .katagaki {
    font-size: calc(2rem);
    padding-right: calc(1em);
  }
  .message_sps .name .topmessage_name {
    font-size: calc(2.6rem);
  }
  .message_sps .message_img {
    position: absolute;
    width: calc(100vw/10*8);
    height: calc(50vh);
    top: calc(20%);
    left: calc(50% - 100vw/10*8 /2);
    overflow: hidden;
    text-align: center;
    z-index: 0;
  }
  .message_sps .message_img img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease;
  }
  .message_sps a:hover .message_img img {
    transition: transform 0.3s ease;
    transform: scale(1.1);
  }
  .message_sps a:hover .name {
    color: #2C9BC5;
  }
  .service_sps {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vh);
  }
  .service_sps .big_tit {
    position: absolute;
    width: auto;
    top: calc(30%);
    left: calc(0%);
    font-size: calc(100vw/10);
    line-height: calc(100%);
    transform: rotate(90deg);
    transform-origin: center;
    overflow: hidden;
    text-orientation: upright;
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .service_sps .clr1 {
    color: #ddeced;
  }
  .service_sps .txt1 {
    position: absolute;
    top: calc(5%);
    left: calc(75%);
    z-index: 2;
  }
  .service_sps .txt2 {
    position: absolute;
    top: calc(8%);
    left: calc(62%);
    z-index: 2;
  }
  .service_sps .txt3 {
    position: absolute;
    top: calc(5%);
    right: calc(62%);
    z-index: 2;
  }
  .service_sps .txt4 {
    position: absolute;
    top: calc(8%);
    right: calc(75%);
    z-index: 2;
  }
  .service_sps .name {
    position: absolute;
    bottom: calc(15%);
    left: calc(10%);
    z-index: 1;
    font-size: calc(2rem);
  }
  .service_sps .name img {
    width: calc(2rem);
    heigt: auto;
    display: inline-block;
    padding-left: calc(1em);
    z-index: 1;
  }
  .service_sps .name .service_link {
    width: calc(100vw/10*8);
    font-size: calc(1.6rem);
    padding-top: calc(0.1em);
    padding-bottom: calc(0.1em);
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    color: #FFF;
    display: block;
    text-align: center;
  }
  .service_sps .name .service_name {
    font-size: calc(2.6rem);
    letter-spacing: calc(0.1em);
  }
  .service_sps .service_img {
    position: absolute;
    width: calc(100vw/10*8);
    height: calc(50vh);
    top: calc(20%);
    left: calc(50% - 100vw/10*8 /2);
    overflow: hidden;
    text-align: center;
    z-index: 0;
  }
  .service_sps .service_img img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease;
  }
  .service_sps a:hover .service_img img {
    transition: transform 0.3s ease;
    transform: scale(1.1);
  }
  .service_sps a:hover .name {
    color: #2C9BC5;
  }
  .interview {
    width: calc(100vw);
    position: relative;
    padding-top: calc(100vh*2.5);
  }
  .interview div {
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "palt;
-webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .iv_tit_en {
    position: absolute;
    width: 100vw;
    top: 0%;
    left: 0%;
    font-size: calc(3rem);
    letter-spacing: calc(0.1em);
    text-align: center;
    line-height: calc(100%);
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 160, 202, 1.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .iv_tit_jp {
    position: absolute;
    width: 100vw;
    top: 1%;
    left: 0%;
    font-size: calc(3rem);
    letter-spacing: calc(0.00em);
    text-align: center;
    line-height: calc(100%);
    font-weight: 800;
  }
  .iv_box {
    position: absolute;
    width: calc(100vw/10*8);
    left: calc(50% - 100vw/10*8/2);
  }
  .interview .box1 {
    top: 60.5%;
  }
  .interview .box2 {
    top: 2.5%;
  }
  .iv_group {
    width: 100%;
    /*justify-content: space-between;
    display: inline-flex;*/
  }
  .iv_block1, .iv_block2, .iv_block3 {
    position: relative;
    width: calc(100vw/10*8);
    height: calc(50vh);
    margin-bottom: calc(5vh);
    display: block;
    padding-bottom: calc(3px);
  }
  .iv_img {
    width: calc(100vw/10*8);
    height: calc(50vh);
    overflow: hidden;
  }
  .iv_img img {
    width: 100%;
    heigt: auto;
    transition: transform 0.2s ease;
  }
  .iv_group a:hover .iv_img img {
    transition: transform 0.5s ease;
    transform: scale(1.1);
  }
  .iv_group a:hover .name_plate p:nth-child(2) {
    color: #2C9BC5;
  }
  .iv_group a:hover .staff_name_box {
    transition: 0.5s;
    background-position: 0 100%;
  }
  .iv_group .staff_name_box {
    position: absolute;
    bottom: calc(0em);
    left: calc(0em);
    width: calc(100vw/10*8);
    height: calc(6vh);
    transition: 0.5s;
    background-image: -webkit-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-image: -moz-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-image: -o-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-image: linear-gradient(181deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(219, 237, 228, 1.00) 62.49%, rgba(210, 236, 254, 1.00) 99.95%);
    background-size: 100% 300%;
  }
  .iv_group .left_triangle {
    position: absolute;
    width: calc(20px);
    height: calc(20px);
    background: #00a0ca;
    display: inline-block;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .iv_group .name_plate {
    padding-left: calc(1em);
    display: inline-block;
  }
  .iv_group .name_plate p:nth-child(1) {
    margin-top: calc(0.7em);
    margin-left: calc(0.5em);
    line-height: calc(100%);
    font-size: calc(1.6rem);
    color: #00a0ca;
    display: inline-block;
    padding-right: calc(0.5em);
  }
  .iv_group .name_plate p:nth-child(2) {
    font-size: calc(2rem);
    /*-moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";*/
    letter-spacing: calc(0.1em);
    font-weight: bold;
    display: inline-block;
  }
  .iv_group .link_icon {
    position: absolute;
    top: calc(24%);
    right: 5%;
    height: calc(100vw/1.7778/100*3);
  }
  .iv_group .link_icon img {
    width: auto;
    height: calc(2em);
    transform-origin: center;
  }
  .talkxtalk {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vh*3.8);
    clip-path: polygon(0 1%, 100% 0%, 100% 99%, 0% 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
  }
  .talkxtalk div {
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .tt_tit_en {
    position: absolute;
    width: 100vw;
    top: calc(14vh);
    left: 0%;
    font-size: calc(3rem);
    letter-spacing: calc(0.1em);
    text-align: center;
    line-height: calc(100%);
    color: #fbfbfb;
  }
  .tt_tit_jp {
    position: absolute;
    width: 100vw;
    top: calc(23vh);
    left: 0%;
    font-size: calc(3rem);
    letter-spacing: calc(0.05em);
    text-align: center;
    line-height: calc(100%);
    color: #fbfbfb;
  }
  .tt_box {
    position: absolute;
    width: calc(100vw/10*8);
    left: calc(50% - 100vw/10*8/2);
  }
  .talkxtalk .box1 {
    top: calc(201vh);
  }
  .talkxtalk .box2 {
    top: calc(35vh);
  }
  .tt_group {
    width: 100%;
    /*justify-content: space-between;
    display: inline-flex;*/
  }
  .tt_block1, .tt_block2, .tt_block3 {
    position: relative;
    width: calc(100vw/10*8);
    height: calc(50vh);
  }
  .tt_img {
    width: calc(100vw/10*8);
    height: calc(30vh);
    overflow: hidden;
  }
  .tt_img img {
    width: 100%;
    heigt: 100%;
    transition: transform 0.2s ease;
  }
  .tt_group a:hover .tt_img img {
    transition: transform 0.3s ease-in;
    transform: scale(1.1);
  }
  .tt_group a:hover .name_plate p:nth-child(1) {
    color: #2C9BC5;
  }
  .tt_group a:hover .staff_name_box {
    transition: 0.3s;
    background-position: 0 100%;
  }
  .tt_group .staff_name_box {
    position: relative;
    width: calc(100vw/10*8);
    height: calc(20vh);
    margin-bottom: calc(5vh);
    transition: 0.3s;
    background-image: -webkit-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-image: -moz-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-image: -o-linear-gradient(269deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-image: linear-gradient(181deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 28.66%, rgba(218, 238, 237, 1.00) 62.49%, rgba(210, 250, 254, 1.00) 99.95%);
    background-size: 100% 400%;
  }
  .tt_group .left_triangle {
    position: absolute;
    width: calc(100vw/10*2.5);
    height: calc(100vw/10*2.5);
    top: calc(-50%);
    left: calc(50% - 100vw/10*2.5/2);
    background: #00a0ca;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: calc(1.6rem);
    line-height: calc(2.6rem);
    border-radius: 50%;
  }
  .tt_group .name_plate {
    width: calc(100%);
    margin-top: calc(14%);
    display: inline-block;
    text-align: center;
  }
  .tt_group .name_plate p:nth-child(1) {
    font-size: calc(2rem);
    letter-spacing: calc(0.05em);
    font-weight: bold;
    line-height: calc(1.6em);
  }
  .tt_group .link_icon {
    position: absolute;
    top: calc(50% - 100vw/1.7778/100*3 /2);
    right: 5%;
    height: calc(100vw/1.7778/100*3);
  }
  .tt_group .link_icon img {
    width: auto;
    height: calc(100vw/1.7778/100*3);
    transform-origin: center;
  }
  .gaiyou {
    position: relative;
    width: calc(100vw);
    padding-top: calc(100vh);
  }
  .gaiyou div {
    font-variant-east-asian: full-width;
    -moz-font-feature-settings: "fwid";
    -webkit-font-feature-settings: "fwid";
    font-feature-settings: "fwid";
  }
  .gaiyou_box {
    position: absolute;
    width: calc(100vw/10*8);
    left: calc(50% - 100vw/10*8/2);
  }
  .gaiyou .box1 {
    top: 10%;
  }
  .gaiyou_group {
    width: 100%;
    /*justify-content: space-between;
    display: inline-flex;*/
  }
  .gaiyou_block1, .gaiyou_block2, .gaiyou_block3 {
    position: relative;
    width: calc(100vw/10*8);
    height: calc(10vh);
    padding-bottom: calc(5vh);
    display: block;
  }
  .gaiyou_group a:hover .staff_name_box {
    transition: 0.2s;
    outline: 6px solid rgba(134, 193, 215, 1.00);
    outline-offset: -6px;
  }
  .gaiyou_group .staff_name_box {
    position: absolute;
    bottom: calc(0%);
    left: calc(0%);
    width: calc(100vw/10*8);
    height: calc(10vh);
    transition: 0.2s;
    outline: 1px solid rgba(134, 193, 215, 1.00);
    outline-offset: -1px;
  }
  .gaiyou_group .name_plate {
    text-align: center;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: calc(10vh);
    background-color: rgba(255, 255, 255, 1.00);
  }
  .gaiyou_group .name_plate p:nth-child(1) {
    font-size: calc(2.5rem);
    letter-spacing: calc(0.1em);
    font-weight: bold;
    background: -webkit-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -moz-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: -o-linear-gradient(0deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    background: linear-gradient(90deg, rgba(47, 160, 202, 1.00) 0%, rgba(0, 98, 146, 1.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gaiyou_group .link_icon {
    position: absolute;
    top: calc(2.8em);
    right: 5%;
    height: calc(2em);
  }
  .gaiyou_group .link_icon img {
    width: auto;
    height: calc(2em);
    transform-origin: center;
  }
  .entry_button {
    position: absolute;
    width: calc(100vw/10*8);
    bottom: calc(20%);
    left: calc(50% - 100vw/10*8 /2);
  }
  .entry_button_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .entry_button a {
    width: calc(100vw/10*8);
    display: block;
    text-align: center;
    font-size: calc(3rem);
    line-height: calc(3em);
    padding-left: calc(1em);
    transition: 0.4s;
    color: #fff;
    background-image: -webkit-linear-gradient(270deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-image: -moz-linear-gradient(270deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-image: -o-linear-gradient(270deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-image: linear-gradient(180deg, rgba(237, 109, 71, 1.00) 0%, rgba(238, 109, 70, 1.00) 28.62%, rgba(79, 195, 106, 1.00) 62.49%, rgba(1, 83, 80, 1.00) 99.99%);
    background-size: 100% 400%;
    border-radius: 60px;
  }
  .entry_button a:hover {
    transition: 0.4s;
    background-position: 0 100%;
  }
  .entry_button img {
    float: left;
    position: absolute;
    top: calc(1em);
    left: calc(1em);
    width: auto;
    height: calc(1em);
    transform-origin: center;
  }
}