@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
ブレークポイント定義
=================================*/
/*================================
size()関数
=================================*/
/*================================
color
=================================*/
/*================================
animation
=================================*/
.fadein.anim_active {
  animation: fadein 0.6s forwards;
}

@keyframes fadein {
  0% {
    opacity: 1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes handwriting-top {
  0% {
    stroke-dashoffset: 4100px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwriting-bottom {
  0% {
    stroke-dashoffset: 5100px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwriting-under_mv_sp {
  0% {
    stroke-dashoffset: 7500px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwriting-under_mv {
  0% {
    stroke-dashoffset: 6000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.show .f_anim .in, .show .f_anim.in {
  opacity: 1%;
  visibility: hidden;
}
.show .f_anim.anim_active .in, .show .f_anim.anim_active.in {
  animation: fadein 0.6s forwards;
}
.show#home .about_wrap.anim_active .inner:before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.show#home .about_wrap.anim_active .inner .gradation_line__top #about_line_top_mask path {
  animation: handwriting-top 1.6s linear forwards;
}
.show#home .about_wrap.anim_active .inner .gradation_line__bottom #about_line_bottom_mask path {
  animation: handwriting-bottom 1.6s 1.6s linear forwards;
}
.show#home .about_wrap.anim_active .inner .contents, .show#home .about_wrap.anim_active .inner .text_wrap {
  animation: fadein 0.6s 2.4s forwards;
}
.show.under .mv .breadcrumbs, .show.under .mv .page_title_wrap {
  animation: fadein 0.6s 1s forwards;
}
.show.under .mv .gradation_line #under_mv_line_sp_mask path {
  animation: handwriting-under_mv_sp 2s 0.2s linear forwards;
}
.show.under .mv .gradation_line #under_mv_line_mask path {
  animation: handwriting-under_mv 1.6s 0.2s linear forwards;
}

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

			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;
}

address, caption, cite, code, dfn, th, var, optgroup, strong, 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.3s ease-in-out;
}

img {
  display: 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: "Noto Sans JP", serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}

body, a {
  color: #3b475c;
}

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

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

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

main {
  flex: 1;
}

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

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

/*================================
fonts
=================================*/
/*================================
contents title
=================================*/
/*================================
link btn
=================================*/
@media screen and (min-width: 960px) {
  .link_btn {
    width: 11.6666666667vw;
    max-width: 168px;
    transition: all 0.4s;
  }
  .link_btn:has(a:hover) {
    width: 12.8472222222vw;
    max-width: 185px;
  }
}
.link_btn a {
  display: block;
  width: 100%;
  padding: 4vw 0;
  text-align: center;
  background: #5c6877;
  border: 1px solid #5c6877;
  border-radius: 8vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  .link_btn a {
    padding: 0.6944444444vw 0 0.8333333333vw;
    border-radius: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a {
    padding: 10px 0 12px;
    border-radius: 28px;
  }
}
.link_btn a .link {
  display: inline-block;
}
.link_btn a .link__text {
  letter-spacing: 0.02em;
  color: #fbfbfb;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .link_btn a .link__text {
    padding-right: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a .link__text {
    padding-right: 14px;
  }
}
.link_btn a .link__arrow {
  width: 4.2666666667vw;
  height: 1.2vw;
  position: absolute;
  top: 50%;
  right: 1.6vw;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .link_btn a .link__arrow {
    width: 1.5277777778vw;
    max-width: 22px;
    height: 0.625vw;
    max-height: 9px;
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a .link__arrow {
    right: 12px;
  }
}
.link_btn a .link__arrow span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.link_btn a .link__arrow span:before, .link_btn a .link__arrow span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.link_btn a .link__arrow span:before {
  width: 80%;
  height: 1px;
  background: #fbfbfb;
  left: 0;
}
.link_btn a .link__arrow span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.8vw solid transparent;
  border-bottom: 0.8vw solid transparent;
  border-left: 1.6vw solid #fbfbfb;
  border-right: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  .link_btn a .link__arrow span:after {
    border-top-width: 0.3472222222vw;
    border-bottom-width: 0.3472222222vw;
    border-left-width: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a .link__arrow span:after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover {
    padding: 0.8333333333vw 0 0.9722222222vw;
    background: #fbfbfb;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a:hover {
    padding: 12px 0 14px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover .link__text {
    font-size: 1.1805555556vw;
    color: #5c6877;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a:hover .link__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover .link__arrow {
    width: 2.5694444444vw;
    max-width: 37px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover .link__arrow span:before {
    background: #5c6877;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover .link__arrow span:after {
    border-left-color: #5c6877;
  }
}

@media screen and (min-width: 960px) {
  .other_link_btn {
    width: 12.0833333333vw;
    max-width: 174px;
  }
}
.other_link_btn a {
  display: block;
  width: 100%;
  padding: 4vw 0;
  text-align: center;
  border-radius: 8vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  .other_link_btn a {
    padding: 0.9722222222vw 0 1.1111111111vw;
    border-radius: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .other_link_btn a {
    padding: 14px 0 16px;
    border-radius: 28px;
  }
}
.other_link_btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
.other_link_btn a .link {
  display: inline-block;
  z-index: 1;
}
.other_link_btn a .link__text {
  font-size: 3.4666666667vw;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .other_link_btn a .link__text {
    padding-right: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .other_link_btn a .link__text {
    padding-right: 20px;
    font-size: 14px;
    border-radius: 28px;
  }
}
.other_link_btn a .link__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .other_link_btn a .link__arrow {
    width: 1.9444444444vw;
    max-width: 28px;
    height: 1.9444444444vw;
    max-height: 28px;
    right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .other_link_btn a .link__arrow {
    right: 12px;
  }
}
.other_link_btn a .link__arrow .icon svg {
  display: block;
  width: 100%;
}
.other_link_btn a .link__arrow .icon svg path {
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .other_link_btn a:hover:before {
    opacity: 0;
  }
}
@media screen and (min-width: 960px) {
  .other_link_btn__works a {
    background: #4e6ea4;
  }
}
.other_link_btn__works a:before {
  background: linear-gradient(45deg, #3b5e92 0%, #2a2a65 100%);
}
.other_link_btn__works a .link__arrow .icon {
  width: 3.6vw;
}
@media screen and (min-width: 960px) {
  .other_link_btn__works a .link__arrow .icon {
    width: 1.0416666667vw;
    max-width: 15px;
  }
}
.other_link_btn__works a .link__arrow .icon svg path {
  fill: #3b5e92;
}
@media screen and (min-width: 960px) {
  .other_link_btn__works a:hover .link__arrow .icon svg path {
    fill: #4e6ea4;
  }
}
.other_link_btn__contact a {
  background: #dc2f20;
}
.other_link_btn__contact a:before {
  background: linear-gradient(45deg, #c9000c 0%, #9b000c 100%);
}
.other_link_btn__contact a .link__arrow .icon {
  width: 4vw;
}
@media screen and (min-width: 960px) {
  .other_link_btn__contact a .link__arrow .icon {
    width: 1.25vw;
    max-width: 18px;
  }
}
.other_link_btn__contact a .link__arrow .icon svg path {
  fill: #c9000c;
}
@media screen and (min-width: 960px) {
  .other_link_btn__contact a:hover .link__arrow .icon svg path {
    fill: #dc2f20;
  }
}

.gradation_line {
  width: 100%;
  position: absolute;
}
.gradation_line svg {
  width: 100%;
}

/*================================
contents
=================================*/
.inner {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .inner {
    padding: 0;
  }
}

/*================================
contents title
=================================*/
.contents_title_wrap {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap {
    margin-bottom: 5.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap {
    margin-bottom: 76px;
  }
}
.contents_title_wrap .title__en, .contents_title_wrap .title__ja {
  font-weight: 700;
}
.contents_title_wrap .title__en {
  margin-bottom: 1.3333333333vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.02em;
  color: #a9adaf;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .title__en {
    margin-bottom: 0.3472222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .title__en {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.contents_title_wrap .title__ja {
  font-size: 6.1333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .title__ja {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .title__ja {
    font-size: 32px;
  }
}

.gradation_title_wrap {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .gradation_title_wrap {
    margin-bottom: 5.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .gradation_title_wrap {
    margin-bottom: 76px;
  }
}
.gradation_title_wrap .title__ja {
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #a9adaf;
}
@media screen and (min-width: 960px) {
  .gradation_title_wrap .title__ja {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .gradation_title_wrap .title__ja {
    font-size: 14px;
  }
}
.gradation_title_wrap .title__en span {
  display: inline-block;
  font-size: 7.2vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(45deg, #0e7aaf 0%, #c9000c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .gradation_title_wrap .title__en span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .gradation_title_wrap .title__en span {
    font-size: 32px;
  }
}

/*================================
bottom works
=================================*/
.bottom_works_wrap {
  margin-bottom: 26.6666666667vw;
  padding: 20vw 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap {
    margin-bottom: 13.1944444444vw;
    padding: 10.4166666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_works_wrap {
    margin-bottom: 190px;
    padding: 150px 0;
  }
}
.bottom_works_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/home/works/works_bg.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bottom_works_wrap .inner {
  position: relative;
  z-index: 1;
}
.bottom_works_wrap .inner .contents {
  background: rgba(251, 251, 251, 0.95);
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents {
    width: 54.3055555556vw;
    margin: 0 auto;
    padding: 8.6111111111vw 9.5833333333vw 7.9166666667vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_works_wrap .inner .contents {
    padding: 124px 138px 114px;
    border-radius: 10px;
  }
}
.bottom_works_wrap .inner .contents .contents_title {
  margin-bottom: 5.3333333333vw;
  font-size: 5.6vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents .contents_title {
    margin-bottom: 2.3611111111vw;
    font-size: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_works_wrap .inner .contents .contents_title {
    margin-bottom: 34px;
    font-size: 33px;
  }
}
.bottom_works_wrap .inner .contents .text {
  margin-bottom: 10.6666666667vw;
  line-height: 2.1;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents .text {
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_works_wrap .inner .contents .text {
    margin-bottom: 70px;
  }
}
.bottom_works_wrap .inner .contents .other_link_btn {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents .other_link_btn {
    width: 20.8333333333vw;
    max-width: 300px;
  }
}
.bottom_works_wrap .inner .contents .other_link_btn a {
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents .other_link_btn a {
    padding: 1.9444444444vw 0 2.0833333333vw;
    border-radius: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_works_wrap .inner .contents .other_link_btn a {
    padding: 28px 0 30px;
    border-radius: 60px;
  }
}
.bottom_works_wrap .inner .contents .other_link_btn a .link__text {
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents .other_link_btn a .link__text {
    padding-right: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_works_wrap .inner .contents .other_link_btn a .link__text {
    padding-right: 20px;
    font-size: 24px;
  }
}
.bottom_works_wrap .inner .contents .other_link_btn a .link__arrow {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  right: 4vw;
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents .other_link_btn a .link__arrow {
    width: 3.4722222222vw;
    max-width: 50px;
    height: 3.4722222222vw;
    max-height: 50px;
    right: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_works_wrap .inner .contents .other_link_btn a .link__arrow {
    right: 18px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_works_wrap .inner .contents .other_link_btn a .link__arrow .icon {
    width: 1.7361111111vw;
    max-width: 25px;
  }
}
.bottom_works_wrap .inner .contents .other_link_btn a .link__arrow .icon svg {
  display: block;
  width: 100%;
}
.bottom_works_wrap .inner .contents .other_link_btn a .link__arrow .icon svg path {
  transition: all 0.4s;
}

/*================================
bottom contact
=================================*/
.bottom_contact_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap {
    margin-bottom: 21.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap {
    margin-bottom: 316px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner {
    width: 91.875vw;
    max-width: 1764px;
    margin: 0 auto;
  }
}
.bottom_contact_wrap .inner .contents a {
  width: 100%;
  padding: 8vw 2.6666666667vw 8vw 5.3333333333vw;
  background: url("../images/common/bg_diamond.png") no-repeat center center;
  background-size: cover;
  border-radius: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a {
    padding: 4.8611111111vw 8.3333333333vw 6.9444444444vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents a {
    padding: 70px 120px 100px;
    border-radius: 10px;
  }
}
.bottom_contact_wrap .inner .contents a .text_wrap {
  position: relative;
  z-index: 1;
}
.bottom_contact_wrap .inner .contents a .text_wrap * {
  color: #fff;
}
.bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap {
    margin-bottom: 10px;
  }
}
.bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap .title__ja {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap .title__ja {
    padding-left: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap .title__ja {
    padding-left: 10px;
    font-size: 14px;
  }
}
.bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap .title__en {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap .title__en {
    font-size: 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .contact_title_wrap .title__en {
    font-size: 62px;
  }
}
.bottom_contact_wrap .inner .contents a .text_wrap .text {
  font-size: 3.2vw;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .text {
    padding-left: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents a .text_wrap .text {
    padding-left: 5px;
    font-size: 16px;
  }
}
.bottom_contact_wrap .inner .contents a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background: rgba(251, 251, 251, 0.23);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a .arrow {
    width: 15.9722222222vw;
    max-width: 230px;
    height: 15.9722222222vw;
    max-height: 230px;
    right: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents a .arrow {
    right: 120px;
  }
}
.bottom_contact_wrap .inner .contents a .arrow span {
  display: block;
  width: 8.8vw;
  height: 2.6666666667vw;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a .arrow span {
    width: 4.5833333333vw;
    max-width: 66px;
    height: 1.3888888889vw;
    max-height: 20px;
  }
}
.bottom_contact_wrap .inner .contents a .arrow span:before, .bottom_contact_wrap .inner .contents a .arrow span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.bottom_contact_wrap .inner .contents a .arrow span:before {
  width: 80%;
  height: 2px;
  background: #fbfbfb;
  left: 0;
}
.bottom_contact_wrap .inner .contents a .arrow span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 2.6666666667vw solid #fbfbfb;
  border-right: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a .arrow span:after {
    border-top-width: 0.625vw;
    border-bottom-width: 0.625vw;
    border-left-width: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents a .arrow span:after {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 20px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a:hover .arrow {
    width: 17.3611111111vw;
    max-width: 250px;
    height: 17.3611111111vw;
    max-height: 250px;
    background: #fff;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a:hover .arrow span {
    width: 5vw;
    max-width: 72px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a:hover .arrow span:before {
    background: #3b5e92;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents a:hover .arrow span:after {
    border-left-color: #3b5e92;
  }
}

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

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  width: calc(100% - 10.6666666667vw);
  height: 13.3333333333vw;
  position: fixed;
  top: 2.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9998;
}
@media screen and (min-width: 960px) {
  header {
    width: 64.4444444444vw;
    max-width: 928px;
    height: 6.1111111111vw;
    max-height: 88px;
    top: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  header {
    top: 16px;
  }
}
header .header_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5.3333333333vw;
  border-radius: 10.6666666667vw;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media screen and (min-width: 960px) {
  header .header_contents {
    padding: 1.1111111111vw 1.1111111111vw 1.1111111111vw 5.8333333333vw;
    border-radius: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  header .header_contents {
    padding: 16px 16px 16px 84px;
    border-radius: 60px;
  }
}
header .header_contents:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0e7aaf 0%, #c9000c 100%);
  filter: blur(1.3333333333vw);
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.15;
}
@media screen and (min-width: 960px) {
  header .header_contents:before {
    border-radius: 4.1666666667vw;
    filter: blur(0.3472222222vw);
  }
}
@media screen and (min-width: 1440px) {
  header .header_contents:before {
    border-radius: 60px;
    filter: blur(5px);
  }
}
header .header_contents .logo {
  width: 32vw;
}
@media screen and (min-width: 960px) {
  header .header_contents .logo {
    width: 12.3611111111vw;
    max-width: 178px;
  }
}
header .header_contents .logo a {
  display: block;
  width: 100%;
}
header .header_contents nav {
  display: none;
}
@media screen and (min-width: 960px) {
  header .header_contents nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  header .header_contents nav ul {
    display: flex;
    align-items: center;
    margin-right: 3.75vw;
  }
}
@media screen and (min-width: 1440px) {
  header .header_contents nav ul {
    margin-right: 54px;
  }
}
@media screen and (min-width: 960px) {
  header .header_contents nav ul li {
    margin-right: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  header .header_contents nav ul li {
    margin-right: 36px;
  }
}
header .header_contents nav ul li:last-child {
  margin-right: 0;
}
header .header_contents nav ul li a {
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 960px) {
  header .header_contents nav ul li a {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  header .header_contents nav ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  header .header_contents nav ul li a:before {
    content: "";
    width: 0.4166666667vw;
    max-width: 6px;
    height: 0.4166666667vw;
    max-height: 6px;
    background: #3b475c;
    border-radius: 50%;
    position: absolute;
    top: -0.6944444444vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  header .header_contents nav ul li a:before {
    top: -10px;
  }
}
@media screen and (min-width: 960px) {
  header .header_contents nav ul li a:hover:before {
    opacity: 1;
  }
}
header .header_contents nav ul li.current a:before {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  header .header_contents nav .link_btn_wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  header .header_contents nav .link_btn_wrap .other_link_btn {
    margin-right: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  header .header_contents nav .link_btn_wrap .other_link_btn {
    margin-right: 18px;
  }
}
header .header_contents nav .link_btn_wrap .other_link_btn:last-child {
  margin-right: 0;
}

/*================================
ハンバーガーメニュー
=================================*/
.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;
  align-items: center;
  width: 8.2666666667vw;
  height: 5.8666666667vw;
  position: fixed;
  top: 6.4vw;
  right: 10.6666666667vw;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 960px) {
  .btn_trigger_wrap {
    display: none;
  }
}
.btn_trigger_wrap button, .btn_trigger_wrap .line {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn_trigger_wrap .line {
  position: relative;
}
.btn_trigger_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background: #3b475c;
  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.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: 9998;
  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: 146.6666666667vw;
  background: #fff;
}
.navi_open_wrap .inner nav {
  width: 100%;
}
.navi_open_wrap .inner nav ul {
  margin-bottom: 8vw;
}
.navi_open_wrap .inner nav ul li {
  margin-bottom: 5.3333333333vw;
}
.navi_open_wrap .inner nav ul li:last-child {
  margin-bottom: 0;
}
.navi_open_wrap .inner nav ul li a {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
.navi_open_wrap .inner nav .link_btn_wrap {
  width: 100%;
  margin-bottom: 4vw;
}
.navi_open_wrap .inner nav .information_disclosure_link {
  text-align: center;
}
.navi_open_wrap .inner nav .information_disclosure_link a {
  font-size: 3.2vw;
  font-weight: 500;
}

/*================================
footer
=================================*/
footer {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer {
    margin-bottom: 2.5vw;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    margin-bottom: 36px;
  }
}
footer #pagetop {
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  position: fixed;
  bottom: 5.3333333333vw;
  right: 5.3333333333vw;
  z-index: 999;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  footer #pagetop {
    width: 7.0833333333vw;
    max-width: 102px;
    height: 7.0833333333vw;
    max-height: 102px;
    bottom: 5.5555555556vw;
    right: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  footer #pagetop {
    bottom: 80px;
    right: 90px;
  }
}
footer #pagetop .bg, footer #pagetop .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #pagetop .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
footer #pagetop .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3b475c 0%, #c9000c 100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.6s;
}
footer #pagetop .bg .icon {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
footer #pagetop .bg .icon span {
  display: block;
  padding-top: 1.3333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  position: relative;
}
@media screen and (min-width: 960px) {
  footer #pagetop .bg .icon span {
    padding-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  footer #pagetop .bg .icon span {
    padding-top: 10px;
    font-size: 14px;
  }
}
footer #pagetop .bg .icon span:before {
  content: "";
  width: 2.5333333333vw;
  height: 1.6vw;
  background: url("../images/common/pagetop_arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -0.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  footer #pagetop .bg .icon span:before {
    width: 1.3194444444vw;
    max-width: 19px;
    height: 0.8333333333vw;
    max-height: 12px;
    top: -0.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  footer #pagetop .bg .icon span:before {
    top: -7px;
  }
}
@media screen and (min-width: 960px) {
  footer #pagetop:hover .bg:before {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 960px) {
  footer .inner {
    width: 68.75vw;
    max-width: 990px;
    margin: 0 auto;
  }
}
footer .inner .contents {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 9.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents {
    margin-bottom: 136px;
  }
}
footer .inner .contents .information_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
  }
}
footer .inner .contents .information_wrap .logo {
  width: 33.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information_wrap .logo {
    width: 10.1388888889vw;
    max-width: 146px;
    margin: 0 1.8055555556vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .information_wrap .logo {
    margin-right: 26px;
  }
}
footer .inner .contents .information_wrap .address_wrap .name {
  width: 37.3333333333vw;
  margin: 0 auto 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information_wrap .address_wrap .name {
    margin: 0 0 1.25vw 0;
    width: 12.9166666667vw;
    max-width: 186px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .information_wrap .address_wrap .name {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
footer .inner .contents .information_wrap .address_wrap .name img {
  display: block;
}
footer .inner .contents .information_wrap .address_wrap .address {
  font-size: 3.2vw;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information_wrap .address_wrap .address {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .information_wrap .address_wrap .address {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
footer .inner .contents .nav ul {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul {
    margin-right: 3.1944444444vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul {
    margin-right: 46px;
  }
}
footer .inner .contents .nav ul li {
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul li {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul li {
    margin-bottom: 20px;
  }
}
footer .inner .contents .nav ul li:last-child {
  margin-bottom: 0;
}
footer .inner .contents .nav ul li a {
  font-weight: 500;
  padding-left: 4.5333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul li a {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul li a {
    padding-left: 20px;
  }
}
footer .inner .contents .nav ul li a:before {
  content: "";
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: #3b475c;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul li a:before {
    content: "";
    width: 0.4166666667vw;
    max-width: 6px;
    height: 0.4166666667vw;
    max-height: 6px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul li a:hover:before {
    opacity: 1;
  }
}
footer .inner .contents .nav ul li.current a:before {
  opacity: 1;
}
footer .inner .contents .nav .footer_other_link_wrap .link_btn_wrap {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .footer_other_link_wrap .link_btn_wrap {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav .footer_other_link_wrap .link_btn_wrap {
    margin-bottom: 10px;
  }
}
footer .inner .contents .nav .footer_other_link_wrap .link_btn_wrap .other_link_btn {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .footer_other_link_wrap .link_btn_wrap .other_link_btn {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav .footer_other_link_wrap .link_btn_wrap .other_link_btn {
    margin-bottom: 18px;
  }
}
footer .inner .contents .nav .footer_other_link_wrap .link_btn_wrap .other_link_btn:last-child {
  margin-bottom: 0;
}
footer .inner .contents .nav .footer_other_link_wrap .information_disclosure_link {
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .footer_other_link_wrap .information_disclosure_link {
    text-align: left;
  }
}
footer .inner .contents .nav .footer_other_link_wrap .information_disclosure_link a {
  font-size: 3.2vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav .footer_other_link_wrap .information_disclosure_link a {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav .footer_other_link_wrap .information_disclosure_link a {
    font-size: 14px;
  }
}
footer .inner .footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner .footer_bottom * {
  line-height: 1;
}
footer .inner .footer_bottom .policy_link a, footer .inner .footer_bottom .copyright {
  font-size: 3.2vw;
  color: #a9adaf;
}
@media screen and (min-width: 960px) {
  footer .inner .footer_bottom .policy_link a, footer .inner .footer_bottom .copyright {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .footer_bottom .policy_link a, footer .inner .footer_bottom .copyright {
    font-size: 14px;
  }
}
footer .inner .footer_bottom .policy_link {
  margin-right: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  border-right: 1px solid #d4d2d9;
}
@media screen and (min-width: 960px) {
  footer .inner .footer_bottom .policy_link {
    margin-right: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .footer_bottom .policy_link {
    margin-right: 20px;
    padding-right: 20px;
  }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			home

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home {
  /*================================
  mv
  =================================*/
  /*================================
  about
   =================================*/
  /*================================
  service
  =================================*/
}
#home .mv {
  padding-top: 40vw;
}
@media screen and (min-width: 960px) {
  #home .mv {
    padding-top: 29.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv {
    padding-top: 420px;
  }
}
#home .mv #mv_catch, #home .mv #mv_catch * {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  #home .mv #mv_catch, #home .mv #mv_catch * {
    font-size: 2.3611111111vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv #mv_catch, #home .mv #mv_catch * {
    font-size: 34px;
  }
}
#home .mv #mv_catch .jaticker-input, #home .mv #mv_catch .jaticker-convert {
  color: #333;
  background: transparent;
}
#home .about_wrap .inner {
  padding: 30.6666666667vw 0 46.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner {
    padding: 23.4375vw 0 0;
  }
}
#home .about_wrap .inner:before {
  content: "";
  width: 15.3333333333vw;
  height: 26.4vw;
  background: url("../images/home/about/human.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 11.3333333333vw;
  right: 0;
  z-index: 3;
  opacity: 0;
  transform: translateY(-5%);
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner:before {
    width: 12.7604166667vw;
    height: 17.0833333333vw;
    top: 14.8958333333vw;
    right: 6.25vw;
  }
}
#home .about_wrap .inner .gradation_line {
  z-index: 1;
}
#home .about_wrap .inner .gradation_line__top {
  top: 0;
  left: 0;
}
#home .about_wrap .inner .gradation_line__top #about_line_top {
  -webkit-mask: url(#about_line_top_mask);
          mask: url(#about_line_top_mask);
}
#home .about_wrap .inner .gradation_line__top #about_line_top_mask path {
  fill: none;
  stroke: #fff;
  stroke-width: 410;
  stroke-dasharray: 4100px;
  stroke-dashoffset: 4100px;
}
#home .about_wrap .inner .gradation_line__bottom {
  bottom: 0;
  right: 0;
}
#home .about_wrap .inner .gradation_line__bottom #about_line_bottom {
  -webkit-mask: url(#about_line_bottom_mask);
          mask: url(#about_line_bottom_mask);
}
#home .about_wrap .inner .gradation_line__bottom #about_line_bottom_mask path {
  fill: none;
  stroke: #fff;
  stroke-width: 510;
  stroke-dasharray: 5100px;
  stroke-dashoffset: 5100px;
}
#home .about_wrap .inner .contents, #home .about_wrap .inner .text_wrap {
  opacity: 1%;
  visibility: hidden;
}
#home .about_wrap .inner .contents {
  clip-path: url(#about_path);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents {
    width: 100%;
    height: 103.6979166667vw;
    padding: 0 3.90625vw;
  }
}
#home .about_wrap .inner .contents .slide_wrap {
  margin-bottom: 5.3333333333vw;
  background: #fbfbfb;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .slide_wrap {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
#home .about_wrap .inner .contents .slide_wrap #about_slide {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .slide_wrap #about_slide {
    width: 38.9583333333vw;
    height: 112.96875vw;
  }
}
#home .about_wrap .inner .contents .slide_wrap #about_slide .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .slide_wrap #about_slide .swiper-wrapper .swiper-slide {
    height: 23.75vw;
  }
}
#home .about_wrap .inner .contents .slide_wrap #about_slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .about_wrap .inner .text_wrap {
  padding: 0 5.3333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap {
    width: 60.4166666667vw;
    padding: 0;
    position: absolute;
    top: 37.5vw;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item {
    width: 38.3333333333vw;
    max-width: 552px;
    margin: 0 auto;
  }
}
#home .about_wrap .inner .text_wrap .item .catch_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap {
    margin-bottom: 40px;
  }
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul {
  display: flex;
  justify-content: center;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li {
  margin-right: 9.3333333333vw;
  padding-bottom: 3.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li {
    margin-right: 5vw;
    padding-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li {
    margin-right: 72px;
    padding-bottom: 35px;
  }
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li:last-child {
  margin-right: 0;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li .detail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li span {
  display: block;
  text-align: center;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.initial_text, #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.en {
  color: #3b5e92;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.initial_text {
  font-size: 6.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.initial_text {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.initial_text {
    font-size: 48px;
  }
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.en, #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.ja {
  white-space: nowrap;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.en {
  display: none;
  margin-bottom: 0.6666666667vw;
  font-size: 2.1333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.en {
    display: block;
    margin-bottom: 0.2083333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.en {
    margin-bottom: 3px;
    font-size: 12px;
  }
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.ja {
  font-size: 2.1333333333vw;
  color: #a9adaf;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.ja {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li span.ja {
    font-size: 14px;
  }
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li.red span.initial_text, #home .about_wrap .inner .text_wrap .item .catch_wrap ul li.red span.en {
  color: #bc1b21;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li .line_wrap {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  position: absolute;
  top: 4vw;
  right: -6vw;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li .line_wrap {
    width: 0.8333333333vw;
    max-width: 12px;
    height: 0.8333333333vw;
    max-height: 12px;
    top: 2.3611111111vw;
    right: -3.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .catch_wrap ul li .line_wrap {
    top: 34px;
    right: -44px;
  }
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li .line_wrap .line {
  width: 100%;
  height: 100%;
  position: relative;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li .line_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li .line_wrap .line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#home .about_wrap .inner .text_wrap .item .catch_wrap ul li .line_wrap .line span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
#home .about_wrap .inner .text_wrap .item .logo_wrap {
  width: 56vw;
  margin: 0 auto 10.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .logo_wrap {
    width: 15.8333333333vw;
    max-width: 304px;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .logo_wrap {
    margin-bottom: 40px;
  }
}
#home .about_wrap .inner .text_wrap .item .logo_wrap .equal_sign {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .logo_wrap .equal_sign {
    left: -2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .logo_wrap .equal_sign {
    left: -35px;
  }
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .logo_wrap .equal_sign .line {
    width: 1.3194444444vw;
    max-width: 19px;
    height: 0.625vw;
    max-height: 9px;
    position: relative;
  }
}
#home .about_wrap .inner .text_wrap .item .logo_wrap .equal_sign .line span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #666;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
#home .about_wrap .inner .text_wrap .item .logo_wrap .equal_sign .line span:nth-child(1) {
  top: 0;
}
#home .about_wrap .inner .text_wrap .item .logo_wrap .equal_sign .line span:nth-child(2) {
  bottom: 0;
}
#home .about_wrap .inner .text_wrap .item .contents_title_wrap {
  margin-bottom: 8vw;
  padding-bottom: 5.3333333333vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .contents_title_wrap {
    margin-bottom: 2.7777777778vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .contents_title_wrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
#home .about_wrap .inner .text_wrap .item .contents_title_wrap:before {
  content: "";
  width: 64.2666666667vw;
  height: 1px;
  background: #a9adaf;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .contents_title_wrap:before {
    width: 33.4722222222vw;
    max-width: 482px;
  }
}
#home .about_wrap .inner .text_wrap .item .point {
  margin-bottom: 5.3333333333vw;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #5c6877;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .point {
    margin-bottom: 1.3888888889vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .point {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
#home .about_wrap .inner .text_wrap .item .text {
  margin-bottom: 8vw;
  line-height: 2.1;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .text_wrap .item .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .text_wrap .item .text {
    margin-bottom: 40px;
  }
}
#home .about_wrap .inner .text_wrap .item .link_btn {
  margin: 0 auto;
}
#home .about_wrap .inner #about_mask_pc {
  display: none;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner #about_mask_pc {
    display: block;
  }
}
#home .service_wrap {
  margin-bottom: 26.6666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #home .service_wrap {
    margin-top: -15.625vw;
    margin-bottom: 13.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap {
    margin-bottom: 190px;
  }
}
#home .service_wrap .inner .contents {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    width: 52.0138888889vw;
    max-width: 749px;
    margin: 0 auto 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents {
    margin-bottom: 60px;
  }
}
#home .service_wrap .inner .contents .item {
  margin-bottom: 10.6666666667vw;
  padding: 8vw 5.3333333333vw 10.6666666667vw;
  background: #fbfbfb;
  border: 1px solid #a9adaf;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item {
    width: 48%;
    margin-bottom: 0;
    padding: 2.7777777778vw 1.8055555556vw 2.3611111111vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item {
    padding: 40px 26px 34px;
    border-radius: 10px;
  }
}
#home .service_wrap .inner .contents .item .icon {
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .icon {
    margin-bottom: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .icon {
    margin-bottom: 26px;
  }
}
#home .service_wrap .inner .contents .item .icon__001 {
  width: 11.2vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .icon__001 {
    width: 5.8333333333vw;
    max-width: 84px;
  }
}
#home .service_wrap .inner .contents .item .icon__002 {
  width: 10.8vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .icon__002 {
    width: 5.625vw;
    max-width: 81px;
    margin-bottom: 2.5vw;
    padding-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .icon__002 {
    margin-bottom: 36px;
    padding-top: 15px;
  }
}
#home .service_wrap .inner .contents .item .icon__003 {
  width: 12.8vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .icon__003 {
    width: 6.6666666667vw;
    max-width: 96px;
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .icon__003 {
    padding-top: 10px;
  }
}
#home .service_wrap .inner .contents .item .text_wrap .item_title {
  font-size: 5.6vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5c6877;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .text_wrap .item_title {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .text_wrap .item_title {
    font-size: 28px;
  }
}
#home .service_wrap .inner .contents .item .text_wrap .item_title__001, #home .service_wrap .inner .contents .item .text_wrap .item_title__002 {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .text_wrap .item_title__001, #home .service_wrap .inner .contents .item .text_wrap .item_title__002 {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .text_wrap .item_title__001, #home .service_wrap .inner .contents .item .text_wrap .item_title__002 {
    margin-bottom: 20px;
  }
}
#home .service_wrap .inner .contents .item .text_wrap .item_title__003 {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .text_wrap .item_title__003 {
    margin-bottom: 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .text_wrap .item_title__003 {
    margin-bottom: 58px;
  }
}
#home .service_wrap .inner .contents .item .text_wrap .text {
  line-height: 2.1;
}
#home .service_wrap .inner .contents .item .text_wrap .coming_soon {
  text-align: center;
  letter-spacing: 0.05em;
  color: #a9adaf;
}
#home .service_wrap .inner .link_btn {
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .link_btn {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .link_btn {
    margin-bottom: 60px;
  }
}
#home .service_wrap .inner .achievements_btn {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn {
    width: 33.2638888889vw;
    max-width: 479px;
    transition: all 0.4s;
  }
}
#home .service_wrap .inner .achievements_btn a {
  display: block;
  width: 100%;
  padding: 4vw 0;
  text-align: center;
  background: #fbfbfb;
  border: 1px solid #5c6877;
  border-radius: 8vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a {
    padding: 2.2222222222vw 0 2.2916666667vw;
    border-radius: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .achievements_btn a {
    padding: 32px 0 33px;
    border-radius: 60px;
  }
}
#home .service_wrap .inner .achievements_btn a .link {
  display: inline-block;
}
#home .service_wrap .inner .achievements_btn a .link__text {
  font-size: 4vw;
  letter-spacing: 0.02em;
  color: #5c6877;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a .link__text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .achievements_btn a .link__text {
    font-size: 18px;
  }
}
#home .service_wrap .inner .achievements_btn a .link__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  background: #5c6877;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.0666666667vw;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a .link__arrow {
    width: 5.2777777778vw;
    max-width: 76px;
    height: 5.2777777778vw;
    max-height: 76px;
    right: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .achievements_btn a .link__arrow {
    right: 8px;
  }
}
#home .service_wrap .inner .achievements_btn a .link__arrow span {
  display: block;
  width: 2.9333333333vw;
  height: 1.2vw;
  position: relative;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a .link__arrow span {
    width: 1.5277777778vw;
    max-width: 22px;
    height: 0.625vw;
    max-height: 9px;
  }
}
#home .service_wrap .inner .achievements_btn a .link__arrow span:before, #home .service_wrap .inner .achievements_btn a .link__arrow span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
#home .service_wrap .inner .achievements_btn a .link__arrow span:before {
  width: 80%;
  height: 1px;
  background: #fbfbfb;
  left: 0;
}
#home .service_wrap .inner .achievements_btn a .link__arrow span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.6666666667vw solid transparent;
  border-bottom: 0.6666666667vw solid transparent;
  border-left: 1.2vw solid #fbfbfb;
  border-right: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a .link__arrow span:after {
    border-top-width: 0.3472222222vw;
    border-bottom-width: 0.3472222222vw;
    border-left-width: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .achievements_btn a .link__arrow span:after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a:hover {
    background: #5c6877;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a:hover .link__text {
    color: #fbfbfb;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a:hover .link__arrow {
    background: #fbfbfb;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a:hover .link__arrow span {
    width: 2.2222222222vw;
    max-width: 32px;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a:hover .link__arrow span:before {
    background: #5c6877;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .achievements_btn a:hover .link__arrow span:after {
    border-left-color: #5c6877;
  }
}

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

		under

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

  		about

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

  		service

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

  		archivement

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

  		information disclosure

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

  		privacy policy

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

  		contact / entry

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

  		entry

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

  		sent

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

  		job information list

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}
.under .mv {
  padding-top: 37.3333333333vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .under .mv {
    padding-top: 16.6666666667vw;
  }
}
.under .mv .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under .mv .inner {
    width: 77.0833333333vw;
    margin: 0 auto;
  }
}
.under .mv .inner .breadcrumbs, .under .mv .inner .page_title_wrap {
  opacity: 1%;
  visibility: hidden;
}
.under .mv .inner .breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .breadcrumbs {
    margin-bottom: 2.6041666667vw;
  }
}
.under .mv .inner .breadcrumbs * {
  font-size: 2.6666666667vw;
  color: #a9adaf;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .breadcrumbs * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .inner .breadcrumbs * {
    font-size: 16px;
  }
}
.under .mv .inner .breadcrumbs span {
  display: block;
}
.under .mv .inner .breadcrumbs span.arrow {
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  background: #a9adaf;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .breadcrumbs span.arrow {
    width: 0.2777777778vw;
    height: 0.2777777778vw;
  }
}
.under .mv .inner .breadcrumbs span.current-item {
  color: #fbfbfb;
}
.under .mv .inner .breadcrumbs > span {
  margin-right: 4.5333333333vw;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .breadcrumbs > span {
    margin-right: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .inner .breadcrumbs > span {
    margin-right: 26px;
  }
}
.under .mv .inner .breadcrumbs > span:last-child {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .page_title_wrap {
    display: flex;
    align-items: center;
  }
}
.under .mv .inner .page_title_wrap * {
  color: #fff;
}
.under .mv .inner .page_title_wrap .title__en {
  margin-bottom: 2.6666666667vw;
  font-size: 8.5333333333vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .page_title_wrap .title__en {
    margin-bottom: 0;
    margin-right: 2.0833333333vw;
    font-size: 3.2291666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .inner .page_title_wrap .title__en {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .under .mv .inner .page_title_wrap .title__en {
    font-size: 62px;
  }
}
.under .mv .inner .page_title_wrap .title__ja {
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .under .mv .inner .page_title_wrap .title__ja {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .inner .page_title_wrap .title__ja {
    font-size: 18px;
  }
}
.under .mv .gradation_line {
  top: 0;
  left: 0;
}
.under .mv .gradation_line #under_mv_line_sp {
  -webkit-mask: url(#under_mv_line_sp_mask);
          mask: url(#under_mv_line_sp_mask);
}
.under .mv .gradation_line #under_mv_line {
  -webkit-mask: url(#under_mv_line_mask);
          mask: url(#under_mv_line_mask);
}
.under .mv .gradation_line #under_mv_line_mask path, .under .mv .gradation_line #under_mv_line_sp_mask path {
  fill: none;
  stroke: #fff;
}
.under .mv .gradation_line #under_mv_line_sp_mask path {
  stroke-width: 1000000;
  stroke-dasharray: 7500px;
  stroke-dashoffset: 7500px;
}
.under .mv .gradation_line #under_mv_line_mask path {
  stroke-width: 600;
  stroke-dasharray: 6000px;
  stroke-dashoffset: 6000px;
}
.under#about {
  /*================================
  mv
  =================================*/
  /*================================
  message
  =================================*/
  /*================================
  mission
  =================================*/
  /*================================
  vision
  =================================*/
  /*================================
  overview
  =================================*/
  /*================================
  group company
  =================================*/
  /*================================
  policy
  =================================*/
}
.under#about .message_wrap {
  padding: 53.3333333333vw 0 40vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap {
    padding: 21.1805555556vw 0 16.6666666667vw;
  }
}
.under#about .message_wrap:before, .under#about .message_wrap:after {
  content: "";
  position: absolute;
  top: 0;
}
.under#about .message_wrap:before {
  width: 85.8333333333vw;
  max-width: 1648px;
  height: 79.4270833333vw;
  max-height: 1525px;
  background: url("../images/about/message_bg.png") no-repeat center center;
  background-size: 100%;
  mix-blend-mode: soft-light;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.8;
}
.under#about .message_wrap:after {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  left: 0;
  z-index: -1;
}
.under#about .message_wrap .inner {
  position: relative;
  z-index: 1;
}
.under#about .message_wrap .inner .logo {
  width: 45.0666666667vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .logo {
    width: 23.4722222222vw;
    max-width: 338px;
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message_wrap .inner .logo {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .contents {
    width: 68.0555555556vw;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.under#about .message_wrap .inner .contents .space {
  display: none;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .contents .space {
    display: block;
    height: 6.9444444444vw;
    max-height: 100px;
    float: right;
  }
}
.under#about .message_wrap .inner .contents .image_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .contents .image_wrap {
    width: 23.6111111111vw;
    max-width: 340px;
    margin-bottom: 0;
    padding: 0.3472222222vw 0 0 1.3888888889vw;
    float: right;
    clear: both;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message_wrap .inner .contents .image_wrap {
    padding: 5px 0 0 20px;
  }
}
.under#about .message_wrap .inner .contents .image_wrap .image {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .contents .image_wrap .image {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message_wrap .inner .contents .image_wrap .image {
    margin-bottom: 20px;
  }
}
.under#about .message_wrap .inner .contents .image_wrap dl {
  display: flex;
  justify-content: center;
}
.under#about .message_wrap .inner .contents .image_wrap dl dt, .under#about .message_wrap .inner .contents .image_wrap dl dd {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .contents .image_wrap dl dt, .under#about .message_wrap .inner .contents .image_wrap dl dd {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message_wrap .inner .contents .image_wrap dl dt, .under#about .message_wrap .inner .contents .image_wrap dl dd {
    font-size: 18px;
  }
}
.under#about .message_wrap .inner .contents .image_wrap dl dt {
  margin-right: 1em;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .contents .text_wrap {
    width: 100%;
  }
}
.under#about .message_wrap .inner .contents .text_wrap .text {
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .under#about .message_wrap .inner .contents .text_wrap .text {
    line-height: 2.5;
  }
}
.under#about .mission_wrap {
  margin-bottom: 26.6666666667vw;
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .mission_wrap {
    margin-bottom: 8.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .mission_wrap {
    margin-bottom: 128px;
  }
}
.under#about .mission_wrap .inner .contents .text {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#about .mission_wrap .inner .contents .text {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .mission_wrap .inner .contents .text {
    font-size: 32px;
  }
}
.under#about .vision_wrap {
  margin-bottom: 20vw;
  padding: 16vw 0 18.6666666667vw;
  background: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .vision_wrap {
    margin-bottom: 10.4166666667vw;
    padding: 6.25vw 0 7.9861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .vision_wrap {
    margin-bottom: 150px;
    padding: 90px 0 115px;
  }
}
.under#about .vision_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0e7aaf 0%, #0e7aaf 16%, #c9000c 100%);
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.under#about .vision_wrap .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#about .vision_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    width: 71.5277777778vw;
    max-width: 1030px;
    margin: 0 auto;
  }
}
.under#about .vision_wrap .inner .contents .item {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .under#about .vision_wrap .inner .contents .item {
    width: 30%;
    margin-bottom: 0;
  }
}
.under#about .vision_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#about .vision_wrap .inner .contents .item .item_title_wrap .number {
  width: 6.6666666667vw;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .vision_wrap .inner .contents .item .item_title_wrap .number {
    width: 2.5vw;
    max-width: 36px;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .vision_wrap .inner .contents .item .item_title_wrap .number {
    margin-bottom: 20px;
  }
}
.under#about .vision_wrap .inner .contents .item .item_title_wrap .item_title {
  margin-bottom: 4vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5c6877;
}
@media screen and (min-width: 960px) {
  .under#about .vision_wrap .inner .contents .item .item_title_wrap .item_title {
    margin-bottom: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .vision_wrap .inner .contents .item .item_title_wrap .item_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.under#about .vision_wrap .inner .contents .item .text {
  line-height: 2;
  -moz-column-rule: #5c6877;
       column-rule: #5c6877;
}
.under#about .overview_wrap {
  margin-bottom: 16vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .overview_wrap {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .overview_wrap {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .overview_wrap .inner .contents {
    width: 38.6111111111vw;
    max-width: 556px;
    margin: 0 auto;
  }
}
.under#about .overview_wrap .inner .contents dl {
  margin-bottom: 7.7333333333vw;
  padding: 0 1.8666666667vw 4vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .overview_wrap .inner .contents dl {
    display: flex;
    margin-bottom: 1.25vw;
    padding: 0 0 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .overview_wrap .inner .contents dl {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
.under#about .overview_wrap .inner .contents dl:last-child {
  margin-bottom: 0;
}
.under#about .overview_wrap .inner .contents dl:before, .under#about .overview_wrap .inner .contents dl:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.under#about .overview_wrap .inner .contents dl:before {
  width: 20vw;
  background: #dc2f20;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#about .overview_wrap .inner .contents dl:before {
    width: 7.9166666667vw;
    max-width: 114px;
  }
}
.under#about .overview_wrap .inner .contents dl:after {
  width: 100%;
  background: #a9adaf;
  z-index: 0;
}
.under#about .overview_wrap .inner .contents dl dt, .under#about .overview_wrap .inner .contents dl dd {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .overview_wrap .inner .contents dl dt, .under#about .overview_wrap .inner .contents dl dd {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .overview_wrap .inner .contents dl dt, .under#about .overview_wrap .inner .contents dl dd {
    font-size: 16px;
  }
}
.under#about .overview_wrap .inner .contents dl dt {
  margin-bottom: 2.1333333333vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .under#about .overview_wrap .inner .contents dl dt {
    width: 7.9166666667vw;
    max-width: 114px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.32em;
    text-indent: 0.32em;
  }
}
.under#about .overview_wrap .inner .contents dl dd {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .under#about .overview_wrap .inner .contents dl dd {
    padding-right: 1.6666666667vw;
    padding-left: 1.6666666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .under#about .overview_wrap .inner .contents dl dd {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.under#about .overview_wrap .inner .contents dl dd ul li:before {
  content: "・";
}
.under#about .overview_wrap .inner .contents dl:last-child dl dt, .under#about .overview_wrap .inner .contents dl:last-child dl dd {
  margin-bottom: 0;
}
.under#about .overview_wrap .inner .contents dl:last-child dl dt:before, .under#about .overview_wrap .inner .contents dl:last-child dl dd:before {
  content: none;
}
.under#about .group_company_wrap {
  padding: 53.3333333333vw 0 24vw;
  background: #fbfbfb;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap {
    padding: 27.7777777778vw 0 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap {
    padding: 400px 0 180px;
  }
}
.under#about .group_company_wrap:before {
  content: "";
  width: 100%;
  height: 13.3333333333vw;
  background-color: #f2f2f2;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap:before {
    height: 11.1111111111vw;
    max-height: 160px;
  }
}
.under#about .group_company_wrap .inner .group_title_wrap {
  margin-bottom: 16vw;
  padding-bottom: 13.3333333333vw;
  text-align: center;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .group_title_wrap {
    width: 64.7222222222vw;
    max-width: 932px;
    margin: 0 auto 4.1666666667vw;
    padding-bottom: 3.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .group_title_wrap {
    margin-bottom: 60px;
    padding-bottom: 52px;
  }
}
.under#about .group_company_wrap .inner .group_title_wrap .contents_title {
  margin-bottom: 4vw;
  font-size: 5.6vw;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .group_title_wrap .contents_title {
    margin-bottom: 1.3888888889vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .group_title_wrap .contents_title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.under#about .group_company_wrap .inner .group_title_wrap .text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #5c6877;
}
.under#about .group_company_wrap .inner .top_logo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24vw;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .top_logo_wrap {
    margin-bottom: 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .top_logo_wrap {
    margin-bottom: 58px;
  }
}
.under#about .group_company_wrap .inner .top_logo_wrap .logo {
  width: 18.6666666667vw;
  margin-right: 4vw;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .top_logo_wrap .logo {
    width: 8.1944444444vw;
    max-width: 118px;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .top_logo_wrap .logo {
    margin-right: 20px;
  }
}
.under#about .group_company_wrap .inner .top_logo_wrap .name_wrap .name {
  margin-bottom: 1.3333333333vw;
  font-size: 5.0666666667vw;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .top_logo_wrap .name_wrap .name {
    margin-bottom: 0.3472222222vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .top_logo_wrap .name_wrap .name {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
.under#about .group_company_wrap .inner .top_logo_wrap .name_wrap .small {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .top_logo_wrap .name_wrap .small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .top_logo_wrap .name_wrap .small {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    width: 68.0555555556vw;
    max-width: 980px;
    margin: 0 auto;
  }
}
.under#about .group_company_wrap .inner .contents .item {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item {
    width: 32.5%;
    margin-bottom: 0;
  }
}
.under#about .group_company_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#about .group_company_wrap .inner .contents .item .name {
  margin-bottom: 5.3333333333vw;
  padding: 1.3333333333vw 0;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  border: 1px solid #3b475c;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .name {
    padding: 0.4166666667vw 0;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .name {
    padding: 6px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .name__001 {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .name__001 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .name__002, .under#about .group_company_wrap .inner .contents .item .name__003 {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .name__002, .under#about .group_company_wrap .inner .contents .item .name__003 {
    margin-bottom: 30px;
  }
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap {
  display: flex;
  justify-content: space-between;
  width: 76vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap {
    justify-content: center;
    width: auto;
    margin: 0;
  }
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .logo {
  width: 21.3333333333vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo {
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo__001 {
    width: 6.1805555556vw;
    max-width: 89px;
  }
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .logo__002 .image, .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo__003 .image {
  width: 17.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo__002 .image, .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo__003 .image {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo__002 {
    width: 5.0694444444vw;
    max-width: 73px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .logo__003 {
    width: 5.1388888889vw;
    max-width: 74px;
  }
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap {
  width: 51.6vw;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap {
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap__001 {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap__001 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap__002, .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap__003 {
    padding-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap__002, .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap__003 {
    padding-top: 5px;
  }
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap .item_title {
  margin-bottom: 1.3333333333vw;
  font-size: 3.8666666667vw;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap .item_title {
    margin-bottom: 0.3472222222vw;
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap .item_title {
    margin-bottom: 5px;
    font-size: 17px;
  }
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul * {
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #5c6877;
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul li {
  font-size: 3.6vw;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul li {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul li {
    font-size: 15px;
  }
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul li:before {
  content: "・";
}
.under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul li .small {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul li .small {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .group_company_wrap .inner .contents .item .logo_wrap .text_wrap ul li .small {
    font-size: 12px;
  }
}
.under#about .policy_wrap {
  margin-bottom: 26.6666666667vw;
  padding-bottom: 33.3333333333vw;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap {
    margin-bottom: 13.8888888889vw;
    padding-bottom: 17.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap {
    margin-bottom: 200px;
    padding-bottom: 250px;
  }
}
.under#about .policy_wrap .inner {
  padding: 19.7333333333vw 5.3333333333vw 28.8vw;
  background: #ecf2f5;
  border-radius: 1.3333333333vw;
  /*================================
  principle
  =================================*/
  /*================================
  hr policy
  =================================*/
  /*================================
  value
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 10.2777777778vw 0 15vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner {
    padding: 148px 0 216px;
    border-radius: 10px;
  }
}
.under#about .policy_wrap .inner .policy_title_wrap {
  text-align: center;
}
.under#about .policy_wrap .inner .policy_title_wrap .title__small_ja, .under#about .policy_wrap .inner .policy_title_wrap .title__small_en {
  color: #a9adaf;
}
.under#about .policy_wrap .inner .policy_title_wrap .title__small_ja {
  font-weight: 500;
}
.under#about .policy_wrap .inner .policy_title_wrap .title__small_en {
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .policy_title_wrap .title__small_en {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .policy_title_wrap .title__small_en {
    font-size: 20px;
  }
}
.under#about .policy_wrap .inner .policy_title_wrap .title__ja, .under#about .policy_wrap .inner .policy_title_wrap .title__en {
  font-size: 5.6vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .policy_title_wrap .title__ja, .under#about .policy_wrap .inner .policy_title_wrap .title__en {
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .policy_title_wrap .title__ja, .under#about .policy_wrap .inner .policy_title_wrap .title__en {
    font-size: 34px;
  }
}
.under#about .policy_wrap .inner .policy_title_wrap .title__ja {
  letter-spacing: 0.05em;
}
.under#about .policy_wrap .inner .policy_title_wrap .title__en {
  color: #3b5e92;
}
.under#about .policy_wrap .inner .principle_wrap {
  margin-bottom: 22.4vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap {
    width: 75.6944444444vw;
    max-width: 1090px;
    margin: 0 auto 11.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .principle_wrap {
    margin-bottom: 168px;
  }
}
.under#about .policy_wrap .inner .principle_wrap .policy_title_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .policy_title_wrap {
    margin-bottom: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .principle_wrap .policy_title_wrap {
    margin-bottom: 42px;
  }
}
.under#about .policy_wrap .inner .principle_wrap .top_text {
  margin-bottom: 13.3333333333vw;
  font-size: 4vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .top_text {
    margin-bottom: 6.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .principle_wrap .top_text {
    margin-bottom: 90px;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents {
    display: flex;
    justify-content: center;
    position: relative;
  }
}
.under#about .policy_wrap .inner .principle_wrap .contents .item {
  margin-bottom: 20vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item {
    margin-bottom: 0;
  }
}
.under#about .policy_wrap .inner .principle_wrap .contents .item:last-child {
  margin-bottom: 0;
}
.under#about .policy_wrap .inner .principle_wrap .contents .item .icon {
  margin: 0 auto 5.3333333333vw;
}
.under#about .policy_wrap .inner .principle_wrap .contents .item .icon_001 {
  width: 25.6vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .icon_001 {
    width: 7.8472222222vw;
    max-width: 113px;
    margin-bottom: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .icon_001 {
    margin-bottom: 46px;
  }
}
.under#about .policy_wrap .inner .principle_wrap .contents .item .icon_002 {
  width: 25.2vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .icon_002 {
    width: 8.4027777778vw;
    max-width: 121px;
    margin-bottom: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .icon_002 {
    margin-bottom: 46px;
  }
}
.under#about .policy_wrap .inner .principle_wrap .contents .item .icon_003 {
  width: 23.0666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .icon_003 {
    width: 7.0833333333vw;
    max-width: 102px;
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .icon_003 {
    margin-bottom: 32;
  }
}
.under#about .policy_wrap .inner .principle_wrap .contents .item .text {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .text {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item .text {
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item:nth-child(1), .under#about .policy_wrap .inner .principle_wrap .contents .item:nth-child(3) {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item:nth-child(1) {
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .principle_wrap .contents .item:nth-child(3) {
    right: 0;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap {
  margin-bottom: 18.6666666667vw;
  /*================================
  person
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap {
    width: 92.3611111111vw;
    max-width: 1330px;
    margin: 0 auto 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap {
    margin-bottom: 120px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .policy_title_wrap {
  margin-bottom: 12vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .policy_title_wrap {
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .policy_title_wrap {
    margin-bottom: 70px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box {
  display: flex;
  height: 30.4vw;
  margin-bottom: 16vw;
  padding: 1.3333333333vw;
  background: #d7dde6;
  border-radius: 0.9333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box {
    justify-content: space-between;
    width: 65.9722222222vw;
    max-width: 950px;
    height: auto;
    margin: 0 auto 9.3055555556vw;
    padding: 0;
    background: transparent;
    border-radius: unset;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box {
    margin-bottom: 134px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box:before {
    content: "";
    width: 15.3472222222vw;
    max-width: 221px;
    height: 4.7916666667vw;
    max-height: 69px;
    background: url("../images/about/dot_line_arrow.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  border-radius: 0.9333333333vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap {
    width: 18.6111111111vw;
    max-width: 268px;
    height: 14.4444444444vw;
    max-height: 208px;
    background: #3b5e92;
    border-radius: 0.3472222222vw;
    cursor: unset;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap {
    border-radius: 5px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap:before {
  content: "";
  width: 0;
  height: 0;
  border: 2.1333333333vw solid;
  border-color: transparent #3b5e92 #3b5e92 transparent;
  border-radius: 0 0 0.5333333333vw 0;
  bottom: -1.8666666667vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap:before {
    border-width: 1.1111111111vw;
    border-radius: 0 0 0.2777777778vw 0;
    bottom: -0.9722222222vw;
    opacity: 1;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap:before {
    border-width: 16px;
    border-radius: 0 0 4px 0;
    bottom: -14px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon {
  margin: 0 auto 1.3333333333vw;
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon svg path {
  fill: #3b5e92;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon svg path {
    fill: #f2f2f5;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon {
    margin-bottom: 10px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon_001 {
  width: 8.8vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon_001 {
    width: 4.5833333333vw;
    max-width: 66px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon_002 {
  width: 7.8666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .icon_002 {
    width: 4.3055555556vw;
    max-width: 62px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .item_title {
  font-size: 4.2666666667vw;
  text-align: center;
  color: #3b5e92;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .item_title {
    font-size: 1.5277777778vw;
    color: #f2f2f5;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap .item_title {
    font-size: 22px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap.current {
  background: #3b5e92;
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap.current:before {
  opacity: 1;
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap.current .icon svg path {
  fill: #f2f2f5;
}
.under#about .policy_wrap .inner .hr_policy_wrap .item_title_box .item_title_wrap.current .item_title {
  color: #f2f2f5;
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents {
  margin-bottom: 16vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents {
    margin-bottom: 140px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item {
  display: none;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item {
    width: 48%;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list {
  margin-bottom: 10.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list {
    margin-bottom: 50px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list:last-child {
  margin-bottom: 0;
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .number {
  width: 16vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .number {
    width: 6.25vw;
    max-width: 90px;
    left: 0;
    transform: unset;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap {
  position: relative;
  z-index: 1;
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title {
  font-size: 4.2666666667vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title {
    font-size: 24px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title.line001 {
  margin-bottom: 7.3333333333vw;
  padding-top: 8vw;
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title.line002 {
  margin-bottom: 4vw;
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title.line001, .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title.line002 {
    margin-bottom: 1.7361111111vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title.line001, .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .list_title.line002 {
    margin-bottom: 25px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .text {
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .text {
    padding-left: 5.5555555556vw;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .contents .item .list_wrap .list .text_wrap .text {
    padding-left: 80px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .person_wrap {
  padding: 11.6vw 6.6666666667vw 15.7333333333vw;
  background: #fbfbfc;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83.3333333333vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6.25vw 11.1111111111vw 8.0555555556vw;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1920px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap {
    padding: 90px 160px 116px;
    border-radius: 16px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap {
    margin-bottom: 0;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .icon {
  width: 13.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .icon {
    width: 4.5138888889vw;
    max-width: 65px;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .icon {
    margin-bottom: 20px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title, .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title .small {
  font-weight: 600;
}
.under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title {
  font-size: 5.8666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title {
    font-size: 28px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title .small {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title .small {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .person_title_wrap .person_title .small {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
  }
}
.under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .text_wrap .text {
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .hr_policy_wrap .person_wrap .text_wrap .text {
    line-height: 2.5;
  }
}
.under#about .policy_wrap .inner .value_wrap .policy_title_wrap {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .value_wrap .policy_title_wrap {
    margin-bottom: 2.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .policy_wrap .inner .value_wrap .policy_title_wrap {
    margin-bottom: 38px;
  }
}
.under#about .policy_wrap .inner .value_wrap .text {
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#about .policy_wrap .inner .value_wrap .text {
    line-height: 2.5;
  }
}
.under#service {
  /*================================
  mv
  =================================*/
  /*================================
  client support
  =================================*/
}
.under#service .mv {
  margin-bottom: 53.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .mv {
    margin-bottom: 23.4375vw;
  }
}
.under#service .service_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap {
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap {
    margin-bottom: 180px;
  }
}
.under#service .service_wrap .inner .section {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section {
    margin-bottom: 200px;
  }
}
.under#service .service_wrap .inner .section:last-child {
  margin-bottom: 0;
}
.under#service .service_wrap .inner .section .top_text {
  margin-bottom: 16vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .top_text {
    width: 73.6111111111vw;
    max-width: 1060px;
    margin: 0 auto 6.9444444444vw;
    line-height: 2.5;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .top_text {
    margin-bottom: 100px;
  }
}
.under#service .service_wrap .inner .section .top_text span {
  display: inline-block;
  text-align: left;
}
.under#service .service_wrap .inner .section .main_service_wrap {
  padding: 16vw 5.3333333333vw;
  background: #fbfbfb;
  border: 1px solid #a9adaf;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap {
    width: 83.3333333333vw;
    max-width: 1600px;
    margin: 0 auto;
    padding: 5.2777777778vw 0 10.4166666667vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap {
    padding: 76px 0 150px;
    border-radius: 10px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap {
    margin-bottom: 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap {
    margin-bottom: 58px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap .title__en {
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap .title__en {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap .title__en {
    font-size: 14px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap .title__ja span {
  display: inline-block;
  font-size: 6.1333333333vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(45deg, #0e7aaf 0%, #c9000c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap .title__ja span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .main_service_title_wrap .title__ja span {
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents {
    display: flex;
    justify-content: space-between;
    width: 59.1666666667vw;
    max-width: 852px;
    margin: 0 auto;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item {
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-bottom: 0;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item:last-child {
  margin-bottom: 0;
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item .icon {
  margin: 0 auto 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item .icon {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item .icon {
    margin-bottom: 28px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item * {
  color: #5c6877;
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item .item_title {
  margin-bottom: 3.7333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item .item_title {
    margin-bottom: 0.9722222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item .item_title {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item .text {
  margin-bottom: 4vw;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item .text {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item .text {
    margin-bottom: 20px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item ul {
  padding-top: 5.3333333333vw;
  border-top: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item ul {
    padding-top: 25px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li {
  margin-bottom: 2.6666666667vw;
  padding-left: 4vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li {
    width: 49.5%;
    margin-bottom: 0.9722222222vw;
    padding-left: 0.9027777778vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li {
    margin-bottom: 14px;
    padding-left: 13px;
    font-size: 14px;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li:before {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: linear-gradient(75deg, #0e7aaf 0%, #c9000c 100%);
  border-radius: 50%;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li:before {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 0.6944444444vw;
    max-height: 10px;
    top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section .main_service_wrap .contents .item ul li:before {
    top: 5px;
  }
}
.under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item .icon__001 {
  width: 14.1333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item .icon__001 {
    width: 5.2083333333vw;
    max-width: 75px;
  }
}
.under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item .icon__002 {
  width: 12vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item .icon__002 {
    width: 4.7222222222vw;
    max-width: 68px;
    margin-bottom: 2.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item .icon__002 {
    margin-bottom: 31px;
  }
}
.under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item:nth-child(2) .icon_wrap {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item:nth-child(2) .icon_wrap {
    padding-left: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section.client_support .main_service_wrap .contents .item:nth-child(2) .icon_wrap {
    padding-left: 24px;
  }
}
.under#service .service_wrap .inner .section.management_support .main_service_wrap .contents .item .icon__001 {
  width: 15.2vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section.management_support .main_service_wrap .contents .item .icon__001 {
    width: 4.7916666667vw;
    max-width: 69px;
  }
}
.under#service .service_wrap .inner .section.management_support .main_service_wrap .contents .item .icon__002 {
  width: 12vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section.management_support .main_service_wrap .contents .item .icon__002 {
    width: 3.6111111111vw;
    max-width: 52px;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section.management_support .main_service_wrap .contents .item .icon__002 {
    margin-bottom: 40px;
  }
}
.under#service .service_wrap .inner .section.staffing_operations .top_text {
  margin-bottom: 0;
}
.under#service .service_wrap .inner .section.staffing_operations .contents_title_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section.staffing_operations .contents_title_wrap {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section.staffing_operations .contents_title_wrap {
    margin-bottom: 36px;
  }
}
.under#service .service_wrap .inner .section.staffing_operations .contents_title_wrap .small {
  padding-top: 2.4vw;
  font-size: 3.2vw;
  color: #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .section.staffing_operations .contents_title_wrap .small {
    padding-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .section.staffing_operations .contents_title_wrap .small {
    padding-top: 10px;
    font-size: 14px;
  }
}
.under#archivement {
  /*================================
  mv
  =================================*/
  /*================================
  message
  =================================*/
}
.under#archivement .mv {
  margin-bottom: 53.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#archivement .mv {
    margin-bottom: 18.75vw;
  }
}
.under#archivement .archivement_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap {
    margin-bottom: 20.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap {
    margin-bottom: 300px;
  }
}
.under#archivement .archivement_wrap .inner .section {
  padding: 16vw 5.3333333333vw;
  background: #fbfbfb;
  border: 1px solid #a9adaf;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section {
    width: 83.3333333333vw;
    max-width: 1600px;
    margin: 0 auto;
    padding: 4.7222222222vw 0 9.0277777778vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section {
    padding: 68px 0 130px;
    border-radius: 10px;
  }
}
.under#archivement .archivement_wrap .inner .section .archivement_title_wrap {
  text-align: center;
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .archivement_title_wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section .archivement_title_wrap {
    margin-bottom: 100px;
  }
}
.under#archivement .archivement_wrap .inner .section .archivement_title_wrap .title span {
  display: inline-block;
  font-size: 7.2vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(45deg, #0e7aaf 0%, #c9000c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .archivement_title_wrap .title span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section .archivement_title_wrap .title span {
    font-size: 32px;
  }
}
.under#archivement .archivement_wrap .inner .section .archivement_title_wrap .small {
  padding-top: 2.4vw;
  font-size: 3.2vw;
  color: #5c6877;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .archivement_title_wrap .small {
    padding-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section .archivement_title_wrap .small {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .contents {
    width: 76.3888888889vw;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.under#archivement .archivement_wrap .inner .section .contents .item {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #dce1e6;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .contents .item {
    display: flex;
    align-items: center;
    margin-bottom: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section .contents .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.under#archivement .archivement_wrap .inner .section .contents .item:last-child {
  margin-bottom: 0;
}
.under#archivement .archivement_wrap .inner .section .contents .item ul {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .contents .item ul {
    margin-bottom: 0;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section .contents .item ul {
    margin-right: 20px;
  }
}
.under#archivement .archivement_wrap .inner .section .contents .item ul li {
  width: 29.3333333333vw;
  margin-right: 4vw;
  padding: 1.0666666667vw 0;
  text-align: center;
  background: linear-gradient(90deg, #0e7aaf 0%, #c9000c 100%);
  border-radius: 0.8vw;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .contents .item ul li {
    width: 9.1666666667vw;
    max-width: 132px;
    margin-right: 1.3888888889vw;
    padding: 0.4166666667vw 0;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section .contents .item ul li {
    margin-right: 20px;
    padding: 6px 0;
    border-radius: 6px;
  }
}
.under#archivement .archivement_wrap .inner .section .contents .item ul li:last-child {
  margin-right: 0;
}
.under#archivement .archivement_wrap .inner .section .contents .item ul li span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.under#archivement .archivement_wrap .inner .section .contents .item ul li.category span {
  color: #fff;
}
.under#archivement .archivement_wrap .inner .section .contents .item ul li.tag {
  position: relative;
}
.under#archivement .archivement_wrap .inner .section .contents .item ul li.tag span {
  position: relative;
  z-index: 1;
}
.under#archivement .archivement_wrap .inner .section .contents .item ul li.tag:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 0.5333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .under#archivement .archivement_wrap .inner .section .contents .item ul li.tag:before {
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#archivement .archivement_wrap .inner .section .contents .item ul li.tag:before {
    border-radius: 4px;
  }
}
.under#archivement .archivement_wrap .inner .section .contents .item .title {
  font-weight: 500;
}
.under#information-disclosure {
  /*================================
  mv
  =================================*/
  /*================================
  information disclosure
  =================================*/
}
.under#information-disclosure .mv {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#information-disclosure .mv {
    margin-bottom: 22.9166666667vw;
  }
}
.under#information-disclosure .information_disclosure_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#information-disclosure .information_disclosure_wrap {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#information-disclosure .information_disclosure_wrap {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 960px) {
  .under#information-disclosure .information_disclosure_wrap .inner {
    width: 90.2777777778vw;
    max-width: 1300px;
    margin: 0 auto;
  }
}
.under#information-disclosure .information_disclosure_wrap .inner .contents_title {
  margin-bottom: 4vw;
  padding-bottom: 2.6666666667vw;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#information-disclosure .information_disclosure_wrap .inner .contents_title {
    margin-bottom: 1.6666666667vw;
    padding-bottom: 1.1111111111vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#information-disclosure .information_disclosure_wrap .inner .contents_title {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 22px;
  }
}
.under#information-disclosure .information_disclosure_wrap .inner .contents * {
  line-height: 2.125;
  color: #5c6877;
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li {
    margin-bottom: 40px;
  }
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li:first-child, .under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li:last-child {
  margin-bottom: 0;
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li .list_text {
  display: inline-block;
  margin-left: 1em;
  text-indent: -2em;
  padding-left: 1em;
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li .list_text:before {
  margin-right: 1em;
  content: attr(data-label);
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li .child {
  margin-left: 2em;
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li ol {
  margin-bottom: 1px;
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li ol > li > dl dt {
  margin-left: 2em;
  text-indent: -2em;
}
.under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li ol > li > dl dd .child {
  margin-left: 2em;
}
@media screen and (min-width: 960px) {
  .under#information-disclosure .information_disclosure_wrap .inner .contents .parent > li ol > li > dl dd .child {
    margin-left: 3em;
  }
}
.under#privacy-policy {
  /*================================
  mv
  =================================*/
  /*================================
  privacy-policy
  =================================*/
}
.under#privacy-policy .mv {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .mv {
    margin-bottom: 22.9166666667vw;
  }
}
.under#privacy-policy .privacypolicy_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .privacypolicy_wrap {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner {
    width: 90.2777777778vw;
    max-width: 1300px;
    margin: 0 auto;
  }
}
.under#privacy-policy .privacypolicy_wrap .inner .top_text {
  margin-bottom: 16vw;
  line-height: 2.125;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .top_text {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .top_text {
    margin-bottom: 100px;
  }
}
.under#privacy-policy .privacypolicy_wrap .inner .contents dl {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .contents dl {
    margin-bottom: 4.7222222222vw;
  }
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .contents dl {
    margin-bottom: 68px;
  }
}
.under#privacy-policy .privacypolicy_wrap .inner .contents dl dt {
  margin-bottom: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .contents dl dt {
    margin-bottom: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .contents dl dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.under#privacy-policy .privacypolicy_wrap .inner .contents dl dt span {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .contents dl dt span {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .privacypolicy_wrap .inner .contents dl dt span {
    font-size: 22px;
  }
}
.under#privacy-policy .privacypolicy_wrap .inner .contents dl dd, .under#privacy-policy .privacypolicy_wrap .inner .contents dl dd * {
  line-height: 2.125;
  color: #5c6877;
}
.under#contact, .under#entry, .under#confirmation-contact {
  /*================================
  mv
  =================================*/
  /*================================
  contact
  =================================*/
}
.under#contact .mv, .under#entry .mv, .under#confirmation-contact .mv {
  margin-bottom: 53.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .mv, .under#entry .mv, .under#confirmation-contact .mv {
    margin-bottom: 15.625vw;
  }
}
.under#contact .contact_wrap, .under#entry .contact_wrap, .under#confirmation-contact .contact_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap, .under#entry .contact_wrap, .under#confirmation-contact .contact_wrap {
    margin-bottom: 20.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap, .under#entry .contact_wrap, .under#confirmation-contact .contact_wrap {
    margin-bottom: 300px;
  }
}
.under#contact .entry_wrap, .under#entry .entry_wrap, .under#confirmation-contact .entry_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .entry_wrap, .under#entry .entry_wrap, .under#confirmation-contact .entry_wrap {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .entry_wrap, .under#entry .entry_wrap, .under#confirmation-contact .entry_wrap {
    margin-bottom: 200px;
  }
}
.under#contact .contact_wrap .inner .contact_title_wrap, .under#contact .contact_wrap .inner .entry_title_wrap, .under#contact .entry_wrap .inner .contact_title_wrap, .under#contact .entry_wrap .inner .entry_title_wrap, .under#entry .contact_wrap .inner .contact_title_wrap, .under#entry .contact_wrap .inner .entry_title_wrap, .under#entry .entry_wrap .inner .contact_title_wrap, .under#entry .entry_wrap .inner .entry_title_wrap, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap, .under#confirmation-contact .contact_wrap .inner .entry_title_wrap, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap, .under#confirmation-contact .entry_wrap .inner .entry_title_wrap {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .contact_title_wrap, .under#contact .contact_wrap .inner .entry_title_wrap, .under#contact .entry_wrap .inner .contact_title_wrap, .under#contact .entry_wrap .inner .entry_title_wrap, .under#entry .contact_wrap .inner .contact_title_wrap, .under#entry .contact_wrap .inner .entry_title_wrap, .under#entry .entry_wrap .inner .contact_title_wrap, .under#entry .entry_wrap .inner .entry_title_wrap, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap, .under#confirmation-contact .contact_wrap .inner .entry_title_wrap, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap, .under#confirmation-contact .entry_wrap .inner .entry_title_wrap {
    width: 77.7777777778vw;
    max-width: 1120px;
    margin: 0 auto 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .contact_title_wrap, .under#contact .contact_wrap .inner .entry_title_wrap, .under#contact .entry_wrap .inner .contact_title_wrap, .under#contact .entry_wrap .inner .entry_title_wrap, .under#entry .contact_wrap .inner .contact_title_wrap, .under#entry .contact_wrap .inner .entry_title_wrap, .under#entry .entry_wrap .inner .contact_title_wrap, .under#entry .entry_wrap .inner .entry_title_wrap, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap, .under#confirmation-contact .contact_wrap .inner .entry_title_wrap, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap, .under#confirmation-contact .entry_wrap .inner .entry_title_wrap {
    margin-bottom: 18px;
  }
}
.under#contact .contact_wrap .inner .contact_title_wrap .title span, .under#contact .contact_wrap .inner .entry_title_wrap .title span, .under#contact .entry_wrap .inner .contact_title_wrap .title span, .under#contact .entry_wrap .inner .entry_title_wrap .title span, .under#entry .contact_wrap .inner .contact_title_wrap .title span, .under#entry .contact_wrap .inner .entry_title_wrap .title span, .under#entry .entry_wrap .inner .contact_title_wrap .title span, .under#entry .entry_wrap .inner .entry_title_wrap .title span, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap .title span, .under#confirmation-contact .contact_wrap .inner .entry_title_wrap .title span, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap .title span, .under#confirmation-contact .entry_wrap .inner .entry_title_wrap .title span {
  display: inline-block;
  font-size: 4.2666666667vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(45deg, #0e7aaf 0%, #c9000c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .contact_title_wrap .title span, .under#contact .contact_wrap .inner .entry_title_wrap .title span, .under#contact .entry_wrap .inner .contact_title_wrap .title span, .under#contact .entry_wrap .inner .entry_title_wrap .title span, .under#entry .contact_wrap .inner .contact_title_wrap .title span, .under#entry .contact_wrap .inner .entry_title_wrap .title span, .under#entry .entry_wrap .inner .contact_title_wrap .title span, .under#entry .entry_wrap .inner .entry_title_wrap .title span, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap .title span, .under#confirmation-contact .contact_wrap .inner .entry_title_wrap .title span, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap .title span, .under#confirmation-contact .entry_wrap .inner .entry_title_wrap .title span {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .contact_title_wrap .title span, .under#contact .contact_wrap .inner .entry_title_wrap .title span, .under#contact .entry_wrap .inner .contact_title_wrap .title span, .under#contact .entry_wrap .inner .entry_title_wrap .title span, .under#entry .contact_wrap .inner .contact_title_wrap .title span, .under#entry .contact_wrap .inner .entry_title_wrap .title span, .under#entry .entry_wrap .inner .contact_title_wrap .title span, .under#entry .entry_wrap .inner .entry_title_wrap .title span, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap .title span, .under#confirmation-contact .contact_wrap .inner .entry_title_wrap .title span, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap .title span, .under#confirmation-contact .entry_wrap .inner .entry_title_wrap .title span {
    font-size: 20px;
  }
}
.under#contact .contact_wrap .inner .contact_title_wrap .title, .under#contact .entry_wrap .inner .contact_title_wrap .title, .under#entry .contact_wrap .inner .contact_title_wrap .title, .under#entry .entry_wrap .inner .contact_title_wrap .title, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap .title, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap .title {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .contact_title_wrap .title, .under#contact .entry_wrap .inner .contact_title_wrap .title, .under#entry .contact_wrap .inner .contact_title_wrap .title, .under#entry .entry_wrap .inner .contact_title_wrap .title, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap .title, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap .title {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .contact_title_wrap .title, .under#contact .entry_wrap .inner .contact_title_wrap .title, .under#entry .contact_wrap .inner .contact_title_wrap .title, .under#entry .entry_wrap .inner .contact_title_wrap .title, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap .title, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap .title {
    margin-bottom: 10px;
  }
}
.under#contact .contact_wrap .inner .contact_title_wrap .text, .under#contact .entry_wrap .inner .contact_title_wrap .text, .under#entry .contact_wrap .inner .contact_title_wrap .text, .under#entry .entry_wrap .inner .contact_title_wrap .text, .under#confirmation-contact .contact_wrap .inner .contact_title_wrap .text, .under#confirmation-contact .entry_wrap .inner .contact_title_wrap .text {
  line-height: 1.75;
}
.under#contact .contact_wrap .inner .form_wrap, .under#contact .entry_wrap .inner .form_wrap, .under#entry .contact_wrap .inner .form_wrap, .under#entry .entry_wrap .inner .form_wrap, .under#confirmation-contact .contact_wrap .inner .form_wrap, .under#confirmation-contact .entry_wrap .inner .form_wrap {
  padding: 13.3333333333vw 5.3333333333vw;
  background: #fbfbfb;
  border: 1px solid #a9adaf;
  border-radius: 2.6666666667vw;
}
.under#contact .contact_wrap .inner .form_wrap ::-moz-placeholder, .under#contact .entry_wrap .inner .form_wrap ::-moz-placeholder, .under#entry .contact_wrap .inner .form_wrap ::-moz-placeholder, .under#entry .entry_wrap .inner .form_wrap ::-moz-placeholder, .under#confirmation-contact .contact_wrap .inner .form_wrap ::-moz-placeholder, .under#confirmation-contact .entry_wrap .inner .form_wrap ::-moz-placeholder {
  color: #a9adaf;
  opacity: 1;
}
.under#contact .contact_wrap .inner .form_wrap ::placeholder, .under#contact .entry_wrap .inner .form_wrap ::placeholder, .under#entry .contact_wrap .inner .form_wrap ::placeholder, .under#entry .entry_wrap .inner .form_wrap ::placeholder, .under#confirmation-contact .contact_wrap .inner .form_wrap ::placeholder, .under#confirmation-contact .entry_wrap .inner .form_wrap ::placeholder {
  color: #a9adaf;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap, .under#contact .entry_wrap .inner .form_wrap, .under#entry .contact_wrap .inner .form_wrap, .under#entry .entry_wrap .inner .form_wrap, .under#confirmation-contact .contact_wrap .inner .form_wrap, .under#confirmation-contact .entry_wrap .inner .form_wrap {
    width: 83.3333333333vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.4444444444vw 4.1666666667vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap, .under#contact .entry_wrap .inner .form_wrap, .under#entry .contact_wrap .inner .form_wrap, .under#entry .entry_wrap .inner .form_wrap, .under#confirmation-contact .contact_wrap .inner .form_wrap, .under#confirmation-contact .entry_wrap .inner .form_wrap {
    padding: 64px 60px;
    border-radius: 10px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents, .under#contact .entry_wrap .inner .form_wrap .contents, .under#entry .contact_wrap .inner .form_wrap .contents, .under#entry .entry_wrap .inner .form_wrap .contents, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents, .under#contact .entry_wrap .inner .form_wrap .contents, .under#entry .contact_wrap .inner .form_wrap .contents, .under#entry .entry_wrap .inner .form_wrap .contents, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents {
    margin-bottom: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents, .under#contact .entry_wrap .inner .form_wrap .contents, .under#entry .contact_wrap .inner .form_wrap .contents, .under#entry .entry_wrap .inner .form_wrap .contents, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents {
    margin-bottom: 34px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl, .under#contact .entry_wrap .inner .form_wrap .contents dl, .under#entry .contact_wrap .inner .form_wrap .contents dl, .under#entry .entry_wrap .inner .form_wrap .contents dl, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl {
  padding: 2.6666666667vw 0;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl, .under#contact .entry_wrap .inner .form_wrap .contents dl, .under#entry .contact_wrap .inner .form_wrap .contents dl, .under#entry .entry_wrap .inner .form_wrap .contents dl, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl {
    display: flex;
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl, .under#contact .entry_wrap .inner .form_wrap .contents dl, .under#entry .contact_wrap .inner .form_wrap .contents dl, .under#entry .entry_wrap .inner .form_wrap .contents dl, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl {
    padding: 10px 0;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dt, .under#contact .entry_wrap .inner .form_wrap .contents dl dt, .under#entry .contact_wrap .inner .form_wrap .contents dl dt, .under#entry .entry_wrap .inner .form_wrap .contents dl dt, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt, .under#contact .entry_wrap .inner .form_wrap .contents dl dt, .under#entry .contact_wrap .inner .form_wrap .contents dl dt, .under#entry .entry_wrap .inner .form_wrap .contents dl dt, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt {
    align-items: flex-start;
    margin-right: 1.3888888889vw;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt, .under#contact .entry_wrap .inner .form_wrap .contents dl dt, .under#entry .contact_wrap .inner .form_wrap .contents dl dt, .under#entry .entry_wrap .inner .form_wrap .contents dl dt, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt {
    margin-right: 20px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dt span, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span {
  display: inline-block;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.form_title, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.form_title, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.form_title {
  height: 100%;
  margin-right: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.form_title, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.form_title, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.form_title {
    width: 12.5vw;
    max-width: 180px;
    margin-right: 1.3888888889vw;
    padding: 0.4166666667vw 0;
    text-align: center;
    background: #eaedf0;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.form_title, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.form_title, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.form_title, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.form_title {
    margin-right: 20px;
    padding: 6px 0;
    border-radius: 2px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.type, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.type, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.type {
  padding: 0.2666666667vw 1.3333333333vw 0.4vw;
  font-size: 2.6666666667vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.type, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.type, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.type {
    padding: 0.4166666667vw 0 0;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.type, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.type, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.type, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.type {
    padding-top: 6px;
    font-size: 16px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.type.any_text {
  background: #3b475c;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.type.any_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.type.any_text {
    color: #3b475c;
    background: transparent;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.type.required_text {
  background: #dc2f20;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dt span.type.required_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dt span.type.required_text {
    color: #dc2f20;
    background: transparent;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd, .under#contact .contact_wrap .inner .form_wrap .contents dl .input_text, .under#contact .contact_wrap .inner .form_wrap .contents dl .input_text input, .under#contact .contact_wrap .inner .form_wrap .contents dl .textarea, .under#contact .contact_wrap .inner .form_wrap .contents dl .textarea textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd, .under#contact .entry_wrap .inner .form_wrap .contents dl .input_text, .under#contact .entry_wrap .inner .form_wrap .contents dl .input_text input, .under#contact .entry_wrap .inner .form_wrap .contents dl .textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl .textarea textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd, .under#entry .contact_wrap .inner .form_wrap .contents dl .input_text, .under#entry .contact_wrap .inner .form_wrap .contents dl .input_text input, .under#entry .contact_wrap .inner .form_wrap .contents dl .textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl .textarea textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd, .under#entry .entry_wrap .inner .form_wrap .contents dl .input_text, .under#entry .entry_wrap .inner .form_wrap .contents dl .input_text input, .under#entry .entry_wrap .inner .form_wrap .contents dl .textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl .textarea textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl .input_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl .input_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl .textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl .textarea textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl .input_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl .input_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl .textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl .textarea textarea {
  width: 100%;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd, .under#contact .entry_wrap .inner .form_wrap .contents dl dd, .under#entry .contact_wrap .inner .form_wrap .contents dl dd, .under#entry .entry_wrap .inner .form_wrap .contents dl dd, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd {
  /*================================
  生年月日
  =================================*/
  /*================================
  郵便番号
  =================================*/
  /*================================
  radio
  =================================*/
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .explanation, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .explanation, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .explanation {
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .explanation, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .explanation, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .explanation {
    padding-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .explanation, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .explanation, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .explanation, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .explanation {
    padding-top: 5px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .input_text, .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .input_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .input_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .input_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .input_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .input_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea {
    width: 52.7083333333vw;
    max-width: 759px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.short .input_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.short .input_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.short .input_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.short .input_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.short .input_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.short .input_text {
    width: 11.8055555556vw;
    max-width: 170px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.short_confirmation .input_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.short_confirmation .input_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.short_confirmation .input_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.short_confirmation .input_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.short_confirmation .input_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.short_confirmation .input_text {
    width: -moz-max-content;
    width: max-content;
    min-width: 170px;
    max-width: unset;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text {
  display: block;
  padding: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text {
    padding: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text {
    padding: 5px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text {
  border: 1px solid #a9adaf;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text {
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .confirmation_text {
    border-radius: 2px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input {
  height: 9.3333333333vw;
  padding: 0 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input {
    height: 2.5vw;
    max-height: 36px;
    padding: 0 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .input_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .input_text input {
    padding: 0 5px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea {
  height: 46.6666666667vw;
  padding: 1.3333333333vw;
  resize: vertical;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea {
    height: 9.7222222222vw;
    min-height: 140px;
    padding: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea textarea, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea textarea {
    height: 140px;
    padding: 5px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text {
  min-height: 46.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text {
    min-height: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd .textarea .confirmation_text {
    min-height: 140px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li {
  display: flex;
  align-items: center;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select {
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li .select {
    margin-right: 10px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select {
  width: 100%;
  height: 9.3333333333vw;
  padding: 0 1.3333333333vw;
  border: 1px solid #a9adaf;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select {
    height: 2.5vw;
    max-height: 36px;
    padding: 0 0.3472222222vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li select {
    padding: 0 5px;
    border-radius: 2px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li:last-child, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li:last-child, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li:last-child, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li:last-child, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li:last-child, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li:last-child {
  margin-right: 0;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select {
  width: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.year .select {
    width: 5.6944444444vw;
    max-width: 82px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select {
  width: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.month .select, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.date_of_birth ul li.day .select {
    width: 3.6111111111vw;
    max-width: 52px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li {
  display: flex;
  align-items: center;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post {
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul .icon_post {
    margin-right: 10px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li:last-child, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li:last-child, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li:last-child, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li:last-child, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li:last-child, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li:last-child {
  margin-right: 0;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text {
  width: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.post_code ul li .input_text {
    width: 5.6944444444vw;
    max-width: 82px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio {
  display: flex;
  align-items: center;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap span, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap span, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap span, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap span, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap span, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap span {
  display: block;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap {
  padding-left: 5.0666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap {
    padding-left: 0;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  align-items: center;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-right: 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    margin-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:last-child, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:last-child, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:last-child, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:last-child, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:last-child, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:last-child {
  margin-right: 0;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding-left: 5.0666666667vw;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
    padding-left: 20px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before {
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  border: 0.2666666667vw solid #3b475c;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before {
    width: 0.9722222222vw;
    max-width: 14px;
    height: 0.9722222222vw;
    max-height: 14px;
    border-width: 1px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #3b475c;
  border-radius: 50%;
  left: 0.9333333333vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after {
    width: 0.5555555556vw;
    max-width: 8px;
    height: 0.5555555556vw;
    max-height: 8px;
    left: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after {
    left: 4px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio], .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio], .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio], .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio], .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio], .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.under#contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label.checked:after, .under#contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label.checked:after, .under#entry .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label.checked:after, .under#entry .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label.checked:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label.checked:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl dd.radio .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label.checked:after {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl .column, .under#contact .entry_wrap .inner .form_wrap .contents dl .column, .under#entry .contact_wrap .inner .form_wrap .contents dl .column, .under#entry .entry_wrap .inner .form_wrap .contents dl .column, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl .column, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl .column {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl .column .explanation, .under#contact .entry_wrap .inner .form_wrap .contents dl .column .explanation, .under#entry .contact_wrap .inner .form_wrap .contents dl .column .explanation, .under#entry .entry_wrap .inner .form_wrap .contents dl .column .explanation, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl .column .explanation, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl .column .explanation {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .contents dl .column .explanation, .under#contact .entry_wrap .inner .form_wrap .contents dl .column .explanation, .under#entry .contact_wrap .inner .form_wrap .contents dl .column .explanation, .under#entry .entry_wrap .inner .form_wrap .contents dl .column .explanation, .under#confirmation-contact .contact_wrap .inner .form_wrap .contents dl .column .explanation, .under#confirmation-contact .entry_wrap .inner .form_wrap .contents dl .column .explanation {
    margin-left: 20px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .policy_text, .under#contact .entry_wrap .inner .form_wrap .policy_text, .under#entry .contact_wrap .inner .form_wrap .policy_text, .under#entry .entry_wrap .inner .form_wrap .policy_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .policy_text, .under#contact .entry_wrap .inner .form_wrap .policy_text, .under#entry .contact_wrap .inner .form_wrap .policy_text, .under#entry .entry_wrap .inner .form_wrap .policy_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .policy_text, .under#contact .entry_wrap .inner .form_wrap .policy_text, .under#entry .contact_wrap .inner .form_wrap .policy_text, .under#entry .entry_wrap .inner .form_wrap .policy_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text {
    margin-bottom: 32px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .policy_text input[type=checkbox], .under#contact .entry_wrap .inner .form_wrap .policy_text input[type=checkbox], .under#entry .contact_wrap .inner .form_wrap .policy_text input[type=checkbox], .under#entry .entry_wrap .inner .form_wrap .policy_text input[type=checkbox], .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text input[type=checkbox], .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.under#contact .contact_wrap .inner .form_wrap .policy_text label, .under#contact .entry_wrap .inner .form_wrap .policy_text label, .under#entry .contact_wrap .inner .form_wrap .policy_text label, .under#entry .entry_wrap .inner .form_wrap .policy_text label, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label {
  display: inline-block;
  padding-left: 4.6666666667vw;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .policy_text label, .under#contact .entry_wrap .inner .form_wrap .policy_text label, .under#entry .contact_wrap .inner .form_wrap .policy_text label, .under#entry .entry_wrap .inner .form_wrap .policy_text label, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label {
    padding-left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .policy_text label, .under#contact .entry_wrap .inner .form_wrap .policy_text label, .under#entry .contact_wrap .inner .form_wrap .policy_text label, .under#entry .entry_wrap .inner .form_wrap .policy_text label, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label {
    padding-left: 25px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .policy_text label:before, .under#contact .contact_wrap .inner .form_wrap .policy_text label:after, .under#contact .entry_wrap .inner .form_wrap .policy_text label:before, .under#contact .entry_wrap .inner .form_wrap .policy_text label:after, .under#entry .contact_wrap .inner .form_wrap .policy_text label:before, .under#entry .contact_wrap .inner .form_wrap .policy_text label:after, .under#entry .entry_wrap .inner .form_wrap .policy_text label:before, .under#entry .entry_wrap .inner .form_wrap .policy_text label:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label:before, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label:before, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label:after {
  content: "";
  display: block;
  position: absolute;
}
.under#contact .contact_wrap .inner .form_wrap .policy_text label:before, .under#contact .entry_wrap .inner .form_wrap .policy_text label:before, .under#entry .contact_wrap .inner .form_wrap .policy_text label:before, .under#entry .entry_wrap .inner .form_wrap .policy_text label:before, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label:before, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label:before {
  width: 2.4vw;
  height: 2.4vw;
  border: 1px solid #005ad4;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .policy_text label:before, .under#contact .entry_wrap .inner .form_wrap .policy_text label:before, .under#entry .contact_wrap .inner .form_wrap .policy_text label:before, .under#entry .entry_wrap .inner .form_wrap .policy_text label:before, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label:before, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label:before {
    width: 0.9722222222vw;
    max-width: 14px;
    height: 0.9722222222vw;
    max-height: 14px;
  }
}
.under#contact .contact_wrap .inner .form_wrap .policy_text label:after, .under#contact .entry_wrap .inner .form_wrap .policy_text label:after, .under#entry .contact_wrap .inner .form_wrap .policy_text label:after, .under#entry .entry_wrap .inner .form_wrap .policy_text label:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label:after {
  width: 1.2vw;
  height: 0.5333333333vw;
  border-left: 2px solid #005ad4;
  border-bottom: 2px solid #005ad4;
  top: 39%;
  left: 0.8%;
  transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .policy_text label:after, .under#contact .entry_wrap .inner .form_wrap .policy_text label:after, .under#entry .contact_wrap .inner .form_wrap .policy_text label:after, .under#entry .entry_wrap .inner .form_wrap .policy_text label:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label:after {
    width: 0.5555555556vw;
    max-width: 8px;
    height: 0.2083333333vw;
    max-height: 3px;
    left: 1.2%;
  }
}
.under#contact .contact_wrap .inner .form_wrap .policy_text label.checked:after, .under#contact .entry_wrap .inner .form_wrap .policy_text label.checked:after, .under#entry .contact_wrap .inner .form_wrap .policy_text label.checked:after, .under#entry .entry_wrap .inner .form_wrap .policy_text label.checked:after, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text label.checked:after, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text label.checked:after {
  opacity: 1;
}
.under#contact .contact_wrap .inner .form_wrap .policy_text a, .under#contact .contact_wrap .inner .form_wrap .policy_text a .border, .under#contact .entry_wrap .inner .form_wrap .policy_text a, .under#contact .entry_wrap .inner .form_wrap .policy_text a .border, .under#entry .contact_wrap .inner .form_wrap .policy_text a, .under#entry .contact_wrap .inner .form_wrap .policy_text a .border, .under#entry .entry_wrap .inner .form_wrap .policy_text a, .under#entry .entry_wrap .inner .form_wrap .policy_text a .border, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text a, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text a .border, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text a, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text a .border {
  font-weight: 600;
}
.under#contact .contact_wrap .inner .form_wrap .policy_text a, .under#contact .entry_wrap .inner .form_wrap .policy_text a, .under#entry .contact_wrap .inner .form_wrap .policy_text a, .under#entry .entry_wrap .inner .form_wrap .policy_text a, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text a, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text a {
  color: #005ad4;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .policy_text a:hover, .under#contact .entry_wrap .inner .form_wrap .policy_text a:hover, .under#entry .contact_wrap .inner .form_wrap .policy_text a:hover, .under#entry .entry_wrap .inner .form_wrap .policy_text a:hover, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text a:hover, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text a:hover {
    opacity: 0.6;
  }
}
.under#contact .contact_wrap .inner .form_wrap .policy_text a .border, .under#contact .entry_wrap .inner .form_wrap .policy_text a .border, .under#entry .contact_wrap .inner .form_wrap .policy_text a .border, .under#entry .entry_wrap .inner .form_wrap .policy_text a .border, .under#confirmation-contact .contact_wrap .inner .form_wrap .policy_text a .border, .under#confirmation-contact .entry_wrap .inner .form_wrap .policy_text a .border {
  border-bottom: 1px solid #005ad4;
}
.under#contact .contact_wrap .inner .form_wrap .send_btn, .under#contact .entry_wrap .inner .form_wrap .send_btn, .under#entry .contact_wrap .inner .form_wrap .send_btn, .under#entry .entry_wrap .inner .form_wrap .send_btn, .under#confirmation-contact .contact_wrap .inner .form_wrap .send_btn, .under#confirmation-contact .entry_wrap .inner .form_wrap .send_btn {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .send_btn, .under#contact .entry_wrap .inner .form_wrap .send_btn, .under#entry .contact_wrap .inner .form_wrap .send_btn, .under#entry .entry_wrap .inner .form_wrap .send_btn, .under#confirmation-contact .contact_wrap .inner .form_wrap .send_btn, .under#confirmation-contact .entry_wrap .inner .form_wrap .send_btn {
    width: 26.5277777778vw;
    max-width: 382px;
    margin: 0 auto;
  }
}
.under#contact .contact_wrap .inner .form_wrap .send_btn input, .under#contact .entry_wrap .inner .form_wrap .send_btn input, .under#entry .contact_wrap .inner .form_wrap .send_btn input, .under#entry .entry_wrap .inner .form_wrap .send_btn input, .under#confirmation-contact .contact_wrap .inner .form_wrap .send_btn input, .under#confirmation-contact .entry_wrap .inner .form_wrap .send_btn input {
  display: block;
  width: 100%;
  padding: 4.8vw 0;
  color: #fff;
  background: #bc1b21;
  border: unset;
  border-radius: 0.8vw;
  border: 2px solid #bc1b21;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .send_btn input, .under#contact .entry_wrap .inner .form_wrap .send_btn input, .under#entry .contact_wrap .inner .form_wrap .send_btn input, .under#entry .entry_wrap .inner .form_wrap .send_btn input, .under#confirmation-contact .contact_wrap .inner .form_wrap .send_btn input, .under#confirmation-contact .entry_wrap .inner .form_wrap .send_btn input {
    padding: 2.0833333333vw 0;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .form_wrap .send_btn input, .under#contact .entry_wrap .inner .form_wrap .send_btn input, .under#entry .contact_wrap .inner .form_wrap .send_btn input, .under#entry .entry_wrap .inner .form_wrap .send_btn input, .under#confirmation-contact .contact_wrap .inner .form_wrap .send_btn input, .under#confirmation-contact .entry_wrap .inner .form_wrap .send_btn input {
    padding: 30px 0;
    border-radius: 6px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .form_wrap .send_btn input:hover, .under#contact .entry_wrap .inner .form_wrap .send_btn input:hover, .under#entry .contact_wrap .inner .form_wrap .send_btn input:hover, .under#entry .entry_wrap .inner .form_wrap .send_btn input:hover, .under#confirmation-contact .contact_wrap .inner .form_wrap .send_btn input:hover, .under#confirmation-contact .entry_wrap .inner .form_wrap .send_btn input:hover {
    opacity: 0.6;
  }
}
.under#contact .contact_wrap .inner .form_wrap .return_text, .under#contact .entry_wrap .inner .form_wrap .return_text, .under#entry .contact_wrap .inner .form_wrap .return_text, .under#entry .entry_wrap .inner .form_wrap .return_text, .under#confirmation-contact .contact_wrap .inner .form_wrap .return_text, .under#confirmation-contact .entry_wrap .inner .form_wrap .return_text {
  text-align: center;
}
.under#contact .contact_wrap .inner .form_wrap .return_text input, .under#contact .entry_wrap .inner .form_wrap .return_text input, .under#entry .contact_wrap .inner .form_wrap .return_text input, .under#entry .entry_wrap .inner .form_wrap .return_text input, .under#confirmation-contact .contact_wrap .inner .form_wrap .return_text input, .under#confirmation-contact .entry_wrap .inner .form_wrap .return_text input {
  color: #3b475c;
  background: transparent;
  border: none;
  cursor: pointer;
}
.under#entry .top_information_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap {
    margin-bottom: 5.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap {
    margin-bottom: 85px;
  }
}
.under#entry .top_information_wrap .inner .contents {
  background: #fbfbfb;
  border: 1px solid #a9adaf;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents {
    width: 83.3333333333vw;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2.7777777778vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents {
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.under#entry .top_information_wrap .inner .contents .top {
  display: flex;
  align-items: center;
  padding: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .top {
    height: 5.5555555556vw;
    max-height: 80px;
    padding: 1.8055555556vw 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .top {
    padding: 26px 58px;
  }
}
.under#entry .top_information_wrap .inner .contents .top:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(84.43deg, rgb(59, 94, 146) 16.8%, rgb(69, 88, 137) 26.02%, rgb(94, 71, 113) 41.44%, rgb(136, 43, 73) 61.15%, rgb(194, 5, 19) 84.18%, rgb(201, 0, 12) 86.85%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.09;
}
.under#entry .top_information_wrap .inner .contents .top:after {
  content: "";
  width: 8vw;
  height: 8vw;
  background: url("../images/common/icon_arrodion_arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .top:after {
    width: 2.9166666667vw;
    max-width: 42px;
    height: 2.9166666667vw;
    max-height: 42px;
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .top:after {
    right: 20px;
  }
}
.under#entry .top_information_wrap .inner .contents .top .type, .under#entry .top_information_wrap .inner .contents .top .title {
  position: relative;
  z-index: 1;
}
.under#entry .top_information_wrap .inner .contents .top .update_date, .under#entry .top_information_wrap .inner .contents .top .update_date * {
  font-size: 2.9333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .top .update_date, .under#entry .top_information_wrap .inner .contents .top .update_date * {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .top .update_date, .under#entry .top_information_wrap .inner .contents .top .update_date * {
    font-size: 12px;
  }
}
.under#entry .top_information_wrap .inner .contents .top .update_date {
  position: absolute;
  top: 4vw;
  right: 2.6666666667vw;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .top .update_date {
    top: 1.3888888889vw;
    right: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .top .update_date {
    top: 20px;
    right: 16px;
  }
}
.under#entry .top_information_wrap .inner .contents .top .type {
  margin-bottom: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .top .type {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .top .type {
    margin-bottom: 12px;
  }
}
.under#entry .top_information_wrap .inner .contents .top .type span {
  display: inline-block;
  padding: 0 4vw;
  font-size: 3.2vw;
  font-weight: 500;
  border: 1px solid #3b475c;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .top .type span {
    padding: 0 1.1111111111vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .top .type span {
    padding: 0 16px;
    font-size: 14px;
  }
}
.under#entry .top_information_wrap .inner .contents .top .title {
  font-size: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .top .title {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .top .title {
    font-size: 20px;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom {
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom {
    padding: 2.3611111111vw 2.6388888889vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom {
    padding: 34px 38px 50px;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .list_title {
  margin-bottom: 5.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list_title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list_title {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list {
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list {
    padding: 0 20px;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .list dl {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list dl {
    display: flex;
    margin-bottom: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list dl {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .list dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.under#entry .top_information_wrap .inner .contents .bottom .list dl dt {
  margin-bottom: 2.6666666667vw;
  padding: 2.6666666667vw 0;
  border-radius: 0.5333333333vw;
  font-weight: 700;
  text-align: center;
  background: #eaedf0;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list dl dt {
    width: 12.5vw;
    max-width: 180px;
    margin-right: 2.2222222222vw;
    margin-bottom: 0;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list dl dt {
    margin-right: 32px;
    border-radius: 2px;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .list dl dd, .under#entry .top_information_wrap .inner .contents .bottom .list dl dd * {
  font-weight: 500;
}
.under#entry .top_information_wrap .inner .contents .bottom .list dl dd .detail_text {
  padding-top: 1em;
}
.under#entry .top_information_wrap .inner .contents .bottom .list dl dd.job_salary, .under#entry .top_information_wrap .inner .contents .bottom .list dl dd .job_salary {
  color: #bc1b21;
}
.under#entry .top_information_wrap .inner .contents .bottom .list dl dt, .under#entry .top_information_wrap .inner .contents .bottom .list dl dd {
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list dl dt, .under#entry .top_information_wrap .inner .contents .bottom .list dl dd {
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .list dl dt, .under#entry .top_information_wrap .inner .contents .bottom .list dl dd {
    padding: 10px 0;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn {
  width: 69.3333333333vw;
  height: 11.7333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn {
    width: 26.5277777778vw;
    max-width: 382px;
    height: 6.1111111111vw;
    max-height: 88px;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn {
    margin-bottom: 24px;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn:last-child {
  margin-bottom: 0;
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8vw;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a {
    border-radius: 6px;
  }
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a:hover {
    opacity: 0.6;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a .link__text {
  display: inline-block;
  letter-spacing: 0.05em;
  color: #fff;
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a .link__icon {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a .link__icon {
    margin-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a .link__icon {
    margin-right: 5px;
  }
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a .link__icon svg {
  display: block;
  width: 100%;
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn a .link__icon svg path {
  fill: #fff;
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn.red a {
  background: #bc1b21;
}
.under#entry .top_information_wrap .inner .contents .bottom .job_link_btn.red a .link__icon {
  width: 3.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#entry .top_information_wrap .inner .contents .bottom .job_link_btn.red a .link__icon {
    width: 1.7361111111vw;
    max-width: 25px;
  }
}
.under .sent_container {
  /*================================
  mv
  =================================*/
  /*================================
  completed
  =================================*/
}
.under .sent_container .mv {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under .sent_container .mv {
    margin-bottom: 15.625vw;
  }
}
.under .sent_container .completed_wrap {
  margin-bottom: 24vw;
}
@media screen and (min-width: 960px) {
  .under .sent_container .completed_wrap {
    margin-bottom: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .sent_container .completed_wrap {
    margin-bottom: 180px;
  }
}
.under .sent_container .completed_wrap .inner .completed_title {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under .sent_container .completed_wrap .inner .completed_title {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .sent_container .completed_wrap .inner .completed_title {
    margin-bottom: 80px;
  }
}
.under .sent_container .completed_wrap .inner .completed_title span {
  display: inline-block;
  font-size: 7.2vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(45deg, #0e7aaf 0%, #c9000c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .under .sent_container .completed_wrap .inner .completed_title span {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .sent_container .completed_wrap .inner .completed_title span {
    font-size: 36px;
  }
}
.under .sent_container .completed_wrap .inner .contents {
  text-align: center;
}
.under .sent_container .completed_wrap .inner .contents .text {
  margin-bottom: 13.3333333333vw;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .under .sent_container .completed_wrap .inner .contents .text {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .sent_container .completed_wrap .inner .contents .text {
    margin-bottom: 80px;
  }
}
.under .sent_container .completed_wrap .inner .contents .top_link a {
  font-size: 4vw;
  color: #5c6877;
}
@media screen and (min-width: 960px) {
  .under .sent_container .completed_wrap .inner .contents .top_link a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .sent_container .completed_wrap .inner .contents .top_link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .under .sent_container .completed_wrap .inner .contents .top_link a:hover {
    opacity: 0.6;
  }
}
.under .sent_container .completed_wrap_entry .inner .contents .text span {
  display: inline-block;
  text-align: left;
}
.under#job-information-list {
  /*||||||||||||||||||||||||||||||||||||||||||||||||||
  ----------------------------------------------------

  		job information list（archive）

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

  		job information list（single）

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}
.under#job-information-list.archive {
  /*================================
  mv
  =================================*/
  /*================================
  job information
  =================================*/
}
.under#job-information-list.archive .mv {
  margin-bottom: 40vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .mv {
    margin-bottom: 15.625vw;
  }
}
.under#job-information-list.archive .job_information_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap {
    margin-bottom: 200px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .total_wrap {
  margin-bottom: 16vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap {
    width: 86.4583333333vw;
    max-width: 1660px;
    margin: 0 auto 6.9444444444vw;
    padding-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap {
    margin-bottom: 100px;
    padding-bottom: 28px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text span {
  display: inline-block;
  padding-right: 1.3333333333vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text span {
    padding-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text span {
    padding-right: 5px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text .gradation {
  font-size: 7.2vw;
  background: linear-gradient(45deg, #0e7aaf 0%, #c9000c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text .gradation {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text .gradation {
    font-size: 32px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text .gradation .number {
  font-size: 8vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text .gradation .number {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .total_wrap .top_text .gradation .number {
    font-size: 40px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents {
  margin-bottom: 16vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents {
    width: 83.3333333333vw;
    max-width: 1200px;
    margin: 0 auto 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents {
    margin-bottom: 100px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item {
  margin-bottom: 8vw;
  background: #fbfbfb;
  border: 1px solid #a9adaf;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item {
    margin-bottom: 2.7777777778vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item {
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top {
  padding: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top {
    min-height: 10.2777777778vw;
    padding: 1.8055555556vw 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top {
    min-height: 148px;
    padding: 26px 58px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(84.43deg, rgb(59, 94, 146) 16.8%, rgb(69, 88, 137) 26.02%, rgb(94, 71, 113) 41.44%, rgb(136, 43, 73) 61.15%, rgb(194, 5, 19) 84.18%, rgb(201, 0, 12) 86.85%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.09;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top .type, .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .title {
  position: relative;
  z-index: 1;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date, .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date * {
  font-size: 2.9333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date, .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date * {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date, .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date * {
    font-size: 12px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date {
  position: absolute;
  top: 4vw;
  right: 2.6666666667vw;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date {
    top: 1.3888888889vw;
    right: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .update_date {
    top: 20px;
    right: 16px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top .type {
  margin-bottom: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .type {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .type {
    margin-bottom: 12px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top .type span {
  display: inline-block;
  padding: 0 4vw;
  font-size: 3.2vw;
  font-weight: 500;
  border: 1px solid #3b475c;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .type span {
    padding: 0 1.1111111111vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .type span {
    padding: 0 16px;
    font-size: 14px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .top .title {
  font-size: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .title {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .top .title {
    font-size: 20px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom {
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.3333333333vw 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom {
    padding: 48px 58px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list {
    width: 45.8333333333vw;
    max-width: 660px;
    margin-bottom: 0;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl {
    display: flex;
    align-items: center;
    margin-bottom: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dt {
  margin-bottom: 2.6666666667vw;
  padding: 2.6666666667vw 0;
  border-radius: 0.5333333333vw;
  font-weight: 700;
  text-align: center;
  background: #eaedf0;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dt {
    width: 12.5vw;
    max-width: 180px;
    margin-right: 2.2222222222vw;
    margin-bottom: 0;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dt {
    margin-right: 32px;
    border-radius: 2px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dd {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dd.job_salary, .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dd .job_salary {
  color: #bc1b21;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dt, .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dd {
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dt, .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dd {
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dt, .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .list dl dd {
    padding: 10px 0;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap {
    display: block;
    justify-content: unset;
    width: 26.5277777778vw;
    max-width: 382px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn {
  width: 49%;
  height: 11.7333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn {
    width: 100%;
    height: 6.1111111111vw;
    max-height: 88px;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn {
    margin-bottom: 24px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn:last-child {
  margin-bottom: 0;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a {
    border-radius: 6px;
  }
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a:hover {
    opacity: 0.6;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__text {
  display: inline-block;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__text {
    font-size: 16px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__icon {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__icon {
    margin-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__icon {
    margin-right: 5px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__icon svg {
  display: block;
  width: 100%;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn a .link__icon svg path {
  fill: #fff;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn.blue a {
  background: #3b5e92;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn.blue a .link__icon {
  width: 2.8vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn.blue a .link__icon {
    width: 1.4583333333vw;
    max-width: 21px;
  }
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn.red a {
  background: #bc1b21;
}
.under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn.red a .link__icon {
  width: 3.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.archive .job_information_wrap .inner .contents .item .bottom .link_btn_wrap .job_link_btn.red a .link__icon {
    width: 1.7361111111vw;
    max-width: 25px;
  }
}
.under#job-information-list.single {
  /*================================
  mv
  =================================*/
  /*================================
  job detail
  =================================*/
}
.under#job-information-list.single .mv {
  margin-bottom: 40vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .mv {
    margin-bottom: 15.625vw;
  }
}
.under#job-information-list.single .job_detail_wrap {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap {
    margin-bottom: 200px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents {
  background: #fbfbfb;
  border: 1px solid #a9adaf;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents {
    width: 83.3333333333vw;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2.7777777778vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents {
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top {
  padding: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top {
    min-height: 10.2777777778vw;
    padding: 1.8055555556vw 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top {
    min-height: 148px;
    padding: 26px 58px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(84.43deg, rgb(59, 94, 146) 16.8%, rgb(69, 88, 137) 26.02%, rgb(94, 71, 113) 41.44%, rgb(136, 43, 73) 61.15%, rgb(194, 5, 19) 84.18%, rgb(201, 0, 12) 86.85%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.09;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top .type, .under#job-information-list.single .job_detail_wrap .inner .contents .top .title {
  position: relative;
  z-index: 1;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date, .under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date * {
  font-size: 2.9333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date, .under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date * {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date, .under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date * {
    font-size: 12px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date {
  position: absolute;
  top: 4vw;
  right: 2.6666666667vw;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date {
    top: 1.3888888889vw;
    right: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .update_date {
    top: 20px;
    right: 16px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top .type {
  margin-bottom: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .type {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .type {
    margin-bottom: 12px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top .type span {
  display: inline-block;
  padding: 0 4vw;
  font-size: 3.2vw;
  font-weight: 500;
  border: 1px solid #3b475c;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .type span {
    padding: 0 1.1111111111vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .type span {
    padding: 0 16px;
    font-size: 14px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .top .title {
  font-size: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .title {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .top .title {
    font-size: 20px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom {
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom {
    padding: 3.3333333333vw 4.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom {
    padding: 48px 58px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list {
    margin-bottom: 3.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list {
    margin-bottom: 56px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #a9adaf;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl {
    display: flex;
    margin-bottom: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl:last-child {
  margin-bottom: 0;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dt {
  margin-bottom: 2.6666666667vw;
  padding: 2.6666666667vw 0;
  border-radius: 0.5333333333vw;
  font-weight: 700;
  text-align: center;
  background: #eaedf0;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dt {
    width: 12.5vw;
    max-width: 180px;
    margin-right: 2.2222222222vw;
    margin-bottom: 0;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dt {
    margin-right: 32px;
    border-radius: 2px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd, .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd * {
  font-weight: 500;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd .detail_text {
  padding-top: 1em;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd.job_salary, .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd .job_salary {
  color: #bc1b21;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dt, .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd {
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dt, .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd {
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dt, .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .list dl dd {
    padding: 10px 0;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn {
  width: 69.3333333333vw;
  height: 11.7333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn {
    width: 26.5277777778vw;
    max-width: 382px;
    height: 6.1111111111vw;
    max-height: 88px;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn {
    margin-bottom: 24px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn:last-child {
  margin-bottom: 0;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a {
    border-radius: 6px;
  }
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a:hover {
    opacity: 0.6;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a .link__text {
  display: inline-block;
  letter-spacing: 0.05em;
  color: #fff;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a .link__icon {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a .link__icon {
    margin-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a .link__icon {
    margin-right: 5px;
  }
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a .link__icon svg {
  display: block;
  width: 100%;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn a .link__icon svg path {
  fill: #fff;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn.red a {
  background: #bc1b21;
}
.under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn.red a .link__icon {
  width: 3.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#job-information-list.single .job_detail_wrap .inner .contents .bottom .job_link_btn.red a .link__icon {
    width: 1.7361111111vw;
    max-width: 25px;
  }
}/*# sourceMappingURL=style.css.map */