@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* Body
------------------------------ */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  color: #222222;
  font-family: "Noto Sans JP", "YakuHanJPs", "Hiragino Kaku Gothic Pro",
    "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.88;
  letter-spacing: 0.04em;
  text-size-adjust: 100%;
  margin: 0;
  animation: fadeIn 0.4s ease-in 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  transition: 0.25s ease;
}
ul,
ol {
  letter-spacing: -0.4em;
  line-height: 0;
}
li {
  letter-spacing: normal;
  vertical-align: top;
  line-height: 188%;
}
img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  position: relative;
  color: #222;
  letter-spacing: 0.03em;
}

/* layout
------------------------------ */
@media screen and (min-width: 641px) {
  .wrapper {
    width: 1240px;
    /*padding: 0 15px;*/
  }
}
.wrapper {
  margin: 0 auto;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.layout_flex {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.sb.top_base{
  justify-content: center;
}
.sb.base_list_sb{
  justify-content: center;
}
.pict_r_contents {
  flex-direction: row-reverse;
}
.center {
  text-align: center;
}

/* Header
------------------------------ */
.contents {
  position: relative;
}
header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.86);
}
header > div.wrapper > div.layout_flex {
  padding: 10px 0 22px;
  align-items: center;
}
.logo {
  display: block;
  font-size: 0;
  background: url(../images/common/logo.svg) no-repeat center center;
  background-size: contain;
  transition: opacity 0.3s;
}
.logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  header {
    position: absolute;
  }
  .logo {
    width: 302px;
    height: 45px;
    margin: 25px 40px;
  }
}

/* global navi
------------------------------ */
@media screen and (min-width: 641px) {
  #gnav ul li {
    padding: 28px 30px 13px;
    width: auto;
  }
  #gnav ul li:last-of-type {
    padding-right: 55px;
  }
  #gnav ul li a {
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #222222;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
    transition: all 0.2s ease-in;
  }
  #gnav ul li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 4px solid #002278;
    bottom: -29px;
  }
  #gnav ul li a:hover:after {
    width: 100%;
  }
  /* 子メニュー */
  #gnav ul li .gnav_en {
    display: block;
    font-size: 1.2rem;
    color: #002278;
    margin-top: 11px;
  }
  #gnav .sub {
    position: absolute;
    max-width: 1055px;
    background: #fff;
    margin: auto;
    top: 95px;
    right: 210px;
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 6px -1px,
      rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    z-index: 5;
    border-radius: 0 0 10px 10px;
  }
  #gnav .sub a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1.4;
    color: #222222;
  }
  #gnav .sub .en {
    background: url(../images/common/gnav_en_service.svg) no-repeat center
      center;
    background-size: contain;
    font-size: 0;
    width: 128px;
    height: 22px;
    margin: 0 auto 10px;
  }
  #gnav .sub p.title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }
  #gnav .main_panel {
    width: 280px;
    background: #f7f7f7;
    color: #222222;
    font-size: 1.4rem;
    padding: 107px 63px 108px;
    border-radius: 0px 0px 0px 10px;
  }
  #gnav .main_panel.sub02 {
    padding: 107px 63px 108px;
  }
  #gnav .main_panel.sub03 {
    padding: 67px 74px 67px 73px;
  }
  #gnav .main_panel.sub02 .en {
    background: url(../images/common/gnav_en_company.svg) no-repeat center
      center;
    background-size: contain;
    font-size: 0;
    width: 153px;
    height: 22px;
    margin-bottom: 10px;
  }
  #gnav .main_panel a.btn {
    margin-top: 35px;
    height: 36px;
    line-height: 30px;
    color: #002278;
  }
  #gnav .main_panel a.btn:hover {
    background: #002278;
    color: #fff;
  }
  #gnav .inner {
    width: calc(100% - 280px);
    padding: 27px 60px 42px;
  }
  #gnav .inner .layout_flex {
    flex-wrap: wrap;
    gap: 28px 50px;
  }
  #gnav .parent {
    width: 185px;
  }
  #gnav .parent img {
    width: 100%;
    height: 100px;
  }
  #gnav .parent figcaption {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222222;
    margin-top: 8px;
    font-feature-settings: "palt";
  }
  #gnav .parent:hover figcaption {
    color: #002278;
  }
  #gnav .parent:hover img {
    opacity: 0.8;
    transition: 0.3s;
  }
  /* fixed header */
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
  header.fixed > .wrapper {
    display: none;
  }
  .customize-support header.fixed {
    top: 32px !important;
  }
}

/* slider
------------------------------ */
.topslider {
  line-height: 0;
  opacity: 0;
}
.topslider.slick-initialized {
  opacity: 1;
}
.topslider .slick-slide {
  position: relative;
}
.topslider01 {
  background: #ebf4ff url(../images/top/slider01.jpg) no-repeat;
  background-size: cover;
}
.topslider02 {
  background: #ebf4ff url(../images/top/slider02.jpg) no-repeat;
  background-size: cover;
}
.topslider03 {
  background: #ebf4ff url(../images/top/slider03.jpg) no-repeat;
  background-size: cover;
}
.topslider04 {
  background: #ebf4ff url(../images/top/slider04.jpg) no-repeat;
  background-size: cover;
}
.topslider05 {
  background: #ebf4ff url(../images/top/slider05.jpg) no-repeat;
  background-size: cover;
}
.topslider06 {
  background: #ebf4ff url(../images/top/slider06.jpg) no-repeat;
  background-size: cover;
}
.topslider07 {
  background: #ebf4ff url(../images/top/slider07.jpg) no-repeat;
  background-size: cover;
}
.topslider08 {
  background: #ebf4ff url(../images/top/slider08.jpg) no-repeat;
  background-size: cover;
}
.topslider_ses {
  background: #ebf4ff url(../images/top/slider_ses.jpg) no-repeat;
  background-size: cover;
}
.topslider .slider {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  background-position: center right -100px;
}
.topslider .text {
  position: relative;
  display: block;
  background: rgba(0, 34, 120, 0.9);
  box-sizing: border-box;
}
.topslider h2 {
  color: #fff;
}
.topslider h2::before {
  position: absolute;
  content: "";
  background: #f21818;
  width: 110px;
  height: 4px;
  bottom: 0;
}
.topslider h2::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 426px;
  height: 4px;
  left: 110px;
  bottom: 0;
}
.topslider p {
  color: #fff;
  letter-spacing: 0.05em;
}
.topslider p.btn_slider {
  position: relative;
  display: inline-block;
  width: auto;
  color: #fff;
}
.topslider p.btn_slider::after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow_c.svg) no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  top: -4px;
  right: -38px;
}
@media screen and (min-width: 641px) {
  .topslider .slider {
    height: 750px;
  }
  .topslider .text {
    position: relative;
    display: block;
    width: 665px;
    height: 352px;
    top: 53%;
    left: 110px;
    padding: 51px 58px 54px 71px;
    transform: translate(0, -50%);
    box-sizing: border-box;
  }
  .topslider01 .text {
    width: 665px;
    height: 352px;
    top: 53%;
    left: 110px;
    padding: 51px 58px 54px 58px;
    transform: translate(0, -50%);
  }
  .topslider .text::before {
    position: absolute;
    content: "";
    background: url(../images/top/icon_slider01.svg) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: 160px;
    right: 70px;
  }
  .topslider02 .text::before {
    background: url(../images/top/icon_slider02.svg) no-repeat;
    background-size: contain;
    width: 98px;
    height: 69px;
  }
  .topslider03 .text::before {
    background: url(../images/top/icon_slider03.svg) no-repeat;
    background-size: contain;
    width: 105px;
    height: 68px;
    right: 55px;
  }
  .topslider04 .text::before {
    background: url(../images/top/icon_slider04.svg) no-repeat;
    background-size: contain;
    width: 93px;
    height: 74px;
  }
  .topslider05 .text::before {
    background: url(../images/top/icon_slider05.svg) no-repeat;
    background-size: contain;
    width: 93px;
    height: 69px;
  }
  .topslider06 .text::before {
    background: url(../images/top/icon_slider06.svg) no-repeat;
    background-size: contain;
    width: 68px;
    height: 83px;
  }
  .topslider07 .text::before {
    background: url(../images/top/icon_slider07.svg) no-repeat;
    background-size: contain;
    width: 85px;
    height: 98px;
  }
  .topslider08 .text::before {
    background: url(../images/top/icon_slider08.svg) no-repeat;
    background-size: contain;
    width: 81px;
    height: 81px;
    top: 169px;
  }
  .topslider_ses .text::before {
    background: url(../images/top/icon_slider_ses.svg) no-repeat;
    background-size: contain;
    width: 93px;
    height: 69px;
    top: 169px;
    right: 36px;
  }
  .topslider h2 {
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 34px;
  }
  .topslider01 .topslider h2,
  .topslider08 .topslider h2 {
    font-size: 5.6rem;
  }
  .topslider .text p:first-of-type {
    font-size: 2.4rem;
    line-height: 1.5;
    width: 328px;
    margin-top: 35px;
  }
  .topslider .topslider01 .text p:first-of-type {
    width: 362px;
    margin-top: 18px;
  }
  .topslider .topslider03 .text p:first-of-type {
    width: 429px;
  }
  .topslider .topslider04 .text p:first-of-type {
    width: 427px;
  }
  .topslider .topslider05 .text p:first-of-type {
    width: 354px;
  }
  .topslider .topslider06 .text p:first-of-type {
    width: 377px;
  }
  .topslider .topslider08 .text p:first-of-type {
    width: 384px;
  }
  .topslider .topslider_ses .text p:first-of-type {
    width: 460px;
  }
  .topslider p.btn_slider {
    margin-top: 33px;
    line-height: 1;
  }
  .topslider p.btn_slider {
    font-size: 1.6rem;
  }
  .topslider01 p.btn_slider {
    margin-top: 51px;
  }
  .topslider p.btn_slider:hover::after {
    right: -45px;
    transition: 0.3s;
  }
}

/* Common
------------------------------ */
table {
  width: 100%;
}
.btn {
  position: relative;
  display: inline-block;
  width: 340px;
  height: 68px;
  color: #fff;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  background: #002278;
  border-radius: 335px;
}
.btn:hover {
  background: #677aac;
}
.btn.contact {
  display: block;
  width: 210px;
  height: 95px;
  line-height: 90px;
  text-align: center;
  border-radius: 0;
}
.btn.contact::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 26px;
  height: 20px;
  vertical-align: text-top;
  background: url(../images/common/icon_mailW.svg) no-repeat center center;
  background-size: contain;
  top: 3px;
  margin-right: 8px;
}
.btn.arrow::after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow_w.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
}
.btn.arrow:hover::after {
  right: 15px;
  transition: 0.3s;
}
.btn.white {
  width: 150px;
  height: 40px;
  background: #fff;
  color: #002278;
  border: 2px solid #002278;
  line-height: 34px;
  margin-top: 50px;
}
.btn.center {
  display: block;
  margin: 0 auto;
}
.tel {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}
.tel a {
  color: #000;
}
@media screen and (min-width: 641px) {
  .tel {
    font-size: 3.4rem;
  }
  .tel::before {
    width: 16px;
    height: 24px;
  }
}
.hour {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.caution {
  position: relative;
  display: block;
  padding-left: 1rem;
  text-indent: -1rem;
}
.caution::before {
  content: "※";
}
.text_link {
  position: relative;
}
.text_link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #000;
  left: 0;
  bottom: 0;
  transition: 0.25s;
}
.text_link:hover:after {
  width: 100%;
}
figure {
  margin: 0;
}
.fw_7 {
  font-weight: 700;
}
.fw_5 {
  font-weight: 500;
}
.mt_20 {
  display: block;
  margin-top: 20px;
}
.mb_30 {
  content: "";
  display: block;
  margin-bottom: 30px;
}

/* index common
------------------------------ */
.top_section {
  position: relative;
  display: block;
  letter-spacing: 0;
}
.index_h2 h2 {
  font-size: 0;
}
@media screen and (min-width: 641px) {
  .top_section {
    padding-top: 120px;
  }
  .index_h2 {
    text-align: center;
  }
  .index_h2 h2 {
    height: 45px;
    margin-bottom: 25px;
  }
  .index_h2 .ja {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #index_service {
    padding-top: 125px;
    padding-bottom: 234px;
  }
  #index_ {
    padding-top: 140px;
  }
}
.top_section h2 {
  text-align: center;
}
.top_section a.btn {
  margin-top: 60px;
}
.top_section .intro {
  font-weight: 700;
  text-align: center;
}

/* index 
------------------------------ */
#index_service {
  align-items: flex-start;
}
#index_service::before {
  position: absolute;
  content: "";
  background: url(../images/top/white_index_service.svg) no-repeat;
  background-size: contain;
  width: 610px;
  height: 117px;
  bottom: -3px;
  left: 37px;
}
#index_service::after {
  position: absolute;
  content: "";
  background: #ebf4ff;
  width: 100%;
  height: 949px;
  bottom: 0;
  z-index: -1;
}
#index_service h2 {
  background: url(../images/top/h2_index_service.svg) no-repeat center center;
  background-size: contain;
}
#index_service .intro {
  color: #002278;
  margin-top: 50px;
}
#index_service ul li {
  max-width: 410px;
  height: 388px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
}
#index_service .layout_flex li a {
  transition: 0.35s;
}
#index_service .layout_flex li a:hover {
  opacity: 0.7;
}
#index_service ul li .text {
  position: relative;
  text-align: center;
  padding: 26px 30px 34px;
  border-top: 4px solid #f69400;
}
#index_service ul li:nth-of-type(2) .text {
  border-top: 4px solid #0068c9;
}
#index_service ul li:nth-of-type(3) .text {
  border-top: 4px solid #eb5a5a;
}
#index_service ul li:nth-of-type(4) .text {
  border-top: 4px solid #a4c93b;
}
#index_service ul li:nth-of-type(5) .text {
  border-top: 4px solid #a275cf;
}
#index_service ul li:nth-of-type(6) .text {
  border-top: 4px solid #f8c71a;
}
#index_service ul li .text h3 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 14px;
}
#index_service ul li .text p {
  color: #222222;
}
#index_recruit {
  padding: 185px 0 140px;
  background: #f9f9f9;
}
#index_recruit::before {
  content: "";
  position: absolute;
  background: url(../images/top/index_recruit_title.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  top: 0;
}
#index_recruit::after {
  position: absolute;
  content: "";
  background: url(../images/top/white_index_recruit.svg) no-repeat;
  background-size: contain;
  width: 645px;
  height: 117px;
  bottom: -4px;
  right: 38px;
}
#index_recruit .index_h2 {
  position: relative;
  height: 168px;
  padding: 62px 0;
}
#index_recruit .index_h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background: #002278;
  transform: skew(26deg);
  min-width: 780px;
  width: 53vw;
  height: 168px;
  top: 0;
  margin-left: -50px;
}
#index_recruit .index_h2 .layout_flex {
  align-items: center;
}
#index_recruit h2 {
  background: url(../images/top/h2_index_recruit.svg) no-repeat;
  width: 269px;
  background-size: contain;
  margin: 0 34px 0 0;
}
#index_recruit .index_h2 p {
  position: relative;
  color: #fff;
  z-index: 1;
}
#index_recruit .intro {
  margin-top: 55px;
}
#index_recruit ol.recruit_list {
  margin-top: 85px;
}
#index_recruit ol.recruit_list li img {
  height: 250px;
  object-fit: cover;
}
#index_recruit ol.recruit_list li {
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.1));
}
#index_recruit ol.recruit_list li .slider_item {
  margin: 0 19px;
  border-radius: 10px;
  overflow: hidden;
}
#index_recruit .slick-slide {
  margin: 50px 0;
}
#index_recruit ol.recruit_list li .text {
  height: 275px;
  background: #fff;
  padding: 20px 30px 35px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#index_recruit ol.recruit_list li .text h3 {
  color: #002278;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 22px;
  height: 49px;
  line-height: 1.5;
}
#index_recruit ol.recruit_list li .text dl {
  display: flex;
}
#index_recruit ol.recruit_list li .text dl dt,
#index_recruit ol.recruit_list li .text dl dd {
  font-size: 1.4rem;
  color: #222222;
}
#index_recruit ol.recruit_list li .text dl dt {
  font-weight: 700;
  width: 57px;
  margin-right: 33px;
}
#index_recruit ol.recruit_list li .btn.white {
  display: block;
  margin: 20px auto 0;
}
#index_recruit ol.recruit_list li .btn.white:hover {
  background: #002278;
  color: #fff;
}
#index_news {
  background: #f9f9f9;
}
#index_news .index_h2 {
  position: relative;
  text-align: left;
}
#index_news .index_h2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #002278;
  top: 0;
  right: 0;
}
#index_news h2 {
  background: url(../images/top/h2_index_news.svg) no-repeat;
  width: 148px;
  background-size: contain;
  margin-bottom: 15px;
}
#index_news .index_h2 .ja {
  text-align: left;
}
#index_news .news_list p.date {
  font-weight: 700;
  color: #7e7e7e;
  font-size: 1.5rem;
  margin-right: 13px;
}
.news_list p.tag {
  color: #002278;
  font-size: 1.3rem;
  border: 1px solid #002278;
  padding: 0px 8px;
  margin-right: 17px;
}
#index_news .news_list h3 {
  font-weight: 400;
}
#index_news .news_list li {
  width: 940px;
  padding: 26px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.3;
}
#index_news .news_list li:first-of-type {
  padding-top: 0;
}
#index_company {
  background: url(../images/top/index_company_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}
#index_company .ic_left {
  position: relative;
  width: 625px;
}
#index_company .ic_left::before {
  position: absolute;
  content: "";
  background: url(../images/top/index_company_pict01.jpg) no-repeat;
  background-size: contain;
  width: 325px;
  height: 516px;
  top: 0;
  right: -392px;
}
#index_company .ic_left::after {
  position: absolute;
  content: "";
  background: url(../images/top/index_company_pict02.jpg) no-repeat;
  background-size: contain;
  width: 325px;
  height: 514px;
  top: -86px;
  right: -748px;
}
#index_company h2 {
  text-align: left;
  color: #fff;
  font-size: 2rem;
  padding-left: 17px;
}
#index_company h2::before {
  position: absolute;
  content: "";
  background: #f21818;
  width: 4px;
  height: 26px;
  top: 6px;
  left: 0;
}
#index_company .ic_title p {
  color: #fff;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 18px;
}
#index_company .intro {
  color: #fff;
  font-weight: 400;
  margin-top: 40px;
  text-align: left;
  letter-spacing: 0.03em;
}
#index_company .intro span {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 18px;
}
#index_company .btn {
  background: #fff;
  color: #002278;
  margin: 60px 0 0;
}
#index_company .btn::after {
  background: url(../images/common/arrow_b.svg) no-repeat;
  background-size: contain;
}
#index_base .index_h2 {
  position: relative;
}
#index_base .index_h2::before {
  position: absolute;
  content: "";
  background: url(../images/top/gray_index_base.svg) no-repeat;
  background-size: contain;
  width: 386px;
  height: 123px;
  z-index: -1;
  margin: auto;
  top: -90px;
  left: 0;
  right: 0;
  bottom: 0;
}
#index_base h2 {
  background: url(../images/top/h2_index_base.svg) no-repeat center center;
  width: 160px;
  background-size: contain;
  margin: 0 auto 15px;
}
.base_list li {
  background: #f7f7f7;
  border-radius: 10px;
}
.base_list li h3 {
  font-size: 1.8rem;
  color: #002278;
  border-bottom: 1px solid #002278;
  padding: 0 0 12px 0;
  line-height: 1;
}
.base_list li h3::before {
  display: none;
}
.base_list li p {
  padding-top: 12px;
}
.base_list li .btn {
  position: relative;
  margin: 19px 20px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.base_list li .btn:hover {
  background: #002278;
  color: #fff;
}
.base_list li .btn.gg_map {
  padding-left: 20px;
}
.base_list li .btn.gg_map::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_gg_map.svg) no-repeat left center;
  background-size: contain;
  width: 15px;
  height: 21px;
  top: 7px;
  left: 22px;
}
.base_list li .btn.gg_map:hover::before {
  background: url(../images/common/icon_gg_map_w.svg) no-repeat left center;
  background-size: contain;
}
.base_list li .btn.access_map {
  width: 185px;
  padding-left: 20px;
}
.base_list li .btn.access_map::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_pdf.svg) no-repeat left center;
  background-size: contain;
  width: 16px;
  height: 20px;
  top: 7px;
  left: 30px;
}
.base_list li .btn.access_map:hover::before {
  background: url(../images/common/icon_pdf_w.svg) no-repeat left center;
  background-size: contain;
}
@media screen and (min-width: 641px) {
  #index_service .layout_flex {
    margin-top: 58px;
    flex-wrap: wrap;
    gap: 50px 40px;
    max-width: 900px;
    justify-content: center;
    margin-inline: auto;
  }
  #index_recruit ol.recruit_list li .slider_item {
    height: 525px;
  }
  #index_recruit ol.recruit_list li:hover {
    transition: 0.3s;
  }
  #index_recruit .slick-list {
    height: 630px;
  }
  #index_recruit .btn.center {
    margin-top: 0;
  }
  #index_news {
    padding: 125px 0 127px;
  }
  #index_news .index_h2 {
    width: 222px;
    padding-top: 15px;
    margin-right: 78px;
  }
  #index_company {
    padding: 163px 0 181px;
    height: 810px;
  }
  #index_base {
    padding-top: 175px;
  }
  .base_list {
    margin-top: 50px;
    gap: 15px;
  }
  .base_list li {
    width: 24%;
    height: 250px;
    padding: 24px 35px 31px;
  }
  .base_list li h3::before {
    display: none;
  }
  .base_list li p {
    min-height: 102px;
  }
}

/* sub common
------------------------------ */
.main_title .inner {
  position: relative;
  display: block;
  width: 100%;
  /*height: 370px;*/
  padding: 139px 0 143px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.main_title .inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  margin: auto;
  width: 55%;
  height: 370px;
  background: #002278;
  z-index: -1;
  transform: skewX(27deg);
}
.main_title .sub_h1 {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.main_title .sub {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 30px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}
.main_title .sub::first-letter {
  color: #f21818;
}
.sub_section .intro {
  line-height: 1.85;
}
.sub_section h2 {
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
}
.sub_section h2::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #f21818;
  margin: auto;
  bottom: 0;
  left: -30px;
  right: 0;
}
.sub_section h2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #002278;
  margin: auto;
  left: 0;
  right: -30px;
  bottom: 0;
}
.sub_section h3 {
  line-height: 1.5;
  padding: 0 0 20px 20px;
  border-bottom: 2px solid #e3e3e3;
}
.sub_section h3::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 28px;
  background: #002278;
  top: 1px;
  left: 0;
}
.sub_section h4 {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 100%;
}
.circle {
  position: relative;
  display: inline-block;
  background: url(../images/common/circle.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  top: -1px;
}
.circle_12 {
  position: relative;
  display: inline-block;
  background: url(../images/common/circle.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  top: -4px;
}
.sub_section .line {
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 18px;
}
.sub_section .pict {
  border-radius: 10px;
  overflow: hidden;
}
.border_bottom {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
}
.sub_section dl {
  border-bottom: 1px solid #d9d9d9;
}
.sub_section table {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.sub_section table tr th,
.sub_section table tr td {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.sub_section table tr th {
  font-weight: 300;
  text-align: left;
  background: #efefef;
}
.sub_section .tel_box {
  position: relative;
  display: flex;
  background: #f7f7f7;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.sub_section .bg_gray {
  background: #f7f7f7;
}
.sub_section .box {
  margin-top: 100px;
}
.sub_section .box:first-of-type {
  margin-top: 0;
}

/* bottom_contact */
#bottom_contact.sub_section {
  margin-top: 110px;
  padding-top: 0;
}
#bottom_contact.sub_section .wrapper {
  padding: 38px 53px 40px;
}
#bottom_contact.sub_section h2 {
  margin-bottom: 0;
  padding-bottom: 30px;
}
#bottom_contact.sub_section h2::before,
#bottom_contact.sub_section h2::after {
  display: none;
}
#bottom_contact.sub_section .layout_flex {
  gap: 0 108px;
}
@media screen and (min-width: 641px) {
  .main_title {
    padding-top: 95px;
  }
  .main_title .sub_h1 {
    font-size: 4rem;
  }
  .sub_section {
    padding-top: 130px;
    letter-spacing: 0;
  }
  .sub_section:first-of-type,
  .pt90 {
    padding-top: 90px;
  }
  .sub_section.pt0 {
    padding-top: 0;
  }
  .sub_section h2 {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 65px;
  }
  .sub_section h3 {
    font-size: 2.8rem;
    line-height: 1;
  }
  .sub_section dl dt,
  .sub_section dl dd {
    line-height: 1.75;
    padding: 17px 0 18px;
  }
  .sub_section table tr th,
  .sub_section table tr td {
    padding: 22px 18px;
  }
  .sub_section table tr th {
    width: 250px;
    font-weight: 700;
  }
  .sub_section .tel_box {
    height: 140px;
    padding-left: 40px;
  }
  .sub_section .tel_box .tel {
    font-size: 4rem;
  }
  .sub_section .tel_box .hour {
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  .sub_section .layout_flex .text_box {
    width: 700px;
  }
}

/* Breadcrumb
------------------------------ */
@media screen and (min-width: 641px) {
  .bread_crumb {
    padding: 6px 0 10px;
  }
}
.bread_crumb {
  position: relative;
}
.bread_crumb span,
.bread_crumb a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
.bread_crumb a {
  color: #002278;
  margin-right: 8px;
}
.bread_crumb a:hover {
  color: #000;
}
.bread_crumb a::after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  width: 5px;
  height: 5px;
  color: #b9b9b9;
  margin-left: 8px;
}

/* staffing
------------------------------ */
#staffing .main_title .inner {
  background-image: url(../images/staffing/maintitle_staffing.jpg);
}
#staffing_service .intro {
  margin-top: 40px;
}
#staffing_service .bg_gray .white_box {
  position: relative;
  margin: auto;
  width: 1000px;
  max-width: 1000px;
  height: 137px;
  background: #fff;
}
#staffing_service .bg_gray .white_box h4 {
  position: absolute;
  display: flex;
  top: -9px;
  left: 0;
  right: 0;
  justify-content: center;
}
#staffing_service .bg_gray .white_box h4 span {
  color: #002278;
}
#staffing_service .bg_gray .white_box ul li {
  background: #002278;
  color: #fff;
  border-radius: 135px;
}
#staffing_service .pict {
  margin-top: 50px;
}
#staffing_service .ss_flow {
  margin-top: 70px;
  padding: 58px 70px 65px;
}
#staffing_service .ss_flow h4 {
  font-size: 2.4rem;
  text-align: center;
}
#staffing_service .ss_flow ul {
  margin-top: 28px;
}
#staffing_service .ss_flow ul li {
  position: relative;
  color: #002278;
  font-weight: 700;
  text-align: center;
  font-size: 1.7rem;
  padding: 21px 0 30px;
  background: #c1c8da;
}
#staffing_service .ss_flow ul li:last-of-type p {
  position: relative;
  color: #fff;
  z-index: 10;
}
#staffing_service .ss_flow ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/staffing/icon_ss_flow01.svg) no-repeat center;
  background-size: contain;
  width: 63px;
  height: 51px;
  margin: auto;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 1;
}
#staffing_service .ss_flow ul li:nth-of-type(2)::before {
  background: url(../images/staffing/icon_ss_flow02.svg) no-repeat center;
  background-size: contain;
  width: 51px;
  height: 54px;
}
#staffing_service .ss_flow ul li:nth-of-type(3)::before {
  background: url(../images/staffing/icon_ss_flow03.svg) no-repeat center;
  background-size: contain;
  width: 59px;
  height: 59px;
}
#staffing_service .ss_flow ul li:nth-of-type(4)::before {
  background: url(../images/staffing/icon_ss_flow04.svg) no-repeat center;
  background-size: contain;
  width: 74px;
  height: 59px;
}
#staffing_service .ss_flow ul li:last-of-type::before {
  background: url(../images/staffing/icon_ss_flow05.svg) no-repeat center;
  background-size: contain;
  width: 58px;
  height: 48px;
}
#staffing_service .ss_flow ul li::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/staffing/ss_flow_partition.svg) no-repeat center;
  background-size: contain;
  width: 67px;
  height: 151px;
  margin: auto;
  top: -4px;
  right: -30px;
  z-index: 1;
}
#staffing_service .ss_flow ul li:nth-of-type(4)::after {
  background: url(../images/staffing/ss_flow_partition02.svg) no-repeat center;
  width: 70px;
}
#staffing_service .ss_flow ul li:last-of-type::after {
  width: 241px;
  height: 143px;
  top: 0;
  right: 0;
  background: rgba(0, 34, 120, 0.8);
  z-index: 0;
}
#staffing ul.staffing_laout_flex li {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.15));
}
#staffing ul.staffing_laout_flex li a {
  position: relative;
}
#staffing ul.staffing_laout_flex li a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/common/arrow_blue.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 8px;
  bottom: -25px;
  left: 0;
  transition: 0.3s;
}
#staffing ul.staffing_laout_flex li a:hover::after {
  left: 8px;
}
#staffing ul.staffing_laout_flex li a:hover {
  opacity: 0.8;
}
#staffing ul.staffing_laout_flex li a p {
  color: #222222;
}
#staffing ul.staffing_laout_flex li figure {
  position: relative;
  display: block;
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
}
#staffing ul.staffing_laout_flex li figcaption {
  width: 100%;
  font-size: 2rem;
  position: absolute;
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 64px;
  text-align: center;
  background: #002278;
  box-sizing: border-box;
  bottom: 0;
}
@media screen and (min-width: 641px) {
  #staffing_service .bg_gray {
    margin-top: 50px;
    padding: 73px 103px 65px 71px;
  }
  #staffing_service .bg_gray .white_box ul {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    padding: 47px 103px 38px;
  }
  #staffing_service .bg_gray .white_box ul li {
    width: 245px;
    height: 52px;
    line-height: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.013em;
    text-align: center;
  }
  #staffing_service .ss_flow ul {
    height: 143px;
    display: flex;
  }
  #staffing_service .ss_flow ul li:first-of-type,
  #staffing_service .ss_flow ul li:last-of-type {
    width: 251px;
  }
  #staffing_service .ss_flow ul li:nth-of-type(2),
  #staffing_service .ss_flow ul li:nth-of-type(3),
  #staffing_service .ss_flow ul li:nth-of-type(4) {
    width: 270px;
  }
  #staffing ul.staffing_laout_flex {
    display: flex;
    justify-content: space-between;
  }
  #staffing ul.staffing_laout_flex li {
    width: 388px;
    height: 290px;
  }
  #staffing #bottom_contact {
    padding-top: 63px;
  }
}

/* for_company
------------------------------ */
#for_company .main_title .inner {
  background-image: url(../images/for_company/maintitle_for_company.jpg);
}
#for_company .num_title_list {
  margin-top: 40px;
}
#for_company .num_title_list li {
  position: relative;
  font-size: 1.8rem;
  background: #f7f7f7;
  padding: 14px 10px 17px 50px;
  margin: 0 0 20px 17px;
}
#for_company #for_company_tsb .num_title_list li {
  font-weight: 700;
}
#for_company .num_title_list li::before {
  content: "";
  position: absolute;
  background: url(../images/common/num_title_01.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 7px;
  left: -17px;
}
#for_company .num_title_list li:nth-of-type(2)::before {
  background: url(../images/common/num_title_02.svg) no-repeat;
  background-size: contain;
}
#for_company .num_title_list li:nth-of-type(3)::before {
  background: url(../images/common/num_title_03.svg) no-repeat;
  background-size: contain;
}
#for_company .num_title_list li:nth-of-type(4)::before {
  background: url(../images/common/num_title_04.svg) no-repeat;
  background-size: contain;
}
#for_company .num_title_list.col2 li:first-of-type::before {
  background: url(../images/common/num_title_05.svg) no-repeat;
  background-size: contain;
}
#for_company .num_title_list.col2 li:nth-of-type(2)::before {
  background: url(../images/common/num_title_06.svg) no-repeat;
  background-size: contain;
}
#for_company .num_title_list.col2 li:nth-of-type(3)::before {
  background: url(../images/common/num_title_07.svg) no-repeat;
  background-size: contain;
}
#for_company .layout_flex_box {
  margin-top: 90px;
}
#for_company .layout_flex_box .layout_flex {
  margin-top: 80px;
}
#for_company .layout_flex_box .layout_flex:first-of-type {
  margin-top: 0;
}
#for_company h4.h4_num {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
#for_company h4.h4_num span {
  content: "";
  position: absolute;
  background: url(../images/common/h4_num_01.svg) no-repeat;
  background-size: contain;
  font-size: 0;
  width: 21px;
  height: 20px;
  top: 3px;
  left: 0;
  margin-right: 9px;
}
#for_company h4.h4_num span.num_2 {
  background: url(../images/common/h4_num_02.svg) no-repeat;
  background-size: contain;
}
#for_company h4.h4_num span.num_3 {
  background: url(../images/common/h4_num_03.svg) no-repeat;
  background-size: contain;
}
#for_company_id .num_title_list li span {
  display: inline-block;
  width: 203px;
  font-weight: 700;
  color: #002278;
  margin-right: 31px;
  font-size: 1.8rem;
}
#for_company_id ul.step_list {
  margin-top: 40px;
}
#for_company_id ul.step_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 35px 40px 39px;
}
#for_company_id ul.step_list li h4 {
  font-size: 2.2rem;
  height: 40px;
  display: flex;
  align-items: center;
}
#for_company_id ul.step_list li p {
  margin-top: 25px;
}
.step {
  position: relative;
  display: inline-block;
  background: url(../images/common/step_01.svg) no-repeat;
  background-size: contain;
  font-size: 0;
  width: 110px;
  height: 36px;
  top: 0;
  left: 0;
  margin-right: 15px;
}
#for_company_id .step_list .step_02 h4 .step {
  background: url(../images/common/step_02.svg) no-repeat;
  background-size: contain;
}
#for_company_id .step_list .step_03 h4 .step {
  background: url(../images/common/step_03.svg) no-repeat;
  background-size: contain;
}
#for_company_id .intro {
  margin-top: 40px;
}
#for_company_id .bg_gray {
  margin-top: 40px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
}
#for_company_id .bg_gray h4 {
  font-size: 2rem;
  color: #002278;
  margin-right: 50px;
}
#for_company_hre .layout_flex {
  margin-top: 40px;
}
#for_company_hre .flex_l {
  width: 796px;
}
#for_company_hre .flex_r {
  width: 390px;
}
#for_company_hre .flex_l ul li {
  background: #f7f7f7;
  margin-top: 30px;
  padding: 30px 40px;
}
#for_company_hre .flex_l ul li:first-of-type {
  margin-top: 0;
}
#for_company_hre .flex_l ul li p {
  margin-top: 22px;
}
#for_company_hre .flex_l ul li p span {
  display: block;
  font-size: 2rem;
}
#for_company_hre .flex_l ul li .border_bottom {
  padding-bottom: 0;
}
#for_company_hre .border_bottom p {
  margin: 29px 0 28px;
}
#for_company_hre .flex_r .training_room p {
  font-size: 1.8rem;
}
#for_company_hre .flex_r .training_room .pict figure figcaption {
  position: relative;
  color: #002278;
  font-weight: 700;
  text-align: center;
  background: #ebf4ff;
  padding: 5px 5px 7px;
}
#for_company_hre .fc_resource .text_box p {
  margin-top: 30px;
}

@media screen and (min-width: 641px) {
  #for_company #for_company_tsb .num_title_list li {
    width: 580px;
  }
  #for_company .pict {
    width: 460px;
    height: 260px;
  }
  #for_company .layout_flex_box .layout_flex .text_box {
    width: 700px;
  }
  #for_company_id .step_list .step_03 {
    gap: 175px;
    justify-content: flex-start;
    padding: 35px 40px 65px;
  }
  #for_company_id .step_list .step_01 .pict {
    width: 518px;
    height: 150px;
  }
  #for_company_id .step_list .step_03 .pict {
    position: relative;
    width: 405px;
    height: 120px;
    top: 15px;
  }
  #for_company_hre .flex_r .training_room .pict {
    width: 390px;
    height: 297px;
    margin-top: 50px;
  }
  #for_company_hre .flex_r .training_room .pict:first-of-type {
    margin-top: 20px;
  }
  #for_company_hre .fc_resource .layout_flex:nth-of-type(2) {
    margin-top: 80px;
  }
}

/* for_js
------------------------------ */
#for_js .main_title .inner {
  background-image: url(../images/for_js/maintitle_for_js.jpg);
}
#for_js .merit_list {
  margin-top: 40px;
  padding: 30px 40px;
}
#for_js .merit_list li {
  margin-top: 28px;
}
#for_js .merit_list li:first-of-type {
  margin-top: 0;
}
#for_js .merit_list li h4 {
  font-size: 2rem;
  color: #002278;
  margin-bottom: 16px;
}
#for_js_id .layout_flex .bg_gray figcaption {
  color: #002278;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
#for_js_flow {
  background: #f7f7f7;
}
#for_js_flow .fjs_flow_yoko li {
  position: relative;
  background: rgba(0, 34, 120, 0.2);
  color: #002278;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
}
#for_js_flow .fjs_flow_yoko li:nth-of-type(4) {
  background: rgba(0, 34, 120, 0.7);
  color: #fff;
}
#for_js_flow .fjs_flow_yoko li::before {
  content: "";
  position: absolute;
  background: url(../images/for_js/fjs_flow_pict01.svg) no-repeat;
  background-size: contain;
  width: 92px;
  height: 75px;
  margin: auto;
  top: 32px;
  left: 0;
  right: 0;
}
#for_js_flow .fjs_flow_yoko li:nth-of-type(2)::before {
  background: url(../images/for_js/fjs_flow_pict02.svg) no-repeat;
  background-size: contain;
  width: 54px;
  height: 70px;
}
#for_js_flow .fjs_flow_yoko li:nth-of-type(3)::before {
  background: url(../images/for_js/fjs_flow_pict03.svg) no-repeat;
  background-size: contain;
  width: 90px;
  height: 64px;
  top: 38px;
}
#for_js_flow .fjs_flow_yoko li:nth-of-type(4)::before {
  background: url(../images/for_js/fjs_flow_pict04.svg) no-repeat;
  background-size: contain;
  width: 71px;
  height: 65px;
  top: 37px;
}
#for_js_flow .fjs_flow_yoko li::after {
  content: "";
  position: absolute;
  background: url(../images/for_js/fjs_flow_balloon.svg) no-repeat;
  background-size: contain;
  width: 23px;
  height: 39px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -23px;
}
#for_js_flow .fjs_flow_yoko li:last-of-type::after {
  display: none;
}
.fjs_flow_tate {
  margin-top: 50px;
}
.fjs_flow_tate li {
  position: relative;
  background: #fff;
  margin-top: 41px;
  border-radius: 10px;
}
.fjs_flow_tate li::after {
  position: absolute;
  content: "";
  background: url(../images/for_js/fjs_flow_arrow.svg) no-repeat;
  background-size: contain;
  width: 43px;
  height: 13px;
  margin: auto;
  bottom: -27px;
  left: 0;
  right: 0;
}
.fjs_flow_tate li:last-of-type::after {
  display: none;
}
.fjs_flow_tate li .flex_l {
  font-weight: 700;
}
.fjs_flow_tate li .flex_r {
  position: relative;
}
.fjs_flow_tate li .flex_r::before {
  position: absolute;
  content: "";
  background: #002278;
  width: 1px;
  height: 85px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.fjs_flow_tate li span {
  position: relative;
  display: block;
  margin: 0 auto 10px;
}
.fjs_flow_tate li.flow_tate_02 span,
#ses_flow li.ses_step_02 span {
  background: url(../images/common/step_02.svg) no-repeat;
  background-size: contain;
}
.fjs_flow_tate li.flow_tate_03 span,
#ses_flow li.ses_step_03 span {
  background: url(../images/common/step_03.svg) no-repeat;
  background-size: contain;
}
.fjs_flow_tate li.flow_tate_04 span,
#ses_flow li.ses_step_04 span {
  background: url(../images/common/step_04.svg) no-repeat;
  background-size: contain;
}
.reason_list li .text_box h4 {
  position: relative;
  border-bottom: 1px solid #002278;
  padding: 12px 0 31px 119px;
  line-height: 146%;
}
.reason_list li .text_box h4 span {
  position: absolute;
  display: inline-block;
  background: url(../images/common/reason_01.svg) no-repeat;
  background-size: contain;
  font-size: 0;
  width: 96px;
  height: 96px;
  top: 0;
  left: 0;
}
.reason_list li.reason_02 .text_box h4 span {
  background: url(../images/common/reason_02.svg) no-repeat;
  background-size: contain;
}
.reason_list li.reason_03 .text_box h4 span {
  background: url(../images/common/reason_03.svg) no-repeat;
  background-size: contain;
}
.reason_list li .text_box h4 span.point {
  background: url(../images/common/point_01.svg) no-repeat;
  background-size: contain;
}
.reason_list li.reason_02 .text_box h4 span.point {
  background: url(../images/common/point_02.svg) no-repeat;
  background-size: contain;
}
.reason_list li.reason_03 .text_box h4 span.point {
  background: url(../images/common/point_03.svg) no-repeat;
  background-size: contain;
}
.reason_list li .text_box p {
  margin-top: 30px;
}

@media screen and (min-width: 641px) {
  #for_js_dispatch .flex_l {
    width: 562px;
  }
  #for_js_dispatch .flex_r {
    width: 551px;
  }
  #for_js_id .layout_flex {
    margin-top: 50px;
  }
  #for_js_id .layout_flex .bg_gray {
    width: 600px;
    padding: 47px 35px 30px 34px;
  }
  #for_js_id .layout_flex .flex_l img {
    width: 531px;
    height: 150px;
    margin-bottom: 22px;
  }
  #for_js_id .layout_flex .flex_r img {
    width: 424px;
    height: 120px;
    display: block;
    margin: 16px auto 36px;
  }
  #for_js_flow {
    margin-top: 130px;
    padding-bottom: 130px;
  }
  #for_js_flow .fjs_flow_yoko {
    display: flex;
    justify-content: space-between;
  }
  #for_js_flow .fjs_flow_yoko li {
    width: 272px;
    height: 175px;
    padding: 119px 46px 27px;
  }
  .fjs_flow_tate li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 122px;
  }
  .fjs_flow_tate li .flex_l {
    width: 281px;
    padding: 22px 41px;
    text-align: center;
    font-size: 2.2rem;
  }
  .fjs_flow_tate li .flex_r {
    width: 959px;
    padding: 45px 50px;
  }
  .fjs_flow_tate li .flex_r a {
    color: #002278;
    text-decoration: underline;
  }
  .reason_list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .reason_list li .text_box {
    width: 710px;
  }
  .reason_list li .pict {
    width: 460px;
  }
  .reason_list li.reason_02,
  .reason_list li.reason_04 {
    flex-direction: row-reverse;
  }
}

/* subcontracting
------------------------------ */
#subcontracting .main_title .inner {
  background-image: url(../images/subcontracting/maintitle_subcontracting.jpg);
}
.first_section {
  position: relative;
}
.first_section::before {
  position: absolute;
  content: "";
  background: url(../images/subcontracting/intro_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 560px;
  top: 0;
}
.first_section .title_box {
  position: relative;
  background: #fff;
  border-top: 10px solid #a4c93b;
  border-radius: 24px 24px 0px 0px;
  padding: 70px 100px 52px;
  text-align: center;
}
.first_section h3 {
  text-align: center;
  padding: 0;
  border-bottom: 0;
}
.first_section h3::before {
  display: none;
}
.first_section .problems h3 span {
  color: #002278;
}
.first_section .problems ul {
  position: relative;
  background: #ebf4ff;
  border-radius: 10px;
}
.first_section .problems ul::before {
  position: absolute;
  content: "";
  background: url(../images/common/problems_pict.png) no-repeat;
  background-size: contain;
  width: 278px;
  height: 190px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.first_section .problems ul::after {
  position: absolute;
  content: "";
  background: url(../images/common/problems_arrow.svg) no-repeat;
  background-size: contain;
  width: 70px;
  height: 24px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -54px;
}
.first_section .problems ul li {
  background: #fff;
  border-radius: 100px;
}
.first_section .problems ul li p {
  font-weight: 500;
  text-align: center;
  line-height: 156%;
  letter-spacing: 0.013em;
}
.first_section .problems ul li p span {
  color: #002278;
}
.first_section .proposing h3 {
  background: linear-gradient(transparent 60%, #fff0a0 0%);
  display: inline;
  padding: 0 0 7px 10px;
}
.first_section .proposing h3::after {
  position: absolute;
  content: "";
  background: url(../images/common/light_bulb.svg) no-repeat;
  background-size: contain;
  width: 73px;
  height: 84px;
  left: -83px;
  top: -20px;
}
.first_section .proposing h3 span {
  color: #f21818;
}
.first_section .proposing p {
  font-weight: 700;
  text-align: center;
}
#subcontracting_features {
  background: #f7f7f7;
}
.pictogram_list li {
  position: relative;
  background: #ebf4ff;
  border-radius: 10px;
  color: #002278;
}
.pictogram_list li::before {
  content: "";
  position: absolute;
  background: url(../images/subcontracting/works_pictogram01.svg) no-repeat;
  background-size: contain;
  width: 71px;
  height: 65px;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
}
.pictogram_list a:nth-of-type(2) li::before {
  background: url(../images/subcontracting/works_pictogram02.svg) no-repeat;
  background-size: contain;
  width: 91px;
  height: 75px;
  top: 21px;
}
.pictogram_list a:nth-of-type(3) li::before {
  background: url(../images/common/pictogram_box.svg) no-repeat;
  background-size: contain;
  width: 68px;
  height: 66px;
  top: 28px;
}
.pictogram_list a:nth-of-type(4) li::before {
  background: url(../images/subcontracting/works_pictogram04.svg) no-repeat;
  background-size: contain;
  width: 95px;
  height: 70px;
  top: 25px;
}
.layout_pict_right .text_box h4 {
  line-height: 158%;
  margin-bottom: 28px;
}
.border_box {
  position: relative;
  border: 2px solid #002278;
  border-radius: 10px;
}
.border_box h4 {
  position: absolute;
  top: -27px;
  background: #002278;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}
.border_box ul li span {
  position: relative;
  display: block;
  color: #002278;
  font-weight: 700;
  font-size: 1.8rem;
  left: -18px;
}
.border_box ul li {
  padding-left: 1rem;
}
.point_box h4 .circle {
  width: 12px;
  height: 12px;
  top: -4px;
}
.point_box ul {
  background: #f7f7f7;
  margin-top: 30px;
}
.point_box ul li {
  position: relative;
}
.point_box ul li::after {
  content: "";
  position: absolute;
  background: #dddddd;
}
.point_box ul li:first-of-type::after {
  display: none;
}
.point_box ul li img {
  display: block;
  max-width: 100px;
  width: 100px;
  height: 99px;
  margin: auto;
}
.point_box ul li:nth-of-type(2) img {
  max-width: 87px;
  width: 87px;
  height: 99px;
}
.point_box ul li:nth-of-type(3) img {
  max-width: 130px;
  width: 130px;
  height: 92px;
}
.point_box ul li figcaption {
  text-align: center;
  margin-top: 25px;
  color: #002278;
  font-size: 2rem;
  font-weight: 700;
}
.point_box ul li p {
  margin-top: 16px;
}
.office_work .point_box ul li img {
  max-width: 114px;
  width: 114px;
  height: 94px;
}
.office_work .point_box ul li:nth-of-type(2) img {
  max-width: 116px;
  width: 116px;
  height: 99px;
}
.office_work .point_box ul li:nth-of-type(3) img {
  max-width: 87px;
  width: 87px;
  height: 99px;
}

@media screen and (min-width: 641px) {
  #subcontracting_intro {
    padding-bottom: 109px;
  }
  .first_section .problems {
    margin-top: 55px;
  }
  .first_section h3 {
    font-size: 3.6rem;
  }
  .first_section .problems ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 25px 67px;
    padding: 50px 70px 115px;
  }
  .first_section .problems ul li {
    width: 322px;
    height: 100px;
    padding: 25px 18px;
  }
  .first_section .problems ul li:nth-of-type(4) {
    margin-right: 310px;
  }
  .first_section .proposing {
    width: 966px;
    margin: 124px auto 0 180px;
  }
  .first_section .proposing p {
    font-size: 2rem;
    margin-top: 42px;
    letter-spacing: 0.013em;
    padding-right: 76px;
  }
  #subcontracting_features {
    padding-bottom: 130px;
  }
  .pictogram_list {
    display: flex;
    justify-content: center;
    gap: 0 25px;
  }
  .pictogram_list li {
    width: 228px;
    height: 156px;
    padding: 105px 12px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    font-feature-settings: "palt";
  }
  #subcontracting_works #sw_work,
  #subcontracting_works #sw_office_work {
    padding-top: 90px;
    margin-top: 0;
  }
  .layout_pict_right {
    margin-top: 40px;
  }
  .layout_pict_right .pict {
    width: 460px;
    height: 280px;
  }
  #subcontracting_works .box .bg_gray {
    display: flex;
    padding: 61px 71px 62px 60px;
    gap: 0 60px;
    margin-top: 80px;
  }
  #subcontracting_works .box .bg_gray .pict {
    width: 590px;
    height: 362px;
  }
  .border_box {
    margin-top: 107px;
    padding: 65px 60px 52px;
  }
  .border_box h4 {
    width: 340px;
    height: 56px;
    line-height: 53px;
    font-size: 2.6rem;
  }
  .border_box .job_description,
  .border_box .job_description_pict {
    display: flex;
    justify-content: space-between;
  }
  .border_box .job_description_pict {
    margin-top: 40px;
  }
  .border_box .job_description_pict figure {
    width: 352px;
  }
  .border_box .job_description_pict figure img {
    width: 100%;
    height: 190px;
  }
  .border_box .job_description_pict figure figcaption {
    color: #002278;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    background: #ebf4ff;
    border-radius: 0px 0px 10px 10px;
  }
  .point_box {
    margin-top: 80px;
  }
  .point_box ul {
    display: flex;
    padding: 45px 0;
  }
  .point_box ul li {
    width: 414px;
    height: 325px;
    padding: 20px 45px 19px;
  }
  .point_box ul li::after {
    width: 1px;
    height: 325px;
    top: 0;
    left: 0;
  }
  #subcontracting_works .box.in_btn .pict {
    height: 300px;
  }
  #subcontracting_works .box.in_btn .btn {
    margin-top: 60px;
  }
}

/* logistics
------------------------------ */
#logistics .main_title .inner {
  background-image: url(../images/logistics/maintitle_logistics.jpg);
}
#logistics .first_section::before {
  background: url(../images/logistics/intro_bg.jpg) no-repeat;
  background-size: cover;
}
#logistics_intro .point_box ul li img {
  height: 100px;
}
#logistics_intro .point_box ul li:nth-of-type(2) img {
  max-width: 118px;
  width: 118px;
}
#logistics_intro .point_box ul li:nth-of-type(3) img {
  max-width: 87px;
  width: 87px;
  height: 99px;
}
#logistics_features {
  background: #f7f7f7;
}
#logistics_service .pictogram_list li::before {
  background: url(../images/common/pictogram_box.svg) no-repeat;
  background-size: contain;
  width: 68px;
  height: 66px;
  top: 20px;
}
#logistics_service .pictogram_list a:nth-of-type(2) li::before {
  background: url(../images/common/pictogram_building.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 65px;
}
#logistics_service #ls_la,
#logistics_service #ls_bma {
  padding-top: 90px;
  margin-top: 0;
}
#logistics_service .box .layout_flex .pict {
  width: 460px;
  max-width: 460px;
  height: 280px;
}
.logistics_assistant .bg_gray h4 {
  text-align: center;
  color: #002278;
}
.logistics_assistant .bg_gray .pict {
  width: 798px;
  max-width: 798px;
  height: 369px;
  margin: 20px auto 0;
  border-radius: 0;
}
.logistics_assistant .border_box .pict {
  width: 415px;
  max-width: 415px;
  height: 250px;
}

@media screen and (min-width: 641px) {
  #logistics_intro {
    padding-bottom: 130px;
  }
  #logistics .first_section .proposing {
    width: 1084px;
    margin: 112px auto 0 120px;
  }
  #logistics_intro .point_box {
    margin-top: 100px;
  }
  #logistics_features {
    padding-bottom: 130px;
  }
  #logistics_features .reason_list .reason_01 .text_box h4 {
    font-feature-settings: "palt";
  }
  #logistics_service .pictogram_list li {
    width: 228px;
    height: 165px;
    padding: 95px 12px 12px;
    line-height: 1.5;
  }
  #logistics_service .box .layout_flex {
    margin-top: 40px;
  }
  #logistics_service .box .layout_flex .text_box h4 {
    line-height: 158%;
    margin-bottom: 28px;
  }
  .logistics_assistant .bg_gray {
    margin-top: 80px;
    padding: 50px;
  }
  .logistics_assistant .border_box {
    padding: 41px 60px 76px;
  }
  .logistics_assistant .border_box .job_description .flex_l {
    display: flex;
    gap: 0 95px;
    margin-top: 24px;
  }
  .logistics_assistant .job_description .flex_l ul li {
    padding-bottom: 5px;
  }
  .bm_assistant .job_description {
    justify-content: flex-start;
    gap: 0 100px;
  }
  .bm_assistant .job_description ul li {
    padding-bottom: 3px;
  }
}

/* childcare
------------------------------ */
#childcare .main_title .inner {
  background-image: url(../images/childcare/maintitle_childcare.jpg);
}
#childcare .first_section::before {
  background: url(../images/childcare/intro_bg.jpg) no-repeat;
  background-size: cover;
}
#childcare_intro.first_section .title_box {
  border-top: 10px solid #ff90b8;
}
#childcare_intro.first_section .problems ul {
  background: #f7f7f7;
}
#childcare_intro.first_section .problems ul li p span,
#childcare_intro.first_section .proposing h3 span,
#childcare_intro .point_box ul li figcaption {
  color: #ff90b8;
}

#childcare_intro.first_section .proposing h3::after {
  background: url(../images/common/light_bulb_p.svg) no-repeat;
  background-size: contain;
}
#childcare_intro .point_box ul {
  background: #fdeff4;
}
#childcare_intro .point_box ul li img {
  width: 104px;
  max-width: 104px;
  height: 97px;
}
#childcare_intro .point_box ul li:nth-of-type(2) img {
  width: 86px;
  max-width: 86px;
  height: 99px;
}
#childcare_intro .point_box ul li:nth-of-type(3) img {
  width: 113px;
  max-width: 113px;
  height: 93px;
}
#childcare_features {
  background: #fffcf4;
}
#childcare_features .reason_list li .text_box h4 span.point {
  background: url(../images/common/point_p_01.svg) no-repeat;
  background-size: contain;
}
#childcare_features .reason_list li.reason_02 .text_box h4 span.point {
  background: url(../images/common/point_p_02.svg) no-repeat;
  background-size: contain;
}
#childcare_features .reason_list li.reason_03 .text_box h4 span.point {
  background: url(../images/common/point_p_03.svg) no-repeat;
  background-size: contain;
}
#childcare_features .reason_list li .text_box h4 {
  border-bottom: 1px solid #ff90b8;
}
#childcare #bottom_contact .wrapper {
  background: #fdeff4;
}

@media screen and (min-width: 641px) {
  #childcare_intro {
    padding-bottom: 130px;
  }
  #childcare_intro.first_section .proposing {
    width: 1004px;
    margin: 124px auto 0 163px;
  }
  #childcare_features {
    padding-bottom: 130px;
  }
  #childcare_system .bg_gray {
    margin-top: 50px;
    padding: 38px 29px 50px 40px;
  }
  #childcare_system .bg_gray .pict {
    width: 1171px;
    height: 250px;
  }
}

/* building_maintenance
------------------------------ */
#building_maintenance .main_title .inner {
  background-image: url(../images/building_maintenance/maintitle_bm.jpg);
}
#building_maintenance .first_section::before {
  background: url(../images/building_maintenance/intro_bg.jpg) no-repeat;
  background-size: cover;
}
#bm_intro.first_section .title_box {
  border-top: 10px solid #0068c9;
}
#bm_intro.first_section .proposing h3 span {
  color: #f21818;
}
#bm_features {
  background: #f7f7f7;
}
.circle_list li figure {
  position: relative;
}
.circle_list li figure img {
  width: 285px;
  max-width: 285px;
  height: 285px;
  display: block;
  margin: auto;
}
.circle_list li figure::before {
  position: absolute;
  content: "";
  background: url(../images/common/num_01.svg) no-repeat;
  background-size: contain;
  width: 53px;
  height: 41px;
  top: 19px;
  left: 10px;
}
.circle_list li:nth-of-type(2) figure::before {
  background: url(../images/common/num_02.svg) no-repeat;
  background-size: contain;
  width: 60px;
}
.circle_list li:nth-of-type(3) figure::before {
  background: url(../images/common/num_03.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 41px;
}
.circle_list li figure figcaption {
  font-weight: 700;
  color: #002278;
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
}
.circle_list li p {
  margin-top: 18px;
}
#bm_works .pictogram_list li::before {
  background: url(../images/common/pictogram_bts.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 65px;
}
#bm_works .pictogram_list a:nth-of-type(2) li::before {
  background: url(../images/building_maintenance/pictogram_bucket.svg) no-repeat;
  background-size: contain;
  width: 65px;
  height: 69px;
  top: 27px;
}
#bm_works .pictogram_list a:nth-of-type(3) li::before {
  background: url(../images/building_maintenance/pictogram_fm.svg) no-repeat;
  background-size: contain;
  width: 82px;
  height: 65px;
  top: 31px;
}
#bm_works .pictogram_list a:nth-of-type(4) li::before {
  background: url(../images/building_maintenance/pictogram_security.svg)
    no-repeat;
  background-size: contain;
  width: 86px;
  height: 53px;
  top: 43px;
}
#bm_works .pictogram_list a:nth-of-type(5) li::before {
  background: url(../images/building_maintenance/pictogram_tool.svg) no-repeat;
  background-size: contain;
  width: 71px;
  height: 67px;
  top: 29px;
}
#bmw_bts,
#bmw_cleaning,
#bmw_em,
#bmw_ss,
#bmw_os {
  padding-top: 90px;
  margin-top: 0;
}

#bm_works .layout_flex.pict_right .pict {
  width: 460px;
  max-width: 460px;
  height: 280px;
}
.column_2 {
  background: #f7f7f7;
}
.bts .column_2:last-of-type {
  margin-top: 50px;
}
.column_2 .text_box ul li {
  font-weight: 700;
}
.column_2 .text_box ul li span {
  color: #002278;
}
.column_3 {
  background: #f7f7f7;
}
.column_3 p.mt_5 {
  margin-top: 5px;
  font-weight: 700;
}
.column_3 p.mt_5 span {
  color: #002278;
}
.gray_column2 .bg_gray {
  border-radius: 10px;
  overflow: hidden;
}
.gray_column2 h4 {
  text-align: center;
  color: #002278;
  background: #ebf4ff;
}
.gray_column2 .bg_gray .text_box p {
  font-weight: 700;
  color: #002278;
}
.gray_column2 .bg_gray .text_box ul {
  margin-top: 12px;
}
.gray_column2 .bg_gray .text_box ul li {
  font-weight: 700;
}
.gray_column2 .bg_gray .text_box ul li span {
  color: #002278;
}
.em .gray_column2 {
  position: relative;
}
.em .gray_column2::after {
  position: absolute;
  content: "";
  background: url(../images/building_maintenance/plus.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.ss .gray_column2 .bg_gray .text_box ul {
  margin-top: 0;
}
.ss .gray_column2 .bg_gray .pict {
  width: 250px;
  max-width: 250px;
  height: 160px;
}
.license .layout_flex ul li span,
.license p span {
  color: #002278;
}
.license .license_index {
  display: inline-block;
  margin-top: 15px;
}
.repair .layout_flex ul li,
.additional .layout_flex ul li {
  font-weight: 700;
}
.repair .layout_flex ul li span,
.additional .layout_flex ul li span {
  color: #002278;
}
.repair .pict,
.additional .pict {
  width: 352px;
  max-width: 352px;
  height: 270px;
}
.repair .pict figure figcaption,
.additional .pict figure figcaption {
  color: #002278;
  background: #ebf4ff;
  text-align: center;
  font-weight: 700;
  height: 40px;
  line-height: 37px;
  border-radius: 0px 0px 10px 10px;
}

@media screen and (min-width: 641px) {
  #building_maintenance h4 .circle {
    top: -4px;
  }
  #bm_intro {
    padding-bottom: 100px;
  }
  #bm_intro.first_section .proposing {
    width: 1080px;
    margin: 124px auto 0 120px;
  }
  #bm_features {
    padding-bottom: 130px;
  }
  .circle_list {
    display: flex;
    justify-content: space-between;
    gap: 0 90px;
  }
  .circle_list li {
    width: 322px;
  }
  #bm_works .pictogram_list li {
    width: 228px;
    height: 165px;
    padding: 115px 12px 24px;
    line-height: 1.5;
  }
  #bm_works .pictogram_list li:first-of-type {
    padding: 104px 9px 12px;
    line-height: 130%;
  }
  #bm_works .bts .bg_gray {
    margin-top: 80px;
  }
  .column_2 {
    display: flex;
    justify-content: space-between;
    padding: 45px 71px 52px 58px;
    margin-top: 78px;
  }
  .column_2 h4 .circle {
    top: -4px;
  }
  .column_2 .text_box {
    width: 520px;
  }
  .column_2 .text_box ul {
    margin-top: 30px;
  }
  .bts .column_2 p {
    margin-top: 30px;
  }
  .column_2 .pict {
    width: 522px;
    height: 445px;
  }
  .column_3 {
    padding: 45px 60px 60px;
    margin-top: 80px;
  }
  .column_3 .layout_flex .pict {
    width: 352px;
    height: 230px;
  }
  .column_3 p {
    margin-top: 30px;
  }
  .column_3 .layout_flex {
    margin-top: 25px;
  }
  .column_3_content {
    margin-top: 60px;
  }
  .column_3_content:first-of-type {
    margin-top: 0;
  }
  .gray_column2 {
    display: flex;
    margin-top: 80px;
  }
  .gray_column2 .bg_gray {
    width: 570px;
  }
  .gray_column2 h4 {
    height: 60px;
    line-height: 60px;
  }
  .gray_column2 .layout_flex {
    padding: 30px 40px 35px;
  }
  .gray_column2 .bg_gray .text_box {
    width: 260px;
  }
  .gray_column2 .bg_gray .text_box p {
    font-size: 1.8rem;
  }
  .gray_column2 .bg_gray .pict {
    width: 202px;
  }
  .ss .gray_column2 .bg_gray {
    width: 600px;
  }
  .license,
  .tapa {
    margin-top: 80px;
  }
  .license .layout_flex {
    margin-top: 30px;
    gap: 0 100px;
  }
  .license .layout_flex ul:first-of-type {
    width: 584px;
  }
  .license .layout_flex ul:last-of-type {
    width: 319px;
  }
  .license p,
  .tapa p {
    margin-top: 30px;
  }
  .repair {
    margin-top: 80px;
    padding: 45px 60px 60px;
  }
  .repair .layout_flex,
  .additional .layout_flex {
    margin-top: 28px;
    gap: 0 70px;
  }
  .repair .pict_list,
  .additional .pict_list {
    gap: 0 32px;
  }
  .repair .pict figure figcaption,
  .additional .pict figure figcaption {
    background: #ebf4ff;
    border-radius: 0px 0px 10px 10px;
  }
  .additional {
    margin-top: 50px;
    padding: 45px 60px 60px;
  }
}

/* ses
------------------------------ */
#ses .main_title .inner {
  background-image: url(../images/ses/maintitle_ses.jpg);
}
#ses .first_section::before {
  background: url(../images/ses/intro_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 500px;
}
#ses_intro.first_section .title_box {
  border-top: 10px solid #a275cf;
}
#ses_intro .point_box ul li img {
  display: block;
  max-width: 100px;
  width: 100px;
  height: 100px;
  margin: auto;
}
#ses_intro .point_box ul li:nth-of-type(2) img {
  max-width: 116px;
  width: 116px;
  height: 99px;
}
#ses_intro .point_box ul li:nth-of-type(3) img {
  max-width: 86px;
  width: 86px;
  height: 99px;
}
#ses_features {
  background: #f7f7f7;
}
#ses_service .ses_offer h4 {
  position: relative;
  color: #002278;
  padding: 0 0 20px 314px;
}
#ses_service .ses_offer h4::before {
  position: absolute;
  content: "";
  background: url(../images/ses/pictogram_people.svg) no-repeat;
  background-size: contain;
  width: 97px;
  max-width: 97px;
  height: 60px;
  left: 181px;
  bottom: 0;
}
#ses_service .ses_offer h4::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/ses/long_arrow.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 24px;
  left: 0px;
  bottom: -12px;
}
#ses_service .ses_offer ul li {
  width: 300px;
  max-width: 300px;
  height: 40px;
  line-height: 37px;
  color: #002278;
  background: #ebf4ff;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
}
#ses_service .ses_offer ul li:first-of-type {
  background: #002278;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
  margin-top: 0;
}
#ses_service .corresponding_area ul {
  flex-wrap: wrap;
  gap: 20px 26px;
}
#ses_service .corresponding_area ul li {
  width: 170px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  color: #002278;
  background: #ebf4ff;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 4px;
}
#ses_service .corresponding_area p {
  margin-top: 26px;
}
#ses_service .tmc ul li {
  position: relative;
}
#ses_service .tmc ul li::after {
  content: "";
  position: absolute;
  background: #dddddd;
  width: 1px;
  height: 408px;
  top: 0;
  left: 0;
}
#ses_service .tmc ul li.tmc_01::after {
  display: none;
}
#ses_service .tmc ul li h4 {
  width: 260px;
  max-width: 260px;
  height: 35px;
  line-height: 33px;
  font-size: 1.8rem;
  background: #002278;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 114px;
}
#ses_service .tmc ul li.tmc_01 h4 {
  background: #ffa621;
}
#ses_service .tmc ul li figure {
  width: 346px;
  max-width: 346px;
  height: 259px;
  margin: 24px auto 0;
}
#ses_service .tmc ul li.tmc_02 figure {
  width: 328px;
  max-width: 328px;
  height: 268px;
  margin: 15px auto 0;
}
#ses_service .tmc ul li.tmc_03 figure {
  width: 335px;
  max-width: 335px;
  height: 266px;
}
#ses_service .tmc ul li figcaption {
  margin: 23px auto 0;
}
#ses_service .tmc ul li.tmc_01 figcaption {
  width: 240px;
}
#ses_service .tmc ul li.tmc_03 figcaption {
  width: 290px;
  margin: 16px auto 0;
}
#ses_flow ul li {
  background: #f7f7f7;
  margin-top: 20px;
}
#ses_flow ul li .flex_l {
  font-weight: 700;
}
#ses_flow ul li .flex_l::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #d9d9d9;
}
#ses_flow li.ses_step_05 span {
  background: url(../images/common/step_05.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) {
  #ses .first_section .proposing {
    width: 1150px;
    margin: 124px auto 0 83px;
  }
  #ses_intro {
    padding-bottom: 130px;
  }
  #ses_intro .point_box {
    margin-top: 100px;
  }
  #ses_features {
    padding-bottom: 130px;
  }
  #ses_service .ses_offer {
    margin-top: 50px;
    padding: 59px 130px 52px;
  }
  #ses_service .ses_offer .layout_flex {
    margin-top: 33px;
    gap: 0 40px;
  }
  #ses_service .corresponding_area .bg_gray {
    margin-top: 40px;
    padding: 46px 45px 47px;
  }
  #ses_service .intro {
    margin-top: 40px;
  }
  #ses_service .tmc ul {
    display: flex;
    margin-top: 40px;
    padding: 32px 0 40px;
    background: #f7f7f7;
  }
  #ses_service .tmc ul li {
    width: 413px;
    height: 408px;
    padding: 0 33px 15px 34px;
  }
  #ses_service .tmc ul li.tmc_02 {
    padding: 0 43px 15px 42px;
  }
  #ses_service .tmc ul li.tmc_03 {
    padding: 0 29px 15px 50px;
  }
  #ses_flow ul li {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 20px 44px 20px 40px;
  }
  #ses_flow ul li .flex_l {
    position: relative;
    display: flex;
    align-items: center;
    width: 290px;
    font-size: 2.2rem;
  }
  #ses_flow ul li .flex_l::after {
    right: -30px;
    transform: rotate(90deg);
  }
  #ses_flow ul li .flex_r {
    padding-left: 30px;
  }
}

/* insurance
------------------------------ */
#insurance .main_title .inner {
  background-image: url(../images/insurance/maintitle_insurance.jpg);
}
#insurance .first_section::before {
  background: url(../images/insurance/intro_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 500px;
}
#insurance_intro.first_section .title_box {
  border-top: 10px solid #eb5a5a;
}
#insurance_features {
  background: #f7f7f7;
}
#insurance_service .pictogram_list li::before {
  content: "";
  position: absolute;
  background: url(../images/insurance/pictogram_home.svg) no-repeat;
  background-size: contain;
  width: 92px;
  height: 60px;
  margin: auto;
  top: 33px;
  left: 0;
  right: 0;
}
#insurance_service .pictogram_list a:nth-of-type(2) li::before {
  background: url(../images/insurance/pictogram_car.svg) no-repeat;
  background-size: contain;
  width: 70px;
  height: 64px;
  top: 29px;
}
#insurance_service .pictogram_list a:nth-of-type(3) li::before {
  background: url(../images/insurance/pictogram_suitcase.svg) no-repeat;
  background-size: contain;
  width: 76px;
  height: 64px;
  top: 29px;
}
#insurance_service .pictogram_list a:nth-of-type(4) li::before {
  background: url(../images/common/pictogram_bts.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 65px;
  top: 28px;
}
#insurance_service .pictogram_list a:nth-of-type(5) li::before {
  background: url(../images/insurance/pictogram_injury.svg) no-repeat;
  background-size: contain;
  width: 59px;
  height: 65px;
  top: 28px;
}
#is_home,
#is_car,
#is_travel,
#is_business,
#is_accident {
  padding-top: 90px;
  margin-top: 0;
}
#insurance_service .pict {
  width: 460px;
  max-width: 460px;
  height: 250px;
}
#insurance_service .link {
  display: block;
  color: #002278;
  background: #fff;
  font-weight: 700;
  margin-top: 60px;
}
#insurance_service .link img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 15px auto 0;
}
#insurance_service .link:hover {
  opacity: 0.7;
}
.btn.link::after {
  position: absolute;
  content: "";
  background: url(../images/common/icon_link.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 43px;
  top: 27px;
}
#insurance_consulting .pict {
  width: 432px;
  max-width: 432px;
  height: 364px;
}
#insurance_consulting ul li {
  background: #fbfbfb;
}
#insurance_consulting ul li h4 {
  color: #002278;
}
#insurance_policy h4 {
  color: #002278;
}
@media screen and (min-width: 641px) {
  #insurance_intro {
    padding-bottom: 100px;
  }
  #insurance .first_section .proposing {
    width: 1150px;
    margin: 124px auto 0 100px;
  }
  #insurance_features {
    padding-bottom: 130px;
  }
  #insurance_service .box:first-of-type {
    margin-top: 100px;
  }
  #insurance_service .layout_flex.pict_right p {
    margin-top: 0;
  }
  .btn.link {
    position: relative;
  }
  #insurance_consulting p.flex_l {
    width: 639px;
  }
  #insurance_consulting ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 90px;
  }
  #insurance_consulting ul li {
    width: 605px;
    height: 170px;
    padding: 30px 26px 36px 41px;
  }
  #insurance_consulting ul li h4 {
    font-size: 2rem;
  }
  #insurance_consulting ul li p {
    margin-top: 15px;
  }
  #insurance_policy h4 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  #insurance_policy .mt_45 {
    margin-top: 45px;
  }
  #insurance_policy .text_box_02 {
    margin-top: 50px;
  }
}

/* ec
------------------------------ */
#ec .main_title .inner {
  background-image: url(../images/ec/maintitle_ec.jpg);
}
#ec_about {
  background: #fbfbfb;
}
#ec_about .pict {
  width: 443px;
  max-width: 443px;
  height: 387px;
}
#ec_about .text_box h4 {
  line-height: 154%;
}
@media screen and (min-width: 641px) {
  #ec_about {
    padding-bottom: 130px;
  }
  #ec_about .layout_flex {
    gap: 0 58px;
  }
  #ec_about .text_box p {
    margin-top: 45px;
  }
  #ec_about .text_box .btn {
    margin-top: 60px;
    text-align: left;
    padding: 0 49px 0 51px;
  }
  #ec_about .btn.link::after {
    right: 56px;
  }
  #ec_developments .pict {
    margin-top: 40px;
  }
}

/* company
------------------------------ */
#company .main_title .inner {
  background-image: url(../images/company/maintitle_company.jpg);
}
#company_greeting .text_box p.name {
  text-align: right;
  font-weight: 700;
}
#company_greeting .text_box p.name span {
  position: relative;
  font-size: 0;
  background: url(../images/company/name.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 182px;
  height: 32px;
  top: -24px;
  margin-left: 19px;
}
#company_greeting .pict {
  width: 349px;
  max-width: 349px;
  height: 386px;
}
#company_greeting .movie_contents .pict {
  width: 572px;
  max-width: 572px;
  height: 350px;
  margin: 0 auto;
}
#company_greeting .movie_contents .bnr {
  position: relative;
  width: 605px;
  max-width: 605px;
  height: auto;
}
#company_greeting .movie_contents .bnr a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#company_sdgs figure img {
  width: 460px;
  max-width: 460px;
  height: 260px;
}
#company_sdgs figcaption {
  text-align: center;
  font-weight: 700;
}
#company_sdgs span {
  color: #002278;
}
#company_sdgs .box .pict {
  width: 540px;
  max-width: 540px;
  height: 252px;
  border-radius: 0;
}
#company_link {
  background: #f7f7f7;
}
#company_link ul li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.1));
}
#company_link ul li::after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow_b.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
  bottom: 33px;
  right: 17px;
  transition: 0.3s;
}
#company_link ul li:hover img {
  opacity: 0.8;
  transition: 0.3s;
}
#company_link ul li:hover::after {
  right: 12px;
}
#company_link ul li .text {
  background: #fff;
  height: 80px;
  padding: 13px 17px 18px;
}
#company_link ul li p {
  font-weight: 700;
  font-size: 2rem;
  color: #222222;
  text-align: center;
}
#company_link ul li p span {
  color: #002278;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
}
#company_csr .text_box .box {
  margin-top: 40px;
}
#company_csr .text_box .box h4 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #002278;
}
#company_csr .layout_pict_right {
  gap: 0 30px;
}
#company_csr .pict {
  width: 574px;
  max-width: 574px;
  height: 500px;
  margin-top: 20px;
}
#company_csr ol li {
  width: 289px;
  height: auto;
}
#company_csr ol li:hover .pict {
  transition: 0.3s;
  opacity: 0.8;
}
#company_csr ol li .pict {
  width: 289px;
  max-width: 289px;
  height: 178px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 0;
}
#company_csr ol li p {
  font-size: 1.3rem;
  width: 70px;
  height: 20px;
  line-height: 18px;
  margin-top: 14px;
  text-align: center;
  color: #002278;
  border: 1px solid #002278;
}
#company_csr ol li h4 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
}
#company_csr ol li .text_link {
  display: inline-block;
}
#company_csr ol li .text_link::after {
  bottom: -5px;
}
#company_csr ol li .pict img {
  object-fit: contain;
  height: 178px;
}

@media screen and (min-width: 641px) {
  #company_greeting .text_box {
    width: 801px;
  }
  .mt_25 {
    margin-top: 25px;
  }
  #company_greeting .text_box p.name {
    height: 30px;
    font-size: 1.8rem;
    margin-top: 35px;
  }
  #company_greeting .movie_contents {
    margin-top: 110px;
    align-items: center;
  }
  #company_link {
    margin-top: 130px;
  }
  #company_sdgs .layout_flex.pict_right {
    margin-top: 30px;
  }
  #company_sdgs .layout_flex.pict_right p {
    margin-top: 0;
  }
  #company_sdgs .box {
    margin-top: 80px;
  }
  #company_link {
    padding: 105px 0;
  }
  #company_link ul {
    display: flex;
    justify-content: space-between;
    gap: 0 32px;
  }
  #company_link ul li {
    width: 286px;
    height: 260px;
  }
  #company_csr .text_box {
    width: 638px;
  }
  #company_csr .achievement {
    margin-top: 67px;
  }
  #company_csr ol {
    display: flex;
    justify-content: space-between;
    gap: 0 29px;
    margin-top: 45px;
    padding-bottom: 60px;
  }
}

/* company
------------------------------ */
#company .main_title .inner {
  background-image: url(../images/company/maintitle_company.jpg);
}
#company_greeting .flex_l {
  max-width: 300px;
}
#company_greeting .flex_r p.name {
  display: block;
  text-align: right;
  margin-top: 18px;
}
#company_access .ggmap {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  background: #d9d9d9;
}
@media screen and (min-width: 641px) {
  #company_greeting .flex_r {
    max-width: 850px;
  }
  #company_history dl dt {
    width: 254px;
  }
  #company_history dl:first-of-type {
    border-top: 1px solid #d9d9d9;
  }
  #company_access .ggmap {
    height: 450px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 450px;
  }
}

/* strength
------------------------------ */
#strength .main_title .inner {
  background-image: url(../images/strength/maintitle_strength.jpg);
}
#strength_solution .pict {
  width: 673px;
  max-width: 673px;
  height: 666px;
}
#strength_mb .pict {
  width: 460px;
  max-width: 460px;
  height: 300px;
}
#strength_solution ul li {
  padding: 30px 10px 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
