@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Zen+Kaku+Gothic+New:wght@500;700;900&family=Zen+Kurenaido&display=swap");
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
ブレークポイント定義
=================================*/
/*================================
size()関数
=================================*/
/*================================
color
=================================*/
/*================================
fadein animation
=================================*/
@keyframes fadein {
  0% {
    opacity: 1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes ttl_up {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0);
  }
}
.show .in {
  opacity: 1%;
  visibility: hidden;
}
.show .up {
  display: inline-block;
  position: relative;
  z-index: 1;
  transform: translateY(110%);
}
.show .ttl {
  overflow: hidden;
}
.show span.ttl {
  display: inline-block;
}
.show .catch_wrap .c_text, .show .catch_wrap .en {
  overflow: hidden;
}
.show .anim_active .in {
  animation: fadein 0.6s forwards;
}
.show .anim_active .up {
  animation: ttl_up 0.4s forwards;
}
.show .anim_active.white .bg > div:before, .show .anim_active.blue .bg > div:before {
  width: 100%;
}
.show#home .mv.anim_active .mv_image .corner > div:before, .show.under .mv.anim_active .mv_image .corner > div:before {
  height: 100%;
}
.show#home .mv.anim_active .catch_wrap .up, .show#home .mv.anim_active .page_title_wrap .up, .show.under .mv.anim_active .catch_wrap .up, .show.under .mv.anim_active .page_title_wrap .up {
  animation-delay: 1s;
}
.show#home .mv.anim_active .page_title_wrap .up, .show.under .mv.anim_active .page_title_wrap .up {
  animation-delay: 0.6s;
}
.show#home .mv.anim_active .catch_wrap .catch span.c_text:before, .show.under .mv.anim_active .catch_wrap .catch span.c_text:before {
  width: 100%;
  transition-delay: 0.4s;
}
.show#home .in, .show.under .in {
  animation-delay: 0.4s;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, label, textarea, p, blockquote, table, caption, tbody, tfoot, thead, th, td, option, figure, figcaption {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr, acronym {
  border: 0;
}

strong {
  font-weight: 700;
}

address, caption, cite, code, dfn, th, var, optgroup, em, b, i {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a, ins, del {
  text-decoration: none;
}

a {
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

object, embed, th, td {
  vertical-align: top;
}

input, textarea, select {
  font-size: 1em;
}

picture, figure, audio {
  display: inline-block;
}

audio {
  max-width: 100%;
}

.clf::after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}

body, a {
  color: #333;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding: 0;
  background: #F0F0F0;
  position: relative;
}

body.show {
  opacity: 1;
  transition: 1s;
}

main {
  flex: 1;
}

@media screen and (min-width: 960px) {
  .mb {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.text {
  line-height: 1.9;
}

/*================================
fonts
=================================*/
.mon, .mon * {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.rob, .rob * {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/*================================
contents title
=================================*/
.contents_title_wrap * {
  color: #003894;
  font-weight: 700;
  line-height: 1;
}
.contents_title_wrap .en, .contents_title_wrap .en * {
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .en, .contents_title_wrap .en * {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .en, .contents_title_wrap .en * {
    font-size: 80px;
  }
}
.contents_title_wrap .en {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .en {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .en {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .ja, .contents_title_wrap .ja * {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .ja, .contents_title_wrap .ja * {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contents_title_wrap.max {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}

/*================================
link btn
=================================*/
.link_btn {
  width: 53.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .link_btn {
    width: 15.1388888889vw;
    max-width: 218px;
  }
}
.link_btn a {
  width: 100%;
  padding: 5.3333333333vw 0;
  font-weight: 700;
  color: #fff;
  background: #F55233;
  position: relative;
}
@media screen and (min-width: 960px) {
  .link_btn a {
    padding: 1.1111111111vw 0;
    font-size: 1.25vw;
    border: 2px solid #F55233;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a {
    padding: 16px 0;
    font-size: 18px;
  }
}
.link_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.4666666667vw solid transparent;
  border-bottom: 1.4666666667vw solid transparent;
  border-left: 2.1333333333vw solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .link_btn a:before {
    border-top-width: 0.4166666667vw;
    border-bottom-width: 0.4166666667vw;
    border-left-width: 0.625vw;
    right: 0.9722222222vw;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a:before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
    right: 14px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover {
    color: #EA5504;
    background: #fff;
    border-color: #EA5504;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover:before {
    border-left-color: #EA5504;
  }
}

/*================================
main
=================================*/
main {
  padding-top: 13.6vw;
}
@media screen and (min-width: 960px) {
  main {
    padding-top: 5.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main {
    padding-top: 77px;
  }
}

/*================================
contents
=================================*/
.wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .wrap {
    margin-bottom: 100px;
  }
}

.inner {
  padding: 0 5.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}

/*================================
bg
=================================*/
.white, .blue {
  position: relative;
}
.white .bg, .blue .bg {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  transform: skewY(-4deg);
}
.white .bg > div, .blue .bg > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.white .bg > div:before, .blue .bg > div:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}

.white .bg > div:before {
  background: #fff;
}

.blue .bg > div:before {
  background: #003894;
}

/*================================
profile
=================================*/
.profile_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .profile_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .profile_wrap {
    margin-bottom: 160px;
  }
}
.profile_wrap .inner .contents_title_wrap {
  margin-bottom: 8.8vw;
}
@media screen and (min-width: 960px) {
  .profile_wrap .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .profile_wrap .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.profile_wrap .inner .contents {
  padding: 8vw 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .profile_wrap .inner .contents {
    padding: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .profile_wrap .inner .contents {
    padding: 60px;
  }
}
.profile_wrap .inner .contents .overview {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .profile_wrap .inner .contents .overview {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .profile_wrap .inner .contents .overview {
    margin-bottom: 30px;
  }
}
.profile_wrap .inner .contents .overview .parent {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 2px solid #B4B4B4;
}
@media screen and (min-width: 960px) {
  .profile_wrap .inner .contents .overview .parent {
    display: flex;
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    border-bottom-width: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .profile_wrap .inner .contents .overview .parent {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.profile_wrap .inner .contents .overview .parent:last-child {
  margin-bottom: 0;
}
.profile_wrap .inner .contents .overview .parent > dt {
  margin-bottom: 1.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .profile_wrap .inner .contents .overview .parent > dt {
    width: 7.9166666667vw;
    max-width: 114px;
    margin-bottom: 0;
    margin-right: 2.6388888889vw;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .profile_wrap .inner .contents .overview .parent > dt {
    margin-right: 38px;
  }
}
.profile_wrap .inner .contents .overview .parent > dd {
  width: 100%;
}
.profile_wrap .inner .contents .overview .parent > dd > .qualified_list .child {
  display: flex;
  justify-content: space-between;
  width: 54.6666666667vw;
}
@media screen and (min-width: 960px) {
  .profile_wrap .inner .contents .overview .parent > dd > .qualified_list .child {
    width: 15.5555555556vw;
    max-width: 224px;
  }
}
.profile_wrap .inner .contents .overview .parent > dd > .qualified_list .child * {
  line-height: 1.75;
}
.profile_wrap .inner .contents .map, .profile_wrap .inner .contents .map iframe {
  width: 100%;
  height: 40vw;
}
@media screen and (min-width: 960px) {
  .profile_wrap .inner .contents .map, .profile_wrap .inner .contents .map iframe {
    height: 20.8333333333vw;
    max-height: 300px;
  }
}

/*================================
bottom contact
=================================*/
.bottom_contact_wrap {
  padding: 16vw 0;
  background: url("../images/common/bottom_contact_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap {
    padding: 100px 0;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner {
    width: 63.5416666667vw;
    max-width: 915px;
  }
}
.bottom_contact_wrap .inner .contents_title_wrap {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.bottom_contact_wrap .inner .contents_title_wrap * {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents_title_wrap .en, .bottom_contact_wrap .inner .contents_title_wrap .en * {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents_title_wrap .en, .bottom_contact_wrap .inner .contents_title_wrap .en * {
    font-size: 50px;
  }
}
.bottom_contact_wrap .inner .contents_title_wrap .en {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents_title_wrap .en {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents_title_wrap .en {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents_title_wrap .ja, .bottom_contact_wrap .inner .contents_title_wrap .ja * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents_title_wrap .ja, .bottom_contact_wrap .inner .contents_title_wrap .ja * {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
  }
}
.bottom_contact_wrap .inner .contents .item {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item {
    width: 48%;
    margin-bottom: 0;
  }
}
.bottom_contact_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.bottom_contact_wrap .inner .contents .item .item_title {
  margin-bottom: 4vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .item_title {
    margin-bottom: 1.1111111111vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item .item_title {
    margin-bottom: 18px;
    font-size: 18px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn {
  height: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn {
    height: 6.9444444444vw;
    max-height: 100px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.bottom_contact_wrap .inner .contents .item .btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EA5504;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn a:hover:before {
    opacity: 0.85;
  }
}
.bottom_contact_wrap .inner .contents .item .btn a .text_wrap {
  position: relative;
}
.bottom_contact_wrap .inner .contents .item .btn a .text_wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bottom_contact_wrap .inner .contents .item .btn a .text_wrap span {
  display: block;
  line-height: 1;
  color: #fff;
}
.bottom_contact_wrap .inner .contents .item .btn a .text_wrap span.time {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn a .text_wrap span.time {
    font-size: 0.9722222222vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item .btn a .text_wrap span.time {
    font-size: 14px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn.tel a {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn.tel a {
    margin-bottom: 0;
  }
}
.bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap {
  padding-left: 8.9333333333vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap {
    padding-left: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap {
    padding-left: 46px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap:before {
  width: 6.2666666667vw;
  height: 10.6666666667vw;
  background: url("../images/common/icon_phone_white.svg") no-repeat center center;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap:before {
    width: 2.1527777778vw;
    max-width: 31px;
    height: 3.6111111111vw;
    max-height: 52px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap span.tel {
  margin-bottom: 2.6666666667vw;
  font-size: 6.6666666667vw;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap span.tel {
    margin-bottom: 0.6944444444vw;
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item .btn.tel a .text_wrap span.tel {
    margin-bottom: 10px;
    font-size: 34px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap {
  padding-left: 11.2vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap {
    padding-left: 3.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap {
    padding-left: 56px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap:before {
  width: 8.5333333333vw;
  height: 6.8vw;
  background: url("../images/common/icon_email_white.svg") no-repeat center center;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap:before {
    width: 2.8472222222vw;
    max-width: 41px;
    height: 2.2916666667vw;
    max-height: 33px;
  }
}
.bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap span.email_title {
  margin-bottom: 3.4666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap span.email_title {
    margin-bottom: 0.8333333333vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item .btn.email a .text_wrap span.email_title {
    margin-bottom: 12px;
    font-size: 28px;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 13.6vw;
  padding: 0 2.6666666667vw;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9998;
}
@media screen and (min-width: 960px) {
  header {
    height: 5.3472222222vw;
    max-height: 77px;
    padding: 0 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  header {
    padding: 0 0 0 20px;
  }
}
header .logo {
  width: 48vw;
}
@media screen and (min-width: 960px) {
  header .logo {
    width: 20.5555555556vw;
    max-width: 296px;
  }
}
header .logo a {
  width: 100%;
}
@media screen and (min-width: 960px) {
  header .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 960px) {
  header nav.pc, header nav.pc ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  header nav ul, header nav ul li {
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul, header nav ul li {
    margin-right: 40px;
  }
}
header nav ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  header nav ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_btn {
    width: 16.9444444444vw;
    max-width: 244px;
    height: 100%;
  }
}
header nav .tel_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #EA5504;
}
@media screen and (min-width: 960px) {
  header nav .tel_btn a .text_wrap {
    padding-left: 2.3611111111vw;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  header nav .tel_btn a .text_wrap {
    padding-left: 34px;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_btn a .text_wrap:before {
    content: "";
    width: 1.5277777778vw;
    max-width: 22px;
    height: 2.5694444444vw;
    max-height: 37px;
    background: url("../images/common/icon_phone_white.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
header nav .tel_btn a .text_wrap span {
  display: block;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 960px) {
  header nav .tel_btn a .text_wrap span.tel {
    margin-bottom: 0.3472222222vw;
    font-size: 1.5277777778vw;
    font-weight: 600;
  }
}
@media screen and (min-width: 1440px) {
  header nav .tel_btn a .text_wrap span.tel {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_btn a .text_wrap span.time {
    font-size: 0.8333333333vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 1440px) {
  header nav .tel_btn a .text_wrap span.time {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_btn a:hover {
    opacity: 0.85;
  }
}

/*================================
ハンバーガーメニュー
=================================*/
.btn_trigger {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.btn_trigger_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.2666666667vw;
  height: 13.6vw;
  background: #EA5504;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 10001;
}
@media screen and (min-width: 960px) {
  .btn_trigger_wrap {
    display: none;
  }
}
.btn_trigger_wrap button, .btn_trigger_wrap .line {
  width: 6.9333333333vw;
  height: 5.8666666667vw;
  cursor: pointer;
}
.btn_trigger_wrap .line {
  position: relative;
}
.btn_trigger_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.btn_trigger_wrap .line span:nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line span:nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap .line span :nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span :nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line span :nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap.active .line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn_trigger_wrap.active .line span:nth-of-type(2) {
  opacity: 0;
}
.btn_trigger_wrap.active .line span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/*================================
グローバルナビゲーション
=================================*/
.navi_open_wrap {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navi_open_wrap::-webkit-scrollbar {
  display: none;
}
.navi_open_wrap.open {
  transform: translateX(0);
}
.navi_open_wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 80vw;
  background: #EA5504;
}
.navi_open_wrap .inner nav {
  width: 100%;
}
.navi_open_wrap .inner nav * {
  color: #fff;
}
.navi_open_wrap .inner nav ul {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .navi_open_wrap .inner nav ul {
    margin-bottom: 0;
  }
}
.navi_open_wrap .inner nav ul li {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .navi_open_wrap .inner nav ul li {
    margin-bottom: 0;
  }
}
.navi_open_wrap .inner nav ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.navi_open_wrap .inner nav ul li a {
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  .navi_open_wrap .inner nav ul li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .navi_open_wrap .inner nav ul li a {
    font-size: 16px;
  }
}
.navi_open_wrap .inner nav .tel_btn {
  width: 100%;
  height: 21.2vw;
}
.navi_open_wrap .inner nav .tel_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #EA5504;
  border: 2px solid #fff;
}
.navi_open_wrap .inner nav .tel_btn a .text_wrap {
  padding-left: 8.9333333333vw;
  position: relative;
}
.navi_open_wrap .inner nav .tel_btn a .text_wrap:before {
  content: "";
  width: 6.2666666667vw;
  height: 10.6666666667vw;
  background: url("../images/common/icon_phone_white.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.navi_open_wrap .inner nav .tel_btn a .text_wrap span {
  display: block;
  line-height: 1;
  color: #fff;
}
.navi_open_wrap .inner nav .tel_btn a .text_wrap span.tel {
  margin-bottom: 2.6666666667vw;
  font-size: 6.6666666667vw;
  font-weight: 600;
}
.navi_open_wrap .inner nav .tel_btn a .text_wrap span.time {
  font-size: 3.2vw;
  font-weight: 700;
}

/*================================
footer
=================================*/
footer {
  padding: 13.3333333333vw 0 4vw;
  background: #003894;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 2.7777777778vw 0 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    padding: 40px 0 30px;
  }
}
footer * {
  color: #fff;
}
footer .inner {
  padding: 0 5.3333333333vw 4vw;
}
@media screen and (min-width: 960px) {
  footer .inner {
    width: 100%;
    max-width: unset;
    padding: 0 0 2.0833333333vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner {
    padding: 0 0 30px 20px;
  }
}
footer .inner .contents {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents {
    margin-bottom: 30px;
  }
}
footer .inner .contents .information, footer .inner .contents .nav ul {
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information, footer .inner .contents .nav ul {
    text-align: left;
  }
}
footer .inner .contents .information {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information {
    margin-bottom: 0;
  }
}
footer .inner .contents .information .logo {
  width: 66.6666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information .logo {
    width: 20.8333333333vw;
    max-width: 300px;
    margin: 0 0 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .information .logo {
    margin-bottom: 18px;
  }
}
footer .inner .contents .information .text_wrap {
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information .text_wrap .tel a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav, footer .inner .contents .nav ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul, footer .inner .contents .nav ul li {
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul, footer .inner .contents .nav ul li {
    margin-right: 40px;
  }
}
footer .inner .contents .nav ul {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul {
    margin-bottom: 0;
  }
}
footer .inner .contents .nav ul li {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul li {
    margin-bottom: 0;
  }
}
footer .inner .contents .nav ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
footer .inner .contents .nav ul li a {
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul li a:hover {
    opacity: 0.7;
  }
}
footer .inner .contents .nav .tel_btn {
  height: 21.2vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .tel_btn {
    width: 16.9444444444vw;
    max-width: 244px;
    height: 5.3472222222vw;
    max-height: 77px;
  }
}
footer .inner .contents .nav .tel_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
footer .inner .contents .nav .tel_btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EA5504;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .tel_btn a:hover:before {
    opacity: 0.85;
  }
}
footer .inner .contents .nav .tel_btn a .text_wrap {
  padding-left: 8.9333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .tel_btn a .text_wrap {
    padding-left: 2.3611111111vw;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav .tel_btn a .text_wrap {
    padding-left: 34px;
  }
}
footer .inner .contents .nav .tel_btn a .text_wrap:before {
  content: "";
  width: 6.2666666667vw;
  height: 10.6666666667vw;
  background: url("../images/common/icon_phone_white.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .tel_btn a .text_wrap:before {
    width: 1.5277777778vw;
    max-width: 22px;
    height: 2.5694444444vw;
    max-height: 37px;
  }
}
footer .inner .contents .nav .tel_btn a .text_wrap span {
  display: block;
  line-height: 1;
  color: #fff;
}
footer .inner .contents .nav .tel_btn a .text_wrap span.tel {
  margin-bottom: 2.6666666667vw;
  font-size: 6.6666666667vw;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .tel_btn a .text_wrap span.tel {
    margin-bottom: 0.3472222222vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav .tel_btn a .text_wrap span.tel {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
footer .inner .contents .nav .tel_btn a .text_wrap span.time {
  font-size: 3.2vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .tel_btn a .text_wrap span.time {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav .tel_btn a .text_wrap span.time {
    font-size: 12px;
  }
}
footer .policy_link, footer .copyright {
  text-align: center;
}
footer .policy_link a {
  font-size: 2.9333333333vw;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  footer .policy_link a {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .policy_link a {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  footer .policy_link a:hover {
    opacity: 0.7;
  }
}
footer .copyright {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  footer .copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .copyright {
    font-size: 12px;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			home

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home {
  /*================================
  mv
  =================================*/
  /*================================
  information
  =================================*/
  /*================================
  philosophy
  =================================*/
  /*================================
  service
  =================================*/
  /*================================
  recruit
  =================================*/
}
#home .mv {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv {
    margin-bottom: 160px;
  }
}
#home .mv .mv_image {
  height: 130.4vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image {
    height: 50vw;
    max-height: 720px;
  }
}
#home .mv .mv_image picture, #home .mv .mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .mv .mv_image .corner {
  height: 200%;
  position: absolute;
  transform: rotate(45deg);
  z-index: 1;
  mix-blend-mode: multiply;
  transition: all 0.4s;
}
#home .mv .mv_image .corner_tl {
  width: 74.6666666667vw;
  top: -69.3333333333vw;
  left: -74.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .corner_tl {
    width: 50vw;
    max-width: 720px;
    top: -36.1111111111vw;
    left: -25vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .corner_tl {
    top: -520px;
    left: -360px;
  }
}
#home .mv .mv_image .corner_tl > div:before {
  top: 0;
}
#home .mv .mv_image .corner_br {
  width: 33.3333333333vw;
  bottom: -53.3333333333vw;
  right: -84vw;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .corner_br {
    width: 20.8333333333vw;
    max-width: 300px;
    bottom: -29.1666666667vw;
    right: -25vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .corner_br {
    bottom: -420px;
    right: -360px;
  }
}
#home .mv .mv_image .corner_br > div:before {
  bottom: 0;
}
#home .mv .mv_image .corner > div {
  width: 100%;
  height: 100%;
  position: relative;
}
#home .mv .mv_image .corner > div:before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(0, 56, 148, 0.9);
  position: absolute;
  left: 0;
  transition: all 1s;
}
#home .mv .mv_image .catch_wrap {
  position: absolute;
  top: 14.1333333333vw;
  left: 2.6666666667vw;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .catch_wrap {
    top: 50%;
    left: 2.7777777778vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .catch_wrap {
    left: 40px;
  }
}
#home .mv .mv_image .catch_wrap .catch {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .catch_wrap .catch {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .catch_wrap .catch {
    margin-bottom: 40px;
  }
}
#home .mv .mv_image .catch_wrap .catch span {
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
#home .mv .mv_image .catch_wrap .catch span.c_text {
  margin-bottom: 3.4666666667vw;
  padding: 0.6666666667vw 2.6666666667vw 1.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .catch_wrap .catch span.c_text {
    margin-bottom: 1.8055555556vw;
    padding: 0.3472222222vw 1.3888888889vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .catch_wrap .catch span.c_text {
    margin-bottom: 26px;
    padding: 5px 20px 10px;
  }
}
#home .mv .mv_image .catch_wrap .catch span.c_text:last-child {
  margin-bottom: 0;
}
#home .mv .mv_image .catch_wrap .catch span.c_text:before {
  content: "";
  width: 0;
  height: 100%;
  background: #0160F2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
#home .mv .mv_image .catch_wrap .catch span.c_text span {
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .catch_wrap .catch span.c_text span {
    font-size: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .catch_wrap .catch span.c_text span {
    font-size: 70px;
  }
}
#home .mv .mv_image .catch_wrap .catch span.small {
  font-size: 7.7333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .catch_wrap .catch span.small {
    font-size: 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .catch_wrap .catch span.small {
    font-size: 58px;
  }
}
#home .mv .mv_image .catch_wrap .en span {
  font-size: 3.2vw;
  font-weight: 700;
  color: #0160F2;
}
@media screen and (min-width: 960px) {
  #home .mv .mv_image .catch_wrap .en span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .mv_image .catch_wrap .en span {
    font-size: 24px;
  }
}
#home .information_wrap {
  margin-bottom: 22.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .information_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .information_wrap {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner {
    display: flex;
    justify-content: space-between;
  }
}
#home .information_wrap .inner .contents_title_wrap {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents_title_wrap {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents_title_wrap .en, #home .information_wrap .inner .contents_title_wrap .en * {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .information_wrap .inner .contents_title_wrap .en, #home .information_wrap .inner .contents_title_wrap .en * {
    font-size: 50px;
  }
}
#home .information_wrap .inner .contents_title_wrap .en {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents_title_wrap .en {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .information_wrap .inner .contents_title_wrap .en {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents_title_wrap .ja, #home .information_wrap .inner .contents_title_wrap .ja * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .information_wrap .inner .contents_title_wrap .ja, #home .information_wrap .inner .contents_title_wrap .ja * {
    font-size: 16px;
  }
}
#home .information_wrap .inner .contents {
  padding: 8vw 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents {
    width: 59.8611111111vw;
    max-width: 862px;
    padding: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .information_wrap .inner .contents {
    padding: 40px;
  }
}
#home .information_wrap .inner .contents .item {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 2px solid #B4B4B4;
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents .item {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    border-bottom-width: 1px;
  }
}
@media screen and (min-width: 1440px) {
  #home .information_wrap .inner .contents .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#home .information_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
#home .information_wrap .inner .contents .item ul {
  display: flex;
}
#home .information_wrap .inner .contents .item ul li.date {
  width: 16vw;
  margin-right: 3.2vw;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  #home .information_wrap .inner .contents .item ul li.date {
    width: 4.8611111111vw;
    max-width: 70px;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .information_wrap .inner .contents .item ul li.date {
    margin-right: 30px;
  }
}
#home .philosophy_wrap {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy_wrap {
    margin-bottom: 105px;
  }
}
#home .philosophy_wrap .inner .contents_title_wrap {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap .inner .contents_title_wrap {
    margin-bottom: 8.9583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy_wrap .inner .contents_title_wrap {
    margin-bottom: 129px;
  }
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
  }
}
#home .philosophy_wrap .inner .contents .logo {
  width: 53.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap .inner .contents .logo {
    width: 37.5vw;
    max-width: 540px;
    margin: 0;
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap .inner .contents .text_wrap {
    width: 33.2638888889vw;
    max-width: 479px;
    order: 1;
  }
}
#home .philosophy_wrap .inner .contents .text_wrap ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap .inner .contents .text_wrap ul {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy_wrap .inner .contents .text_wrap ul {
    margin-bottom: 40px;
  }
}
#home .philosophy_wrap .inner .contents .text_wrap ul li {
  text-align: center;
}
#home .philosophy_wrap .inner .contents .text_wrap ul li .initial {
  font-size: 9.3333333333vw;
  font-weight: 700;
  line-height: 1;
  color: #003894;
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap .inner .contents .text_wrap ul li .initial {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy_wrap .inner .contents .text_wrap ul li .initial {
    font-size: 60px;
  }
}
#home .philosophy_wrap .inner .contents .text_wrap ul li .en, #home .philosophy_wrap .inner .contents .text_wrap ul li .en .first {
  font-size: 5.3333333333vw;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap .inner .contents .text_wrap ul li .en, #home .philosophy_wrap .inner .contents .text_wrap ul li .en .first {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy_wrap .inner .contents .text_wrap ul li .en, #home .philosophy_wrap .inner .contents .text_wrap ul li .en .first {
    font-size: 24px;
  }
}
#home .philosophy_wrap .inner .contents .text_wrap ul li .en .first {
  color: #003894;
}
#home .philosophy_wrap .inner .contents .text_wrap ul li .ja {
  font-weight: 700;
}
#home .philosophy_wrap.white .bg {
  height: 125.3333333333vw;
  top: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .philosophy_wrap.white .bg {
    height: 31.6666666667vw;
    max-height: 456px;
    top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy_wrap.white .bg {
    top: 140px;
  }
}
#home .service_wrap {
  margin-bottom: 18.6666666667vw;
  padding-top: 18.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .service_wrap {
    margin-bottom: 11.1111111111vw;
    padding-top: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap {
    margin-bottom: 160px;
    padding-top: 160px;
  }
}
#home .service_wrap:before {
  content: "";
  width: 146.1333333333vw;
  height: 204.4vw;
  background: url("../images/home/service/service_bg.png") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -45.3333333333vw;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  #home .service_wrap:before {
    width: 53.4027777778vw;
    height: 74.7222222222vw;
    right: -6.9444444444vw;
  }
}
#home .service_wrap .inner {
  width: 100%;
  max-width: unset;
}
#home .service_wrap .inner .contents_title_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents {
    display: flex;
  }
}
#home .service_wrap .inner .contents .image {
  width: 100%;
  margin-bottom: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .image {
    width: 50vw;
    margin-right: 3.4722222222vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .text_wrap {
    width: 34.0277777778vw;
    max-width: 490px;
  }
}
#home .service_wrap .inner .contents .text_wrap .item_title {
  margin-bottom: 5.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #003894;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 2.2222222222vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
#home .service_wrap .inner .contents .text_wrap .text {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .text_wrap .text {
    margin-bottom: 3.75vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .text_wrap .text {
    margin-bottom: 54px;
  }
}
#home .recruit_wrap {
  margin-bottom: 41.4666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap {
    margin-bottom: 10.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap {
    margin-bottom: 157px;
  }
}
#home .recruit_wrap .inner {
  width: 100%;
  max-width: unset;
}
#home .recruit_wrap .inner .contents_title_wrap {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents_title_wrap {
    margin-bottom: 9.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .contents_title_wrap {
    margin-bottom: 136px;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents {
    display: flex;
    justify-content: flex-end;
  }
}
#home .recruit_wrap .inner .contents .image {
  width: 100%;
  margin-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .image {
    width: 50vw;
    margin-left: 3.4722222222vw;
    margin-bottom: 0;
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .text_wrap {
    width: 34.0277777778vw;
    max-width: 490px;
    order: 1;
  }
}
#home .recruit_wrap .inner .contents .text_wrap .item_title {
  margin-bottom: 6.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #003894;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 2.2222222222vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
#home .recruit_wrap .inner .contents .text_wrap .text {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .text_wrap .text {
    margin-bottom: 3.75vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .contents .text_wrap .text {
    margin-bottom: 54px;
  }
}
#home .recruit_wrap.white .bg {
  height: 158vw;
  top: 17.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap.white .bg {
    height: 34.0277777778vw;
    max-height: 490px;
    top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap.white .bg {
    top: 120px;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

		under

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.under {
  /*================================
  mv
  =================================*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		company profile

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		service

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		recruit

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		contact

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		privacy policy

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		404 error

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
  /*================================
  error
  =================================*/
}
.under .mv {
  margin-bottom: 14vw;
}
@media screen and (min-width: 960px) {
  .under .mv {
    margin-bottom: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv {
    margin-bottom: 130px;
  }
}
.under .mv .mv_image {
  height: 65.2vw;
  margin-bottom: 5.3333333333vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image {
    height: 25vw;
    margin-bottom: 1.3888888889vw;
    max-height: 360px;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .mv_image {
    margin-bottom: 20px;
  }
}
.under .mv .mv_image picture, .under .mv .mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under .mv .mv_image .corner {
  height: 200%;
  position: absolute;
  transform: rotate(45deg);
  z-index: 1;
  mix-blend-mode: multiply;
  transition: all 0.4s;
}
.under .mv .mv_image .corner_tl {
  width: 37.3333333333vw;
  top: -42.6666666667vw;
  left: -32vw;
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image .corner_tl {
    width: 25vw;
    max-width: 360px;
    top: -20.1388888889vw;
    left: -10.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .mv_image .corner_tl {
    top: -290px;
    left: -145px;
  }
}
.under .mv .mv_image .corner_tl > div:before {
  top: 0;
}
.under .mv .mv_image .corner_br {
  width: 23.3333333333vw;
  bottom: -30.6666666667vw;
  right: -38.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image .corner_br {
    width: 10.4166666667vw;
    max-width: 150px;
    bottom: -12.5vw;
    right: -13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .mv_image .corner_br {
    bottom: -180px;
    right: -200px;
  }
}
.under .mv .mv_image .corner_br > div:before {
  bottom: 0;
}
.under .mv .mv_image .corner > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.under .mv .mv_image .corner > div:before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(0, 56, 148, 0.9);
  position: absolute;
  left: 0;
  transition: all 1s;
}
.under .mv .mv_image .page_title_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.under .mv .mv_image .page_title_wrap * {
  line-height: 1.25;
  color: #fff;
}
.under .mv .mv_image .page_title_wrap .en, .under .mv .mv_image .page_title_wrap .en * {
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image .page_title_wrap .en, .under .mv .mv_image .page_title_wrap .en * {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .mv_image .page_title_wrap .en, .under .mv .mv_image .page_title_wrap .en * {
    font-size: 50px;
  }
}
.under .mv .mv_image .page_title_wrap .en {
  display: flex;
  flex-direction: column;
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image .page_title_wrap .en {
    flex-direction: inherit;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .mv_image .page_title_wrap .en {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image .page_title_wrap .en .ttl {
    margin-right: 0.25em;
  }
}
.under .mv .mv_image .page_title_wrap .en .ttl:last-child {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image .page_title_wrap .ja, .under .mv .mv_image .page_title_wrap .ja * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .mv_image .page_title_wrap .ja, .under .mv .mv_image .page_title_wrap .ja * {
    font-size: 16px;
  }
}
.under .mv .mv_image .page_title_wrap .space {
  display: none;
}
@media screen and (min-width: 960px) {
  .under .mv .mv_image .page_title_wrap .space {
    display: inline;
  }
}
.under .mv .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under .mv .breadcrumbs {
    padding: 0 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .breadcrumbs {
    padding: 0 20px;
  }
}
.under .mv .breadcrumbs * {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .under .mv .breadcrumbs * {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .breadcrumbs * {
    font-size: 14px;
  }
}
.under .mv .breadcrumbs span {
  display: block;
}
.under .mv .breadcrumbs span.arrow {
  padding: 0 0.25em;
}
.under#company-profile {
  /*================================
  policy
  =================================*/
  /*================================
  message
  =================================*/
  /*================================
  profile
  =================================*/
  /*================================
  history
  =================================*/
}
.under#company-profile .policy_wrap .inner {
  width: 100%;
  max-width: unset;
  margin-bottom: 36.6666666667vw;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner {
    margin-bottom: 14.5833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .policy_wrap .inner {
    margin-bottom: 210px;
  }
}
.under#company-profile .policy_wrap .inner .contents_title_wrap {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents_title_wrap {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents {
    margin-top: -2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .policy_wrap .inner .contents {
    margin-top: -40px;
  }
}
.under#company-profile .policy_wrap .inner .contents .item {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item {
    display: flex;
    align-items: center;
  }
}
.under#company-profile .policy_wrap .inner .contents .item .image, .under#company-profile .policy_wrap .inner .contents .item .text_wrap {
  position: relative;
  z-index: 1;
}
.under#company-profile .policy_wrap .inner .contents .item .image {
  width: 100%;
  margin-bottom: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item .image {
    width: 50vw;
    margin-bottom: 0;
  }
}
.under#company-profile .policy_wrap .inner .contents .item .text_wrap {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap {
    padding: 0;
  }
}
.under#company-profile .policy_wrap .inner .contents .item .text_wrap * {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap {
    width: 34.0277777778vw;
    max-width: 490px;
  }
}
.under#company-profile .policy_wrap .inner .contents .item .text_wrap .step {
  margin-bottom: 5.3333333333vw;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap .step {
    margin-bottom: 1.1111111111vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap .step {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.under#company-profile .policy_wrap .inner .contents .item .text_wrap .step .number {
  display: inline-block;
  font-size: 4.8vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap .step .number {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap .step .number {
    font-size: 30px;
  }
}
.under#company-profile .policy_wrap .inner .contents .item .text_wrap .item_title {
  margin-bottom: 5.3333333333vw;
  font-size: 6.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap .item_title {
    margin-bottom: 1.1111111111vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .policy_wrap .inner .contents .item .text_wrap .item_title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
.under#company-profile .policy_wrap .inner .contents .item.blue .bg {
  height: 146.2666666667vw;
  top: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item.blue .bg {
    height: 31.25vw;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n+1) {
    justify-content: flex-end;
    margin-bottom: 6.9444444444vw;
  }
}
.under#company-profile .policy_wrap .inner .contents .item:nth-child(2n+1) .image {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n+1) .image {
    order: 2;
    margin-left: 3.4722222222vw;
    padding-left: 0;
  }
}
.under#company-profile .policy_wrap .inner .contents .item:nth-child(2n+1) .text_wrap {
  order: 1;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n+1) .text_wrap {
    padding-top: 15.2777777778vw;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n+1) .text_wrap {
    padding-top: 220px;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n+1).blue .bg {
    top: 6.9444444444vw;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n) {
    margin-bottom: 0;
  }
}
.under#company-profile .policy_wrap .inner .contents .item:nth-child(2n) .image {
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n) .image {
    margin-right: 3.4722222222vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(2n).blue .bg {
    top: 3.4722222222vw;
  }
}
.under#company-profile .policy_wrap .inner .contents .item:nth-child(3).blue .bg, .under#company-profile .policy_wrap .inner .contents .item:nth-child(4).blue .bg {
  height: 124vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(3).blue .bg, .under#company-profile .policy_wrap .inner .contents .item:nth-child(4).blue .bg {
    height: 31.25vw;
  }
}
.under#company-profile .policy_wrap .inner .contents .item:nth-child(3) .text {
  letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) {
  .under#company-profile .policy_wrap .inner .contents .item:nth-child(3) .text {
    letter-spacing: unset;
  }
}
.under#company-profile .policy_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#company-profile .message_wrap {
  margin-bottom: 18.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap {
    margin-bottom: 160px;
  }
}
.under#company-profile .message_wrap .inner {
  width: 100%;
  max-width: unset;
}
.under#company-profile .message_wrap .inner .contents_title_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents {
    display: flex;
    justify-content: flex-end;
  }
}
.under#company-profile .message_wrap .inner .contents .image_wrap {
  width: 100%;
  margin-bottom: 9.3333333333vw;
  padding-top: 8vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .image_wrap {
    width: 50vw;
    margin-left: 3.4722222222vw;
    margin-bottom: 0;
    padding-top: 0;
    order: 2;
  }
}
.under#company-profile .message_wrap .inner .contents .image_wrap .image {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .image_wrap .image {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents .image_wrap .image {
    margin-bottom: 20px;
  }
}
.under#company-profile .message_wrap .inner .contents .image_wrap .name {
  font-size: 9.3333333333vw;
  line-height: 1.1;
  color: #003894;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .image_wrap .name {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents .image_wrap .name {
    font-size: 60px;
  }
}
.under#company-profile .message_wrap .inner .contents .image_wrap .standing_image {
  width: 29.4666666667vw;
  position: absolute;
  top: 0;
  right: 4vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .image_wrap .standing_image {
    width: 16.4583333333vw;
    top: 1.5277777778vw;
    right: 8.3333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap {
    width: 34.0277777778vw;
    max-width: 490px;
    order: 1;
  }
}
.under#company-profile .message_wrap .inner .contents .text_wrap .item_title {
  margin-bottom: 5.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #003894;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 2.2222222222vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.under#company-profile .message_wrap .inner .contents .text_wrap .text {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap .text {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap .text {
    margin-bottom: 28px;
  }
}
.under#company-profile .message_wrap .inner .contents .text_wrap .text span {
  display: block;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap .text span {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap .text span {
    margin-bottom: 28px;
  }
}
.under#company-profile .message_wrap .inner .contents .text_wrap .text span:last-child {
  margin-bottom: 0;
}
.under#company-profile .message_wrap .inner .contents .text_wrap dl dt {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap dl dt {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap dl dt {
    margin-bottom: 10px;
  }
}
.under#company-profile .message_wrap .inner .contents .text_wrap dl dd {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap dl dd {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .message_wrap .inner .contents .text_wrap dl dd {
    font-size: 32px;
  }
}
.under#company-profile .profile_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .profile_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .profile_wrap {
    margin-bottom: 60px;
  }
}
.under#company-profile .history_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap {
    margin-bottom: 160px;
  }
}
.under#company-profile .history_wrap .inner {
  padding: 13.3333333333vw 5.3333333333vw;
  background: url("../images/company-profile/history_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner {
    display: flex;
    justify-content: space-between;
    padding: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap .inner {
    padding: 60px;
  }
}
.under#company-profile .history_wrap .inner .contents_title_wrap {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents_title_wrap {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents_title_wrap .en, .under#company-profile .history_wrap .inner .contents_title_wrap .en * {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap .inner .contents_title_wrap .en, .under#company-profile .history_wrap .inner .contents_title_wrap .en * {
    font-size: 50px;
  }
}
.under#company-profile .history_wrap .inner .contents_title_wrap .en {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents_title_wrap .en {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap .inner .contents_title_wrap .en {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents_title_wrap .ja, .under#company-profile .history_wrap .inner .contents_title_wrap .ja * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap .inner .contents_title_wrap .ja, .under#company-profile .history_wrap .inner .contents_title_wrap .ja * {
    font-size: 16px;
  }
}
.under#company-profile .history_wrap .inner .contents {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents {
    width: 47.9166666667vw;
    max-width: 690px;
  }
}
.under#company-profile .history_wrap .inner .contents:before {
  content: "";
  width: 0.5333333333vw;
  height: 87%;
  background: #0160F2;
  position: absolute;
  top: 4%;
  left: 24vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents:before {
    width: 2px;
    height: 92%;
    left: 9.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap .inner .contents:before {
    left: 136px;
  }
}
.under#company-profile .history_wrap .inner .contents dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents dl {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap .inner .contents dl {
    margin-bottom: 30px;
  }
}
.under#company-profile .history_wrap .inner .contents dl:last-child {
  margin-bottom: 0;
}
.under#company-profile .history_wrap .inner .contents dl dt {
  width: 25.6vw;
  margin-right: 4.8vw;
  padding-right: 6.6666666667vw;
  font-weight: 700;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents dl dt {
    width: 9.8611111111vw;
    max-width: 142px;
    margin-right: 2.0833333333vw;
    padding-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#company-profile .history_wrap .inner .contents dl dt {
    margin-right: 30px;
    padding-right: 40px;
  }
}
.under#company-profile .history_wrap .inner .contents dl dt:before {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: #0160F2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .under#company-profile .history_wrap .inner .contents dl dt:before {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 0.6944444444vw;
    max-height: 10px;
  }
}
.under#service {
  /*================================
  service
  =================================*/
}
.under#service .service_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap {
    margin-bottom: 160px;
  }
}
.under#service .service_wrap .inner {
  /*================================
  tab
  =================================*/
  /*================================
  tab box
  =================================*/
}
.under#service .service_wrap .inner .tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab li, .under#service .service_wrap .inner .tab li span {
    transition: all 0.4s;
  }
}
.under#service .service_wrap .inner .tab li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 12.5333333333vw;
  margin-bottom: 2.6666666667vw;
  text-align: center;
  background: #fff;
  border: 2px solid #F55233;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab li {
    width: 32%;
    height: 4.1666666667vw;
    max-height: 60px;
    margin-bottom: 0;
    border-width: 1px;
  }
}
.under#service .service_wrap .inner .tab li span {
  display: block;
  font-weight: 700;
  color: #EA5504;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab li span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab li span {
    font-size: 18px;
  }
}
.under#service .service_wrap .inner .tab li.current {
  background: #F55233;
  border-color: #F55233;
  pointer-events: none;
}
.under#service .service_wrap .inner .tab li.current span {
  color: #fff;
}
.under#service .service_wrap .inner .tab li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab li:hover {
    opacity: 0.7;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .top_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .top_wrap {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab_box .tab_section .top_wrap {
    margin-bottom: 40px;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .top_wrap .tab_title {
  margin-bottom: 5.3333333333vw;
  font-size: 6.6666666667vw;
  font-weight: 700;
  color: #003894;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .top_wrap .tab_title {
    margin-bottom: 1.3888888889vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab_box .tab_section .top_wrap .tab_title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .top_wrap .text {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .top_wrap .text {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab_box .tab_section .top_wrap .text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents:after {
    content: "";
    width: 32%;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .contents .item {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item {
    width: 32%;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item {
    margin-bottom: 30px;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item:nth-last-child(1), .under#service .service_wrap .inner .tab_box .tab_section .contents .item:nth-last-child(2), .under#service .service_wrap .inner .tab_box .tab_section .contents .item:nth-last-child(3) {
    margin-bottom: 0;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .contents .item .image {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item .image {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item .image {
    margin-bottom: 20px;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title, .under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title .small {
  font-weight: 700;
}
.under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title {
  margin-bottom: 2.6666666667vw;
  font-size: 4.5333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title {
    margin-bottom: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title .small {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title .small {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .tab_box .tab_section .contents .item .item_title .small {
    font-size: 14px;
  }
}
.under#recruit {
  /*================================
  introduction
  =================================*/
  /*================================
  interview
  =================================*/
}
.under#recruit .introduction_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .introduction_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .introduction_wrap {
    margin-bottom: 160px;
  }
}
.under#recruit .introduction_wrap .inner .contents {
  background: #fff;
}
.under#recruit .introduction_wrap .inner .contents .text_wrap {
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap {
    padding: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap {
    padding: 60px;
  }
}
.under#recruit .introduction_wrap .inner .contents .text_wrap .top_title, .under#recruit .introduction_wrap .inner .contents .text_wrap .top_title .small {
  font-weight: 700;
  color: #003894;
}
.under#recruit .introduction_wrap .inner .contents .text_wrap .top_title {
  margin-bottom: 5.3333333333vw;
  font-size: 5.6vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .top_title {
    margin-bottom: 1.6666666667vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .top_title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .top_title .small {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .top_title .small {
    font-size: 20px;
  }
}
.under#recruit .introduction_wrap .inner .contents .text_wrap .text {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .text {
    margin-bottom: 40px;
  }
}
.under#recruit .introduction_wrap .inner .contents .text_wrap .list dl {
  display: flex;
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 2px solid #B4B4B4;
}
@media screen and (min-width: 960px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .list dl {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    border-bottom-width: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .list dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.under#recruit .introduction_wrap .inner .contents .text_wrap .list dl:last-child {
  margin-bottom: 0;
}
.under#recruit .introduction_wrap .inner .contents .text_wrap .list dl dt {
  width: 18.6666666667vw;
  margin-right: 5.3333333333vw;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .list dl dt {
    width: 5.5555555556vw;
    max-width: 80px;
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .introduction_wrap .inner .contents .text_wrap .list dl dt {
    margin-right: 40px;
  }
}
.under#recruit .introduction_wrap .inner .contents .text_wrap .list dl dd {
  width: 100%;
}
.under#recruit .interview_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap {
    margin-bottom: 160px;
  }
}
.under#recruit .interview_wrap .inner {
  width: 100%;
  max-width: unset;
  padding: 0;
}
.under#recruit .interview_wrap .inner .contents_title_wrap {
  margin-bottom: 8vw;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.under#recruit .interview_wrap .inner .interview .section {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section {
    margin-bottom: 60px;
  }
}
.under#recruit .interview_wrap .inner .interview .section:last-child {
  margin-bottom: 0;
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv {
  margin-bottom: 21.3333333333vw;
  padding: 0 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv {
    margin-bottom: 8.3333333333vw;
    padding: 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv {
    margin-bottom: 120px;
    padding: 0 60px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv:before {
  content: "";
  width: 100%;
  height: 88vw;
  background: #0160F2;
  position: absolute;
  top: 8vw;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv:before {
    height: 31.9444444444vw;
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv:before {
    margin-bottom: 60px;
    padding: 0 60px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap {
  position: relative;
  z-index: 1;
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap * {
  color: #fff;
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .image {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .image {
    margin-bottom: 0;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .number_text {
  display: flex;
  position: absolute;
  top: 4vw;
  left: 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .number_text {
    top: 1.3888888889vw;
    left: 2.7777777778vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .number_text span {
  display: block;
  font-weight: 700;
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .number_text span.small {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .number_text span.small {
    font-size: 2.5vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .number_text span.number {
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .number_text span.number {
    font-size: 7.9166666667vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap {
  position: absolute;
  top: 28.9333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap {
    top: 12.4305555556vw;
    left: 11.1111111111vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul {
  display: flex;
  align-items: center;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul {
    margin-bottom: 1.9444444444vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul li {
  line-height: 1;
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul li.department {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul li.department {
    margin-right: 0.6944444444vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul li.department span {
  display: inline-block;
  padding: 1.3333333333vw;
  font-size: 2.6666666667vw;
  line-height: 1;
  background: #EA5504;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul li.department span {
    padding: 0.4166666667vw;
    font-size: 1.1111111111vw;
    border-radius: 6.9444444444vw;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap ul li.joining {
    font-size: 1.25vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap .name {
  font-size: 9.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .name_wrap .name {
    font-size: 3.9583333333vw;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .interview_mv .image_wrap .text {
    font-size: 1.25vw;
    position: absolute;
    top: 22.0833333333vw;
    left: 11.1111111111vw;
  }
}
.under#recruit .interview_wrap .inner .interview .section .contents .item {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item .top {
    display: flex;
  }
}
.under#recruit .interview_wrap .inner .interview .section .contents .item .top .image {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item .top .image {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item .top .text_wrap {
    width: 34.0277777778vw;
    max-width: 490px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .contents .item .top .text_wrap .interview_item {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item .top .text_wrap .interview_item {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item .top .text_wrap .interview_item {
    margin-bottom: 50px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .contents .item .top .text_wrap .interview_item:last-child {
  margin-bottom: 0;
}
.under#recruit .interview_wrap .inner .interview .section .contents .item .bottom {
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item .bottom {
    width: 74.5341614907vw;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 0;
  }
}
.under#recruit .interview_wrap .inner .interview .section .contents .item:nth-child(2n+1) .top .image {
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item:nth-child(2n+1) .top .image {
    margin-right: 3.4722222222vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item:nth-child(2n+1) .top .image {
    margin-right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item:nth-child(2n) .top {
    justify-content: flex-end;
  }
}
.under#recruit .interview_wrap .inner .interview .section .contents .item:nth-child(2n) .top .image {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item:nth-child(2n) .top .image {
    margin-left: 3.4722222222vw;
    padding-left: 0;
    order: 2;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .contents .item:nth-child(2n) .top .image {
    margin-left: 50px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .contents .item:last-child {
  margin-bottom: 0;
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap {
    padding: 0;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap {
  display: flex;
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap {
    margin-bottom: 10px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap span {
  display: block;
  color: #003894;
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap span.initial_Q {
  margin-right: 2.6666666667vw;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap span.initial_Q {
    margin-right: 0.9722222222vw;
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap span.initial_Q {
    margin-right: 14px;
    font-size: 50px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap span.q_title {
  padding-top: 0.6666666667vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap span.q_title {
    padding-top: 0.8333333333vw;
    font-size: 1.5277777778vw;
    letter-spacing: unset;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .q_title_wrap span.q_title {
    padding-top: 12px;
    font-size: 22px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .list {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list {
    padding-top: 10px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl {
    margin-bottom: 10px;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl:last-child {
  margin-bottom: 0;
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dt {
  margin-bottom: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dt {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dt:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #003894;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dt span {
  font-weight: 700;
  color: #003894;
  background: #F0F0F0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dt span {
    padding-right: 0.6944444444vw;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dt span {
    padding-right: 10px;
    position: relative;
  }
}
.under#recruit .interview_wrap .inner .interview .section .text_wrap .list dl dd {
  line-height: 1.9;
}
@media screen and (min-width: 960px) {
  .under#recruit .interview_wrap .inner .interview .section:nth-child(2) .contents .item .bottom {
    padding-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .interview_wrap .inner .interview .section:nth-child(2) .contents .item .bottom {
    padding-top: 48px;
  }
}
.under#contact {
  /*================================
  top tel
  =================================*/
  /*================================
  form
  =================================*/
}
.under#contact .top_tel_wrap {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#contact .top_tel_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_tel_wrap {
    margin-bottom: 60px;
  }
}
.under#contact .top_tel_wrap .top_title {
  margin-bottom: 2.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#contact .top_tel_wrap .top_title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_tel_wrap .top_title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.under#contact .top_tel_wrap .tel {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .top_tel_wrap .tel {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_tel_wrap .tel {
    margin-bottom: 10px;
  }
}
.under#contact .top_tel_wrap .tel a {
  padding-left: 5.0666666667vw;
  font-size: 9.3333333333vw;
  font-weight: 600;
  line-height: 1;
  color: #003894;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#contact .top_tel_wrap .tel a {
    padding-left: 2.4305555556vw;
    font-size: 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_tel_wrap .tel a {
    padding-left: 35px;
    font-size: 62px;
  }
}
.under#contact .top_tel_wrap .tel a:before {
  content: "";
  width: 3.8666666667vw;
  height: 6.5333333333vw;
  background: url("../images/common/icon_phone_blue.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .under#contact .top_tel_wrap .tel a:before {
    width: 1.7361111111vw;
    max-width: 25px;
    height: 2.9861111111vw;
    max-height: 43px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .top_tel_wrap .tel a:hover {
    opacity: 0.7;
  }
}
.under#contact .top_tel_wrap .time {
  font-size: 3.2vw;
  font-weight: 700;
  color: #003894;
}
@media screen and (min-width: 960px) {
  .under#contact .top_tel_wrap .time {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_tel_wrap .time {
    font-size: 20px;
  }
}
.under#contact .form_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap {
    margin-bottom: 160px;
  }
}
.under#contact .form_wrap ::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
}
.under#contact .form_wrap ::placeholder {
  color: #C0C0C0;
  opacity: 1;
}
.under#contact .form_wrap .inner .form {
  padding: 8vw 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form {
    padding: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form {
    padding: 60px;
  }
}
.under#contact .form_wrap .inner .form .contents {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form .contents {
    margin-bottom: 40px;
  }
}
.under#contact .form_wrap .inner .form .contents dl {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents dl {
    display: flex;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form .contents dl {
    margin-bottom: 40px;
  }
}
.under#contact .form_wrap .inner .form .contents dl:last-child {
  margin-bottom: 0;
}
.under#contact .form_wrap .inner .form .contents dl dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents dl dt {
    width: 9.0277777778vw;
    max-width: 130px;
    margin-bottom: 0;
    margin-right: 2.7777777778vw;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form .contents dl dt {
    margin-right: 40px;
  }
}
.under#contact .form_wrap .inner .form .contents dl dt span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
.under#contact .form_wrap .inner .form .contents dl dt span.required {
  margin-bottom: 1.3333333333vw;
  padding: 1.3333333333vw;
  font-size: 2.9333333333vw;
  color: #fff;
  background: #940000;
  border-radius: 0.2666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents dl dt span.required {
    margin-bottom: 0.6944444444vw;
    padding: 0.4166666667vw 0.5555555556vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form .contents dl dt span.required {
    margin-bottom: 10px;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 2px;
  }
}
.under#contact .form_wrap .inner .form .contents dl dd {
  width: 100%;
}
.under#contact .form_wrap .inner .form .contents dl dd .form_text, .under#contact .form_wrap .inner .form .contents dl dd textarea {
  width: 100%;
  padding: 2.6666666667vw;
  background: rgba(0, 56, 148, 0.1);
  border: none;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents dl dd .form_text, .under#contact .form_wrap .inner .form .contents dl dd textarea {
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form .contents dl dd .form_text, .under#contact .form_wrap .inner .form .contents dl dd textarea {
    padding: 10px;
  }
}
.under#contact .form_wrap .inner .form .contents dl dd .form_text {
  height: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents dl dd .form_text {
    height: 4.1666666667vw;
    max-height: 60px;
  }
}
.under#contact .form_wrap .inner .form .contents dl dd textarea {
  height: 40vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents dl dd textarea {
    height: 12.5vw;
    max-height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .contents dl.input_text {
    align-items: center;
  }
}
.under#contact .form_wrap .inner .form .contents.sent .wpcf7-response-output {
  border-color: #003894;
}
.under#contact .form_wrap .inner .form .send_btn {
  width: 53.3333333333vw;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .send_btn {
    width: 15.1388888889vw;
    max-width: 218px;
  }
}
.under#contact .form_wrap .inner .form .send_btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.4666666667vw solid transparent;
  border-bottom: 1.4666666667vw solid transparent;
  border-left: 2.1333333333vw solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .send_btn:before {
    border-top-width: 0.4166666667vw;
    border-bottom-width: 0.4166666667vw;
    border-left-width: 0.625vw;
    right: 0.9722222222vw;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form .send_btn:before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
    right: 14px;
  }
}
.under#contact .form_wrap .inner .form .send_btn input {
  width: 100%;
  padding: 5.3333333333vw 0;
  font-weight: 700;
  color: #fff;
  background: #F55233;
  border: none;
  pointer-events: all;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .send_btn input {
    padding: 1.1111111111vw 0;
    font-size: 1.25vw;
    border: 2px solid #F55233;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .form .send_btn input {
    padding: 16px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .send_btn:hover input {
    color: #EA5504;
    background: #fff;
    border-color: #EA5504;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .form .send_btn:hover:before {
    border-left-color: #EA5504;
  }
}
.under#privacy-policy {
  /*================================
  policy
  =================================*/
}
.under#privacy-policy .policy_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .policy_wrap {
    margin-bottom: 160px;
  }
}
.under#privacy-policy .policy_wrap .inner .contents .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner .contents .item {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .policy_wrap .inner .contents .item {
    margin-bottom: 40px;
  }
}
.under#privacy-policy .policy_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#privacy-policy .policy_wrap .inner .contents .item .item_title {
  margin-bottom: 2.6666666667vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner .contents .item .item_title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .policy_wrap .inner .contents .item .item_title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.under#privacy-policy .policy_wrap .inner .contents .item ul li, .under#privacy-policy .policy_wrap .inner .contents .item p {
  line-height: 1.9;
}
.under#privacy-policy .policy_wrap .inner .contents .item ul.list li:before {
  content: "・";
}
.under#privacy-policy .policy_wrap .inner .contents .item ul.info {
  display: flex;
}
.under#privacy-policy .policy_wrap .inner .contents .item ul.info li {
  margin-right: 1em;
}
.under#privacy-policy .policy_wrap .inner .contents .item ul.info li:last-child {
  margin-right: 0;
}
.under#privacy-policy .policy_wrap .inner .contents .item .email a {
  line-height: 1;
  border-bottom: 1px solid #333;
}
.under .error_wrap {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under .error_wrap {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .error_wrap {
    margin-bottom: 160px;
  }
}
.under .error_wrap .inner .contents .text {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under .error_wrap .inner .contents .text {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .error_wrap .inner .contents .text {
    margin-bottom: 60px;
  }
}
.under .error_wrap .inner .contents .text span {
  display: inline-block;
  text-align: left;
}
.under .error_wrap .inner .contents .link_btn {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */