@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@font-face {
  font-family: 'din';
  src: url("../font/DIN-Bold.woff") format("woff"), url("../font/DIN-Bold.ttf") format("truetype");
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.body_reset {
  margin: 0 auto;
  padding: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*html*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 1.2vw;
  line-height: 2.0vw;
  min-width: 100%;
}

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

a, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

a:active, a:hover {
  color: #000;
  text-decoration: none;
}

a:focus, input:focus {
  outline: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.list-mv02 {
  opacity: 0;
}

.mv02 {
  opacity: 1.0;
}

.list-mv05 {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}

.mv05 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.f_din {
  font-family: 'din', sans-serif;
}

.f_roboto {
  font-family: 'Roboto', sans-serif;
}

.f_300 {
  font-weight: 300;
}

.f_700 {
  font-weight: 700;
}

header {
  width: 100%;
  height: auto;
}

header .nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav div {
  vertical-align: middle;
}

header .nav .logo {
  width: calc(100%/21*14);
  padding: 0 55% 0 2.5%;
}

header .nav .nav01 {
  width: calc(100%/21*2);
}

header .nav .nav02 {
  width: calc(100%/21*1);
}

header .nav .nav01 a, header .nav .nav02 a {
  background-color: #000;
  color: #FFF;
  width: 100%;
  height: 7vw;
  line-height: 7vw;
  display: block;
  font-size: 11px;
  text-align: center;
  border-left: 1px solid #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .nav .nav01 a:hover, header .nav .nav02 a:hover {
  background-color: #1563d5;
}

main .main_mv {
  width: 100%;
  height: auto;
  background-image: url("../img/mv.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
  z-index: 3;
}

main .main_mv .scroll {
  width: 60px;
  position: absolute;
  right: 5%;
  bottom: 10%;
}

main .main_mv_txt {
  background-color: #1563d5;
  color: #FFF;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main .main_mv_txt div {
  width: 5%;
  height: 1px;
  background-color: #FFF;
}

main .main_mv_txt strong {
  font-size: 34px;
  padding: 4vh 20px 4vh 20px;
  display: inline-block;
}

main .main_mv_txt p {
  font-size: 1.2vw;
  line-height: 2.0vw;
}

main .tit_way h2 {
  display: block;
  width: 100%;
  padding: 12vh 0 12vh 5%;
  color: #1563d5;
  font-size: 12vh;
  line-height: 16vh;
  background-image: url("../img/bg_re-current-way.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

main .tit_way span {
  display: block;
  width: 5%;
  height: 1px;
  background-color: #1563d5;
  margin-top: 5vh;
  margin-left: 5%;
}

main .tit_way strong {
  display: block;
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: 5%;
}

main .mission {
  position: relative;
  background-color: #1563d5;
  color: #FFF;
}

main .mission div {
  width: 50%;
  padding: 5vw 0 5vw 5%;
}

main .mission div h3 {
  font-size: 6vw;
  line-height: 6vw;
  display: block;
  margin-bottom: 5%;
}

main .mission img {
  position: absolute;
  right: 0px;
  bottom: 50%;
  width: 50%;
}

main .vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main .vision div {
  width: 50%;
}

main .vision div.main_txt {
  padding: 5%;
}

main .vision div.main_txt h3 {
  font-size: 6vw;
  line-height: 6vw;
  display: block;
  margin-bottom: 5%;
  color: #1563d5;
}

main .vision div.img {
  background-image: url("../img/img_vision.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

main .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main .value div.cover {
  padding: 2vw 0% 4vw 5%;
  background-color: #eceff1;
  width: 50%;
}

main .value div.cover h3 {
  font-size: 6vw;
  line-height: 6vw;
  display: block;
  margin-bottom: 5%;
  color: #1563d5;
}

main .value div.cover .value_box {
  width: 90%;
  padding: 5%;
  background-color: #FFF;
  border-radius: 10px;
  margin-top: 5%;
}

main .value div.cover .value_box .value_box_sub {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main .value div.cover .value_box .value_box_sub .number {
  font-size: 1.2vw;
  line-height: 40px;
}

main .value div.cover .value_box .value_box_sub .txt {
  font-size: 1.2vw;
  line-height: 40px;
  padding-left: 60px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 10px 0px;
  background-size: 40px auto;
}

main .value div.cover .value_box .value_box_sub .txt_01 {
  background-image: url("../img/icon_value_01.png");
}

main .value div.cover .value_box .value_box_sub .txt_02 {
  background-image: url("../img/icon_value_02.png");
}

main .value div.cover .value_box .value_box_sub .txt_03 {
  background-image: url("../img/icon_value_03.png");
}

main .value div.cover .value_box .value_box_sub .txt_04 {
  background-image: url("../img/icon_value_04.png");
}

main .value div.cover .value_box .value_box_sub .txt_05 {
  background-image: url("../img/icon_value_05.png");
}

main .value div.cover .value_box .value_box_sub .txt_06 {
  background-image: url("../img/icon_value_06.png");
}

main .value div.cover .value_box .value_box_sub_last .txt {
  margin-bottom: 0;
}

main .value div.img {
  width: 50%;
  background-image: url("../img/img_value.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .tit_member h2 {
  display: block;
  width: 100%;
  padding: 12vh 0;
  color: #1563d5;
  font-size: 12vh;
  line-height: 16vh;
  background-image: url("../img/bg_member.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  text-align: center;
}

main .member {
  width: 100%;
  padding: 7.5vh 0;
  background-color: #1563d5;
  background-image: url("../img/bg_member02_2023.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

main .member h3 {
  font-size: 6vw;
  line-height: 6vw;
  display: block;
  margin-bottom: 5%;
  color: #FFF;
  padding-left: 5%;
}

main .member .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main .member .more div {
  width: 6%;
  height: 1px;
  background-color: #FFF;
}

main .member .more a {
  font-size: 1.0vw;
  padding: 10px 20px;
  border: 1px solid #FFF;
  display: inline-block;
  color: #FFF;
  margin-left: -1%;
}

main .member .more a:hover {
  background-color: #FFF;
  color: #1563d5;
}

main .talk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main .talk div {
  width: 50%;
}

main .talk div.main_txt {
  padding: 5% 5% 5% 0;
}

main .talk div.main_txt h3 {
  font-size: 6vw;
  line-height: 6vw;
  display: block;
  margin-bottom: 5%;
  margin-left: 10%;
}

main .talk div.main_txt .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main .talk div.main_txt .more div {
  width: 25%;
  height: 1px;
  background-color: #1563d5;
}

main .talk div.main_txt .more a {
  font-size: 1.0vw;
  padding: 10px 20px;
  border: 1px solid #1563d5;
  display: inline-block;
  color: #1563d5;
  margin-left: -5%;
}

main .talk div.main_txt .more a:hover {
  background-color: #1563d5;
  color: #FFF;
}

main .talk div.img {
  background-image: url("../img/img_talk_2022.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .link {
  background-color: #1563d5;
  color: #FFF;
  width: 100%;
  background-image: url("../img/bg_bottom2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
}

main .link .logo {
  width: 50vw;
  margin-bottom: 2.5%;
}

main .link .txt_img {
  width: 50vw;
  margin-bottom: 2.5%;
}

main .link .txt {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 2.5%;
}

main .link .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main .link .bottom div {
  width: 50%;
  padding: 0 2.5vw;
}

main .link .bottom div p {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  padding-top: 5px;
}

main .link .bottom div p a {
  color: #FFF;
}

footer {
  width: 100%;
}

footer .footer_top {
  padding: 2.5% 5%;
  display: table;
}

footer .footer_top .logo {
  width: 20vw;
  padding: 0 5vw 0 0;
  display: table-cell;
  vertical-align: middle;
}

footer .footer_top .address {
  padding: 0 5vw 0 0;
  font-size: 1.0vw;
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

footer .footer_top .address strong {
  font-size: 1.4vw;
}

footer .footer_top .link {
  display: table-cell;
  vertical-align: middle;
}

footer .footer_top .link a {
  width: 20vw;
  padding: 10px 0px;
  background-color: #1563d5;
  border: 1px solid #1563d5;
  color: #FFF;
  border-radius: 10px;
  display: block;
  position: relative;
  text-align: center;
}

footer .footer_top .link a i {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7.5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer_top .link a:hover {
  background-color: #FFF;
  color: #1563d5;
}

footer .footer_top .link a:hover i {
  color: #1563d5;
  left: 20px;
}

footer .copyright {
  background-color: #000d24;
  text-align: center;
  padding: 10px 0;
  font-size: 0.8vw;
  color: #FFF;
}

.btn_back {
  width: 50px;
  position: fixed;
  right: 2.5%;
  bottom: 10%;
}

.company_contwrap {
  width: 70vw;
  display: block;
}

.company_contwrap .left {
  float: none;
  width: 70vw;
  margin: 5% auto;
}

#middle_require_menu li {
  width: 31vw;
  margin: 0 2vw;
}

/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media (max-width: 739px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-size: 3.0vw;
    line-height: 5.0vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }
  main .nav_sp {
    width: 100%;
    padding: 10px;
    height: 60px;
  }
  main .nav_sp .logo {
    width: 120px;
    height: auto;
  }
  main .mv_sp {
    width: 100%;
    background-image: url("../img/mv_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  main .main_mv_txt {
    background-color: #1563d5;
    color: #FFF;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .main_mv_txt div {
    width: 5%;
    height: 1px;
    background-color: #FFF;
  }
  main .main_mv_txt strong {
    font-size: 8.0vw;
    padding: 5vh 20px 5vh 20px;
    display: inline-block;
  }
  main .main_mv_txt p {
    font-size: 2.8vw;
    line-height: 4.2vw;
    padding: 0 2vh 0 0;
  }
  main .tit_way h2 {
    display: block;
    width: 100%;
    padding: 1vh 0 1vh 5%;
    color: #1563d5;
    font-size: 6vh;
    line-height: 8vh;
    background-image: url("../img/bg_re-current-way.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  main .tit_way span {
    display: block;
    width: 5%;
    height: 1px;
    background-color: #1563d5;
    margin-top: 2.5vh;
    margin-left: 5%;
  }
  main .tit_way strong {
    display: block;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
    margin-left: 5%;
  }
  main .mission {
    position: relative;
    background-color: #1563d5;
    color: #FFF;
  }
  main .mission div {
    width: 100%;
    padding: 5% 5%;
  }
  main .mission div h3 {
    font-size: 6vw;
    line-height: 6vw;
    display: block;
    margin-bottom: 2.5%;
  }
  main .mission img {
    position: relative;
    right: 0px;
    bottom: 0%;
    width: 100%;
  }
  main .vision {
    display: block;
  }
  main .vision div {
    width: 100%;
  }
  main .vision div.main_txt {
    padding: 5% 5%;
  }
  main .vision div.main_txt h3 {
    font-size: 6vw;
    line-height: 6vw;
    display: block;
    margin-bottom: 2.5%;
    color: #1563d5;
  }
  main .vision div.img {
    background-image: url("../img/img_vision.png");
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
  }
  main .value {
    display: block;
  }
  main .value div.cover {
    padding: 5% 5%;
    background-color: #eceff1;
    width: 100%;
  }
  main .value div.cover h3 {
    font-size: 6vw;
    line-height: 6vw;
    display: block;
    margin-bottom: 2.5%;
    color: #1563d5;
  }
  main .value div.cover .value_box {
    width: 100%;
    padding: 5%;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 2.5%;
  }
  main .value div.cover .value_box .value_box_sub {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  main .value div.cover .value_box .value_box_sub .number {
    font-size: 3.8vw;
    line-height: 25px;
  }
  main .value div.cover .value_box .value_box_sub .txt {
    font-size: 3.8vw;
    line-height: 25px;
    padding-left: 40px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px 0px;
    background-size: 20px auto;
  }
  main .value div.cover .value_box .value_box_sub .txt_01 {
    background-image: url("../img/icon_value_01.png");
  }
  main .value div.cover .value_box .value_box_sub .txt_02 {
    background-image: url("../img/icon_value_02.png");
  }
  main .value div.cover .value_box .value_box_sub .txt_03 {
    background-image: url("../img/icon_value_03.png");
  }
  main .value div.cover .value_box .value_box_sub .txt_04 {
    background-image: url("../img/icon_value_04.png");
  }
  main .value div.cover .value_box .value_box_sub .txt_05 {
    background-image: url("../img/icon_value_05.png");
  }
  main .value div.cover .value_box .value_box_sub .txt_06 {
    background-image: url("../img/icon_value_06.png");
  }
  main .value div.img {
    width: 100%;
    background-image: url("../img/img_value.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
  }
  main .tit_member h2 {
    display: block;
    width: 100%;
    padding: 1vh 0 1vh 5%;
    color: #1563d5;
    font-size: 6vh;
    line-height: 8vh;
    background-image: url("../img/bg_member.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  main .member {
    width: 100%;
    padding: 9.5vh 0;
    background-color: #1563d5;
    background-image: url("../img/bg_member02_sp_2023.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }
  main .member h3 {
    font-size: 6vw;
    line-height: 6vw;
    display: block;
    margin-bottom: 5%;
    color: #FFF;
    padding-left: 5%;
  }
  main .member .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .member .more div {
    width: 10%;
    height: 1px;
    background-color: #FFF;
  }
  main .member .more a {
    font-size: 3.0vw;
    padding: 10px 20px;
    border: 1px solid #FFF;
    display: inline-block;
    color: #FFF;
    margin-left: -3%;
    width: 60vw;
    text-align: center;
  }
  main .member .more a:hover {
    background-color: #FFF;
    color: #1563d5;
  }
  main .talk {
    display: block;
  }
  main .talk div {
    width: 100%;
  }
  main .talk div.main_txt {
    padding: 5% 5% 5% 0;
  }
  main .talk div.main_txt h3 {
    font-size: 6vw;
    line-height: 6vw;
    display: block;
    margin-bottom: 5%;
    margin-left: 5%;
  }
  main .talk div.main_txt .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .talk div.main_txt .more div {
    width: 10%;
    height: 1px;
    background-color: #1563d5;
  }
  main .talk div.main_txt .more a {
    font-size: 3.0vw;
    padding: 10px 20px;
    border: 1px solid #1563d5;
    display: inline-block;
    color: #1563d5;
    margin-left: -3%;
    width: 50vw;
    text-align: center;
  }
  main .talk div.main_txt .more a:hover {
    background-color: #1563d5;
    color: #FFF;
  }
  main .talk div.img {
    background-image: url("../img/img_talk_2022.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
  }
  main .link {
    background-color: #1563d5;
    color: #FFF;
    width: 100%;
    background-image: url("../img/bg_bottom2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
  }
  main .link .logo {
    width: 50vw;
    margin-bottom: 2.5%;
  }
  main .link .txt_img {
    width: 50vw;
    margin-bottom: 2.5%;
  }
  main .link .txt {
    font-size: 3.0vw;
    line-height: 5.0vw;
    margin-bottom: 2.5%;
  }
  main .link .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main .link .bottom div {
    width: 50%;
    padding: 0 2.5vw;
  }
  main .link .bottom div p {
    text-align: center;
    font-size: 3.0vw;
    line-height: 5.0vw;
    padding-top: 5px;
  }
  main .link .bottom div p a {
    color: #FFF;
  }
  footer {
    width: 100%;
  }
  footer .footer_top {
    padding: 2.5% 10%;
    display: block;
  }
  footer .footer_top .logo {
    width: 25vw;
    padding: 0 5vw 0 0;
    margin: 0 auto 2.5% auto;
    display: table-cell;
    vertical-align: middle;
  }
  footer .footer_top .address {
    padding: 0 0 0 0;
    font-size: 2.4vw;
    display: table-cell;
    vertical-align: middle;
    width: 65%;
  }
  footer .footer_top .address strong {
    font-size: 3.2vw;
  }
  footer .footer_top .link {
    display: block;
    width: 100%;
    margin-top: 5%;
  }
  footer .footer_top .link a {
    width: 100%;
    padding: 10px 0px;
    background-color: #1563d5;
    border: 1px solid #1563d5;
    color: #FFF;
    border-radius: 10px;
    display: block;
    position: relative;
    text-align: center;
  }
  footer .footer_top .link a i {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -3.5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer .footer_top .link a:hover {
    background-color: #FFF;
    color: #1563d5;
  }
  footer .footer_top .link a:hover i {
    color: #1563d5;
    left: 20px;
  }
  footer .copyright {
    background-color: #000d24;
    text-align: center;
    padding: 5px 0;
    font-size: 2.0vw;
    color: #FFF;
  }
  .btn_back {
    width: 25px;
    position: fixed;
    right: 2.5%;
    bottom: 10%;
  }
  .drawer-nav ul li {
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #FFF;
    float: left;
  }
  .drawer-nav ul li a {
    display: block;
    padding: 20px 0px;
    color: #FFF;
    font-size: 4.0vw;
  }
  .drawer-nav ul li:nth-child(odd) {
    border-right: 1px solid #FFF;
  }
  .company_contwrap {
    width: 90vw;
    display: block;
    margin: 0% auto;
    padding: 0 0 0 0;
  }
  .company_contwrap .left {
    float: none;
    width: 90vw;
    margin: 0% auto;
    padding: 5% 0 0 0;
  }
  #middle_require_menu li {
    width: 41vw;
  }
}
/*# sourceMappingURL=style.css.map */