#strength_solution ul li:first-of-type {
  padding-top: 0;
}
#strength_solution ul li p.title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 12px;
}
#strength_solution ul li p.title::before {
  position: absolute;
  content: "●";
  font-size: 12px;
  left: 0;
  top: 1px;
  color: #f69400;
}
#strength_solution ul li:nth-of-type(2) p.title::before {
  color: #a4c93b;
}
#strength_solution ul li:nth-of-type(3) p.title::before {
  color: #f8c71a;
}
#strength_solution ul li:nth-of-type(4) p.title::before {
  color: #0068c9;
}
#strength_solution ul li:nth-of-type(5) p.title::before {
  color: #eb5a5a;
}
#strength_merit {
  background: #f7f7f7;
}
#strength_merit .reason_list li .text_box h4 span.point {
  background: url(../images/strength/merit_01.svg) no-repeat;
  background-size: contain;
}
#strength_merit .reason_list li.reason_02 .text_box h4 span.point {
  background: url(../images/strength/merit_02.svg) no-repeat;
  background-size: contain;
}
#strength_merit .reason_list li.reason_03 .text_box h4 span.point {
  background: url(../images/strength/merit_03.svg) no-repeat;
  background-size: contain;
}
#strength_merit .reason_list li.reason_04 .text_box h4 span.point {
  background: url(../images/strength/merit_04.svg) no-repeat;
  background-size: contain;
}
#strength_merit .reason_list li.reason_05 .text_box h4 span.point {
  background: url(../images/strength/merit_05.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 641px) {
  #strength_solution {
    padding-bottom: 130px;
  }
  #strength_solution .text_box {
    width: 486px;
  }
  #strength_merit {
    padding-bottom: 130px;
  }
  #strength_merit .reason_list li.reason_05 .text_box h4 {
    padding: 0 0 31px 119px;
  }
}

/* outline
------------------------------ */
#outline .main_title .inner {
  background-image: url(../images/outline/maintitle_outline.jpg);
}
#outline_detail table tr th {
  background: #ebf4ff;
  vertical-align: middle;
  font-weight: 500;
}
#outline_detail table tr th.top {
  vertical-align: top;
}
#outline_detail .box ul li span {
  color: #002278;
}
#outline_history .history_list {
  background: #f7f7f7;
  border-radius: 10px;
}
#outline_history ul li .date {
  display: flex;
  width: 222px;
  max-width: 222px;
  max-height: 25px;
  align-items: center;
}
#outline_history ul li .date p {
  position: relative;
  font-weight: 700;
  padding-left: 30px;
}
#outline_history ul li .date p::before {
  position: absolute;
  content: "●";
  font-size: 10px;
  color: #002278;
  top: 0;
  left: 0;
}
#outline_history ul li .date span {
  position: relative;
  display: block;
  background: url(../images/outline/history_1995.svg) no-repeat;
  background-size: contain;
  width: 68px;
  height: 30px;
  font-size: 0;
  top: 3px;
  margin-right: 20px;
}
#outline_history ul li.y1997 .date span {
  background: url(../images/outline/history_1997.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y1998 .date span {
  background: url(../images/outline/history_1998.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y2006 .date span {
  background: url(../images/outline/history_2006.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y2007 .date span {
  background: url(../images/outline/history_2007.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y2008 .date span {
  background: url(../images/outline/history_2008.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y2013 .date span {
  background: url(../images/outline/history_2013.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y2014 .date span {
  background: url(../images/outline/history_2014.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y2015 .date span {
  background: url(../images/outline/history_2015.svg) no-repeat;
  background-size: contain;
}
#outline_history ul li.y2021 .date span {
  background: url(../images/outline/history_2021.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) {
  #outline_detail table tr th,
  #outline_detail table tr td {
    padding: 15px 18px;
  }
  #outline_detail .box {
    margin-top: 80px;
  }
  #outline_detail .box div {
    display: flex;
    gap: 0 95px;
    margin-top: 40px;
  }
  #outline_history .history_list {
    padding: 74px 203px 73px;
  }
  #outline_history ul {
    position: relative;
  }
  #outline_history ul::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 770px;
    background: #d9d9d9;
    top: 10px;
    left: 92px;
  }
  #outline_history ul li {
    display: flex;
    gap: 0 63px;
    margin-bottom: 43px;
  }
  #outline_history ul li:first-of-type {
    margin-bottom: 25px;
  }
  #outline_history ul li:last-of-type {
    margin-bottom: 0;
  }
  #outline #bottom_contact.sub_section {
    width: 100%;
    background: #ebf4ff;
    border-radius: 10px;
    padding: 38px 53px 40px;
  }
}

/* recruitment - archive
------------------------------ */
#recruitment .main_title .inner {
  background-image: url(../images/recruitment/maintitle_recruitment.jpg);
}
#recruitment01 .pict {
  width: 430px;
  max-width: 430px;
  height: 280px;
  border-radius: 0;
  /* border: 1px solid #d9d9d9; */
}
#recruitment01 .text_box h2 {
  text-align: left;
  padding-bottom: 0;
}
#recruitment01 .text_box h2::before,
#recruitment01 .text_box h2::after {
  display: none;
}
#recruitment01 dl {
  display: flex;
}
#recruitment01 dl dt,
#recruitment01 dl dd {
  font-weight: 700;
  font-size: 1.4rem;
  padding: 10px 0 14px;
}
#recruitment01 dl dt {
  color: #002278;
  width: 60px;
  margin-right: 33px;
}
#recruitment01 dl dd {
  font-weight: 400;
}
#recruitment01 .btn {
  width: 180px;
  display: block;
  margin: 30px auto 0;
}
#recruitment01 .btn:hover {
  color: #fff;
  background: #002278;
}
#recruitment #bottom_contact .wrapper {
  width: 100%;
}
#recruitment #bottom_contact h2 {
  padding-bottom: 0;
}
#recruitment #bottom_contact h2::before,
#recruitment #bottom_contact h2::after {
  display: none;
}
#recruitment #bottom_contact .flex_l .btn.contact::before {
  width: 26px;
  height: 35px;
  background: url(../images/common/icon_pencil.svg) no-repeat center center;
  background-size: contain;
  top: -6px;
}

@media screen and (min-width: 641px) {
  #recruitment article {
    display: flex;
    justify-content: space-between;
  }
  #recruitment01 li {
    padding: 70px 0 50px;
    border-bottom: 1px solid #d9d9d9;
    gap: 0 50px;
  }
  #recruitment01 li:first-of-type {
    padding-top: 0;
  }
  #recruitment01 .text_box {
    width: 455px;
  }
  #recruitment01 .text_box h2 {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
  #recruitment01 .term_list {
    margin-top: 30px;
  }
  #recruitment aside {
    width: 240px;
  }
}

/* recruitment - single
------------------------------ */
#recruitment_single01 h2 {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 2px solid #002278;
}
#recruitment_single01 h2::before,
#recruitment_single01 h2::after {
  display: none;
}
#recruitment_single01 .gallery_list {
  width: 430px;
  max-width: 430px;
  height: 282px;
  border: 1px solid #d9d9d9;
}
#recruitment_single01 .pict {
  width: 430px;
  max-width: 430px;
  height: 280px;
  border-radius: 0;
  overflow: inherit;
}
#recruitment_single01 img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
#recruitment .text_box .term {
  font-weight: 500;
  color: #002278;
  background: #ebf4ff;
  font-size: 1.2rem;
  padding: 4px 10px;
  margin-right: 12px;
}
#recruitment_single01 button.btn {
  display: block;
  margin: 60px auto 0;
  font-size: 1.6rem;
  line-height: 66px;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
}
#recruitment_single01 h3 {
  border-bottom: 0;
}
#recruitment_single01 h3::before {
  height: 25px;
  top: 0px;
}
#recruitment aside a {
  display: block;
  background: #f7f7f7;
  color: #222222;
  border-bottom: 1px solid #d9d9d9;
}
.accordion h3 {
  position: relative;
  color: #002278;
  background: #ebf4ff;
  border-bottom: 0;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
.accordion h3::before,
.accordion h3::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 3px;
  background-color: #002278;
  margin: auto;
  top: 0;
  left: auto;
  right: 15px;
  bottom: 0;
  transition: 0.35s;
}
.accordion h3::after {
  transform: rotate(90deg);
}
.accordion h3.active::after {
  transform: rotate(0deg);
}

@media screen and (min-width: 641px) {
  #recruitment_single01 h2 {
    font-size: 2.6rem;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #recruitment_single01 {
    width: 935px;
  }
  #recruitment_single01 .intro {
    margin-bottom: 104px;
  }
  #recruitment_single01 .text_box {
    width: 455px;
  }
  #recruitment_single01 .job_description,
  #recruitment_single01 .how_to_inter {
    margin-top: 60px;
  }
  #recruitment_single01 h3 {
    font-size: 2.2rem;
  }
  #recruitment_single01 .text_box .term_list {
    margin-top: 36px;
  }
  #recruitment aside h3 {
    font-size: 1.6rem;
    padding: 16px 13px 18px 22px;
  }
  #recruitment aside a {
    padding: 11px 22px;
  }
}

/* entry_form
------------------------------ */
#entry_form .main_title .inner {
  background-image: url(../images/entry_form/maintitle_entry_form.jpg);
}
#entry_form #mailformpro {
  margin-top: 30px;
}
#entry_form #mailformpro ul.layout_flex {
  gap: 0 30px;
}
#entry_form #mailformpro th {
  background: #ebf4ff;
  vertical-align: top;
}
@media screen and (min-width: 641px) {
  #entry_form #mailformpro th {
    width: 300px;
  }
}

/* news - archive
------------------------------ */
#news .main_title .inner {
  background-image: url(../images/news/maintitle_news.jpg);
}
#news .archive ol li {
  border-bottom: 1px solid #d9d9d9;
}
#news .archive ol li a {
  color: #222222;
}
#news .archive ol li .pict {
  width: 100%;
}
#news .archive ol li p.date {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7e7e7e;
  margin-right: 10px;
  display: inline-block;
}
#news .archive ol li p.news_archive_cat {
  display: inline-block;
  font-size: 1.3rem;
  color: #002278;
  border: 1px solid #002278;
  padding: 0px 8px;
}
#member01 div.box {
  max-width: 820px;
  height: auto;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #002278;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 50px 0 30px;
}
#member01 div.box dl {
  max-width: 466px;
  letter-spacing: -0.4em;
  margin: 0 auto 20px;
  border-bottom: 0;
  padding-bottom: 0;
}
#member01 div.box dl dt,
#member01 div.box dl dd {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 35px;
  margin-bottom: 12px;
  padding: 0;
}
#member01 div.box dl dt {
  width: 158px;
  color: #002278;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0;
}
#member01 div.box dl dd {
  width: 308px;
  height: 35px;
}
#member01 div.box dl dd input[type="text"],
#member01 div.box dl dd input[type="password"] {
  width: 100%;
  height: 35px;
  border: 0;
  font-size: 1.6rem;
  padding: 5px;
  background: #d7eef6;
  box-sizing: border-box;
}
#member01 div.box input[type="submit"] {
  position: relative;
  display: block;
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  border: 0;
  letter-spacing: 0.025em;
  background: #002278 url(../images/common/arrow_w.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 30px, 0 0;
  background-size: 22px, cover;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 40px;
  border-radius: 30px;
  transition: 0.25s;
  cursor: pointer;
}
#member01 div.box input[type="submit"]:hover {
  color: #002278;
  border: 2px solid #002278;
  background-color: #fff;
  background-image: url(../images/common/arrow_b.svg);
  background-position: center right 25px, 0 0;
}
#member01 div.gray {
  max-width: 820px;
  height: auto;
  margin: 45px auto 0;
  padding: 34px 38px;
  background: #f0f0f0;
  box-sizing: border-box;
}
#member01 div.gray h3 {
  color: #002278;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 0;
}
#member01 div.gray h3::before {
  display: none;
}

@media screen and (min-width: 641px) {
  #news article {
    width: 820px;
  }
  #news .archive ol li {
    line-height: 1.5;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #news .archive ol li a:hover {
    opacity: 0.7;
  }
  #news .archive ol li .pict {
    position: relative;
    display: block;
    max-width: 240px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  #news .archive ol li .pict img {
    height: 210px;
    object-fit: contain;
  }
  #news .archive ol li .flex_r {
    width: 550px;
  }
  #news .archive ol li h2 {
    font-size: 2rem;
    margin: 14px 0 0;
    text-align: left;
    padding-bottom: 0;
  }
  #news .archive ol li h2::before,
  #news .archive ol li h2::after {
    display: none;
  }
  #news .archive ol li p.outline {
    line-height: 1.7;
    margin-top: 20px;
  }
  #news #bottom_contact.sub_section .layout_flex {
    gap: 0 50px;
  }
}

/* news - single
------------------------------ */
#single01 p.date {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7e7e7e;
  margin-right: 10px;
  display: inline-block;
}
#single01 p.news_archive_cat {
  display: inline-block;
  font-size: 1.3rem;
  color: #002278;
  border: 1px solid #002278;
  padding: 0px 8px;
}
#single01 .content {
  clear: both;
  margin-top: 26px;
}
#single01 .content h2,
#single01 .content h3,
#single01 .content h4 {
  line-height: 1.5;
  margin-bottom: 15px;
}
#single01 .content h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
#single01 .content h2 {
  font-size: 2rem;
  text-align: left;
  padding-bottom: 0;
}
#single01 .content h2::before,
#single01 .content h2::after {
  display: none;
}
#single01 .content h3 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px dashed #d9d9d9;
}
#single01 .content h4 {
  font-size: 1.6rem;
}
#single01 .content div,
#single01 .content p {
  clear: both;
}
#single01 .content img {
  max-width: 100%;
  width: auto;
  margin-bottom: 1.5rem;
}
#single01 .content img.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
#single01 .content img.alignright {
  float: right;
}
#single01 .content img:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  #single01 .pict {
    margin-top: 30px;
  }
  #single01 .content div,
  #single01 .content p {
    clear: both;
    line-height: 1.88;
    margin-bottom: 3rem;
  }
  #single01 .content div:last-of-type,
  #single01 .content p:last-child {
    margin-bottom: 0;
  }
}

