@charset "UTF-8";
/*
Theme Name: Telecom Business 2024
*/
html {
  height: 100%;
  margin-top: 0 !important;
  color: #000;
}

html::-webkit-scrollbar {
  display: none;
}

img {
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 840px) {
  .br-sp {
    display: none;
  }
}
/* ////////////////////// PC_side ///////////////////////// */
.sp {
  display: none;
}

body {
  width: 100vw;
  width: calc(100vw - var(--scrollbar));
}
body :root {
  --scrollbar: 0;
}

main {
  width: 100vw;
  justify-content: center;
  width: calc(100vw - var(--scrollbar));
  background-color: #fff;
}

/****** ヘッダー設定 *******/
.ar_head {
  border-top: 2px solid #fff;
  width: 100%;
  background-color: #345080;
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  z-index: 5;
}
.ar_head .head_parts_box {
  margin: 0 auto;
  width: 82%;
  max-width: 1190px;
  display: flex;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  background-color: #345080;
}
@media (max-width: 840px) {
  .ar_head .head_parts_box {
    border-top: 2px solid #fff;
    width: 100%;
    height: 50px;
    padding: 8px 20px 10px 10px;
  }
}
.ar_head h1 {
  width: 20.5%;
}
.ar_head .on_head_logo {
  max-width: 243px;
}
@media (max-width: 840px) {
  .ar_head .on_head_logo {
    max-width: 200px;
  }
}
.ar_head .menu-header_menu-container {
  max-width: 700px;
  width: 60%;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 840px) {
  .ar_head .menu-header_menu-container {
    display: none;
  }
}
.ar_head ul {
  display: flex;
  justify-content: space-between;
  min-width: 0;
}
.ar_head .current-menu-item a {
  color: #FFF505;
}

/******* ハンバーガーメニュー設定 *******/
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #345080;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 200vh;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #345080;
  transition: all 0.5s;
  /*アニメーション設定*/
}
@media (max-width: 840px) {
  .menu-content .menu-header_menu-container {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    font-family: "M PLUS 2", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 50px;
  }
  .menu-content .menu-header_menu-container ul {
    display: flex;
    flex-direction: column;
  }
  .menu-content .menu-header_menu-container ul a {
    display: block;
    margin-bottom: 22px;
    width: 100%;
  }
}

.sp_head_open {
  padding-top: 100px;
  flex-direction: column;
  gap: 52px;
}
.sp_head_open img {
  margin: 0 auto;
  width: 80%;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

/******* 各固定ページの枠の共通設定 *******/
.com_contents_area {
  padding-top: 90px;
  background-color: #fff;
  padding-bottom: 250px;
}
@media (max-width: 840px) {
  .com_contents_area {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

.com_contents_area_0 {
  padding-top: 90px;
  background-color: #fff;
  padding-bottom: 250px;
}
@media (max-width: 840px) {
  .com_contents_area_0 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.com_ar_bg {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  position: absolute;
  opacity: 0.6;
}
@media (max-width: 840px) {
  .com_ar_bg {
    height: 100px;
  }
}

.com_tittle_box {
  padding-top: 70px;
  margin: 0 auto;
  width: 82%;
  max-width: 1190px;
}
@media (max-width: 840px) {
  .com_tittle_box {
    padding-top: 24px;
    padding-left: 30px;
    width: auto;
  }
}
.com_tittle_box .com_parts_tittle_1 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "M PLUS 2", sans-serif;
  color: #345080;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 840px) {
  .com_tittle_box .com_parts_tittle_1 {
    gap: 4px;
    font-size: 12px;
  }
}
.com_tittle_box .com_parts_tittle_1 .com_on_tittle_icon {
  max-width: 20px;
}
@media (max-width: 840px) {
  .com_tittle_box .com_parts_tittle_1 .com_on_tittle_icon {
    max-width: 10px;
  }
}
.com_tittle_box .com_parts_tittle_2 {
  font-family: "M PLUS 2", sans-serif;
  color: #345080;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 840px) {
  .com_tittle_box .com_parts_tittle_2 {
    font-size: 20px;
  }
}
.com_tittle_box .com_parts_tittle_3 {
  font-family: "M PLUS 2", sans-serif;
  color: #345080;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 840px) {
  .com_tittle_box .com_parts_tittle_3 {
    font-size: 20px;
    max-width: 90%;
  }
}

.com_bg_box {
  position: relative;
  top: 45px;
}
@media (max-width: 840px) {
  .com_bg_box {
    top: 30px;
    line-height: 1.8;
  }
}

.com_page_main,
.com_page_main_0 {
  margin: 0 auto;
  width: 82%;
  max-width: 1190px;
  background-color: #FBFEFF;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 90px 70px;
}
@media (max-width: 840px) {
  .com_page_main,
  .com_page_main_0 {
    width: 100%;
    padding: 30px;
    box-shadow: none;
  }
}
.com_page_main .para,
.com_page_main_0 .para {
  padding: 10px 0;
}
.com_page_main .spo_links,
.com_page_main_0 .spo_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 840px) {
  .com_page_main .spo_links,
  .com_page_main_0 .spo_links {
    gap: 5px;
  }
}
.com_page_main .spo_links .suscri,
.com_page_main_0 .spo_links .suscri {
  width: 35%;
}
.com_page_main .spo_links a,
.com_page_main_0 .spo_links a {
  width: 22%;
}
@media (max-width: 840px) {
  .com_page_main .spo_links a,
  .com_page_main_0 .spo_links a {
    width: 32%;
  }
}
.com_page_main .spo_links a .com_links,
.com_page_main_0 .spo_links a .com_links {
  text-align: center;
  font-size: 14px;
  color: #0D1F3A;
}
@media (max-width: 840px) {
  .com_page_main .spo_links a .com_links,
  .com_page_main_0 .spo_links a .com_links {
    font-size: 10px;
  }
}
.com_page_main .spo_links a .com_links img,
.com_page_main_0 .spo_links a .com_links img {
  width: 100%;
}

.com_page_main_0 {
  padding: 70px 70px;
  margin-bottom: 60px;
}
@media (max-width: 840px) {
  .com_page_main_0 {
    width: 100%;
    padding: 30px;
  }
}

.com_admin_btn {
  margin: 80px auto 0;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 40%;
}
.com_admin_btn a {
  display: block;
  padding: 1em 10px;
  background-color: #345080;
  width: 100%;
}
@media (max-width: 840px) {
  .com_admin_btn {
    margin: 60px auto 0;
    font-size: 14px;
    width: 100%;
  }
}
.com_admin_btn .com_on_admin_allow {
  position: relative;
  top: -20px;
  left: 85%;
}
@media (max-width: 840px) {
  .com_admin_btn .com_on_admin_allow {
    top: -17px;
  }
}

/******* フッター設定 *******/
.ar_foot {
  background-image: url("../img/img_foot_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ar_foot .pa_foot_box {
  margin: 0 auto;
  width: 82%;
  max-width: 1190px;
  padding-top: 70px;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 840px) {
  .ar_foot .pa_foot_box {
    display: block;
    padding-top: 40px;
  }
}
.ar_foot .on_foot_logo {
  max-width: 328px;
  width: 27.7%;
}
@media (max-width: 840px) {
  .ar_foot .on_foot_logo {
    max-width: 200px;
    width: auto;
  }
}
.ar_foot .on_foot_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 840px) {
  .ar_foot .on_foot_menu {
    padding-top: 30px;
  }
}
.ar_foot .on_foot_menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ar_foot .on_foot_copy {
  padding-top: 290px;
  padding-bottom: 22px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 840px) {
  .ar_foot .on_foot_copy {
    padding-top: 30px;
    font-size: 10px;
  }
}

/******* フロントページ設定 *******/
.ar_front {
  padding-top: 90px;
}
@media (max-width: 840px) {
  .ar_front {
    padding-top: 52px;
  }
}
.ar_front .front_top_movie {
  /* ラッパー（外側の要素） */
  /* 疑似要素でオーバーレイを表示 */
  /* video 要素 */
}
.ar_front .front_top_movie .video-wrapper {
  aspect-ratio: 16/9;
  /* 縦横比（アスペクト比） */
  overflow: hidden;
  position: relative;
  /* 絶対配置するコンテンツや疑似要素の基準とする */
  width: 100%;
  max-height: 500px;
  height: 34.72vw;
}
@media (max-width: 840px) {
  .ar_front .front_top_movie .video-wrapper {
    max-height: 500px;
    height: 150vw;
  }
}
.ar_front .front_top_movie .video-wrapper::before {
  content: "";
  position: absolute;
  /* 絶対配置 */
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(9, 2, 108, 0.15);
}
.ar_front .front_top_movie .video-wrapper video {
  width: 100%;
  max-height: 500px;
  height: 34.72vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .ar_front .front_top_movie .video-wrapper video {
    max-height: 500px;
    height: 150vw;
  }
}
.ar_front .front_top_movie .video-content {
  width: 70%;
  max-width: 990px;
  margin: 0 auto;
  transform: translate(0, max(-29.1vw, -420px));
}
@media (max-width: 840px) {
  .ar_front .front_top_movie .video-content {
    transform: translate(0, max(-110vw, -420px));
  }
}
.ar_front .front_top_movie .video-content .front_video_tittle {
  display: inline;
  font-family: "M PLUS 2", sans-serif;
  color: #152635;
  font-size: min(2.3vw, 32px);
  font-weight: 500;
  background-color: #fff;
  padding: 3px 15px;
  margin-bottom: 10px;
  line-height: 2;
}
@media (max-width: 840px) {
  .ar_front .front_top_movie .video-content .front_video_tittle {
    font-size: min(5.3vw, 25px);
    display: inline;
    padding: 3px 8px;
  }
}
.ar_front .front_top_movie .video-content .otto {
  margin-left: 10%;
  width: 100%;
}
@media (max-width: 840px) {
  .ar_front .front_top_movie .video-content .otto {
    transform: translate(0, max(-84vw, -290px));
  }
}
.ar_front .front_top_movie .video-content .front_video_straigh {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  color: #FFF;
  background-color: #345080;
  font-size: min(3vw, 44px);
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 840px) {
  .ar_front .front_top_movie .video-content .front_video_straigh {
    font-size: min(5.3vw, 25px);
    padding: 3px 8px;
  }
}
.ar_front .front_top_movie .front_video_sub_tittle {
  transform: translate(0, max(-2.3vw, -30px));
  text-align: center;
  color: #fff;
  font-size: min(6.94vw, 100px);
  font-weight: 800;
  font-style: italic;
  opacity: 0.9;
}
@media (max-width: 840px) {
  .ar_front .front_top_movie .front_video_sub_tittle {
    font-size: min(7.5vw, 46px);
    transform: none;
  }
}
.ar_front .front_top_movie #content .video-content h2 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 2px #444;
  color: #fff;
}
.ar_front .front_top_movie .video-content p {
  max-width: 600px;
  padding: 0 2rem;
}
@media screen and (max-width: 480px) {
  .ar_front .front_top_movie .video-wrapper {
    aspect-ratio: 1/1;
  }
  .ar_front .front_top_movie .video-content {
    top: 38%;
  }
}
.ar_front .front_section_12 {
  width: 100%;
  height: 59.7vw;
  max-height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("../img/img_top_section12_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
@media (max-width: 840px) {
  .ar_front .front_section_12 {
    background-repeat: initial;
    background-size: auto;
    height: auto;
    max-height: none;
    background-image: url("../img/sp_img_top_section12_bg.webp");
  }
}
.ar_front .front_section_12 .front_top_block_1 {
  width: 50%;
  position: absolute;
}
@media (max-width: 840px) {
  .ar_front .front_section_12 .front_top_block_1 {
    width: 100%;
  }
}
.ar_front .front_section_12 .front_top_block_1 .front_top_bg_1 {
  width: 100%;
  height: min(30vw, 430px);
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("../img/svg_top_section12_bg_1.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  /* 高さを100%に保ち、幅は自動調整 */
  background-position: center right;
  /* 右端を中央に配置 */
}
@media (max-width: 840px) {
  .ar_front .front_section_12 .front_top_block_1 .front_top_bg_1 {
    background-image: none;
    background-color: #345080;
  }
}
.ar_front .front_section_12 .front_top_about {
  position: relative;
  transform: translate(0px, 30px);
  max-width: 1190px;
  width: 82%;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
  font-size: min(1.38vw, 20px);
  font-weight: 500;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .ar_front .front_section_12 .front_top_about {
    width: 84%;
    transform: translate(0px, 15px);
    font-size: max(4.8vw, 18px);
  }
}
.ar_front .front_section_12 .front_top_about .front_top_tittle {
  font-weight: 400;
}
@media (max-width: 840px) {
  .ar_front .front_section_12 .front_top_about .front_top_tittle {
    font-size: max(4.26vw, 16px);
    font-weight: 300;
  }
}
.ar_front .front_section_12 .front_top_about .front_top_about_allow {
  transform: translate(min(10.4vw, 150px), 0px);
  width: 13.1vw;
  max-width: 190px;
}
@media (max-width: 840px) {
  .ar_front .front_section_12 .front_top_about .front_top_about_allow {
    display: none;
  }
}
.ar_front .front_section_12 .front_top_about .front_top_about_photos {
  position: absolute;
  top: min(9vw, 130px);
  left: min(15.2vw, 220px);
}
@media (max-width: 840px) {
  .ar_front .front_section_12 .front_top_about .front_top_about_photos {
    position: relative;
    top: min(1.6vw, 6px);
    left: 0;
  }
}
.ar_front .front_section_12 .front_top_about .front_top_about_photos .front_top_about_photo_1 {
  position: relative;
  max-width: 432px;
  width: 30vw;
  top: min(6.94vw, 100px);
}
@media (max-width: 840px) {
  .ar_front .front_section_12 .front_top_about .front_top_about_photos .front_top_about_photo_1 {
    position: relative;
    max-width: none;
    width: 100%;
    top: 0;
  }
}
.ar_front .front_section_12 .front_top_about .front_top_about_photos .front_top_about_photo_2 {
  max-width: 306px;
  width: 21.2vw;
  transform: translate(max(-23vw, -332px), max(-18vw, -260px));
}
.ar_front .front_section_12 .front_top_about .front_top_about_photos .front_top_about_photo_3 {
  max-width: 264px;
  width: 18.3vw;
  transform: translate(max(-16.6vw, -240px), max(-21.5vw, -310px));
}
.ar_front .front_section_12 .front_top_about .front_top_about_photos .front_top_about_photo_4 {
  max-width: 185px;
  width: 12.8vw;
  transform: translate(max(-2.77vw, -40px), max(-31.2vw, -450px));
}
.ar_front .front_sec_1 {
  margin: 0 auto;
  max-width: 1190px;
  width: 82%;
  padding-bottom: 110px;
}
@media (max-width: 840px) {
  .ar_front .front_sec_1 {
    width: 90%;
    padding-bottom: 60px;
  }
}
.ar_front .front_sec_1 .spo_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 840px) {
  .ar_front .front_sec_1 .spo_links {
    padding-top: 60px;
  }
}
.ar_front .front_sec_1 .spo_links .com_links {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #0D1F3A;
  width: 14%;
}
@media (max-width: 840px) {
  .ar_front .front_sec_1 .spo_links .com_links {
    width: 28%;
  }
}
.ar_front .front_sec_1 .spo_links .com_links img {
  max-width: 170px;
  width: 100%;
}
.ar_front .front_section_3 {
  transform: translate(0, max(-13.8vw, -200px));
  max-height: 810px;
  height: 56.2vw;
  pointer-events: none;
}
@media (max-width: 840px) {
  .ar_front .front_section_3 {
    padding-top: 30px;
    transform: none;
    height: auto;
    max-height: none;
    background-repeat: initial;
    background-size: auto;
    height: auto;
    max-height: none;
    background-image: url("../img/sp_img_top_section12_bg.webp");
  }
}
.ar_front .front_section_3 .front_top_block_2 {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  max-height: 1020px;
  height: 71.4vw;
}
@media (max-width: 840px) {
  .ar_front .front_section_3 .front_top_block_2 {
    height: auto;
  }
}
.ar_front .front_section_3 .front_top_block_2 .front_top_bg_1 {
  position: relative;
  top: 51vw;
  right: max(-51vw, -720px);
  width: 100vw;
  height: 100vw;
  background-color: #345080;
  transform-origin: 100% 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  pointer-events: auto;
}
@media (max-width: 840px) {
  .ar_front .front_section_3 .front_top_block_2 .front_top_bg_1 {
    display: none;
  }
}
.ar_front .front_section_3 .front_top_block_3 .front_top_bg_1 {
  height: 18vw;
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("../img/img_top_section3_bg_1.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* 高さを100%に保ち、幅は自動調整 */
  background-position: center;
  transform: translate(0, max(-55.5vw, -800px));
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
@media (max-width: 840px) {
  .ar_front .front_section_3 .front_top_block_3 .front_top_bg_1 {
    height: 29.3vw;
    width: 100%;
    background-image: url("../img/sp_img_top_section3_bg_1.webp");
    transform: none;
  }
}
.ar_front .front_section_3 .front_top_recruit_photos {
  position: relative;
  max-width: 1190px;
  width: 82%;
  margin: 0 auto;
  transform: translate(0, max(-69.4vw, -1000px));
  z-index: 3;
}
@media (max-width: 840px) {
  .ar_front .front_section_3 .front_top_recruit_photos {
    transform: translate(0, max(-6.66vw, -250px));
  }
}
.ar_front .front_section_3 .front_top_recruit_photos .front_top_about_photo_1 {
  max-width: 432px;
  width: 30vw;
  top: min(1vw, 15px);
  left: min(52vw, 750px);
  position: relative;
  pointer-events: auto;
}
@media (max-width: 840px) {
  .ar_front .front_section_3 .front_top_recruit_photos .front_top_about_photo_1 {
    position: relative;
    max-width: none;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.ar_front .front_section_3 .front_top_recruit_photos .front_top_about_photo_2 {
  max-width: 306px;
  width: 21.2vw;
  transform: translate(min(67.3vw, 970px), min(1.38vw, 20px));
  position: relative;
  pointer-events: auto;
}
.ar_front .front_section_3 .front_top_recruit_photos .front_top_about_photo_3 {
  max-width: 264px;
  width: 18.3vw;
  transform: translate(min(52vw, 750px), max(-17.32vw, -250px));
  pointer-events: auto;
}
.ar_front .front_section_3 .front_top_recruit_photos .front_top_about_photo_4 {
  max-width: 185px;
  width: 12.8vw;
  transform: translate(min(43.7vw, 630px), max(-31.9vw, -460px));
  pointer-events: auto;
}
.ar_front .front_tittles_box_1 {
  max-width: 1190px;
  width: 82%;
  margin: 0 auto;
  transform: translate(0, max(-2.15vw, -31px));
  pointer-events: auto;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_box_1 {
    width: 84%;
    transform: none;
    padding-top: max(7.19vw, 27px);
  }
}
.ar_front .front_tittles_box_1 .front_top_about_photo_5 {
  width: 84vw;
}
.ar_front .front_tittles_box_2 {
  max-width: 1190px;
  width: 82%;
  margin: 0 auto;
  transform: translate(0, min(0vw, 0px));
  pointer-events: auto;
}
.ar_front .front_tittles_box_3 {
  max-width: 1190px;
  width: 82%;
  margin: 0 auto;
  transform: translate(0, max(-122.9vw, -1770px));
  pointer-events: auto;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_box_3 {
    transform: none;
    width: 84%;
  }
}
.ar_front .front_tittles_box_3 .adjust_recruit_box {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_box_3 .adjust_recruit_box {
    width: auto;
  }
}
.ar_front .front_tittles_subbox {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_subbox {
    margin-left: 0;
  }
}
.ar_front .front_tittles_subbox .front_tittles_one {
  font-family: "M PLUS 2", sans-serif;
  font-size: min(1.38vw, 20px);
  font-weight: 500;
  color: #0D1F3A;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_subbox .front_tittles_one {
    font-size: max(4.26vw, 16px);
  }
}
.ar_front .front_tittles_subbox .front_tittles_two {
  font-family: "M PLUS 2", sans-serif;
  font-size: min(1.8vw, 26px);
  font-weight: 500;
  color: #0D1F3A;
  padding-bottom: 10px;
  line-height: 1;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_subbox .front_tittles_two {
    font-size: max(4.8vw, 18px);
  }
}
.ar_front .front_tittles_top_para {
  font-family: "M PLUS 2", sans-serif;
  font-size: min(1.38vw, 20px);
  font-weight: 400;
  color: #3F3F3F;
  text-align: right;
  z-index: 2;
  position: relative;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_top_para {
    font-size: max(3.2vw, 12px);
  }
}
.ar_front .front_tittles_top_eng {
  font-family: "M PLUS 2", sans-serif;
  font-size: min(8.05vw, 116px);
  font-weight: 600;
  color: #EAEDF2;
  text-align: right;
  transform: translate(0, max(-4.86vw, -70px));
  z-index: 1;
  position: relative;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_top_eng {
    font-size: max(16vw, 60px);
    text-align: left;
    transform: translate(0, min(-8vw, -30px));
    color: #EAEDF2;
  }
}
.ar_front .front_tittles_top_links {
  z-index: 3;
  position: relative;
  width: min(15.1vw, 218px);
  height: min(3.88vw, 56px);
  margin-left: auto;
  transform: translate(0, max(-4.86vw, -70px));
}
@media (max-width: 840px) {
  .ar_front .front_tittles_top_links {
    width: min(58.1vw, 218px);
    height: min(14.9vw, 56px);
  }
}
.ar_front .front_tittles_top_links a {
  display: block;
  vertical-align: baseline;
  font-family: "M PLUS 2", sans-serif;
  font-size: min(1.11vw, 16px);
  font-weight: 500;
  color: #0D1F3A;
  border-radius: 27.5px;
  border: 1px solid #345080;
  background: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  /* Flexコンテナに変更 */
  align-items: center;
  /* 上下中央に揃える */
  padding-left: min(1.66vw, 24px);
  pointer-events: initial;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_top_links a {
    font-size: max(4.26vw, 16px);
    padding-left: min(6.4vw, 24px);
  }
}
.ar_front .front_tittles_top_links img {
  transform: translate(min(11.4vw, 165px), max(-3.68vw, -53px));
  max-width: 48px;
  width: 3.33vw;
  pointer-events: none;
}
@media (max-width: 840px) {
  .ar_front .front_tittles_top_links img {
    transform: translate(min(44vw, 165px), max(-14.1vw, -53px));
    width: auto;
  }
}
.ar_front .front_section_4 {
  background: linear-gradient(90deg, #D4B228 0%, #F3E9C1 100%);
  height: 140px;
  max-height: 9.72vw;
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 {
    margin-top: 30px;
    height: 60vw;
    max-height: none;
  }
}
.ar_front .front_section_4 .front_contact {
  display: flex;
  justify-content: space-between;
  max-width: 1190px;
  width: 82%;
  margin: 0 auto;
  max-height: 80px;
  height: 5.55vw;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact {
    display: flex;
    flex-flow: column;
    height: auto;
    max-height: none;
    width: 84%;
  }
}
.ar_front .front_section_4 .front_contact .type_a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: end;
  font-weight: 400;
  font-size: min(0.97vw, 14px);
  padding-right: 2%;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact .type_a {
    height: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(4.26vw, 16px);
  }
}
.ar_front .front_section_4 .front_contact .type_a .maxim_cont {
  font-weight: 700;
  font-size: min(4.72vw, 68px);
  transform: translate(0, max(-2vw, -30px));
  height: 55px;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact .type_a .maxim_cont {
    font-size: max(5.33vw, 20px);
    transform: translate(0, max(1vw, 1px));
    height: auto;
  }
}
.ar_front .front_section_4 .front_contact a {
  width: min(25%, 360px);
  background-color: #345080;
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact a {
    width: 60%;
    height: 18.6vw;
    transform: translate(max(33.3vw, 125px), 0);
  }
}
.ar_front .front_section_4 .front_contact a .type_b {
  display: flex;
  align-items: center;
}
.ar_front .front_section_4 .front_contact a .type_b .contact_plane_box {
  padding-left: min(2vw, 30px);
  font-size: min(0.97vw, 14px);
  font-weight: 400;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact a .type_b .contact_plane_box {
    padding-left: min(2.66vw, 10px);
    font-size: max(2.66vw, 10px);
  }
}
.ar_front .front_section_4 .front_contact a .type_b .contact_plane_box img {
  max-width: 46px;
  width: 3.1vw;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact a .type_b .contact_plane_box img {
    width: auto;
    width: 12vw;
    max-width: none;
  }
}
.ar_front .front_section_4 .front_contact .type_b::before {
  content: "";
  display: block;
  width: 10.4vw;
  max-width: 150px;
  height: 2px;
  background-color: #fff;
  transform: translate(max(-2vw, -30px), 0);
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact .type_b::before {
    width: 28vw;
    height: 1px;
    transform: translate(max(-8vw, -100px), 0);
  }
}
.ar_front .front_section_4 .front_contact .type_c {
  width: min(25%, 360px);
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact .type_c {
    width: auto;
    padding-top: min(5.33vw, 20px);
  }
}
.ar_front .front_section_4 .front_contact .type_c img {
  height: 80%;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .ar_front .front_section_4 .front_contact .type_c img {
    width: 100%;
  }
}
.ar_front .section_5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  max-height: 500px;
  height: 34.72vw;
}
@media (max-width: 840px) {
  .ar_front .section_5 {
    display: block;
  }
}
.ar_front .section_5 img,
.ar_front .section_5 source {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ar_front .section_6 {
  max-height: 140vw;
  height: 34.72vw;
}
@media (max-width: 840px) {
  .ar_front .section_6 {
    height: 140vw;
    max-height: none;
  }
}
.ar_front .section_6 .front_bottom_bg_1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  max-height: 500px;
  height: 34.72vw;
}
@media (max-width: 840px) {
  .ar_front .section_6 .front_bottom_bg_1 {
    height: auto;
    display: block;
    max-height: 140vw;
  }
}
.ar_front .section_6 .front_bottom_bg_1 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .ar_front .section_6 .front_bottom_bg_1 img {
    height: 140vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ar_front .front_campany_box {
  position: relative;
  top: max(-34.72vw, -500px);
  height: 34.72vw;
  max-height: 500px;
  max-width: 1190px;
  width: 82%;
  margin: 0 auto;
  display: flex;
  z-index: 1;
  font-family: "M PLUS 2", sans-serif;
  color: #fff;
}
@media (max-width: 840px) {
  .ar_front .front_campany_box {
    top: -125vw;
    display: flex;
    flex-flow: column;
  }
}
.ar_front .front_campany_one {
  display: flex;
  flex-flow: column;
  width: 50%;
  max-height: 500px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 840px) {
  .ar_front .front_campany_one {
    width: auto;
  }
}
.ar_front .front_campany_one img {
  max-width: 230px;
  width: 34vw;
}
@media (max-width: 840px) {
  .ar_front .front_campany_one img {
    width: 53.3vw;
    max-width: none;
  }
}
.ar_front .front_campany_one .company_img {
  padding-top: 10px;
  max-width: 370px;
}
@media (max-width: 840px) {
  .ar_front .front_campany_one .company_img {
    width: 80vw;
  }
}
.ar_front .front_campany_one .comp_tittle {
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  padding-bottom: min(2.77vw, 40px);
}
@media (max-width: 840px) {
  .ar_front .front_campany_one .comp_tittle {
    font-size: max(4.26vw, 16px);
    font-weight: 500;
    padding-top: max(5.33vw, 20px);
  }
}
.ar_front .front_campany_one table {
  font-size: min(1.11vw, 16px);
}
@media (max-width: 840px) {
  .ar_front .front_campany_one table {
    font-size: max(3.73vw, 14px);
  }
}
.ar_front .front_campany_one th {
  vertical-align: top;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.ar_front .front_campany_one td {
  text-align: left;
  padding-left: min(2.77vw, 40px);
}
@media (max-width: 840px) {
  .ar_front .front_campany_one td {
    padding-left: min(5.33vw, 20px);
  }
}
.ar_front .section_7 {
  display: flex;
  max-height: 360px;
  height: 25vw;
}
@media (max-width: 840px) {
  .ar_front .section_7 {
    max-height: none;
    height: auto;
    display: flex;
    flex-flow: column;
  }
}
@media (max-width: 840px) {
  .ar_front .section_7 a {
    height: 25vw;
  }
}
.ar_front .section_7 .front_bottom_links {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  /* 上下中央に配置 */
  max-height: 360px;
  height: 25vw;
  text-align: center;
}
.ar_front .section_7 img {
  width: 100%;
  height: auto;
  margin: auto;
  /* 左右上下中央に配置 */
}
.ar_front .section_7 .bottom_links {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  font-size: min(1.11vw, 16px);
  width: 100%;
  text-align: center;
  transform: translate(0, max(-13.1vw, -190px));
  pointer-events: none;
}
@media (max-width: 840px) {
  .ar_front .section_7 .bottom_links {
    font-size: max(4.26vw, 16px);
    transform: translate(0, max(-15vw, -190px));
  }
}

/******* 採用ページ設定 *******/
.ar_recruit .recruit_parts_tittle {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
}
.ar_recruit .recruit_parts_tittle .recruit_point_m1 {
  color: #000;
  font-size: 24px;
}
@media (max-width: 840px) {
  .ar_recruit .recruit_parts_tittle .recruit_point_m1 {
    font-size: 18px;
  }
}
.ar_recruit .recruit_parts_tittle .recruit_point_m2 {
  color: #E6EFF0;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 840px) {
  .ar_recruit .recruit_parts_tittle .recruit_point_m2 {
    font-size: 22px;
  }
}
.ar_recruit .recruit_parts_main {
  padding-top: 20px;
  color: #3F3F3F;
  font-size: 18px;
}
@media (max-width: 840px) {
  .ar_recruit .recruit_parts_main {
    padding-top: 14px;
  }
}
.ar_recruit .recruit_parts_main table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 840px) {
  .ar_recruit .recruit_parts_main table {
    border-collapse: unset;
  }
}
.ar_recruit .recruit_parts_main th {
  vertical-align: top;
  text-align: left;
  font-weight: 700;
  width: 25%;
  padding: 30px 36px;
  background: #F7F7F7;
  border: 0.5px solid #3F3F3F;
}
.ar_recruit .recruit_parts_main td {
  font-weight: 500;
  width: 75%;
  padding: 30px 36px;
  background-color: #fff;
  border: 0.5px solid #3F3F3F;
}
@media (max-width: 840px) {
  .ar_recruit .recruit_parts_main tr {
    display: flex;
    flex-flow: column;
    border: 0.5px solid #3F3F3F;
  }
  .ar_recruit .recruit_parts_main th,
  .ar_recruit .recruit_parts_main td {
    width: auto;
    padding: 10px;
    font-size: 14px;
    border: none;
  }
  .ar_recruit .recruit_parts_main td {
    font-size: 13px;
    border-top: 0.5px solid #3F3F3F;
  }
}

/******* 会社情報ページ設定 *******/
.ar_company {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 840px) {
  .ar_company {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
  }
}
.ar_company .company_parts_box {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 840px) {
  .ar_company .company_parts_box {
    display: flex;
    flex-flow: column;
  }
}
.ar_company .company_parts_box .company_parts_l_box {
  width: 35.5%;
}
@media (max-width: 840px) {
  .ar_company .company_parts_box .company_parts_l_box {
    width: auto;
  }
}
.ar_company .company_parts_box .company_parts_l_box .company_point_tittle {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
}
.ar_company .company_parts_box .company_parts_l_box .company_parts_thumbs {
  width: 100%;
  max-width: initial;
}
.ar_company .company_parts_box .company_parts_r_box {
  padding-top: 50px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 56.7%;
  padding-bottom: 120px;
}
.ar_company .company_parts_box .company_parts_r_box a {
  color: #f0c000;
  text-decoration: none;
}
@media (max-width: 840px) {
  .ar_company .company_parts_box .company_parts_r_box {
    padding-top: 30px;
    padding-bottom: 80px;
    width: auto;
  }
}
.ar_company .company_parts_box .company_parts_r_box table {
  width: 100%;
  border-collapse: collapse;
}
.ar_company .company_parts_box .company_parts_r_box th {
  width: 40%;
  text-align: left;
  vertical-align: top;
}
.ar_company .company_parts_box .company_parts_r_box td {
  font-weight: 400;
}
.ar_company .company_parts_box .company_parts_r_box th,
.ar_company .company_parts_box .company_parts_r_box td {
  border-top: 0.5px solid #3F3F3F;
  border-bottom: 0.5px solid #3F3F3F;
  padding: 28px 0;
}
@media (max-width: 840px) {
  .ar_company .company_parts_box .company_parts_r_box th,
  .ar_company .company_parts_box .company_parts_r_box td {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 840px) {
  .ar_company .company_parts_box .company_parts_r_box td {
    padding-top: 5px;
  }
  .ar_company .company_parts_box .company_parts_r_box tr {
    display: flex;
    flex-flow: column;
    border-top: 0.5px solid #3F3F3F;
    padding: 28px 0;
  }
  .ar_company .company_parts_box .company_parts_r_box tr:last-child {
    border-bottom: 0.5px solid #3F3F3F;
  }
}
.ar_company .company_parts_box .lllst {
  padding-top: 90px;
}
@media (max-width: 840px) {
  .ar_company .company_parts_box .lllst {
    padding-top: 30px;
  }
}
.ar_company .company_parts_box .ddo th {
  width: 27%;
}

.ppap {
  padding-bottom: 90px;
}
@media (max-width: 840px) {
  .ppap {
    padding-bottom: 10px;
  }
}

/******* 事業案内設定 *******/
.ar_service .service_main_box .service_parts_top_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_top_box {
    display: flex;
    flex-flow: column;
  }
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box {
  width: 51%;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_top_box .service_parts_l_box {
    width: auto;
  }
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_tittle {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_tittle .service_point_m1 {
  color: #000;
  font-size: 24px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_tittle .service_point_m1 {
    font-size: 18px;
  }
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_tittle .service_point_m2 {
  color: #E6EFF0;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_tittle .service_point_m2 {
    font-size: 22px;
  }
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_contents {
  padding-top: 25px;
  font-family: "M PLUS 2", sans-serif;
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_contents .service_point_tittle_1 {
  padding-left: 10px;
  display: flex;
  gap: 9px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_contents .service_point_tittle_1 {
    font-size: 16px;
    padding-left: 0;
  }
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_contents .service_point_para_1 {
  font-size: 16px;
  font-weight: 400px;
  padding: 10px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_contents .service_point_para_1 {
    padding: 5px 0 0;
    font-size: 14px;
  }
}
.ar_service .service_main_box .service_parts_top_box .service_parts_l_box .service_parts_sp_thumb {
  padding-top: 14px;
  width: auto;
}
.ar_service .service_main_box .service_parts_top_box .service_parts_r_box {
  -o-object-fit: cover;
     object-fit: cover;
  width: 43.2%;
  max-width: 450px;
}
.ar_service .service_main_box .service_parts_bottom_box,
.ar_service .service_main_box .service_parts_bottom_box_1 {
  display: flex;
  flex-flow: column;
  padding-top: 60px;
  gap: 60px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box,
  .ar_service .service_main_box .service_parts_bottom_box_1 {
    padding-top: 60px;
  }
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box {
  display: flex;
  gap: 20px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box .spa_box,
  .ar_service .service_main_box .service_parts_bottom_box_1 .spa_box {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .spa_thumb img,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .spa_thumb img {
  max-width: 250px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box .spa_box .spa_thumb img,
  .ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .spa_thumb img {
    max-width: none;
    width: 100%;
  }
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums {
  font-family: "M PLUS 2", sans-serif;
  display: flex;
  flex-flow: column;
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums a,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums a {
  color: #000;
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .service_point_tittle_2,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .service_point_tittle_2 {
  color: #345080;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: start;
  gap: 2px;
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .service_point_tittle_2 img,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .service_point_tittle_2 img {
  padding-top: 5px;
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .service_point_para_2,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .service_point_para_2 {
  padding-left: 16px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .service_point_para_2,
  .ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .service_point_para_2 {
    font-size: 14px;
  }
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links,
  .ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links {
    gap: 5px;
  }
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links .suscri,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links .suscri {
  width: 35%;
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links a,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links a {
  width: 22%;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links a,
  .ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links a {
    width: 32%;
  }
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links a .com_links,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links a .com_links {
  text-align: center;
  font-size: 14px;
  color: #0D1F3A;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links a .com_links,
  .ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links a .com_links {
    font-size: 10px;
  }
}
.ar_service .service_main_box .service_parts_bottom_box .spa_box .service_parts_clums .spo_links a .com_links img,
.ar_service .service_main_box .service_parts_bottom_box_1 .spa_box .service_parts_clums .spo_links a .com_links img {
  width: 100%;
}
.ar_service .service_main_box .service_parts_bottom_box .service_parts_clums,
.ar_service .service_main_box .service_parts_bottom_box_1 .service_parts_clums {
  font-family: "M PLUS 2", sans-serif;
  display: flex;
  flex-flow: column;
}
.ar_service .service_main_box .service_parts_bottom_box .service_parts_clums .service_point_tittle_2,
.ar_service .service_main_box .service_parts_bottom_box_1 .service_parts_clums .service_point_tittle_2 {
  color: #345080;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: start;
  gap: 2px;
}
.ar_service .service_main_box .service_parts_bottom_box .service_parts_clums .service_point_tittle_2 img,
.ar_service .service_main_box .service_parts_bottom_box_1 .service_parts_clums .service_point_tittle_2 img {
  padding-top: 5px;
}
.ar_service .service_main_box .service_parts_bottom_box .service_parts_clums .service_point_para_2,
.ar_service .service_main_box .service_parts_bottom_box_1 .service_parts_clums .service_point_para_2 {
  padding-left: 16px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box .service_parts_bottom_box .service_parts_clums .service_point_para_2,
  .ar_service .service_main_box .service_parts_bottom_box_1 .service_parts_clums .service_point_para_2 {
    font-size: 14px;
  }
}
.ar_service .service_main_box .service_parts_bottom_box_1 {
  padding-top: 20px;
  gap: 20px;
}
.ar_service .service_main_box:first-child {
  padding-bottom: 120px;
}
@media (max-width: 840px) {
  .ar_service .service_main_box:first-child {
    padding-bottom: 140px;
  }
}

/******* 問い合わせページ設定 *******/
.ar_contact .contact_top_box {
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 28px;
  color: #345080;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 30px;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
}
@media (max-width: 840px) {
  .ar_contact .contact_top_box {
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 15px;
  }
}

/******* コンタクトフォーム設定 *******/
#cf7-area {
  width: 100%;
  margin: 0 auto;
  font-family: "M PLUS 2", sans-serif;
}

.cf7-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 40px;
}
@media (max-width: 840px) {
  .cf7-item {
    margin: 0 0 40px;
  }
}

.cf7-q {
  width: 30%;
}

.cf7-a {
  width: 60%;
}

/* 見出し */
.form-heading {
  width: 100%;
  background-color: #345080;
  border-left: 1em solid #8098BA;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 0.8em;
  /* 修正: .8em → 0.8em */
  margin: 0 0 2em;
}

.form-heading p {
  margin: 0;
}

/* 各項目共通 */
#cf7-area label {
  font-weight: bold;
}

#cf7-area input[type=text],
#cf7-area input[type=email],
#cf7-area input[type=tel],
#cf7-area textarea {
  background: #f0f8ff;
  width: 100%;
  padding: 10px;
  border: 0.5px solid #3F3F3F;
}

#cf7-area input[type=text]:focus,
#cf7-area input[type=email]:focus,
#cf7-area input[type=tel]:focus,
#cf7-area textarea:focus {
  background: #ffe4e1;
  border: 0.5px solid #ff1493;
  outline: 0;
}

#cf7-area .wpcf7-list-item {
  display: block;
}

#cf7-area textarea {
  height: 200px;
  padding: 0.625em 0.4375em;
}

.cf7-accept-check {
  text-align: center;
  margin: 50px auto;
}

.cf7-submit {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

#cf7-area input[type=submit] {
  width: 100%;
  background-color: #345080;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 1em 10px;
  border: 1px solid #345080;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}
@media (max-width: 840px) {
  #cf7-area input[type=submit] {
    font-size: 16px;
  }
}

#cf7-area input[type=submit]:hover {
  background-color: #ffffff;
  color: #345080;
  border: 1px solid #345080;
  box-sizing: border-box;
}

.cf7-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.wpcf7-list-item-label a {
  color: #74A5F9;
  text-decoration: none;
}

/* 必須ラベル */
.cf7-req {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #eb2a2a;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 20px 0;
  text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #cc0000;
  font-weight: bold;
}

.wpcf7-response-output {
  text-align: center;
}

@media (max-width: 840px) {
  .cf7-item {
    display: block;
  }
  #cf7-area label {
    display: block;
    margin-bottom: 10px;
  }
  .cf7-q {
    width: 100%;
    margin: 0;
  }
  .cf7-a {
    width: 100%;
  }
  .cf7-a label {
    padding-bottom: 0px;
  }
  #cf7-area input[type=text],
  #cf7-area input[type=email],
  #cf7-area input[type=tel],
  #cf7-area textarea {
    margin-left: 0;
  }
  .cf7-submit {
    width: 90%;
  }
}
form.sent p {
  display: none;
}

/******* 事業案内設定 *******/
.ar_privacy .privacy_parts_top_box {
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 840px) {
  .ar_privacy .privacy_parts_top_box {
    font-size: 14px;
  }
}
.ar_privacy .privacy_parts_top_box .privacy_point_tittle_1 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 840px) {
  .ar_privacy .privacy_parts_top_box .privacy_point_tittle_1 {
    font-size: 15px;
  }
}
.ar_privacy .privacy_parts_bottom_box {
  display: flex;
  flex-flow: column;
  padding-top: 35px;
  gap: 20px;
}
@media (max-width: 840px) {
  .ar_privacy .privacy_parts_bottom_box {
    padding-top: 20px;
  }
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums {
  font-family: "M PLUS 2", sans-serif;
  display: flex;
  flex-flow: column;
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_tittle_2 {
  color: #345080;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: start;
  gap: 2px;
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_tittle_2 img {
  padding-top: 5px;
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_para_2 {
  padding-left: 16px;
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_para_2 ul li {
  position: relative;
  list-style: none;
  /* リストスタイルを無効にする */
  padding-left: 1em;
  /* 丸形のマークからテキストまでの距離 */
  margin-bottom: 5px;
  /* リストアイテム間の余白 */
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_para_2 ul li::before {
  content: "";
  /* 疑似要素の内容を空にする */
  display: inline-block;
  width: 3px;
  /* 丸形の幅 */
  height: 3px;
  /* 丸形の高さ */
  border-radius: 50%;
  /* 丸形にする */
  background-color: #000;
  /* 丸形の色 */
  position: absolute;
  left: 0;
  top: 10px;
  /* テキスト中央揃えのために適切な位置に調整 */
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_para_2 ol {
  padding-left: 10px;
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_para_2 ol li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: none;
  counter-increment: cnt;
}
.ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_para_2 ol li::before {
  content: counter(cnt) ".";
}
@media (max-width: 840px) {
  .ar_privacy .privacy_parts_bottom_box .privacy_parts_clums .privacy_point_para_2 {
    font-size: 14px;
  }
}

.privacy_main_box:first-child {
  padding-bottom: 120px;
}
@media (max-width: 840px) {
  .privacy_main_box:first-child {
    padding-bottom: 40px;
  }
}

/* ////////////////////// SP_side ///////////////////////// */
@media (max-width: 840px) {
  .pc {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .sp {
    display: block;
  }
}
/* ////////////////////// Animation ///////////////////////// */
/* Headリンクホバーアニメ */
.animoBorderLeftRight {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.animoBorderLeftRight::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: max(-0.34vw, -5px);
  left: 0;
  background-color: #FFF505;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 840px) {
  .animoBorderLeftRight::after {
    display: none;
  }
}

.animoBorderLeftRight:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* TOPリンクホバー */
.animoPulse:hover {
  cursor: pointer;
}

.animoPulse::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #345080;
  border-radius: 27.5px;
  /* 追加した行 */
  transform-origin: center;
  transform: scale(1);
  opacity: 0.3;
}

.animoPulse:hover::before {
  transition: all 0.75s ease-in-out;
  transform-origin: center;
  transform: scale(1.75);
  opacity: 0;
  border-radius: 27.5px;
}

/* TOPコンタクトボタンホバー */
.bn632-hover {
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn26 {
  background-image: linear-gradient(to right, #345080, #4481eb, #345080);
  box-shadow: 1px 1px 10px 0 rgba(65, 132, 234, 0.75);
}

/* TOP Doubue ボタンホバー */
.zoom-in-img {
  transition: 0.5s ease-out;
}
.zoom-in-img img {
  transform: scale(1);
  transition: 0.5s ease-out;
}

.zoom-in-img:hover {
  transition: 0.5s ease-out;
  filter: brightness(40%);
}
.zoom-in-img:hover img {
  transform: scale(1.05);
}

/*==================================================
Slowlly
====================================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  /*アニメーションの定義名*/
  animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  /*アニメーションの定義名*/
  animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeft_m {
  animation-name: fadeLeftAnime_m;
  /*アニメーションの定義名*/
  animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeLeftAnime_m {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*==================================================
    アニメーション設定
    ===================================*/
/* アニメーション１回分の時間の長さを指定するCSS*/
.change-time05 {
  animation-duration: 0.5s;
}

.change-time1 {
  animation-duration: 1s;
}

.change-time15 {
  animation-duration: 1.5s;
}

.change-time2 {
  animation-duration: 2s;
}

.change-time25 {
  animation-duration: 2.5s;
}

/* 動きをループさせるCSS*/
.count2 {
  animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

.countinfinite {
  animation-iteration-count: infinite;
  /*無限ループ*/
}

/* アニメーションの開始を遅らせるCSS*/
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time16 {
  animation-delay: 1.6s;
}

.delay-time17 {
  animation-delay: 1.7s;
}

.delay-time18 {
  animation-delay: 1.8s;
}

.delay-time19 {
  animation-delay: 1.9s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

/* アニメーションの進行具合を操作するCSS*/
.timing-ease {
  animation-timing-function: ease;
}

.timing-ease-in {
  animation-timing-function: ease-in;
}

.timing-ease-out {
  animation-timing-function: ease-out;
}

.timing-ease-in-out {
  animation-timing-function: ease-in-out;
}

.timing-linear {
  animation-timing-function: linear;
}

.timing-steps {
  animation-timing-function: steps(4, end);
}

.timing-cubic-bezier {
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.67, 0.51);
}

/*==================================================
    アニメーションをまとめて設定する
    ===================================*/
.fadeDown {
  animation: fadeDownAnime 1s ease 1.5s forwards;
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Javaanime */
.ani_fade_up_1,
.ani_fade_up_2,
.ani_fade_up_3,
.ani_fade_up_1 {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

.slide-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.fadeIn {
  animation: fadeIn 500ms linear both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */