@charset "UTF-8";
/*=========================================================================
SYSYEM
=========================================================================*/
@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
/* ------------------------------------------------------------- */
.img_basic, #bottomLogo a, #bottomLogo img, #partner_notes_headline img, section#Partner #partner_head_bg img, #recruit_pickupHeadline img, #recruit_headline img, section#Recruit #recruit_head_bg img, .service_list_photo img, .strength_point_notesbox .icon_point img, #btn_viewScroll a, #btn_viewScroll img, #viewCatch img, #viewObject img, #siteLogo a, #siteLogo img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
}

.list_style, ul#viewList {
  list-style-type: none;
}

.hover, #bottomLogo a:hover, #btn_viewScroll a:hover, #siteLogo a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.flexs, #bottonNavi ul#bottom_naviList, #contact_buttonBox, .radiobox, .two_layout label, .two_layout, dl#formBody, dl#MessageContainer, ul#partner_checkList, .pickup_inner, ul#recruit_pointList, ul#service_notesList, ul#strength_infoList, ul#naviList, #Header .header_inner {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.funwari, #privacy_linkBox .privacy_cap a, #bottonNavi ul#bottom_naviList a:hover, .input_cover:after, #btnContact.btn_basic a, #contact_buttonBox .btn_basic input[type=submit],
#contact_buttonBox .btn_basic button, #Header.active, #page-top a, #page-top img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.abso_type01, .input_cover:after, #contact_buttonBox .btn_basic input[type=submit]:after,
#contact_buttonBox .btn_basic button:after, #btn_viewScroll, #viewCatch, .btn_basic a:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.abso_type02 {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_basic a {
  background: #DC020D;
  color: #fff !important;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #DC020D;
  border-radius: 100vh;
  position: relative;
  z-index: 1;
}
.btn_basic a:after {
  content: "";
  position: absolute;
  right: 0em;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-right: 0.7em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.7em solid #FFC400;
}
.btn_basic a:hover {
  color: #DC020D;
  background: transparent;
}
.btn_basic a:hover:after {
  border-left-color: #DC020D;
}

/*=========================================================================
PUBLIC
=========================================================================*/
body {
  background: #FAF8F2;
}

#Wrapper {
  overflow: hidden;
}

/* ------------------------------------------------------------- */
#mainContents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

/* ------------------------------------------------------------- */
#mainContents section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

/* ------------------------------------------------------------- */
.section_basic {
  position: relative;
  width: 94%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
}

/* ------------------------------------------------------------- */
.section_title {
  text-align: center;
  font-weight: 600;
  font-size: 90px;
  line-height: 1.4;
  letter-spacing: 3px;
  font-family: "Barlow_b", Arial, Helvetica, sans-serif !important;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .section_title {
    font-size: clamp(60px, 4.6875vw, 90px);
  }
}
@media screen and (max-width: 1024px) {
  .section_title {
    font-size: clamp(48px, 5.859vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 7.8125vw;
  }
}
.section_title p {
  font-family: "NotoSans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 90px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .section_title p {
    font-size: clamp(22px, 1.302vw, 25px);
  }
}
@media screen and (max-width: 1024px) {
  .section_title p {
    font-size: clamp(18px, 2.148vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .section_title p {
    font-size: min(3.255vw, 20px);
    margin-bottom: 12%;
  }
}
.section_title p span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.section_title p span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70%;
  width: 35%;
  height: 1px;
  background: #DC020D;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .section_title p span:after {
    bottom: -70%;
  }
}

.one_period {
  margin: 0 auto;
  width: 100%;
  height: auto;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .one_period {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .one_period {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  .one_period {
    font-size: min(3.125vw, 16px);
  }
}
.one_period p {
  margin-bottom: 1.4em;
  font-size: 16px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .one_period p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .one_period p {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  .one_period p {
    font-size: min(3.125vw, 16px);
  }
}
.one_period p:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------------------------------- */
#page-top {
  position: fixed;
  z-index: 2;
  right: 2%;
  bottom: 3em;
  width: 9%;
  max-width: 70px;
  height: auto;
}
#page-top a, #page-top img {
  width: 100%;
  height: auto;
  display: block;
}
#page-top a:hover {
  opacity: 0.4;
}

/*=========================================================================
HEADER
=========================================================================*/
#Header {
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #Header {
    height: 80px;
  }
}
#Header.active {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#Header .header_inner {
  width: 94%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #Header .header_inner {
    height: 80px;
  }
}

body#Form #Header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/*=========================================================================
HEADER：SITE LOGO
=========================================================================*/
#siteLogo {
  /*
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 100;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  position: relative;
  width: 28%;
  height: auto;
  max-width: 525px;
  margin-right: 2%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #siteLogo {
    width: 72%;
    max-width: 320px;
  }
}
/*=========================================================================
HEADER：GLOBAL NAVI
=========================================================================*/
#globalNavi {
  width: 100%;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #globalNavi {
    min-height: 100vh;
    padding: 100px 0 6%;
    overflow-x: hidden;
    background: #fff;
    color: #050505;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }
  #globalNavi.open {
    display: block;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 99;
    opacity: 1;
  }
}

ul#naviList {
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  ul#naviList {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
}
ul#naviList li {
  margin-left: 3%;
  font-size: clamp(12px, 0.833vw, 18px);
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  ul#naviList li {
    margin: 0 auto;
  }
}
ul#naviList li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  ul#naviList li:first-of-type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  ul#naviList li {
    border-bottom: 1px solid #ccc;
    font-size: clamp(16px, 2.08vw, 18px);
  }
}
ul#naviList li a {
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 768px) {
  ul#naviList li a {
    padding: 1.5em 0;
    display: block;
  }
}
ul#naviList li a:hover {
  color: #DC020D;
}
@media screen and (max-width: 768px) {
  ul#naviList li.btn_basic {
    border-bottom: 0;
  }
}
ul#naviList li.btn_basic a {
  color: #fff;
  border: 1px solid #DC020D;
  display: block;
  padding: 1em 2em;
  font-size: 90%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  ul#naviList li.btn_basic a {
    margin-top: 2em;
    text-align: center;
    display: block;
  }
}
ul#naviList li.btn_basic a:hover {
  color: #DC020D !important;
}
ul#naviList li.btn_basic a:after {
  content: none;
}
@media screen and (max-width: 768px) {
  ul#naviList li.btn_basic a:after {
    content: "";
  }
}

#menu-trigger {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #menu-trigger {
    display: block !important;
    width: 40px;
    height: 40px;
    border-radius: 100vh;
    background: #DC020D;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    top: 50%;
    right: 0;
  }
  #menu-trigger span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 50%;
    height: 2px;
    background: #fff;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-trigger span:nth-child(1) {
    top: 33%;
  }
  #menu-trigger span:nth-child(2) {
    top: 50%;
  }
  #menu-trigger span:nth-child(3) {
    top: 67%;
  }
}
#menu-trigger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
}
#menu-trigger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-315deg);
  transform: translate(-50%, -50%) rotate(-315deg);
}
#menu-trigger.active span:nth-child(2) {
  width: 0;
}

/*=========================================================================
FOOTER
=========================================================================*/
#Footer {
  background: #FFC400;
}

.foot_inner {
  width: 94%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .foot_inner {
    padding: 3% 0;
  }
}

#Copy {
  text-align: center;
  color: #fff;
  line-height: 120%;
  font-size: 14px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #Copy {
    font-size: clamp(12px, 0.729vw, 14px);
  }
}
@media screen and (max-width: 1024px) {
  #Copy {
    font-size: 1.367vw;
  }
}
@media screen and (max-width: 768px) {
  #Copy {
    font-size: min(2.343vw, 18px);
  }
}

/*=========================================================================
MAIN CONTENTS：FIRST VIEW
=========================================================================*/
#firstView {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#viewBox {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #viewBox {
    width: 100%;
    height: auto;
  }
}
#viewBox:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/slider_cover.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
}

ul#viewList {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul#viewList {
    overflow: hidden;
  }
}
ul#viewList li {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul#viewList li {
    padding-bottom: 100%;
    overflow: hidden;
  }
}
ul#viewList li img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center !important;
     object-position: center !important;
}
@media screen and (max-width: 768px) {
  ul#viewList li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

#viewObject {
  position: absolute;
  z-index: 9;
  left: 74%;
  top: 40%;
  width: 75%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #viewObject {
    left: 88%;
    top: 71%;
    width: 108%;
  }
}

#firstView .swiper-pagination {
  width: 4px;
  height: 100%;
  left: 10px;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateX(-50%);
}
#firstView .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 5.5%;
  background: #FFC400;
  border-radius: 0;
  opacity: 1;
}
#firstView .swiper-pagination .swiper-pagination-bullet-active {
  background: #DC020D;
}

/* --------------------------------------------------------------------------------- */
#viewCatch {
  width: 48%;
  height: auto;
  z-index: 99;
  top: 50%;
  left: 46%;
}
@media screen and (max-width: 768px) {
  #viewCatch {
    width: 41%;
    left: 30%;
    top: 40%;
  }
}

/* --------------------------------------------------------------------------------- */
#btn_viewScroll {
  z-index: 10;
  left: 26%;
  top: 92%;
  width: 16%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #btn_viewScroll {
    left: 12%;
    top: 94%;
  }
}

/*=========================================================================
SECTION #01：STRENGH
=========================================================================*/
#Strength {
  background: #FFC400;
  background-image: url("../img/bg_section01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: relative;
  z-index: 2;
}
#Strength:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 8%;
  left: 0;
  bottom: 0px;
  background: #FAF8F2;
}
@media screen and (max-width: 768px) {
  #Strength:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  #Strength {
    background-size: 210%;
  }
}
#Strength .section_basic {
  padding: 6% 0 0%;
}
@media screen and (max-width: 768px) {
  #Strength .section_basic {
    padding: 14% 0 9%;
  }
}

/* --------------------------------------------------------------------------------- */
ul#strength_infoList {
  list-style-type: none;
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding-top: 6%;
  position: relative;
  z-index: 2;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  ul#strength_infoList {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  ul#strength_infoList {
    display: block;
    padding-top: 9%;
  }
}
ul#strength_infoList li {
  width: 30.3333333%;
  text-align: center;
  margin-right: 3%;
  height: auto;
  background: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  -ms-box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
  box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
}
ul#strength_infoList li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul#strength_infoList li {
    max-width: 500px;
    width: 90%;
    height: auto;
    margin: 0 auto 20%;
    border-radius: 12px;
  }
  ul#strength_infoList li:nth-of-type(3n) {
    margin: 0 auto 20%;
  }
  ul#strength_infoList li:last-of-type {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------------------------------- */
.point_num {
  font-family: "Barlow_b", Arial, Helvetica, sans-serif !important;
  display: inline-block;
  background: #fff;
  color: #333333;
  font-size: 70px;
  border-radius: 100vh;
  padding: 0.3em 0.6em;
  line-height: 1;
  margin-top: -0.8em;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .point_num {
    font-size: clamp(60px, 3.647vw, 70px);
  }
}
@media screen and (max-width: 1024px) {
  .point_num {
    font-size: 5.8596vw;
  }
}
@media screen and (max-width: 768px) {
  .point_num {
    padding: 0.6em 0.8em;
    font-size: 7.8125vw;
  }
}
.point_num span {
  font-size: 25px;
  width: 100%;
  display: block;
  font-family: "Barlow_b", Arial, Helvetica, sans-serif !important;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .point_num span {
    font-size: clamp(20px, 1.3027vw, 25px);
  }
}
@media screen and (max-width: 1024px) {
  .point_num span {
    font-size: 1.953vw;
  }
}
@media screen and (max-width: 768px) {
  .point_num span {
    font-size: 3.255vw;
  }
}

/* --------------------------------------------------------------------------------- */
.strength_point_notesbox {
  position: relative;
  z-index: 1;
  padding: 30px 30px 60px;
}
@media screen and (max-width: 1024px) {
  .strength_point_notesbox {
    padding: 4% 10% 12%;
  }
}
@media screen and (max-width: 768px) {
  .strength_point_notesbox {
    padding: 2% 6% 9%;
  }
}
.strength_point_notesbox .icon_point {
  padding: 0;
  width: 40%;
  height: auto;
  margin: 0 auto 30px;
}
.strength_point_notesbox .icon_point img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .strength_point_notesbox .icon_point {
    width: 30%;
    margin-bottom: 6%;
  }
}
.strength_point_notesbox .strength_point_detail p {
  line-height: 180%;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .strength_point_notesbox .strength_point_detail p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .strength_point_notesbox .strength_point_detail p {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  .strength_point_notesbox .strength_point_detail p {
    font-size: min(3.125vw, 16px);
  }
}
.strength_point_notesbox .strength_point_headline {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .strength_point_notesbox .strength_point_headline {
    font-size: clamp(22px, 1.25vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .strength_point_notesbox .strength_point_headline {
    font-size: 1.953vw;
  }
}
@media screen and (max-width: 768px) {
  .strength_point_notesbox .strength_point_headline {
    font-size: min(3.645vw, 28px);
  }
}

/*=========================================================================
SECTION #02：SERVICE
=========================================================================*/
.abs_object {
  position: absolute;
}
.abs_object img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.abs_object.type01 {
  width: 30%;
  height: auto;
  left: -5%;
  top: 92%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .abs_object.type01 {
    width: 28%;
    top: 0%;
    left: 0;
  }
}
.abs_object.type02 {
  width: 16%;
  height: auto;
  left: 84%;
  top: 16%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .abs_object.type02 {
    left: 86%;
    top: 4%;
    width: 22%;
  }
}

/* ------------------------------------------------------------- */
#Service {
  display: block;
  width: 100%;
  height: auto;
  margin: -6% auto 0 !important;
  position: relative;
  z-index: 1 !important;
  background: #FAF8F2;
}
@media screen and (max-width: 768px) {
  #Service {
    margin-top: 0 !important;
  }
}
#Service .section_basic {
  padding: 12% 0 6%;
}
@media screen and (max-width: 768px) {
  #Service .section_basic {
    padding: 6% 0;
  }
}

/* ------------------------------------------------------------- */
#service_headCatch {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
  list-style: 1.6;
  font-size: 30px;
  margin-bottom: 6%;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #service_headCatch {
    font-size: clamp(24px, 2.539vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  #service_headCatch {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  #service_headCatch {
    font-size: min(3.255vw, 24px);
    margin-bottom: 14%;
    margin-bottom: 4%;
  }
}

/* ------------------------------------------------------------- */
ul#service_notesList {
  list-style-type: none;
  width: 86%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul#service_notesList {
    margin-bottom: 12%;
  }
}
ul#service_notesList li {
  width: 47%;
  height: auto;
  margin: 0 6% 9% 0;
}
ul#service_notesList li:nth-of-type(even) {
  margin-right: 0;
}
ul#service_notesList li p {
  line-height: 1.6;
  font-size: 16px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  ul#service_notesList li p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  ul#service_notesList li p {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  ul#service_notesList li p {
    font-size: min(3.125vw, 16px);
  }
}
ul#service_notesList li p:last-of-type {
  margin-bottom: 0;
}
ul#service_notesList li p span {
  color: #FFC400;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  ul#service_notesList li {
    width: 100%;
    margin: 0 auto 12%;
  }
  ul#service_notesList li:nth-of-type(even) {
    margin: 0 auto 12%;
  }
  ul#service_notesList li:last-of-type {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------- */
.service_list_headline {
  border: 1px solid #FFC400;
  border-radius: 100vh;
  background: #fff;
  line-height: 1.4;
  color: #333;
  font-weight: 900;
  padding: 0.5em 0;
  display: block;
  margin: 0 auto 0.6em;
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .service_list_headline {
    font-size: clamp(20px, 1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .service_list_headline {
    font-size: 1.953vw;
  }
}
@media screen and (max-width: 768px) {
  .service_list_headline {
    font-size: min(3.906vw, 30px);
  }
}

.service_list_photo {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1.5em auto 0;
  border-radius: 12px;
  overflow: hidden;
}
/* ------------------------------------------------------------- */
#serviceButton.btn_basic {
  text-align: center;
  margin: 0 auto;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  #serviceButton.btn_basic {
    width: 100%;
  }
}
#serviceButton.btn_basic a {
  font-size: 30px;
  display: inline-block;
  padding: 6% 3.5em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #serviceButton.btn_basic a {
    font-size: clamp(24px, 1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  #serviceButton.btn_basic a {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  #serviceButton.btn_basic a {
    font-size: min(3vw, 24px);
  }
}
#serviceButton.btn_basic a:hover {
  color: #DC020D !important;
}

/*=========================================================================
SECTION #03：RECRUIT
=========================================================================*/
section#Recruit {
  position: relative;
  z-index: 1;
  padding-top: 0%;
  background: #fff;
  /* ------------------------------------------------------------- */
}
section#Recruit .section_basic {
  padding-top: 20%;
}
section#Recruit #recruit_head_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0px;
  width: 100%;
  height: auto;
}
section#Recruit #recruit_head_bg img {
  -o-object-fit: contain;
     object-fit: contain;
}
section#Recruit .abs_object {
  height: auto;
  width: 10%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section#Recruit .abs_object {
    width: 18%;
  }
}
section#Recruit .abs_object.recruit01 {
  left: 0%;
  top: 55%;
}
@media screen and (max-width: 768px) {
  section#Recruit .abs_object.recruit01 {
    left: 97%;
    top: 4%;
  }
}
section#Recruit .abs_object.recruit02 {
  left: 10%;
  top: 80%;
}
@media screen and (max-width: 768px) {
  section#Recruit .abs_object.recruit02 {
    left: 5%;
    top: 6%;
  }
}
section#Recruit .abs_object.recruit03 {
  left: 84%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  section#Recruit .abs_object.recruit03 {
    left: 84%;
    top: 2%;
    width: 24%;
  }
}

/* ------------------------------------------------------------- */
ul#recruit_pointList {
  list-style-type: none;
  width: 70%;
  max-width: 1200px;
  margin: 0 auto 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  ul#recruit_pointList {
    width: 80%;
    margin-bottom: 9%;
  }
}
ul#recruit_pointList li {
  width: 23%;
  margin-right: 2%;
  color: #333;
  background: #FFC400;
  text-align: center;
  border-radius: 100vh;
}
ul#recruit_pointList li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul#recruit_pointList li {
    width: 49%;
    margin: 0 2% 4% 0;
  }
  ul#recruit_pointList li:nth-of-type(4n) {
    margin-right: 2%;
  }
  ul#recruit_pointList li:nth-of-type(even) {
    margin-right: 0;
  }
}
ul#recruit_pointList li p {
  list-style: 1;
  font-weight: 600;
  padding: 1.5em 0;
  color: #333;
  font-size: 18px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  ul#recruit_pointList li p {
    font-size: clamp(14px, 1.042vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  ul#recruit_pointList li p {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  ul#recruit_pointList li p {
    font-size: 3.125vw;
  }
}

/* ------------------------------------------------------------- */
#recruit_Caption {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 90px;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #recruit_Caption {
    font-size: clamp(13px, 0.729vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  #recruit_Caption {
    font-size: 1.367vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_Caption {
    font-size: 1.8229vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_Caption {
    margin-bottom: 6%;
  }
}

/* ------------------------------------------------------------- */
#recruit_headline {
  width: 70%;
  max-width: 900px;
  margin: 0 auto 2em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #recruit_headline {
    width: 100%;
  }
}
#recruit_headline p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #recruit_headline p {
    font-size: 2.3437vw;
    margin-top: 6%;
    margin-left: 6%;
  }
}

/* ------------------------------------------------------------- */
#recruit_pickupBloc {
  position: relative;
  z-index: 1;
  width: 86%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto 9%;
  background: #FAF8F2;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  #recruit_pickupBloc {
    width: 90%;
  }
}

/* ------------------------------------------------------------- */
.pickup_inner {
  padding: 6%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pickup_inner {
    display: block;
  }
}

/* ------------------------------------------------------------- */
#recruit_pickupHeadline {
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #recruit_pickupHeadline {
    width: 60%;
    margin-bottom: 4%;
  }
}
/* ------------------------------------------------------------- */
ul.recruit_checklist {
  width: 48%;
  margin-right: 4%;
  height: auto;
  list-style-type: none;
}
ul.recruit_checklist:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul.recruit_checklist {
    width: 80%;
    margin: 0 auto;
  }
  ul.recruit_checklist:nth-of-type(even) {
    margin: 0 auto;
  }
}
ul.recruit_checklist li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-left: 1.8em;
}
ul.recruit_checklist li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ul.recruit_checklist li:last-of-type {
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  ul.recruit_checklist li {
    font-size: clamp(14px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  ul.recruit_checklist li {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  ul.recruit_checklist li {
    font-size: min(3.125vw, 16px);
    margin-bottom: 3%;
  }
}
ul.recruit_checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.4em;
  height: 1.4em;
  background-image: url("../img/mark_check.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ------------------------------------------------------------- */
#Recruit .table_container {
  position: relative;
  z-index: 1;
}
#Recruit .table_container table {
  max-width: 900px;
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #Recruit .table_container table {
    width: 94%;
  }
}
#Recruit .table_container:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #Recruit .table_container {
    margin-bottom: 6%;
  }
}

.recruit_table_title {
  font-weight: 600;
  line-height: 1.4;
  font-size: 25px;
  margin: 0 auto 30px;
  max-width: 900px;
  width: 80%;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .recruit_table_title {
    font-size: clamp(18px, 1.3027vw, 25px);
  }
}
@media screen and (max-width: 1024px) {
  .recruit_table_title {
    font-size: 1.953vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit_table_title {
    width: 90%;
    margin-bottom: 4%;
    font-size: 3.645vw;
  }
}

table.recruit_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
table.recruit_table th, table.recruit_table td {
  line-height: 1.6;
  font-weight: 400;
  padding: 1.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.recruit_table th {
  border-top: 1px solid #FFC400;
  width: 22%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table.recruit_table th {
    width: 30%;
    padding: 1.5em 0.5em;
  }
}
table.recruit_table th, table.recruit_table td p.table_headline {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  table.recruit_table th, table.recruit_table td p.table_headline {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  table.recruit_table th, table.recruit_table td p.table_headline {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  table.recruit_table th, table.recruit_table td p.table_headline {
    font-size: min(3.125vw, 16px);
  }
}
table.recruit_table td p.table_headline {
  margin-bottom: 0.5em;
}
table.recruit_table td {
  width: 78%;
  margin-left: 2%;
  border-top: 1px solid #F0F0F0;
}
@media screen and (max-width: 768px) {
  table.recruit_table td {
    width: 70%;
  }
}
table.recruit_table td, table.recruit_table td p {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  table.recruit_table td, table.recruit_table td p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  table.recruit_table td, table.recruit_table td p {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  table.recruit_table td, table.recruit_table td p {
    font-size: min(3.125vw, 14px);
    margin-bottom: 0;
  }
}
table.recruit_table td p {
  margin-bottom: 0;
}

/* ------------------------------------------------------------- */
#recruitButton.btn_basic {
  text-align: center;
  margin: 60px auto 0;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  #recruitButton.btn_basic {
    width: 100%;
    margin-top: 9%;
  }
}
#recruitButton.btn_basic a {
  font-size: 30px;
  display: inline-block;
  padding: 4% 3.5em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #recruitButton.btn_basic a {
    font-size: clamp(24px, 1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  #recruitButton.btn_basic a {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  #recruitButton.btn_basic a {
    font-size: min(3vw, 24px);
  }
}
#recruitButton.btn_basic a:hover {
  color: #DC020D !important;
}

/*=========================================================================
SECTION #04：PARTNER
=========================================================================*/
section#Partner {
  position: relative;
  z-index: 1;
  padding-top: 0%;
  background: #FAF8F2;
}
section#Partner .section_basic {
  padding-top: 20%;
  padding-bottom: 6%;
}
section#Partner #partner_head_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0px;
  width: 100%;
  height: auto;
}
section#Partner #partner_head_bg img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ------------------------------------------------------------- */
#partnerHeadline {
  line-height: 1.6;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #partnerHeadline {
    font-size: clamp(24px, 1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  #partnerHeadline {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  #partnerHeadline {
    font-size: 3.906vw;
    margin-bottom: 4%;
  }
}

/* ------------------------------------------------------------- */
#partner_notesBox {
  width: 86%;
  height: auto;
  max-width: 1200px;
  margin: 60px auto;
  background: #fff;
  border-radius: 18px;
  -ms-box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
  box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
}
@media screen and (max-width: 768px) {
  #partner_notesBox {
    width: 100%;
    margin: 9% auto;
    padding: 2% 2% 4%;
  }
}

/* ------------------------------------------------------------- */
.partner_inner {
  padding: 6%;
}

#Partner .one_period {
  width: 90%;
}

/* ------------------------------------------------------------- */
#partner_notes_headline {
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  #partner_notes_headline {
    width: 90%;
    margin-bottom: 6;
  }
}
/* ------------------------------------------------------------- */
ul#partner_checkList {
  height: auto;
  list-style-type: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  ul#partner_checkList {
    width: 100%;
    margin: 0 auto 3%;
  }
}
ul#partner_checkList li {
  width: 48%;
  margin: 0 4% 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-left: 1.8em;
}
ul#partner_checkList li:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul#partner_checkList li {
    width: 100%;
    margin: 0 auto 3%;
  }
  ul#partner_checkList li:nth-of-type(even) {
    margin: 0 auto 3%;
  }
  ul#partner_checkList li:last-of-type {
    margin-bottom: 0;
  }
}
ul#partner_checkList li.long {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  ul#partner_checkList li {
    font-size: clamp(14px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  ul#partner_checkList li {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  ul#partner_checkList li {
    font-size: min(3.125vw, 16px);
    margin-bottom: 3%;
  }
}
ul#partner_checkList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.4em;
  height: 1.4em;
  background-image: url("../img/mark_check.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.partner_listcap {
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .partner_listcap {
    font-size: clamp(12px, 0.729vw, 14px);
  }
}
@media screen and (max-width: 1024px) {
  .partner_listcap {
    font-size: 1.367vw;
  }
}
@media screen and (max-width: 768px) {
  .partner_listcap {
    font-size: min(3.125vw, 14px);
  }
}

/*=========================================================================
SECTION #05：#MESSAGE
=========================================================================*/
#Message {
  background: #FFC400;
  position: relative;
  z-index: 1;
}
#Message:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_section05.jpg");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #Message:before {
    background-image: url("../img/sp_bg_section05.jpg");
  }
}
#Message .section_basic {
  max-width: inherit;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  #Message .section_basic {
    padding: 6% 0;
  }
}

dl#MessageContainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  dl#MessageContainer {
    display: block;
  }
}
dl#MessageContainer dt, dl#MessageContainer dd {
  height: auto;
  position: relative;
  z-index: 1;
}
dl#MessageContainer dt {
  width: 52.5%;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  dl#MessageContainer dt {
    width: 100%;
    margin-bottom: 6%;
  }
}
dl#MessageContainer dt figure {
  width: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 0;
  overflow: hidden;
}
dl#MessageContainer dt figure img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
dl#MessageContainer dd {
  width: 41.5%;
  margin-left: 5%;
  line-height: 1.8;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  dl#MessageContainer dd {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  dl#MessageContainer dd {
    width: 90%;
  }
}
dl#MessageContainer dd p {
  margin-bottom: 1.4em;
}
dl#MessageContainer dd p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  dl#MessageContainer dd {
    font-size: clamp(14px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  dl#MessageContainer dd {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  dl#MessageContainer dd {
    font-size: min(3.125vw, 14px);
  }
}
dl#MessageContainer dd #Sign {
  text-align: right;
  margin-top: 1.4em;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  dl#MessageContainer dd #Sign {
    font-size: clamp(16px, 1.042vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  dl#MessageContainer dd #Sign {
    font-size: 1.757vw;
  }
}
@media screen and (max-width: 768px) {
  dl#MessageContainer dd #Sign {
    font-size: min(3.125vw, 16px);
  }
}

/*=========================================================================
SECTION #06：PROFILE
=========================================================================*/
#Profile {
  background: #dd0713;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}
#Profile::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_section06.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #Profile::before {
    background-size: 160%;
  }
}
#Profile .section_basic {
  max-width: inherit;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  #Profile .section_basic {
    padding: 6% 0;
  }
}
#Profile .section_title {
  color: #fff;
}
#Profile .section_title p span:after {
  background: #FFC400;
}

/* ------------------------------------------------------------- */
#profile_tableBloc {
  width: 86%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
}
#profile_tableBloc table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
#profile_tableBloc table th, #profile_tableBloc table td {
  line-height: 1.6;
  font-weight: 400;
  padding: 1.5em 0;
  vertical-align: top;
  text-align: left;
  color: #fff;
}
#profile_tableBloc table th {
  border-top: 1px solid #fff;
  width: 22%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #profile_tableBloc table th {
    width: 30%;
  }
}
#profile_tableBloc table th {
  font-weight: 600;
  font-size: 16px;
}
#profile_tableBloc table td {
  width: 78%;
  padding-left: 1em;
  border-top: 1px solid #F0F0F0;
}
@media screen and (max-width: 768px) {
  #profile_tableBloc table td {
    width: 70%;
  }
}
#profile_tableBloc table th, #profile_tableBloc table th p, #profile_tableBloc table td, #profile_tableBloc table td p {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #profile_tableBloc table th, #profile_tableBloc table th p, #profile_tableBloc table td, #profile_tableBloc table td p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  #profile_tableBloc table th, #profile_tableBloc table th p, #profile_tableBloc table td, #profile_tableBloc table td p {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  #profile_tableBloc table th, #profile_tableBloc table th p, #profile_tableBloc table td, #profile_tableBloc table td p {
    font-size: min(3.125vw, 14px);
  }
}
#profile_tableBloc table th p, #profile_tableBloc table td p {
  margin-bottom: 0;
}
#profile_tableBloc table tr:last-of-type th,
#profile_tableBloc table tr:last-of-type td {
  border-bottom: 1px solid #fff;
}

/*=========================================================================
SECTION #07：CONTACT
=========================================================================*/
#Contact {
  position: relative;
  z-index: 1;
  background: #fff;
}
#Contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: #dd0713;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #Contact:before {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #Contact:before {
    height: 30%;
  }
}
#Contact .section_basic {
  max-width: inherit;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #Contact .section_basic {
    padding: 12% 0 6%;
  }
}
#Contact .section_title {
  color: #fff;
}
#Contact .section_title p span:after {
  background: #fff;
}

/* ------------------------------------------------------------- */
#contact_formBloc {
  width: 80%;
  height: auto;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  -ms-box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
  box-shadow: 0 0 20px rgba(220, 2, 13, 0.2);
}
@media screen and (max-width: 768px) {
  #contact_formBloc {
    width: 100%;
  }
}

.contact_inner {
  padding: 45px 45px;
}
@media screen and (max-width: 1024px) {
  .contact_inner {
    padding: 4% 2% 6%;
  }
}
@media screen and (max-width: 768px) {
  .contact_inner {
    padding: 6%;
  }
}

/* ------------------------------------------------------------- */
#typeContact.abs_object {
  left: 108%;
  top: -18%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #typeContact.abs_object {
    top: -8%;
    left: 100%;
    width: 58%;
  }
}

/* ------------------------------------------------------------- */
dl#formBody {
  position: relative;
  z-index: 1;
  width: 90%;
  height: auto;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  dl#formBody {
    margin-bottom: 6%;
  }
}
dl#formBody dt, dl#formBody dd {
  height: auto;
  padding: 1.5em 0;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  dl#formBody dt, dl#formBody dd {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  dl#formBody dt, dl#formBody dd {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  dl#formBody dt, dl#formBody dd {
    font-size: min(3.125vw, 14px);
  }
}
dl#formBody dt {
  border-bottom: 1px solid #FFC400;
  width: 30%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  dl#formBody dt {
    width: 100%;
    border-bottom: 0;
    margin: 0 auto 4%;
    padding: 4% 0 0;
  }
}
dl#formBody dt p {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  dl#formBody dt p {
    padding: 0;
  }
}
dl#formBody dd {
  border-bottom: 1px solid #F0F0F0;
  width: 66%;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  dl#formBody dd {
    border-bottom-color: #FFC400;
    width: 100%;
    padding: 0 0 6%;
  }
}

/* ------------------------------------------------------------- */
.required {
  background: #FFC400;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  padding: 0.3em 0.8em;
  line-height: 100%;
  margin-left: 0.5em;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .required {
    font-size: clamp(12px, 0.833vw, 14px);
  }
}
@media screen and (max-width: 1024px) {
  .required {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  .required {
    font-size: min(3.125vw, 14px);
  }
}

/* ------------------------------------------------------------- */
dl#formBody input[type=text],
dl#formBody input[type=email],
dl#formBody button,
dl#formBody textarea,
dl#formBody select,
dl#formBody input[type=checkbox],
dl#formBody input[type=radio],
dl#formBody input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

dl#formBody input[type=text],
dl#formBody input[type=mail],
dl#formBody textarea {
  height: auto;
  border: 1px solid #C9C9C9;
  padding: 3% 1em;
  border-radius: 6px;
}

dl#formBody input[type=text],
dl#formBody input[type=mail],
dl#formBody textarea {
  width: 100%;
  max-width: 560px;
}

dl#formBody input.form_num {
  width: calc(33.3333333333% - 1em);
}

dl#formBody input[type=text]:focus,
dl#formBody input[type=mail]:focus,
dl#formBody input[type=num]:focus,
dl#formBody textarea:focus {
  border-color: #dd0713;
  -ms-box-shadow: 0 0 6px rgba(220, 2, 13, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(220, 2, 13, 0.2);
  box-shadow: 0 0 6px rgba(220, 2, 13, 0.2);
}

/* ------------------------------------------------------------- */
.two_layout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.two_layout label {
  width: 49%;
  margin-right: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two_layout label:last-of-type {
  margin-right: 0;
}
.two_layout label span {
  width: 2em;
  display: inline-block;
}
.two_layout input.form_text {
  padding: 6% 1em !important;
  width: calc(100% - 3em) !important;
}

/* ------------------------------------------------------------- */
.radiobox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

dl#formBody input[type=radio],
dl#formBody input[type=checkbox] {
  margin: 2px 5px 0 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #C9C9C9;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  line-height: 100%;
  vertical-align: top;
  position: relative;
}

dl#formBody input[type=radio] {
  border-radius: 100%;
}

dl#formBody input[type=checkbox] {
  border-radius: 4px;
}

dl#formBody input[type=checkbox]:checked,
dl#formBody input[type=radio]:checked {
  background: #fff;
  border-color: #c9c9c9;
}

label.radio_text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 100%;
  vertical-align: top;
  font-weight: 600;
  margin: 0 2% 2% 0;
}

label.radio_text:last-of-type {
  margin-right: 0;
}

label.radio_text:last-of-type:before {
  display: block;
  width: 100%;
}

dl#formBody input[type=checkbox]::before,
dl#formBody input[type=radio]::before {
  content: none !important;
}

dl#formBody input[type=checkbox]::after,
dl#formBody input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}

dl#formBody input[type=radio]::after {
  height: 10px;
  width: 10px;
  top: 1.5px;
  left: 1.5px;
  background: #dd0713;
  border-radius: 100%;
}

dl#formBody input[type=checkbox]::after {
  top: -2px;
  left: 0px;
  border-right: 2px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  width: 15px;
  height: 6px;
}

dl#formBody input[type=checkbox]:checked::after,
dl#formBody input[type=radio]:checked::after {
  opacity: 1;
}

dl#formBody select,
dl#formBody option {
  cursor: pointer;
  text-overflow: ellipsis;
}

/* ------------------------------------------------------------- */
#contact_buttonBox {
  width: 80%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact_buttonBox {
    width: 100%;
  }
}
#contact_buttonBox .btn_basic {
  width: 48%;
  margin: 0 4% 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact_buttonBox .btn_basic:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #contact_buttonBox .btn_basic {
    width: 100%;
    margin: 0 auto 4%;
    max-width: 414px;
  }
  #contact_buttonBox .btn_basic:last-of-type {
    margin: 0 auto;
  }
}
#contact_buttonBox .btn_basic input[type=submit],
#contact_buttonBox .btn_basic button {
  line-height: 1;
  text-decoration: none;
  width: 100%;
  border-radius: 100vh;
  position: relative;
  z-index: 1;
  font-size: 30px;
  display: block;
  padding: 0.6em 0;
  font-weight: 900;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #contact_buttonBox .btn_basic input[type=submit],
  #contact_buttonBox .btn_basic button {
    font-size: min(1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  #contact_buttonBox .btn_basic input[type=submit],
  #contact_buttonBox .btn_basic button {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  #contact_buttonBox .btn_basic input[type=submit],
  #contact_buttonBox .btn_basic button {
    padding: 3% 0;
    font-size: min(3.9062vw, 30px);
  }
}
#contact_buttonBox .btn_basic input[type=submit]:after,
#contact_buttonBox .btn_basic button:after {
  content: "";
  position: absolute;
  right: 0em;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-right: 0.6em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.6em solid #FFC400;
}
#contact_buttonBox .btn_basic input[type=submit].submit,
#contact_buttonBox .btn_basic button.submit {
  background: #DC020D;
  color: #fff !important;
  border: 1px solid #DC020D;
}
#contact_buttonBox .btn_basic input[type=submit].submit:hover,
#contact_buttonBox .btn_basic button.submit:hover {
  color: #DC020D !important;
  background: transparent;
}
#contact_buttonBox .btn_basic input[type=submit].submit:hover:after,
#contact_buttonBox .btn_basic button.submit:hover:after {
  border-left-color: #DC020D;
}
#contact_buttonBox .btn_basic input[type=submit].reset,
#contact_buttonBox .btn_basic button.reset {
  background: #ccc;
  color: #333 !important;
  border: 1px solid #ccc;
}
#contact_buttonBox .btn_basic input[type=submit].reset:hover,
#contact_buttonBox .btn_basic button.reset:hover {
  color: #333 !important;
  background: transparent;
}
#contact_buttonBox .btn_basic input[type=submit].reset:hover:after,
#contact_buttonBox .btn_basic button.reset:hover:after {
  border-left-color: #333;
}

#btnContact.btn_basic a {
  line-height: 1;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border-radius: 100vh;
  position: relative;
  z-index: 1;
  font-size: 30px;
  display: block;
  padding: 0.6em 0;
  font-weight: 900;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #btnContact.btn_basic a {
    font-size: min(1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  #btnContact.btn_basic a {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  #btnContact.btn_basic a {
    padding: 3% 0;
    font-size: min(3.9062vw, 30px);
  }
}
#btnContact.btn_basic a:hover {
  color: #dd0713 !important;
}

.input_cover {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .input_cover {
    font-size: min(1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .input_cover {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  .input_cover {
    padding: 3% 0;
    font-size: min(3.9062vw, 30px);
  }
}
.input_cover:hover:after {
  border-left-color: #DC020D;
}

.input_cover:after {
  content: "";
  position: absolute;
  right: 0em;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 0.3em solid transparent;
  border-right: 0.6em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.6em solid #FFC400;
}

/* ------------------------------------------------------------- */
#Contact.confirm {
  min-height: 100vh;
}
#Contact.confirm form {
  width: 100%;
}

/* ------------------------------------------------------------- */
.form_message {
  text-align: center;
}
.form_message h4 {
  font-size: 18px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .form_message h4 {
    font-size: clamp(14px, 1.042vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .form_message h4 {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  .form_message h4 {
    font-size: 3.125vw;
  }
}

#Wrapper.type_contact #Contact {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #Wrapper.type_contact #Contact {
    padding-top: 80px;
  }
}

/* ------------------------------------------------------------- */
#compTitle {
  font-size: 28px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #compTitle {
    font-size: clamp(24px, 1.25065vw, 28px);
  }
}
@media screen and (max-width: 1024px) {
  #compTitle {
    font-size: 2.343vw;
  }
}
@media screen and (max-width: 768px) {
  #compTitle {
    font-size: 3.125vw;
  }
}

.form_message .one_period {
  text-align: left;
}
.form_message .one_period p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .form_message .one_period p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .form_message .one_period p {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  .form_message .one_period p {
    font-size: min(3.125vw, 14px);
  }
}

/*=========================================================================
BOTTOM CONTENTS
=========================================================================*/
#bottonNavi {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #bottonNavi {
    padding-bottom: 6%;
  }
}
#bottonNavi ul#bottom_naviList {
  list-style-type: none;
  max-width: 1080px;
  margin: 0 auto;
  width: 94%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #bottonNavi ul#bottom_naviList {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#bottonNavi ul#bottom_naviList li {
  margin-right: 3%;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #bottonNavi ul#bottom_naviList li {
    font-size: clamp(14px, 0.833vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #bottonNavi ul#bottom_naviList li {
    border-bottom: 1px solid #c9c9c9;
    font-size: 3.125vw;
  }
  #bottonNavi ul#bottom_naviList li:first-of-type {
    border-top: 1px solid #c9c9c9;
  }
}
#bottonNavi ul#bottom_naviList a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #bottonNavi ul#bottom_naviList a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 2em;
    background: #fff;
  }
  #bottonNavi ul#bottom_naviList a:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webit-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
#bottonNavi ul#bottom_naviList a:hover {
  color: #DC020D;
  text-decoration: none;
}

/* ------------------------------------------------------------- */
#bottomLogo {
  width: 60%;
  height: auto;
  margin: 60px auto;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  #bottomLogo {
    margin: 9% auto;
  }
}
/*=========================================================================
2025.06.17 CUSTOM
=========================================================================*/
#privacy_linkBox {
  width: 90%;
  margin: 1.4em auto 0;
  height: auto;
  text-align: center;
  font-size: 16px;
  /* ------------------------------------------------------------- */
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #privacy_linkBox {
    font-size: clamp(13px, 0.833vw, 16px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #privacy_linkBox {
    font-size: clamp(12px, 0.833vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  #privacy_linkBox {
    font-size: 1.8229vw;
  }
}
@media screen and (max-width: 480px) {
  #privacy_linkBox {
    font-size: 2.8vw;
  }
}
#privacy_linkBox .privacy_cap {
  font-size: 90%;
}
#privacy_linkBox .privacy_cap a {
  text-decoration: underline;
  color: blue;
}
#privacy_linkBox .privacy_cap a:hover {
  color: #dd0713;
  text-decoration: none;
}

/* ------------------------------------------------------------- */
.input_cover input:disabled {
  background: #ccc !important;
  border-color: #ccc !important;
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none !important;
}

/* ------------------------------------------------------------- */
#Contact.confirm #contact_buttonBox.comp .btn_basic {
  width: 60%;
}

.recap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% auto;
}/*# sourceMappingURL=contents.css.map */