/* aside
------------------------------ */
.category_list h3 {
  line-height: 1;
  background: #002278;
  color: #fff;
  font-size: 1.8rem;
  height: 50px;
  padding-left: 28px;
  display: flex;
  align-items: center;
}
.category_list h3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #f21818;
  left: 0;
}
.category_list ul li a {
  position: relative;
  display: block;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: #f7f7f7;
  padding: 15px 0 20px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.category_list ul li a:hover {
  color: #002278;
}
@media screen and (min-width: 641px) {
  aside {
    width: 330px;
  }
}

/* wp-pagenavi
------------------------------ */
.pagenavi,
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.wp-pagenavi span.pages {
  display: none;
}
.pagenavi span.current,
.pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  font-weight: 300;
  text-align: center;
  line-height: 33px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
}
.pagenavi a.prev,
.pagenavi a.next,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 0;
}
.pagenavi a.prev::after,
.pagenavi a.next::after,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 1px #002278;
  border-right: solid 1px #002278;
  transform: rotate(45deg);
  top: 0;
  left: 11px;
  bottom: 0;
  margin: auto 0;
  transition: 0.25s;
}
.pagenavi a.prev::after,
.wp-pagenavi a.previouspostslink::after {
  transform: rotate(225deg);
  left: auto;
  right: 11px;
}
.pagenavi span.current,
.wp-pagenavi span.current {
  color: #fff;
  background: #002278;
}
.pagenavi a,
.wp-pagenavi a {
  color: #002278;
  background: #d9d9d9;
}
@media screen and (min-width: 641px) {
  .pagenavi,
  .wp-pagenavi {
    margin-top: 70px;
  }
  .pagenavi a:hover,
  .wp-pagenavi a:hover {
    color: #fff;
    background: #000;
  }
  .pagenavi a.prev:hover::after,
  .pagenavi a.next:hover::after,
  .wp-pagenavi a.previouspostslink:hover::after,
  .wp-pagenavi a.nextpostslink:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .single_pagenavi {
    margin: 80px auto 0;
  }
  .single_pagenavi li a {
    position: relative;
    display: block;
    width: 230px;
    height: 68px;
    line-height: 68px;
  }
  .single_pagenavi li a:hover {
    opacity: 0.7;
  }
}
.single_pagenavi li a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #002278;
  border-radius: 35px;
}
.single_pagenavi {
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
}

/* contact & thanks
------------------------------ */
#contact .main_title .inner,
#thanks .main_title .inner,
#thanks_entry .main_title .inner {
  background-image: url(../images/contact/maintitle_contact.jpg);
}
#contact_guide .layout_flex {
  margin-top: 40px;
}
#contact .sub_section .intro {
  text-align: center;
}
#contact_guide .flex_l,
#contact_guide .flex_r {
  position: relative;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
#contact_guide h3 {
  position: relative;
  width: 590px;
  background: #002278;
  color: #fff;
  font-size: 2rem;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  left: -1px;
  top: -1px;
  border-bottom: 0;
}
#contact_guide .guide_box p {
  text-align: center;
}
#contact_guide .flex_l .line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin: 36px auto 23px;
  padding-bottom: 0;
  border-bottom: 0;
}
#contact_guide .flex_r .btn.white {
  margin-top: 44px;
}
#contact_guide .btn.white {
  display: block;
  width: 340px;
  height: 60px;
  margin: 17px auto 0;
  line-height: 55px;
}
#contact_guide .btn:hover {
  color: #fff;
  background: #002278;
}
#contact_tel .tel_box {
  width: 1140px;
  margin: auto;
  padding-left: 0;
}
#contact_tel .tel_box .tel {
  background: url(../images/common/bc_tel.svg) no-repeat;
  background-size: contain;
  width: 364px;
  height: 34px;
  font-size: 0;
}
#contact_tel .tel_box .tel::before {
  display: none;
}
#contact_tel .tel_box .hour {
  margin-left: 30px;
}
#contact_mail h3::before {
  display: none;
}
#privacy_policy {
  margin-top: -60px;
  padding-top: 100px;
}
.privacy_policy_box {
  position: relative;
  display: block;
  border: 2px solid #d9d9d9;
}
#privacy_policy h3 {
  margin-top: 0;
  padding-left: 0;
  border-bottom: 0;
  color: #002278;
}
#privacy_policy h3::before {
  display: none;
}
#privacy_policy h4 {
  font-size: 1.8rem;
  margin-top: 30px;
  border: 1px solid #d9d9d9;
  padding: 2%;
}
#privacy_policy .box {
  margin-top: 20px !important;
}
#privacy_policy .box p span {
  display: block;
  font-weight: 700;
}
#contact_sitemap ul {
  width: 384px;
}
#contact_sitemap ul li {
  margin-top: 35px;
}
#contact_sitemap ul li:first-of-type {
  margin-top: 0;
}
#contact_sitemap ul li a {
  display: block;
  color: #002278;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #002278;
}
#contact_sitemap ul li a span {
  margin-right: 6px;
}
#contact_sitemap ul li .sitemap_sub {
  padding: 13px 0 0 10px;
}
#contact_sitemap ul li .sitemap_sub a {
  display: inline-block;
  color: #000000;
  font-weight: 400;
  font-size: 1.3rem;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 0;
}
#contact_sitemap ul li .sitemap_sub a.text_link::after {
  bottom: 6px;
}
#thanks01 .tel_box .tel,
#thanks_entry01 .tel_box .tel {
  position: relative;
  font-size: 0;
  background: url(../images/common/bc_tel.svg) no-repeat;
  background-size: contain;
  width: 302px;
  height: 28px;
}
@media screen and (min-width: 641px) {
  #contact_guide .flex_l,
  #contact_guide .flex_r {
    width: 590px;
  }
  #contact_guide .guide_box {
    padding: 28px 43px 38px;
  }
  #contact_guide .flex_r .guide_box {
    padding: 28px 34px 59px;
  }
  #contact_mail h2 {
    margin-bottom: 65px;
  }
  #contact_mail h3 {
    font-size: 2.2rem;
    color: #002278;
    margin: 40px 0 18px;
    border-bottom: 0;
    padding: 0;
  }
  #contact_mail #mailformpro .table01 table {
    margin-top: 30px;
  }
  #contact_mail #mailformpro .table01 table tr th,
  #contact_mail #mailformpro .table01 table tr td {
    border-bottom: 0;
  }
  #contact_mail #mailformpro table tr th {
    vertical-align: top;
    min-width: 300px;
    padding-right: 18px;
    background: #ebf4ff;
  }
  #contact_mail #mailformpro table tr td {
    width: 940px;
    padding: 22px 28px 22px 30px;
  }
  #contact_mail #mailformpro ul.layout_flex {
    gap: 0 30px;
    flex-wrap: wrap;
  }
  .privacy_policy_box {
    height: 275px;
    padding: 33px 40px 32px;
  }
  .privacy_policy_box .inner {
    height: 210px;
    overflow-y: scroll;
  }
  #privacy_policy h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    margin-top: 0;
    padding-bottom: 0;
  }
  #thanks01,
  #thanks_entry01 {
    width: 860px;
    max-width: 860px;
    margin: auto;
    display: block;
    text-align: center;
  }
  #thanks01 a.btn,
  #thanks_entry01 a.btn {
    margin-top: 50px;
  }
  #thanks01 .tel_box,
  #thanks_entry01 .tel_box {
    margin: 20px auto 30px;
  }
}

/*  yonmaruyon
------------------------------ */
#yonmaruyon .main_title .inner {
  background-image: url(../images/news/maintitle_news.jpg);
}
#yonmaruyon01 h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
#yonmaruyon01 .outline .circle {
  width: 12px;
  height: 12px;
}
#yonmaruyon01 .outline .text_link {
  color: #1571da;
}
#yonmaruyon01 .outline .text_link::after {
  bottom: -3px;
  background-color: #1571da;
}
@media screen and (min-width: 641px) {
  #yonmaruyon01 .outline {
    max-width: 800px;
    margin: 0 auto;
  }
  #yonmaruyon01 .outline p {
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
  }
  #yonmaruyon01 .outline .btn {
    margin-top: 50px;
  }
}

/* bottom_contact
------------------------------ */
#bottom_contact .wrapper {
  background: #ebf4ff;
  border-radius: 10px;
}
#bottom_contact .layout_flex .flex_l .tel {
  position: relative;
  font-size: 0;
  background: url(../images/common/bc_tel.svg) no-repeat;
  background-size: contain;
}
#bottom_contact a.btn.contact {
  border-radius: 30px;
}
@media screen and (min-width: 641px) {
  #bottom_contact .wrapper {
    padding: 34px 53px;
  }
  #news #bottom_contact .wrapper {
    width: 100%;
  }
  #bottom_contact h2 {
    font-size: 2rem;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  #bottom_contact .layout_flex {
    justify-content: center;
    gap: 0 50px;
  }
  #bottom_contact .layout_flex div {
    text-align: center;
  }
  #bottom_contact .layout_flex .flex_l .tel {
    width: 302px;
    height: 28px;
  }
  #bottom_contact .layout_flex .flex_l .tel::before {
    display: none;
  }
  #bottom_contact .layout_flex h3 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 15px;
  }
  #bottom_contact .layout_flex p.tel {
    margin-bottom: 12px;
  }
  #bottom_contact a.btn.contact {
    width: 340px;
    height: 60px;
    line-height: 58px;
    margin-top: 0;
  }
}

/* footer
------------------------------ */
footer {
  border-top: 2px solid #002278;
}
footer .logo {
  position: relative;
  display: block;
}
footer .flex_l p {
  color: #222222;
  line-height: 1.63;
  margin-top: 20px;
}
small {
  position: relative;
  display: block;
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #002278;
}
small a {
  position: relative;
  color: #fff;
}
small a.text_link::after {
  bottom: -3px;
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  footer {
    margin-top: 160px;
    padding-top: 91px;
  }
  footer .logo {
    width: 302px;
    height: 45px;
    margin: 0;
  }
  footer .flex_l {
    margin-right: 130px;
  }
  footer .flex_r {
    gap: 0 68px;
  }
  footer img {
    margin-top: 30px;
    width: 352px;
    height: 100px;
  }
  footer img:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .footer_menu {
    position: relative;
    border-left: 1px solid #dddddd;
    padding-left: 32px;
  }
  .footer_menu:nth-of-type(2) {
    width: 214px;
  }
  .footer_menu:nth-of-type(3) {
    width: 169px;
  }
  .footer_menu li.main {
    line-height: 1;
    margin-top: 32px;
  }
  .footer_menu li.main:first-of-type {
    margin-top: 0;
  }
  .footer_menu li a {
    color: #002278;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .footer_menu li a::after {
    background-color: #002278;
    bottom: -3px;
  }
  .footer_menu li .sub {
    margin: 20px 0 0 10px;
  }
  .footer_menu li .sub li {
    line-height: 1;
    margin-bottom: 10px;
  }
  .footer_menu li .sub li a {
    font-size: 1.3rem;
    color: #606060;
    font-weight: 400;
  }
  small {
    margin-top: 130px;
  }
}

.sidenav {
  position: fixed;
  right: 0px;
  bottom: 160px;
  z-index: 500;
  transition: 0.5s;
}
.toppage .sidenav {
  opacity: 0;
}
.sidenav.show {
  opacity: 1;
  transform: scale(1);
}
.sidenav ul li {
  width: 50px;
  height: 210px;
}
.sidenav ul li.for_js {
  background: #002278;
  border-radius: 8px 0px 0px 0px;
}
.sidenav ul li.company {
  background: #ec1515;
  border-radius: 0px 0px 0px 8px;
}
.sidenav ul li a {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 43px 18px 13px 18px;
}
.sidenav ul li.for_js a {
  padding: 46px 18px 25px 18px;
}
.sidenav ul li.for_js a::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_sidenav01.svg) no-repeat;
  width: 21px;
  height: 21px;
  top: 19px;
  left: 15px;
}
.sidenav ul li.company a::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_sidenav02.svg) no-repeat;
  width: 17px;
  height: 19px;
  top: 18px;
  left: 17px;
}
.sidenav ul li.for_js a:hover {
  background: #677aac;
}
.sidenav ul li.company a:hover {
  background: #ff5f5f;
}

/* Page Top
------------------------------ */
.show.pagetop {
  opacity: 1;
}
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 50px;
  transition: 0.3s;
  font-size: 0;
  z-index: 10;
  opacity: 0;
}
.pagetop a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #002278;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
}
.pagetop a:hover {
  background: #677aac;
  border-radius: 50%;
}
