@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&@700&family=Zen+Kurenaido&display=swap");
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
function
=================================*/
/*================================
fadein animation
=================================*/
@keyframes fadeIn {
  0% {
    opacity: 1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.show .in {
  opacity: 1%;
  visibility: hidden;
}
.show .is-anm.anim_active .in {
  animation: fadeIn 1s 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.4s ease-in-out;
}
@media screen and (min-width: 960px) {
  a:hover {
    opacity: 0.6;
  }
}

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

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

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

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

audio {
  max-width: 100%;
}

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

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

strong {
  font-weight: 700;
}

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

			COMMON

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

html body, html body a {
  color: #505050;
}

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

body {
  opacity: 0;
  padding: 0;
  position: relative;
}

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

#body_wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  padding-top: 17.8666666667vw;
  background: #FFF7ED;
  flex: 1;
  overflow: clip;
}
@media screen and (min-width: 960px) {
  main {
    padding-top: 8.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main {
    padding-top: 127px;
  }
}

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

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

/*================================
contents title
=================================*/
.contents_title_wrap {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.contents_title_wrap * {
  color: #97D301;
}
.contents_title_wrap .en {
  margin-bottom: 3.2vw;
  font-size: 9.8666666667vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .en {
    margin-bottom: 1.1111111111vw;
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .en {
    margin-bottom: 16px;
    font-size: 60px;
  }
}
.contents_title_wrap .ja {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .ja {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .ja {
    font-size: 20px;
  }
}

/*================================
link btn
=================================*/
.link_btn {
  width: 58.6666666667vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .link_btn {
    width: 15.2777777778vw;
    max-width: 220px;
  }
}
.link_btn a {
  width: 100%;
  padding: 5.3333333333vw 0;
  line-height: 1;
  background: #FFC9DB;
  border-radius: 7.2vw;
}
@media screen and (min-width: 960px) {
  .link_btn a {
    padding: 1.1111111111vw 0;
    border-radius: 2.0833333333vw;
    border: 2px solid #FFC9DB;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a {
    padding: 16px 0;
    font-size: 20px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover {
    background: #fff;
    opacity: 1;
  }
}

/*================================
contents
=================================*/
@media screen and (min-width: 960px) {
  .outer {
    width: 100vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}

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

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

.text, .text * {
  font-weight: 500;
}

.text {
  line-height: 1.75;
}

.partition.op {
  transform: scale(-1, -1);
}

/*================================
area
=================================*/
.area_wrap {
  margin-bottom: 13.3333333333vw;
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .area_wrap {
    margin-bottom: 6.9444444444vw;
    padding-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .area_wrap {
    margin-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .area_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .area_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
  }
}
.area_wrap .inner .contents .map {
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .area_wrap .inner .contents .map {
    width: 37.5vw;
    max-width: 540px;
    margin-bottom: 0;
    border-radius: 1.3888888889vw;
    order: 2;
  }
}
@media screen and (min-width: 1440px) {
  .area_wrap .inner .contents .map {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .area_wrap .inner .contents .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
    order: 1;
  }
}
.area_wrap .inner .contents .text_wrap .item_title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  .area_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .area_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
.area_wrap .inner .contents .text_wrap .text {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .area_wrap .inner .contents .text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .area_wrap .inner .contents .text_wrap .text {
    margin-bottom: 40px;
  }
}
.area_wrap .inner .contents .text_wrap .link a {
  line-height: 1;
  border-bottom: 1px solid #505050;
}

/*================================
bottom contact
=================================*/
.bottom_contact_wrap {
  background: #fff;
  padding: 5.3333333333vw 0 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap {
    padding: 1.0416666667vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap {
    padding: 15px 0 100px;
  }
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.bottom_contact_wrap .inner .contents {
  text-align: center;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents {
    display: flex;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents {
    border-radius: 20px;
  }
}
.bottom_contact_wrap .inner .contents .item {
  width: 100%;
  height: 34.8vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item {
    width: 50%;
    height: 16.25vw;
    max-height: 234px;
  }
}
.bottom_contact_wrap .inner .contents .item * {
  line-height: 1;
}
.bottom_contact_wrap .inner .contents .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bottom_contact_wrap .inner .contents .item a .text_wrap .item_title {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item a .text_wrap .item_title {
    margin-bottom: 2.7777777778vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item a .text_wrap .item_title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.bottom_contact_wrap .inner .contents .item a .text_wrap .link {
  margin-bottom: 4.2666666667vw;
}
.bottom_contact_wrap .inner .contents .item a .text_wrap .link span {
  display: inline-block;
  position: relative;
}
.bottom_contact_wrap .inner .contents .item a .text_wrap .link span:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.bottom_contact_wrap .inner .contents .item a .text_wrap .small {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item a .text_wrap .small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item a .text_wrap .small {
    font-size: 16px;
  }
}
.bottom_contact_wrap .inner .contents .item.email a {
  background: #FFC9DB;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item.email a .text_wrap .link {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item.email a .text_wrap .link {
    margin-bottom: 18px;
  }
}
.bottom_contact_wrap .inner .contents .item.email a .text_wrap .link span {
  padding-left: 10.6666666667vw;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item.email a .text_wrap .link span {
    padding-left: 4.1666666667vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item.email a .text_wrap .link span {
    padding-left: 60px;
    font-size: 30px;
  }
}
.bottom_contact_wrap .inner .contents .item.email a .text_wrap .link span:before {
  width: 7.7333333333vw;
  height: 6.4vw;
  background: url("../images/common/icon_email.svg") no-repeat center center;
  background-size: 100%;
  top: 50%;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item.email a .text_wrap .link span:before {
    width: 2.7777777778vw;
    max-width: 40px;
    height: 2.2222222222vw;
    max-height: 32px;
  }
}
.bottom_contact_wrap .inner .contents .item.tel a {
  background: #C9FAFF;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item.tel a .text_wrap .link {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item.tel a .text_wrap .link {
    margin-bottom: 20px;
  }
}
.bottom_contact_wrap .inner .contents .item.tel a .text_wrap .link span {
  padding-left: 10.1333333333vw;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item.tel a .text_wrap .link span {
    padding-left: 3.1944444444vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .bottom_contact_wrap .inner .contents .item.tel a .text_wrap .link span {
    padding-left: 46px;
    font-size: 36px;
  }
}
.bottom_contact_wrap .inner .contents .item.tel a .text_wrap .link span:before {
  width: 7.0666666667vw;
  height: 7.0666666667vw;
  background: url("../images/common/icon_tel.svg") no-repeat center center;
  background-size: 100%;
  top: 60%;
}
@media screen and (min-width: 960px) {
  .bottom_contact_wrap .inner .contents .item.tel a .text_wrap .link span:before {
    width: 2.2916666667vw;
    max-width: 33px;
    height: 2.2916666667vw;
    max-height: 33px;
  }
}

/*================================
contact
=================================*/
.contact_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.contact_wrap .inner .top_text {
  margin-bottom: 8vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .top_text {
    margin-bottom: 4.1666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .top_text {
    margin-bottom: 60px;
  }
}
.contact_wrap .inner .top_tel_wrap {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .top_tel_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .top_tel_wrap {
    margin-bottom: 60px;
  }
}
.contact_wrap .inner .top_tel_wrap * {
  line-height: 1;
}
.contact_wrap .inner .top_tel_wrap .item_title {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .top_tel_wrap .item_title {
    margin-bottom: 2.0833333333vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .top_tel_wrap .item_title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.contact_wrap .inner .top_tel_wrap .link {
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .top_tel_wrap .link {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .top_tel_wrap .link {
    margin-bottom: 20px;
  }
}
.contact_wrap .inner .top_tel_wrap .link a {
  padding-left: 8vw;
  font-size: 6.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .top_tel_wrap .link a {
    padding-left: 3.4722222222vw;
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .top_tel_wrap .link a {
    padding-left: 50px;
    font-size: 50px;
  }
}
.contact_wrap .inner .top_tel_wrap .link a:before {
  content: "";
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background: url("../images/common/icon_tel.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .top_tel_wrap .link a:before {
    width: 2.6388888889vw;
    max-width: 38px;
    height: 2.6388888889vw;
    max-height: 38px;
  }
}
.contact_wrap .inner .top_tel_wrap .small {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .top_tel_wrap .small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .top_tel_wrap .small {
    font-size: 16px;
  }
}
.contact_wrap .inner .form_wrap {
  padding: 8vw 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap {
    padding: 4.1666666667vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap {
    padding: 60px;
    border-radius: 20px;
  }
}
.contact_wrap .inner .form_wrap .form {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form {
    margin-bottom: 60px;
  }
}
.contact_wrap .inner .form_wrap .form dl {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl {
    display: flex;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form dl {
    margin-bottom: 40px;
  }
}
.contact_wrap .inner .form_wrap .form dl:last-child {
  margin-bottom: 0;
}
.contact_wrap .inner .form_wrap .form dl dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dt {
    width: 9.0277777778vw;
    max-width: 130px;
    margin-bottom: 0;
    margin-right: 2.7777777778vw;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form dl dt {
    margin-right: 40px;
  }
}
.contact_wrap .inner .form_wrap .form dl dt span {
  display: inline-block;
  line-height: 1;
}
.contact_wrap .inner .form_wrap .form dl dt span.required {
  margin-bottom: 2.1333333333vw;
  padding: 0.8vw;
  font-size: 2.9333333333vw;
  background: #97D301;
  border-radius: 0.2666666667vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dt span.required {
    margin-bottom: 0.8333333333vw;
    padding: 0.2777777778vw 0.4166666667vw;
    font-size: 0.8333333333vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form dl dt span.required {
    margin-bottom: 12px;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 2px;
  }
}
.contact_wrap .inner .form_wrap .form dl dd {
  width: 100%;
}
.contact_wrap .inner .form_wrap .form dl dd .form_text, .contact_wrap .inner .form_wrap .form dl dd textarea {
  width: 100%;
  padding: 2.6666666667vw;
  background: #F0F0F0;
  border: none;
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dd .form_text, .contact_wrap .inner .form_wrap .form dl dd textarea {
    padding: 0.6944444444vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form dl dd .form_text, .contact_wrap .inner .form_wrap .form dl dd textarea {
    padding: 10px;
    border-radius: 4px;
  }
}
.contact_wrap .inner .form_wrap .form dl dd .form_text {
  height: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dd .form_text {
    height: 3.4722222222vw;
    max-height: 50px;
  }
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap, .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap span {
  display: block;
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 4.2666666667vw;
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 16px;
  }
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding-left: 6.9333333333vw;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
    padding-left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
    padding-left: 25px;
  }
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before, .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: #F0F0F0;
  border: 2px solid #000;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before {
    width: 1.1111111111vw;
    max-width: 16px;
    height: 1.1111111111vw;
    max-height: 16px;
    border-width: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:before {
    margin-right: 7px;
  }
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #000;
  border-radius: 50%;
  left: 1.0666666667vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dd .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) {
  .contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:after {
    left: 4px;
  }
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.contact_wrap .inner .form_wrap .form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label.checked:after {
  opacity: 1;
}
.contact_wrap .inner .form_wrap .form dl dd textarea {
  height: 40vw;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl dd textarea {
    height: 10.4166666667vw;
    max-height: 150px;
  }
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .form dl.input_text {
    align-items: center;
  }
}
.contact_wrap .inner .form_wrap .form.sent .wpcf7-response-output {
  border-color: #97D301;
}
.contact_wrap .inner .form_wrap .send_btn {
  width: 58.6666666667vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .send_btn {
    width: 15.2777777778vw;
    max-width: 220px;
  }
}
.contact_wrap .inner .form_wrap .send_btn input {
  width: 100%;
  padding: 5.3333333333vw 0;
  line-height: 1;
  background: #FFC9DB;
  border: none;
  border-radius: 7.2vw;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .send_btn input {
    padding: 1.1111111111vw 0;
    border: 2px solid #FFC9DB;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_wrap .inner .form_wrap .send_btn input {
    padding: 16px 0;
    font-size: 20px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .contact_wrap .inner .form_wrap .send_btn input:hover {
    background: #fff;
  }
}

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

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 13.8666666667vw;
  padding-left: 5.3333333333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  header {
    height: 6.9444444444vw;
    max-height: 100px;
    padding-left: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  header {
    padding-left: 24px;
  }
}
header .logo {
  width: 50.6666666667vw;
}
@media screen and (min-width: 960px) {
  header .logo {
    width: 20.8333333333vw;
    max-width: 300px;
  }
}
header .logo a {
  width: 100%;
}
header nav {
  display: none;
}
@media screen and (min-width: 960px) {
  header nav {
    display: flex;
    align-items: center;
  }
}
header nav ul {
  display: flex;
}
@media screen and (min-width: 960px) {
  header nav ul.g_link li {
    margin-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul.g_link li {
    margin-right: 32px;
  }
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li {
    width: 9.4444444444vw;
    max-width: 136px;
    height: 6.9444444444vw;
    max-height: 100px;
  }
}
header nav ul.c_link li a {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header nav ul.c_link li a .icon_wrap {
  text-align: center;
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li a .icon_wrap .icon {
    width: 2.2222222222vw;
    max-width: 32px;
    margin: 0 auto 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul.c_link li a .icon_wrap .icon {
    margin-bottom: 5px;
  }
}
header nav ul.c_link li a .icon_wrap .small {
  display: block;
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li a .icon_wrap .small {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul.c_link li a .icon_wrap .small {
    font-size: 10px;
  }
}
header nav ul.c_link li.email {
  background: #FFC9DB;
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li.email {
    border-radius: 0 0 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul.c_link li.email {
    font-radius: 0 0 0 10px;
  }
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li.email a .icon_wrap .icon {
    width: 2.2222222222vw;
    max-width: 32px;
  }
}
header nav ul.c_link li.tel {
  background: #C9FAFF;
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li.tel a .icon_wrap .icon {
    width: 1.8055555556vw;
    max-width: 26px;
  }
}
@media screen and (min-width: 960px) {
  header nav ul.c_link li.tel a .icon_wrap .title {
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul.c_link li.tel a .icon_wrap .title {
    font-size: 17px;
  }
}
header.change {
  background: #fff;
}

/*================================
ハンバーガーメニュー
=================================*/
.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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.btn_trigger_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.2666666667vw;
  height: 13.8666666667vw;
  background: #FFC9DB;
  border-radius: 0 0 0 2.6666666667vw;
  position: fixed;
  top: 0;
  right: 0;
  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: 8.2666666667vw;
  height: 5.8666666667vw;
  cursor: pointer;
}
.btn_trigger_wrap .line {
  position: relative;
}
.btn_trigger_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background: #505050;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.btn_trigger_wrap .line span:nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line span:nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap .line span :nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span :nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line span :nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap.active .line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn_trigger_wrap.active .line span:nth-of-type(2) {
  opacity: 0;
}
.btn_trigger_wrap.active .line span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/*================================
グローバルナビゲーション
=================================*/
.navi_open_wrap {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 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: 151.7333333333vw;
  background: #fff;
}
.navi_open_wrap .inner nav {
  width: 100%;
  padding-top: 16vw;
}
.navi_open_wrap .inner nav ul {
  margin-bottom: 4vw;
}
.navi_open_wrap .inner nav ul li {
  margin-bottom: 4vw;
}
.navi_open_wrap .inner nav ul li a {
  font-size: 4.5333333333vw;
}
.navi_open_wrap .inner nav ul li:last-child {
  margin-bottom: 0;
}
.navi_open_wrap .inner nav .navi_contact_wrap {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item {
  width: 100%;
  height: 34.8vw;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item * {
  line-height: 1;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item a .text_wrap .item_title {
  margin-bottom: 4.8vw;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item a .text_wrap .link {
  margin-bottom: 4.2666666667vw;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item a .text_wrap .link span {
  display: inline-block;
  position: relative;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item a .text_wrap .link span:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.navi_open_wrap .inner nav .navi_contact_wrap .item a .text_wrap .small {
  font-size: 3.2vw;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item.email a {
  background: #FFC9DB;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item.email a .text_wrap .link span {
  padding-left: 10.6666666667vw;
  font-size: 5.3333333333vw;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item.email a .text_wrap .link span:before {
  width: 7.7333333333vw;
  height: 6.4vw;
  background: url("../images/common/icon_email.svg") no-repeat center center;
  background-size: 100%;
  top: 50%;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item.tel a {
  background: #C9FAFF;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item.tel a .text_wrap .link span {
  padding-left: 10.1333333333vw;
  font-size: 6.6666666667vw;
}
.navi_open_wrap .inner nav .navi_contact_wrap .item.tel a .text_wrap .link span:before {
  width: 7.0666666667vw;
  height: 7.0666666667vw;
  background: url("../images/common/icon_tel.svg") no-repeat center center;
  background-size: 100%;
  top: 60%;
}

/*================================
footer
=================================*/
footer {
  padding: 13.3333333333vw 0 4vw;
  background: #E6D4BB;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 4.1666666667vw 2.7777777778vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    padding: 60px 40px 30px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
footer .inner .contents .information {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information {
    text-align: left;
  }
}
footer .inner .contents .information * {
  font-weight: 500;
}
footer .inner .contents .information .logo {
  width: 66.6666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information .logo {
    width: 20.8333333333vw;
    max-width: 300px;
    margin: 0 0 2.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .information .logo {
    margin-bottom: 38px;
  }
}
footer .inner .contents .information .address, footer .inner .contents .information ul li {
  line-height: 1.5;
}
footer .inner .contents .information ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .information ul {
    justify-content: flex-start;
  }
}
footer .inner .contents .information ul li.tel {
  margin-right: 0.5em;
  padding-right: 1em;
  position: relative;
}
footer .inner .contents .information ul li.tel:before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer .inner .contents .nav {
  display: flex;
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav {
    display: block;
  }
}
footer .inner .contents .nav ul {
  width: 50%;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul.m_list {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul.m_list {
    margin-bottom: 28px;
  }
}
footer .inner .contents .nav ul.m_list li {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul.m_list li {
    margin-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul.m_list li {
    margin-right: 32px;
  }
}
footer .inner .contents .nav ul.m_list li a {
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul.m_list li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul.m_list li a {
    font-size: 16px;
  }
}
footer .inner .contents .nav ul.s_list li {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul.s_list li {
    margin-right: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul.s_list li {
    margin-right: 24px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul.s_list li a {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .contents .nav ul.s_list li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  footer .inner .contents .nav ul.m_list li, footer .inner .contents .nav ul.s_list li {
    margin-bottom: 0;
  }
}
footer .inner .contents .nav ul.m_list li:last-child, footer .inner .contents .nav ul.s_list li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
footer .inner .copyright {
  font-size: 2.6666666667vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer .inner .copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .copyright {
    font-size: 12px;
  }
}

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

			home

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home {
  /*================================
  mv
  =================================*/
  /*================================
  about
  =================================*/
  /*================================
  service
  =================================*/
  /*================================
  recruit
  =================================*/
  /*================================
  columns
  =================================*/
}
#home .mv {
  position: relative;
}
#home .mv .image {
  width: 84vw;
  height: 94.6666666667vw;
  margin-left: auto;
  border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .mv .image {
    width: 87.5vw;
    height: 49.3055555556vw;
    border-radius: 2.0833333333vw 0 0 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .image {
    border-radius: 30px 0 0 30px;
  }
}
#home .mv .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .mv .catch_wrap {
  position: absolute;
  top: 40vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv .catch_wrap {
    top: 50%;
    left: 2.7777777778vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .catch_wrap {
    left: 40px;
  }
}
#home .mv .catch_wrap * {
  font-weight: 900;
  line-height: 1;
}
#home .mv .catch_wrap .catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.0666666667vw;
}
@media screen and (min-width: 960px) {
  #home .mv .catch_wrap .catch {
    margin-bottom: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .catch_wrap .catch {
    margin-bottom: 26px;
  }
}
#home .mv .catch_wrap .catch span {
  display: inline-block;
  margin-bottom: 2.4vw;
  padding: 2.1333333333vw 1.0666666667vw;
  font-size: 6vw;
  background: #fff;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv .catch_wrap .catch span {
    margin-bottom: 1.3888888889vw;
    padding: 1.7361111111vw 0.6944444444vw;
    font-size: 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .catch_wrap .catch span {
    margin-bottom: 20px;
    font-size: 50px;
    border-radius: 10px;
  }
}
#home .mv .catch_wrap .catch span:last-child {
  margin-bottom: 0;
}
#home .mv .catch_wrap .small {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv .catch_wrap .small {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .catch_wrap .small {
    font-size: 32px;
  }
}
#home .mv .information {
  width: 73.3333333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  #home .mv .information {
    width: 56.6666666667vw;
    max-width: 816px;
  }
}
#home .mv .information a {
  display: flex;
  padding: 1.8666666667vw 13.2vw 1.8666666667vw 4vw;
  background: #fff;
  border-radius: 2.6666666667vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .mv .information a {
    padding: 2.2222222222vw 3.8888888889vw 2.2222222222vw 2.2222222222vw;
    border-radius: 2.0833333333vw 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .information a {
    padding: 32px 56px 32px 32px;
    border-radius: 30px 0 0 0;
  }
}
#home .mv .information a:before {
  content: "";
  width: 3.8666666667vw;
  height: 2.4vw;
  background: url("../images/common/icon_arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  #home .mv .information a:before {
    width: 2.4vw;
    max-width: 18px;
    height: 1.4666666667vw;
    max-height: 11px;
    right: 2.2222222222vw;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .information a:before {
    right: 32px;
  }
}
#home .mv .information a * {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  #home .mv .information a * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .information a * {
    font-size: 16px;
  }
}
#home .mv .information a .info_title {
  margin-right: 3.2vw;
  font-weight: 900;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  #home .mv .information a .info_title {
    margin-right: 2.2222222222vw;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .information a .info_title {
    margin-right: 32px;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .information a ul {
    display: flex;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .information a ul li.date {
    margin-right: 1em;
  }
}
#home .mv .information a ul li.title {
  width: 41.3333333333vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 9.8666666667vw;
}
@media screen and (min-width: 960px) {
  #home .mv .information a ul li.title {
    display: block;
    width: 38.1944444444vw;
    max-width: 550px;
    max-height: unset;
    white-space: nowrap;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .information a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .information a:hover:before {
    opacity: 0.6;
  }
}
@media screen and (min-width: 960px) {
  #home .mv .information a:hover .info_title, #home .mv .information a:hover ul {
    opacity: 0.6;
  }
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents {
    display: flex;
    align-items: center;
  }
}
#home .about_wrap .inner .contents .image {
  margin-bottom: 6.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .image {
    width: 50vw;
    margin-right: 2.7777777778vw;
    margin-bottom: 0;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .contents .image {
    margin-right: 40px;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
  }
}
#home .about_wrap .inner .contents .text_wrap .item_title {
  margin-bottom: 6.4vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
#home .about_wrap .inner .contents .text_wrap .text {
  margin-bottom: 8.2666666667vw;
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .about_wrap .inner .contents .text_wrap .text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home .about_wrap .inner .contents .text_wrap .link_btn {
    margin: 0;
  }
}
#home .service_wrap {
  padding: 5.3333333333vw 0 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #home .service_wrap {
    padding: 1.1111111111vw 0 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap {
    padding: 16px 0 15px;
  }
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
#home .service_wrap .inner .contents {
  margin-bottom: 8.2666666667vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents {
    margin-bottom: 40px;
  }
}
#home .service_wrap .inner .contents .item {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item {
    width: 32%;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item {
    margin-bottom: 40px;
  }
}
#home .service_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item:nth-child(4), #home .service_wrap .inner .contents .item:nth-child(5), #home .service_wrap .inner .contents .item:nth-child(6) {
    margin-bottom: 0;
  }
}
#home .service_wrap .inner .contents .item .image {
  margin-bottom: 6.4vw;
  border-radius: 0 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0 0.6944444444vw 0.6944444444vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .image {
    margin-bottom: 20px;
    border-radius: 0 10px 10px 10px;
  }
}
#home .service_wrap .inner .contents .item .image .item_title_wrap {
  position: absolute;
  top: -1px;
  left: -1px;
}
#home .service_wrap .inner .contents .item .image .item_title_wrap .item_title {
  padding: 0 4vw 3.6vw 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .image .item_title_wrap .item_title {
    padding: 0 0.6944444444vw 0.625vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .image .item_title_wrap .item_title {
    padding: 0 10px 9px 0;
  }
}
#home .service_wrap .inner .contents .item .image .item_title_wrap .item_title:before, #home .service_wrap .inner .contents .item .image .item_title_wrap .item_title:after {
  content: "";
  width: 4vw;
  height: 3.6vw;
  background: url("../images/common/mask_corner.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .image .item_title_wrap .item_title:before, #home .service_wrap .inner .contents .item .image .item_title_wrap .item_title:after {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 0.625vw;
    max-height: 9px;
  }
}
#home .service_wrap .inner .contents .item .image .item_title_wrap .item_title:before {
  top: 0;
  right: 0;
}
#home .service_wrap .inner .contents .item .image .item_title_wrap .item_title:after {
  bottom: 1px;
  left: 0;
}
#home .service_wrap .inner .contents .item .image .item_title_wrap .item_title span {
  display: inline-block;
  padding: 3.4666666667vw 4vw;
  font-size: 4.8vw;
  line-height: 1;
  color: #97D301;
  background: #fff;
  border-radius: 0 0 2.6666666667vw 0;
}
@media screen and (min-width: 960px) {
  #home .service_wrap .inner .contents .item .image .item_title_wrap .item_title span {
    padding: 0.9722222222vw 1.1111111111vw;
    font-size: 1.3888888889vw;
    border-radius: 0 0 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .service_wrap .inner .contents .item .image .item_title_wrap .item_title span {
    padding: 14px 16px;
    font-size: 20px;
    border-radius: 0 0 10px 0;
  }
}
#home .recruit_wrap {
  padding: 5.3333333333vw 0;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap {
    padding: 1.1111111111vw 0;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap {
    padding: 16px 0;
  }
}
#home .recruit_wrap .inner .contents {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents {
    display: flex;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents {
    margin-bottom: 60px;
  }
}
#home .recruit_wrap .inner .contents .image {
  margin-bottom: 6.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .image {
    width: 50vw;
    margin-right: 2.7777777778vw;
    margin-bottom: 0;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .contents .image {
    margin-right: 40px;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
  }
}
#home .recruit_wrap .inner .contents .text_wrap .item_title {
  margin-bottom: 6.4vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .contents .text_wrap .item_title {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
#home .recruit_wrap .inner .contents .text_wrap .text {
  margin-bottom: 8.2666666667vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .contents .text_wrap .text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .contents .text_wrap .link_btn {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .bottom_link {
    display: flex;
    justify-content: space-between;
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
#home .recruit_wrap .inner .bottom_link li {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .bottom_link li {
    width: 48%;
    margin-bottom: 0;
  }
}
#home .recruit_wrap .inner .bottom_link li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5.3333333333vw;
  border: 0.5333333333vw solid #FFC9DB;
  border-radius: 4vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .bottom_link li a {
    padding-left: 2.7777777778vw;
    border-width: 2px;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .bottom_link li a {
    padding-left: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .bottom_link li a .link {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .recruit_wrap .inner .bottom_link li a .link {
    font-size: 22px;
  }
}
#home .recruit_wrap .inner .bottom_link li a .image {
  width: 34.4vw;
}
@media screen and (min-width: 960px) {
  #home .recruit_wrap .inner .bottom_link li a .image {
    width: 13.8888888889vw;
    max-width: 200px;
  }
}
#home .columns_wrap {
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .columns_wrap {
    padding: 100px 0;
  }
}
#home .columns_wrap .inner {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents_title_wrap {
    text-align: left;
    position: absolute;
    top: 0;
    left: 12.5vw;
  }
}
#home .columns_wrap .inner .contents {
  margin-bottom: 8vw;
  padding-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2.7777777778vw;
    margin-left: 12.5vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .columns_wrap .inner .contents {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
#home .columns_wrap .inner .contents:before {
  content: "";
  width: calc(100% - 5.3333333333vw);
  height: 59%;
  background: #fff;
  border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents:before {
    width: 100%;
  }
}
#home .columns_wrap .inner .contents .top_text_wrap {
  margin-bottom: 5.3333333333vw;
  padding: 0 10.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents .top_text_wrap {
    width: 18.4027777778vw;
    max-width: 265px;
    margin: 0 2.7777777778vw;
    padding: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .columns_wrap .inner .contents .top_text_wrap {
    margin: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents .top_text_wrap .text {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .columns_wrap .inner .contents .top_text_wrap .text {
    margin-bottom: 24px;
  }
}
#home .columns_wrap .inner .contents #columns_slide {
  width: 100%;
  margin-bottom: 8vw;
  padding: 0 5.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents #columns_slide {
    margin: 0;
    padding: 0;
  }
}
#home .columns_wrap .inner .contents #columns_slide .swiper-slide .item {
  width: 68vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item {
    width: 100%;
    margin: 0;
  }
}
#home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .image {
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .image {
    margin-bottom: 1.3888888889vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .image {
    margin-bottom: 20px;
  }
}
#home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul {
  display: flex;
  align-items: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul {
    margin-bottom: 20px;
  }
}
#home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul li {
  margin-right: 2.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul li {
    margin-right: 0.6944444444vw;
  }
}
#home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul li.category {
  padding: 0.8vw;
  background: #97D301;
  border-radius: 0.2666666667vw;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul li.category {
    padding: 0.4166666667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul li.date {
    font-size: 0.9722222222vw;
  }
}
#home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap ul li:last-child {
  margin-right: 0;
}
#home .columns_wrap .inner .contents #columns_slide .swiper-slide .item .slide_text_wrap .archive_title span {
  letter-spacing: -0.05em;
  border-bottom: 1px solid #505050;
}
#home .columns_wrap .inner .control.mb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31.4666666667vw;
  margin-left: auto;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .control.mb {
    display: none;
  }
}
#home .columns_wrap .inner .control.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .control.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 9.1666666667vw;
    max-width: 132px;
    margin: 0 auto;
  }
}
#home .columns_wrap .inner .control .swiper-button-prev, #home .columns_wrap .inner .control .swiper-button-next, #home .columns_wrap .inner .control .swiper-pagination {
  margin: 0;
  padding: 0;
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#home .columns_wrap .inner .control .swiper-button-prev, #home .columns_wrap .inner .control .swiper-button-next {
  width: 14.4vw;
  height: 14.4vw;
}
@media screen and (min-width: 960px) {
  #home .columns_wrap .inner .control .swiper-button-prev, #home .columns_wrap .inner .control .swiper-button-next {
    width: 3.8888888889vw;
    max-width: 56px;
    height: 3.8888888889vw;
    max-height: 56px;
  }
}
#home .columns_wrap .inner .control .swiper-button-prev:after, #home .columns_wrap .inner .control .swiper-button-next:after {
  content: none;
}
#home .columns_wrap .inner .control .swiper-button-prev .arrow img, #home .columns_wrap .inner .control .swiper-button-next .arrow img {
  display: block;
}
#home .columns_wrap .inner .control .swiper-button-next .arrow {
  transform: scale(-1, 1);
}
#home .no_columns_wrap {
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 960px) {
  #home .no_columns_wrap {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 960px) {
  #home .no_columns_wrap {
    padding: 100px 0;
  }
}
#home .no_columns_wrap .no_archive {
  text-align: center;
}

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

		under

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

  		columns / single

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

  		columns

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

  		single

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

  		about

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

  		service

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

  		recruit

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

  		contact

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

  		privacy policy

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}
.under .mv {
  margin-bottom: 5.7333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under .mv {
    margin-bottom: 4.5833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv {
    margin-bottom: 66px;
  }
}
.under .mv .image {
  width: 84vw;
  height: 46.6666666667vw;
  margin-left: auto;
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under .mv .image {
    width: 87.5vw;
    height: 27.7777777778vw;
    margin-bottom: 1.6666666667vw;
    border-radius: 2.0833333333vw 0 0 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .image {
    margin-bottom: 24px;
    border-radius: 30px 0 0 30px;
  }
}
.under .mv .image img, .under .mv .image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under .mv .page_title_wrap {
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .under .mv .page_title_wrap {
    top: 50%;
    left: 2.7777777778vw;
  }
}
.under .mv .page_title_wrap * {
  color: #97D301;
}
.under .mv .page_title_wrap .en {
  margin-bottom: 3.2vw;
  font-size: 9.8666666667vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under .mv .page_title_wrap .en {
    margin-bottom: 1.1111111111vw;
    font-size: 4.1666666667vw;
  }
}
.under .mv .page_title_wrap .ja {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .under .mv .page_title_wrap .ja {
    font-size: 1.3888888889vw;
  }
}
.under .mv .breadcrumbs_wrap {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under .mv .breadcrumbs_wrap {
    padding: 0 2.7777777778vw;
  }
}
.under .mv .breadcrumbs_wrap .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.under .mv .breadcrumbs_wrap .breadcrumbs * {
  font-size: 2.6666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under .mv .breadcrumbs_wrap .breadcrumbs * {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .breadcrumbs_wrap .breadcrumbs * {
    font-size: 14px;
  }
}
.under .mv .breadcrumbs_wrap .breadcrumbs span {
  display: block;
  margin-right: 0.5em;
}
.under .mv .breadcrumbs_wrap .breadcrumbs span:last-child {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap, .under.single .archive_side_wrap {
    width: 24.5833333333vw;
    max-width: 354px;
  }
}
.under#columns .archive_side_wrap .side_title, .under.single .archive_side_wrap .side_title {
  margin-bottom: 8vw;
  font-size: 4.8vw;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .side_title, .under.single .archive_side_wrap .side_title {
    margin-bottom: 1.6666666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .side_title, .under.single .archive_side_wrap .side_title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap, .under.single .archive_side_wrap .archive_list_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap, .under.single .archive_side_wrap .archive_list_wrap {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .archive_list_wrap, .under.single .archive_side_wrap .archive_list_wrap {
    margin-bottom: 48px;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap .list, .under.single .archive_side_wrap .archive_list_wrap .list {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list, .under.single .archive_side_wrap .archive_list_wrap .list {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list, .under.single .archive_side_wrap .archive_list_wrap .list {
    margin-bottom: 48px;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap .list:last-child, .under.single .archive_side_wrap .archive_list_wrap .list:last-child {
  margin-bottom: 0;
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents, .under.single .archive_side_wrap .archive_list_wrap .list .contents {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents, .under.single .archive_side_wrap .archive_list_wrap .list .contents {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents, .under.single .archive_side_wrap .archive_list_wrap .list .contents {
    padding-left: 20px;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item {
    margin-bottom: 20px;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item:last-child, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item:last-child {
  margin-bottom: 0;
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a {
  display: flex;
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .image, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .image {
  width: 29.3333333333vw;
  height: 20vw;
  margin-right: 2.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .image, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .image {
    width: 7.6388888889vw;
    max-width: 110px;
    height: 5.2083333333vw;
    max-height: 75px;
    margin-right: 0.9722222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .image, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .image {
    margin-right: 14px;
    border-radius: 10px;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .image img, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .date, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .date {
  margin-bottom: 1.3333333333vw;
  font-size: 2.9333333333vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .date, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .date {
    margin-bottom: 0.3472222222vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .date, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .date {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title {
  letter-spacing: -0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title {
    letter-spacing: 0;
  }
}
.under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title span, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title span {
  border-bottom: 1px solid #505050;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title span, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title span {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title span, .under.single .archive_side_wrap .archive_list_wrap .list .contents .item a .text_wrap .archive_title span {
    font-size: 12px;
  }
}
.under#columns .category_wrap ul, .under.single .category_wrap ul {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .category_wrap ul, .under.single .category_wrap ul {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .category_wrap ul, .under.single .category_wrap ul {
    padding-left: 20px;
  }
}
.under#columns .category_wrap ul li, .under.single .category_wrap ul li {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#columns .category_wrap ul li, .under.single .category_wrap ul li {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .category_wrap ul li, .under.single .category_wrap ul li {
    margin-bottom: 10px;
  }
}
.under#columns .archive_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap {
    margin-bottom: 3.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner {
    display: flex;
    justify-content: space-between;
    width: 88.8888888889vw;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap {
    width: 58.75vw;
    max-width: 846px;
    margin-bottom: 0;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents:after {
    content: "";
    width: 32%;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item {
  width: 48%;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item {
    width: 32%;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item {
    margin-bottom: 48px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item .image {
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .image {
    margin-bottom: 1.3888888889vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .image {
    margin-bottom: 20px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul {
  display: flex;
  align-items: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul {
    margin-bottom: 20px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li {
  margin-right: 2.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li {
    margin-right: 10px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li.category {
  padding: 0.8vw;
  background: #97D301;
  border-radius: 0.2666666667vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li.category {
    padding: 0.4166666667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li.date {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li.date {
    font-size: 14px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap ul li:last-child {
  margin-right: 0;
}
.under#columns .archive_wrap .inner .archive_main_wrap .contents .item .text_wrap .archive_title span {
  letter-spacing: -0.05em;
  border-bottom: 1px solid #505050;
}
.under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi * {
  line-height: 1;
}
.under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li span {
  display: block;
  font-weight: 900;
}
.under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li .page {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  padding-top: 2.4vw;
  font-size: 5.3333333333vw;
  text-align: center;
  background: #FFC9DB;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li .page {
    width: 2.7777777778vw;
    max-width: 40px;
    height: 2.7777777778vw;
    max-height: 40px;
    padding-top: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li .page {
    padding-top: 10px;
    font-size: 20px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.number {
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.number {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.number {
    margin-right: 10px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.dot, .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.number:has(+ .dot) {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.dot, .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.number:has(+ .dot) {
    margin-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.dot, .under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li.number:has(+ .dot) {
    margin-right: 5px;
  }
}
.under#columns .archive_wrap .inner .archive_main_wrap .wp-pagenavi ul li:last-child {
  margin-right: 0 !important;
}
.under#columns .archive_wrap .inner .archive_main_wrap .no_archive {
  width: 100%;
  text-align: center;
}
.under.single .single_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap {
    margin-bottom: 3.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under.single .single_wrap {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner {
    display: flex;
    justify-content: space-between;
    width: 88.8888888889vw;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.under.single .single_wrap .inner .article_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner .article_wrap {
    width: 58.75vw;
    max-width: 846px;
    margin-bottom: 0;
  }
}
.under.single .single_wrap .inner .article_wrap .article_title_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap {
    margin-bottom: 60px;
  }
}
.under.single .single_wrap .inner .article_wrap .article_title_wrap ul {
  display: flex;
  align-items: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap ul {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap ul {
    margin-bottom: 20px;
  }
}
.under.single .single_wrap .inner .article_wrap .article_title_wrap ul li {
  margin-right: 2.6666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap ul li {
    margin-right: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap ul li {
    margin-right: 10px;
    font-size: 16px;
  }
}
.under.single .single_wrap .inner .article_wrap .article_title_wrap ul li.category {
  padding: 1.3333333333vw;
  background: #97D301;
  border-radius: 0.2666666667vw;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap ul li.category {
    padding: 0.4166666667vw;
  }
}
.under.single .single_wrap .inner .article_wrap .article_title_wrap ul li:last-child {
  margin-right: 0;
}
.under.single .single_wrap .inner .article_wrap .article_title_wrap .archive_title span {
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap .archive_title span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under.single .single_wrap .inner .article_wrap .article_title_wrap .archive_title span {
    font-size: 32px;
  }
}
.under.single .single_wrap .inner .article_wrap .top_image {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under.single .single_wrap .inner .article_wrap .top_image {
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under.single .single_wrap .inner .article_wrap .top_image {
    border-radius: 20px;
  }
}
.under.single .single_wrap .inner .article_wrap .post_content p {
  font-weight: 500;
}
.under#about {
  /*================================
  introduction
  =================================*/
  /*================================
  greeting
  =================================*/
  /*================================
  station
  =================================*/
}
.under#about .introduction_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .introduction_wrap {
    margin-bottom: 100px;
  }
}
.under#about .introduction_wrap .inner .contents .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .introduction_wrap .inner .contents .item {
    margin-bottom: 60px;
  }
}
.under#about .introduction_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item:nth-child(2n+1) .image {
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item:nth-child(2n) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item:nth-child(2n) .image {
    margin-left: 2.7777777778vw;
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item:nth-child(2n) .text_wrap {
    order: 1;
  }
}
.under#about .introduction_wrap .inner .contents .item .image {
  margin-bottom: 7.2vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item .image {
    width: 50%;
    margin-bottom: 0;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
  }
}
.under#about .introduction_wrap .inner .contents .item .text_wrap .item_title {
  margin-bottom: 6.4vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  .under#about .introduction_wrap .inner .contents .item .text_wrap .item_title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .introduction_wrap .inner .contents .item .text_wrap .item_title {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
.under#about .greeting_wrap {
  padding: 5.3333333333vw 0;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap {
    padding: 1.1111111111vw 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap {
    padding: 16px 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.under#about .greeting_wrap .inner .contents .image {
  margin-bottom: 6.4vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap .inner .contents .image {
    width: 37.5vw;
    max-width: 540px;
    margin-bottom: 0;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap .inner .contents .image {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap .inner .contents .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
  }
}
.under#about .greeting_wrap .inner .contents .text_wrap .text {
  margin-bottom: 2em;
}
.under#about .greeting_wrap .inner .contents .text_wrap dl dt {
  margin-bottom: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap .inner .contents .text_wrap dl dt {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .greeting_wrap .inner .contents .text_wrap dl dt {
    margin-bottom: 16px;
  }
}
.under#about .greeting_wrap .inner .contents .text_wrap dl dd {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .under#about .greeting_wrap .inner .contents .text_wrap dl dd {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .greeting_wrap .inner .contents .text_wrap dl dd {
    font-size: 32px;
  }
}
.under#about .station_wrap {
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap {
    padding: 100px 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#about .station_wrap .inner .contents {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap .inner .contents {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .station_wrap .inner .contents {
    margin-bottom: 40px;
  }
}
.under#about .station_wrap .inner .contents dl {
  display: flex;
  justify-content: flex-start;
}
.under#about .station_wrap .inner .contents dl dt, .under#about .station_wrap .inner .contents dl dd {
  margin-bottom: 6vw;
  padding-bottom: 6vw;
  border-bottom: 0.5333333333vw solid;
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap .inner .contents dl dt, .under#about .station_wrap .inner .contents dl dd {
    margin-bottom: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .station_wrap .inner .contents dl dt, .under#about .station_wrap .inner .contents dl dd {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.under#about .station_wrap .inner .contents dl dt {
  width: 33.6vw;
  border-bottom-color: #97D301;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap .inner .contents dl dt {
    width: 10.5555555556vw;
    max-width: 152px;
  }
}
.under#about .station_wrap .inner .contents dl dd, .under#about .station_wrap .inner .contents dl dd a {
  font-weight: 500;
}
.under#about .station_wrap .inner .contents dl dd {
  width: 100%;
  padding-left: 3.7333333333vw;
  border-bottom-color: #DFDFDF;
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap .inner .contents dl dd {
    padding-left: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .station_wrap .inner .contents dl dd {
    padding-left: 42px;
  }
}
.under#about .station_wrap .inner .contents dl dd a {
  line-height: 1;
  border-bottom: 1px solid #505050;
}
.under#about .station_wrap .inner .contents dl:last-child dt, .under#about .station_wrap .inner .contents dl:last-child dd {
  margin-bottom: 0;
}
.under#about .station_wrap .inner .map {
  height: 40vw;
}
@media screen and (min-width: 960px) {
  .under#about .station_wrap .inner .map {
    height: 20.8333333333vw;
    max-height: 300px;
  }
}
.under#about .station_wrap .inner .map iframe {
  width: 100%;
  height: 100%;
}
.under#service {
  /*================================
  service
  =================================*/
  /*================================
  guide
  =================================*/
  /*================================
  faq
  =================================*/
  /*================================
  bottom contact
  =================================*/
}
.under#service .service_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.under#service .service_wrap .inner .contents .item {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .contents .item {
    width: 32%;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .contents .item {
    margin-bottom: 40px;
  }
}
.under#service .service_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .contents .item:nth-child(4), .under#service .service_wrap .inner .contents .item:nth-child(5), .under#service .service_wrap .inner .contents .item:nth-child(6) {
    margin-bottom: 0;
  }
}
.under#service .service_wrap .inner .contents .item .image {
  margin-bottom: 6.4vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .contents .item .image {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .contents .item .image {
    margin-bottom: 20px;
  }
}
.under#service .service_wrap .inner .contents .item .image .item_title_wrap {
  position: absolute;
  top: -1px;
  left: -1px;
}
.under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title {
  padding: 0 4vw 3.6vw 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title {
    padding: 0 0.6944444444vw 0.625vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title {
    padding: 0 10px 9px 0;
  }
}
.under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title:before, .under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title:after {
  content: "";
  width: 4vw;
  height: 3.6vw;
  background: url("../images/common/mask_corner_beige.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title:before, .under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title:after {
    width: 1.3333333333vw, 1440;
    max-width: 10px;
    height: 0.625vw;
    max-height: 9px;
  }
}
.under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title:before {
  top: 0;
  right: 0;
}
.under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title:after {
  bottom: 1px;
  left: 0;
}
.under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title span {
  display: inline-block;
  padding: 3.4666666667vw 4vw;
  font-size: 4.8vw;
  line-height: 1;
  color: #97D301;
  background: #FFF7ED;
  border-radius: 0 0 2.6666666667vw 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title span {
    padding: 0.9722222222vw 1.1111111111vw;
    font-size: 1.3888888889vw;
    border-radius: 0 0 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_wrap .inner .contents .item .image .item_title_wrap .item_title span {
    padding: 14px 16px;
    font-size: 20px;
    border-radius: 0 0 10px 0;
  }
}
.under#service .guide_outer {
  padding: 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer {
    padding: 1.1111111111vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer {
    padding: 16px 0;
  }
}
.under#service .guide_outer .guide_wrap {
  padding: 5.3333333333vw 2.6666666667vw;
  background: rgba(151, 211, 1, 0.1);
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
    padding: 4.1666666667vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap {
    padding: 60px;
    border-radius: 20px 20px 0 0;
  }
}
.under#service .guide_outer .guide_wrap .inner {
  padding: 0;
  border-radius: 1.6vw;
  /*================================
  top
  =================================*/
  /*================================
  flow
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner {
    border-radius: 12px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .top_wrap {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .top_wrap {
    border-radius: 12px;
  }
}
.under#service .guide_outer .guide_wrap .inner .top_wrap .image {
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .top_wrap .image {
    margin-bottom: 2.7777777778vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .top_wrap .image {
    margin-bottom: 40px;
    border-radius: 20px;
  }
}
.under#service .guide_outer .guide_wrap .inner .top_wrap .text {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .top_wrap .text {
    margin-bottom: 4.1666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .top_wrap .text {
    margin-bottom: 60px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap {
  padding-top: 8vw;
  background: #fff;
  border-radius: 1.6vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap {
    padding-top: 4.1666666667vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap {
    padding-top: 60px;
    border-radius: 12px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow_title {
  margin-bottom: 8vw;
  font-size: 4.8vw;
  text-align: center;
  color: #97D301;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow_title {
    margin-bottom: 3.3333333333vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow_title {
    margin-bottom: 48px;
    font-size: 28px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow {
  position: relative;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow:before {
  content: "";
  width: 0.5333333333vw;
  height: 98%;
  background: linear-gradient(to bottom, #97D301 50%, transparent 50%) repeat-y center center;
  background-size: 0.5333333333vw 1.0666666667vw;
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow:before {
    width: 0.1388888889vw;
    max-width: 2px;
    height: 97%;
    background-size: 0.1388888889vw 0.2777777778vw;
    left: 8.3%;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow:before {
    background-size: 2px 4px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section {
    margin-bottom: 60px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section:last-child {
  margin-bottom: 0;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap {
  margin-right: 2.4vw;
  padding: 2.6666666667vw 0;
  text-align: center;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap {
    margin-right: 1.3888888889vw;
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap {
    margin-right: 20px;
    padding: 10px 0;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap * {
  color: #97D301;
  line-height: 1;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap .step {
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
  color: #97D301;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap .step {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap .step {
    font-size: 16px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap .number {
  font-size: 8.5333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap .number {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .step_wrap .number {
    font-size: 40px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .contents .item_title {
  padding-top: 6.1333333333vw;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .contents .item_title {
    padding-top: 1.875vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .contents .item_title {
    padding-top: 27px;
    font-size: 22px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .contents .item_title.line_002 {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .contents .item_title.line_002 {
    padding-top: 1.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .section .contents .item_title.line_002 {
    padding-top: 27px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top {
  padding: 0 2.6666666667vw 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top {
    padding: 0 4.1666666667vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top {
    padding: 0 60px 50px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .item_title {
  margin-bottom: 6vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .item_title {
    margin-bottom: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .item_title {
    margin-bottom: 26px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .text {
  margin-bottom: 5.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .text {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .text {
    margin-bottom: 24px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item {
    margin-bottom: 40px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 {
    display: flex;
    justify-content: space-between;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl {
  margin-bottom: 4vw;
  border-radius: 0.8vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl {
    display: flex;
    width: 48%;
    margin-bottom: 0;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl {
    border-radius: 6px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl:last-child {
  margin-bottom: 0;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl dt {
  padding: 3.2vw 0;
  font-size: 3.7333333333vw;
  line-height: 1;
  text-align: center;
  background: #E6D4BB;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl dt {
    width: 5.8333333333vw;
    max-width: 84px;
    padding: 3.125vw 0 3.0555555556vw;
    font-size: 1.1111111111vw;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl dt {
    padding: 45px 0 44px;
    font-size: 16px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl dd {
  padding: 4vw 2.6666666667vw;
  font-weight: 500;
  background: #FFF7ED;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl dd {
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__001 dl dd {
    padding: 20px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 {
  padding-left: 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 {
    padding-left: 20px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 h5, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 h5 {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 h5, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 h5 {
    margin-bottom: 1.3888888889vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 h5, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 h5:before, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 h5:before {
  content: "";
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background: linear-gradient(to right, #97D301 50%, transparent 50%) repeat-x center center;
  background-size: 1.0666666667vw 0.5333333333vw;
  position: absolute;
  top: 2.6666666667vw;
  left: -7.4666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 h5:before, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 h5:before {
    width: 3.3333333333vw;
    max-width: 48px;
    height: 0.1388888889vw;
    max-height: 2px;
    background-size: 0.2777777778vw 0.1388888889vw;
    top: 50%;
    left: -4.0277777778vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 h5:before, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 h5:before {
    background-size: 4px 2px;
    left: -58px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap {
  padding: 5.3333333333vw 2.6666666667vw;
  border-radius: 0.8vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap {
    padding: 2.0833333333vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap {
    padding: 30px;
    border-radius: 6px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap h6, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap h6 {
  margin-bottom: 5.3333333333vw;
  padding-left: 3.4666666667vw;
  font-size: 4vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap h6, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap h6 {
    margin-bottom: 2.2222222222vw;
    padding-left: 1.3888888889vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap h6, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap h6 {
    margin-bottom: 32px;
    padding-left: 20px;
    font-size: 22px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap h6:before, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap h6:before {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #505050;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap h6:before, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap h6:before {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 0.6944444444vw;
    max-height: 10px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap {
  background: rgba(151, 211, 1, 0.1);
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list {
  margin-bottom: 5.3333333333vw;
  padding: 4vw 2.6666666667vw;
  background: #fff;
  border-radius: 0.8vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.0833333333vw;
    padding: 2.0833333333vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 6px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li {
    width: 32%;
    margin-bottom: 0;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li:last-child {
  margin-bottom: 0;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li dl dt {
  margin-bottom: 3.2vw;
  padding-bottom: 3.2vw;
  font-size-adjust: 3.7333333333vw;
  border-bottom: 0.5333333333vw solid #505050;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li dl dt {
    margin-bottom: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    font-size: 1.1111111111vw;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li dl dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li dl dd, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li dl dd * {
  font-weight: 500;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .parent_list > li .child_list > li:before {
  content: "・";
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list * {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list * {
    font-size: 16px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list dt {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list dt {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list dt {
    margin-bottom: 30px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list dd * {
  font-weight: 500;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__002 .detail_wrap .note_list dd ul li:before {
  content: "・";
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap {
  background: rgba(201, 250, 255, 0.3);
  border-radius: 0.8vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap {
    border-radius: 6px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list {
    margin-bottom: 10px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl {
  padding: 4vw 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl {
    padding: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl {
    padding: 22px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl dt {
  margin-bottom: 4.8vw;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl dt {
    margin-bottom: 1.5277777778vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl dt {
    margin-bottom: 22px;
    font-size: 22px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl dd .point {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl dd .point {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl dd .point {
    font-size: 18px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl dd .text {
  font-weight: 500;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl:nth-child(1) {
  background: #fff;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .application_list dl:nth-child(2) {
  background: #F6F5F5;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch {
    width: 25vw;
    max-width: 360px;
    height: 2.7777777778vw;
    max-height: 40px;
    margin-bottom: 0.6944444444vw;
    margin-left: 2.0833333333vw;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch {
    margin-bottom: 10px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch:before, .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch:after {
    content: "";
    position: absolute;
  }
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch:before {
    width: 0.1388888889vw;
    max-width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #505050 50%, transparent 50%) repeat-y center center;
    background-size: 0.1388888889vw 0.2777777778vw;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch:before {
    background-size: 2px 4px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch:after {
    width: 100%;
    height: 0.1388888889vw;
    max-height: 2px;
    background: linear-gradient(to right, #505050 50%, transparent 50%) repeat-x center center;
    background-size: 0.2777777778vw 0.1388888889vw;
    top: 1.1111111111vw;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch:after {
    background-size: 4px 2px;
    top: 16px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch > div {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch > div:before {
    content: "";
    width: 0.1388888889vw;
    max-width: 2px;
    height: 50%;
    background: linear-gradient(to bottom, #505050 50%, transparent 50%) repeat-y top center;
    background-size: 0.1388888889vw 0.2777777778vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .line_branch > div:before {
    background-size: 2px 4px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch {
    display: flex;
    justify-content: space-between;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl {
  margin-bottom: 10.6666666667vw;
  padding: 4vw 2.6666666667vw;
  background: #fff;
  border-radius: 0.8vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl {
    width: 48%;
    margin-bottom: 0;
    padding: 1.5277777778vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl {
    padding: 22px;
    border-radius: 6px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl:last-child {
  margin-bottom: 0;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl:before {
  content: "";
  width: 0.5333333333vw;
  height: 5.3333333333vw;
  background: linear-gradient(to bottom, #505050 50%, transparent 50%) repeat-y center center;
  background-size: 0.5333333333vw 1.0666666667vw;
  position: absolute;
  top: -7.7333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl:before {
    content: none;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl dt {
  margin-bottom: 4vw;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl dt {
    margin-bottom: 1.5277777778vw;
    font-size: 1.5277777778vw;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .detail_wrap .branch dl dd {
  font-weight: 500;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan {
  padding: 5.3333333333vw 2.6666666667vw;
  background: #DAFBFF;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan {
    display: flex;
    align-items: center;
    padding: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan {
    padding: 30px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .pop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  margin: 0 auto 4vw;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .pop {
    width: 8.4722222222vw;
    max-width: 122px;
    height: 122px;
    max-height: 122px;
    margin: 0 2.6666666667vw 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .pop {
    margin-right: 20px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .pop span {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .pop span {
    font-size: 1.1111111111vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .pop span {
    font-size: 16px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .text_wrap .point {
  margin-bottom: 4vw;
  font-size: 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .text_wrap .point {
    margin-bottom: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .text_wrap .point {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .top .section:nth-child(2) .contents .insurance_wrap .item__003 .care_plan .text_wrap .text {
  margin-bottom: 0;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom {
  padding: 5.3333333333vw 2.6666666667vw;
  background: #FFF4F8;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom {
    padding: 2.7777777778vw 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom {
    padding: 40px 60px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom .section .step_wrap {
  background: #FFF4F8;
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom .section:nth-child(1) .item_title {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom .section:nth-child(1) .item_title {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom .section:nth-child(1) .item_title {
    margin-bottom: 25px;
  }
}
.under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom .section:nth-child(1) .sub_title {
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom .section:nth-child(1) .sub_title {
    margin-bottom: 1.7361111111vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .guide_outer .guide_wrap .inner .flow_wrap .flow .bottom .section:nth-child(1) .sub_title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.under#service .faq_wrap {
  padding: 5.3333333333vw 0;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap {
    padding: 1.1111111111vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .faq_wrap {
    padding: 16px 0;
  }
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
  }
}
.under#service .faq_wrap .inner .contents ul {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner .contents ul {
    width: 49%;
    margin-bottom: 0;
  }
}
.under#service .faq_wrap .inner .contents ul:last-child {
  margin-bottom: 0;
}
.under#service .faq_wrap .inner .contents ul li {
  margin-bottom: 2.6666666667vw;
  border: 0.5333333333vw solid #FFC9DB;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner .contents ul li {
    margin-bottom: 1.6666666667vw;
    border-width: 2px;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .faq_wrap .inner .contents ul li {
    margin-bottom: 24px;
    border-radius: 10px;
  }
}
.under#service .faq_wrap .inner .contents ul li:last-child {
  margin-bottom: 0;
}
.under#service .faq_wrap .inner .contents ul li .accordion * {
  font-weight: 500;
}
.under#service .faq_wrap .inner .contents ul li .accordion__top {
  padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  background: rgba(255, 201, 219, 0.2);
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__top {
    padding: 1.1111111111vw 4.1666666667vw 1.1111111111vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__top {
    padding: 16px 60px 16px 24px;
  }
}
.under#service .faq_wrap .inner .contents ul li .accordion__top:before, .under#service .faq_wrap .inner .contents ul li .accordion__top:after {
  content: "";
  width: 4.2666666667vw;
  height: 0.5333333333vw;
  background: #505050;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__top:before, .under#service .faq_wrap .inner .contents ul li .accordion__top:after {
    width: 2.1333333333vw;
    max-width: 16px;
    height: 2px;
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__top:before, .under#service .faq_wrap .inner .contents ul li .accordion__top:after {
    right: 24px;
  }
}
.under#service .faq_wrap .inner .contents ul li .accordion__top:after {
  transform: rotate3d(0, 0, 1, 90deg);
}
.under#service .faq_wrap .inner .contents ul li .accordion__bottom {
  display: none;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__bottom {
    padding: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__bottom {
    padding: 24px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__bottom * {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .faq_wrap .inner .contents ul li .accordion__bottom * {
    font-size: 14px;
  }
}
.under#service .faq_wrap .inner .contents ul li .accordion__bottom span {
  opacity: 0.1%;
  transition: all 0.4s;
}
.under#service .faq_wrap .inner .contents ul li .accordion__bottom a {
  line-height: 1;
  border-bottom: 1px solid #505050;
}
.under#service .faq_wrap .inner .contents ul li .accordion.open .accordion__top:after {
  transform: rotate3d(0, 0, 1, 180deg);
}
.under#service .faq_wrap .inner .contents ul li .accordion.open .accordion__bottom span {
  opacity: 1;
}
.under#service .bottom_contact_wrap {
  padding: 13.3333333333vw 0;
  background: transparent;
}
@media screen and (min-width: 960px) {
  .under#service .bottom_contact_wrap {
    padding: 8.0555555556vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .bottom_contact_wrap {
    padding: 116px 0 100px;
  }
}
.under#recruit {
  /*================================
  top
  =================================*/
  /*================================
  reason
  =================================*/
  /*================================
  schedule
  =================================*/
  /*================================
  good thing
  =================================*/
  /*================================
  recruitment
  =================================*/
  /*================================
  contact
  =================================*/
  /*================================
  bottom contact
  =================================*/
}
.under#recruit .top_wrap {
  position: relative;
}
.under#recruit .top_wrap:before, .under#recruit .top_wrap:after {
  content: "";
  background: url("../images/recruit/recruit_bg.png") no-repeat center center;
  background-size: 100%;
  mix-blend-mode: darken;
  position: absolute;
  z-index: 0;
}
.under#recruit .top_wrap:before {
  width: 47.6vw;
  height: 49.8666666667vw;
  top: -36.6666666667vw;
  right: -23.7333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .top_wrap:before {
    width: 37.8472222222vw;
    max-width: 545px;
    height: 39.5833333333vw;
    max-height: 570px;
    top: -28.4722222222vw;
    right: -11.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .top_wrap:before {
    top: -410px;
    right: -172px;
  }
}
.under#recruit .top_wrap:after {
  width: 58.5333333333vw;
  height: 61.3333333333vw;
  top: 41.4666666667vw;
  left: -34.9333333333vw;
  transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .under#recruit .top_wrap:after {
    width: 46.5972222222vw;
    max-width: 671px;
    height: 48.75vw;
    max-height: 702px;
    top: 17.7777777778vw;
    left: -10.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .top_wrap:after {
    top: 256px;
    right: -156px;
  }
}
.under#recruit .top_wrap .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .top_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#recruit .top_wrap .inner .image {
  margin-bottom: 8vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#recruit .top_wrap .inner .image {
    margin-bottom: 3.8194444444vw;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .top_wrap .inner .image {
    margin-bottom: 55px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .top_wrap .inner .text_wrap {
    text-align: center;
  }
}
.under#recruit .top_wrap .inner .text_wrap .top_text {
  margin-bottom: 8vw;
  font-size: 5.6vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .top_wrap .inner .text_wrap .top_text {
    margin-bottom: 3.4722222222vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .top_wrap .inner .text_wrap .top_text {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
.under#recruit .reason_wrap {
  position: relative;
}
.under#recruit .reason_wrap:before {
  content: "";
  width: 47.6vw;
  height: 49.8666666667vw;
  background: url("../images/recruit/recruit_bg.png") no-repeat center center;
  background-size: 100%;
  mix-blend-mode: darken;
  position: absolute;
  top: -24.8vw;
  right: -18.4vw;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .under#recruit .reason_wrap:before {
    width: 37.8472222222vw;
    max-width: 545px;
    height: 39.5833333333vw;
    max-height: 570px;
    top: 34.0277777778vw;
    right: -4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .reason_wrap:before {
    top: 490px;
    right: -60px;
  }
}
.under#recruit .reason_wrap .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .reason_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#recruit .reason_wrap .inner .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.under#recruit .reason_wrap .inner .contents .item {
  width: 48%;
  margin-bottom: 5.3333333333vw;
}
.under#recruit .reason_wrap .inner .contents .item:nth-last-child(1), .under#recruit .reason_wrap .inner .contents .item:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .under#recruit .reason_wrap .inner .contents .item:nth-last-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#recruit .reason_wrap .inner .contents .item {
    width: 32%;
    margin-bottom: 4.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .reason_wrap .inner .contents .item {
    margin-bottom: 68px;
  }
}
.under#recruit .reason_wrap .inner .contents .item .image {
  width: 22.4vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .reason_wrap .inner .contents .item .image {
    margin-bottom: 2.2222222222vw;
    width: 9.3055555556vw;
    max-width: 134px;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .reason_wrap .inner .contents .item .image {
    margin-bottom: 32px;
  }
}
.under#recruit .reason_wrap .inner .contents .item .item_title {
  margin-bottom: 4.2666666667vw;
  font-size: 4vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#recruit .reason_wrap .inner .contents .item .item_title {
    margin-bottom: 1.6666666667vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .reason_wrap .inner .contents .item .item_title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.under#recruit .schedule_wrap {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap:before {
    content: "";
    width: 37.8472222222vw;
    max-width: 545px;
    height: 39.5833333333vw;
    max-height: 570px;
    background: url("../images/recruit/recruit_bg.png") no-repeat center center;
    background-size: 100%;
    mix-blend-mode: darken;
    position: absolute;
    top: 69.0277777778vw;
    left: -12.4305555556vw;
    transform: scale(-1, -1);
    z-index: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap:before {
    top: 994px;
    left: -179px;
  }
}
.under#recruit .schedule_wrap .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#recruit .schedule_wrap .inner .list {
  padding: 8vw 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list {
    padding: 4.1666666667vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list {
    padding: 60px;
    border-radius: 20px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents {
  margin-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents {
    margin-bottom: 40px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents:before {
  content: "";
  width: 0.5333333333vw;
  height: 99%;
  background: #97D301;
  position: absolute;
  top: 1%;
  left: 20vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents:before {
    width: 2px;
    height: 98%;
    top: 2%;
    left: 8.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents:before {
    left: 125px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item {
    margin-bottom: 40px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item:last-child {
  margin-bottom: 0;
}
.under#recruit .schedule_wrap .inner .list .contents .item .time_wrap {
  margin-right: 4vw;
  padding-right: 7.2vw;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .time_wrap {
    margin-right: 2.3611111111vw;
    padding-right: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .time_wrap {
    margin-right: 34px;
    padding-right: 46px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item .time_wrap:before {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: #97D301;
  border-radius: 50%;
  position: absolute;
  top: 56%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .time_wrap:before {
    width: 1.1111111111vw;
    max-width: 16px;
    height: 1.1111111111vw;
    max-height: 16px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item .time_wrap .time {
  width: 14.6666666667vw;
  font-size: 6.6666666667vw;
  line-height: 1;
  color: #97D301;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .time_wrap .time {
    width: 6.1111111111vw;
    max-width: 88px;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .time_wrap .time {
    font-size: 40px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item .detail {
  padding-top: 0.2666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail {
    padding-top: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail {
    padding-top: 3px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item .detail .item_title {
  margin-bottom: 4vw;
  font-size: 4vw;
  color: #97D301;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail .item_title {
    margin-bottom: 0.6944444444vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail .item_title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item .detail .image_wrap {
  padding-top: 4vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail .image_wrap {
    padding-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail .image_wrap {
    padding-top: 25px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item .detail .image_wrap .image {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail .image_wrap .image {
    width: 24.3055555556vw;
    max-width: 350px;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item .detail .image_wrap .image {
    border-radius: 20px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item:nth-child(2):before, .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(5):before, .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(6):before {
  content: "";
  position: absolute;
}
.under#recruit .schedule_wrap .inner .list .contents .item:nth-child(2):before {
  width: 16.9333333333vw;
  height: 15.8666666667vw;
  background: url("../images/recruit/schedule_illust001.svg") no-repeat center center;
  background-size: 100%;
  top: 9.3333333333vw;
  left: -9.4666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(2):before {
    width: 11.1111111111vw;
    max-width: 160px;
    height: 10.4166666667vw;
    max-height: 150px;
    top: 3.8888888889vw;
    left: -9.5833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(2):before {
    top: 56px;
    left: -138px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item:nth-child(5):before {
  width: 16.9333333333vw;
  height: 23.3333333333vw;
  background: url("../images/recruit/schedule_illust002.svg") no-repeat center center;
  background-size: 100%;
  top: 13.0666666667vw;
  left: -8.8vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(5):before {
    width: 11.1111111111vw;
    max-width: 160px;
    height: 15.3472222222vw;
    max-height: 221px;
    top: 7.1527777778vw;
    right: -7.7083333333vw;
    left: unset;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(5):before {
    top: 103px;
    right: -111px;
  }
}
.under#recruit .schedule_wrap .inner .list .contents .item:nth-child(6):before {
  width: 21.8666666667vw;
  height: 23.4666666667vw;
  background: url("../images/recruit/schedule_illust003.svg") no-repeat center center;
  background-size: 100%;
  top: 93.0666666667vw;
  left: -8vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(6):before {
    width: 15.2777777778vw;
    max-width: 220px;
    height: 16.4583333333vw;
    max-height: 237px;
    top: 19.4444444444vw;
    left: -10.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .schedule_wrap .inner .list .contents .item:nth-child(6):before {
    top: 280px;
    left: -146px;
  }
}
.under#recruit .good_thing_wrap {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .good_thing_wrap:before {
    content: "";
    width: 37.8472222222vw;
    max-width: 545px;
    height: 39.5833333333vw;
    max-height: 570px;
    background: url("../images/recruit/recruit_bg.png") no-repeat center center;
    background-size: 100%;
    mix-blend-mode: darken;
    position: absolute;
    top: 3.6111111111vw;
    right: -11.9444444444vw;
    z-index: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .good_thing_wrap:before {
    top: 52px;
    right: -172px;
  }
}
.under#recruit .good_thing_wrap .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .good_thing_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#recruit .good_thing_wrap .inner .contents .item {
  margin-bottom: 5.3333333333vw;
  padding: 8vw 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .good_thing_wrap .inner .contents .item {
    display: flex;
    align-items: center;
    margin-bottom: 1.3888888889vw;
    padding: 2.0833333333vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .good_thing_wrap .inner .contents .item {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 20px;
  }
}
.under#recruit .good_thing_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#recruit .good_thing_wrap .inner .contents .item .image {
  width: 20vw;
  margin: 0 auto 6.4vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .good_thing_wrap .inner .contents .item .image {
    margin: 0 2.0833333333vw 0 0;
    width: 6.9444444444vw;
    max-width: 100px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .good_thing_wrap .inner .contents .item .image {
    margin-right: 30px;
  }
}
.under#recruit .good_thing_wrap .inner .contents .item .text_wrap .item_title {
  margin-bottom: 6.4vw;
  font-size: 4.8vw;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#recruit .good_thing_wrap .inner .contents .item .text_wrap .item_title {
    margin-bottom: 1.6666666667vw;
    font-size: 1.5277777778vw;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .good_thing_wrap .inner .contents .item .text_wrap .item_title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.under#recruit .good_thing_wrap .inner .contents .item .text_wrap ul li {
  font-weight: 500;
}
.under#recruit .good_thing_wrap .inner .contents .item .text_wrap ul li:before {
  content: "・";
}
.under#recruit .recruitment_wrap {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap:before {
    content: "";
    width: 46.5972222222vw;
    max-width: 671px;
    height: 48.75vw;
    max-height: 702px;
    background: url("../images/recruit/recruit_bg.png") no-repeat center center;
    background-size: 100%;
    mix-blend-mode: darken;
    position: absolute;
    top: 42.7777777778vw;
    left: -24.7222222222vw;
    transform: scale(-1, -1);
    z-index: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .recruitment_wrap:before {
    top: 616px;
    left: -356px;
  }
}
.under#recruit .recruitment_wrap .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#recruit .recruitment_wrap .inner .tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap .inner .tab {
    width: 46.9444444444vw;
    max-width: 676px;
    margin: 0 auto;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .recruitment_wrap .inner .tab {
    margin-bottom: 40px;
  }
}
.under#recruit .recruitment_wrap .inner .tab li {
  width: 48%;
  padding: 3.4666666667vw 0;
  text-align: center;
  background: #fff;
  border: 0.5333333333vw solid #FFC9DB;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap .inner .tab li {
    padding: 1.3888888889vw 0;
    font-size: 1.3888888889vw;
    border-width: 2px;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .recruitment_wrap .inner .tab li {
    padding: 20px 0;
    font-size: 20px;
  }
}
.under#recruit .recruitment_wrap .inner .tab li.current {
  background: #FFC9DB;
}
.under#recruit .recruitment_wrap .inner .contents {
  padding: 8vw 5.3333333333vw;
  border-radius: 2.6666666667vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap .inner .contents {
    padding: 4.1666666667vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .recruitment_wrap .inner .contents {
    padding: 60px;
    border-radius: 20px;
  }
}
.under#recruit .recruitment_wrap .inner .contents .list {
  display: none;
}
.under#recruit .recruitment_wrap .inner .contents .list * {
  font-weight: 500;
}
.under#recruit .recruitment_wrap .inner .contents .list dl {
  display: flex;
  justify-content: flex-start;
}
.under#recruit .recruitment_wrap .inner .contents .list dl dt, .under#recruit .recruitment_wrap .inner .contents .list dl dd {
  margin-bottom: 6vw;
  padding-bottom: 6vw;
  border-bottom: 0.5333333333vw solid;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap .inner .contents .list dl dt, .under#recruit .recruitment_wrap .inner .contents .list dl dd {
    margin-bottom: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .recruitment_wrap .inner .contents .list dl dt, .under#recruit .recruitment_wrap .inner .contents .list dl dd {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.under#recruit .recruitment_wrap .inner .contents .list dl dt {
  width: 30.6666666667vw;
  border-bottom-color: #97D301;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap .inner .contents .list dl dt {
    width: 9.0277777778vw;
    max-width: 130px;
  }
}
.under#recruit .recruitment_wrap .inner .contents .list dl dd, .under#recruit .recruitment_wrap .inner .contents .list dl dd a {
  font-weight: 500;
}
.under#recruit .recruitment_wrap .inner .contents .list dl dd {
  width: 100%;
  padding-left: 3.7333333333vw;
  border-bottom-color: #DFDFDF;
}
@media screen and (min-width: 960px) {
  .under#recruit .recruitment_wrap .inner .contents .list dl dd {
    padding-left: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .recruitment_wrap .inner .contents .list dl dd {
    padding-left: 42px;
  }
}
.under#recruit .recruitment_wrap .inner .contents .list dl dd ul li:before {
  content: "・";
}
.under#recruit .recruitment_wrap .inner .contents .list dl dd a {
  line-height: 1;
  color: #FF84AC;
  border-bottom: 1px solid #FF84AC;
}
.under#recruit .recruitment_wrap .inner .contents .list dl:last-child dt, .under#recruit .recruitment_wrap .inner .contents .list dl:last-child dd {
  margin-bottom: 0;
}
.under#recruit .contact_wrap {
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .contact_wrap:before {
    content: "";
    width: 37.8472222222vw;
    max-width: 545px;
    height: 39.5833333333vw;
    max-height: 570px;
    background: url("../images/recruit/recruit_bg.png") no-repeat center center;
    background-size: 100%;
    mix-blend-mode: darken;
    position: absolute;
    top: -2.3611111111vw;
    right: -18.8888888889vw;
    z-index: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .contact_wrap:before {
    top: -34px;
    right: -272px;
  }
}
.under#recruit .contact_wrap .inner {
  position: relative;
  z-index: 1;
}
.under#recruit .bottom_contact_wrap {
  background: transparent;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#recruit .bottom_contact_wrap:before {
    content: "";
    width: 46.5972222222vw;
    max-width: 671px;
    height: 48.75vw;
    max-height: 702px;
    background: url("../images/recruit/recruit_bg.png") no-repeat center center;
    background-size: 100%;
    mix-blend-mode: darken;
    position: absolute;
    top: 1.4583333333vw;
    left: -24.7222222222vw;
    transform: scale(-1, -1);
    z-index: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#recruit .bottom_contact_wrap:before {
    top: 21px;
    left: -356px;
  }
}
.under#recruit .bottom_contact_wrap .inner {
  position: relative;
  z-index: 1;
}
.under#contact {
  /*================================
  contact
  =================================*/
}
.under#contact .contact_wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#contact .contact_wrap .inner .top_text {
  margin-bottom: 8vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .top_text {
    margin-bottom: 4.1666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .top_text {
    margin-bottom: 60px;
  }
}
.under#contact .contact_wrap .inner .top_tel_wrap {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .top_tel_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .top_tel_wrap {
    margin-bottom: 60px;
  }
}
.under#contact .contact_wrap .inner .top_tel_wrap * {
  line-height: 1;
}
.under#contact .contact_wrap .inner .top_tel_wrap .item_title {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .item_title {
    margin-bottom: 2.0833333333vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .item_title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.under#contact .contact_wrap .inner .top_tel_wrap .link {
  margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .link {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .link {
    margin-bottom: 20px;
  }
}
.under#contact .contact_wrap .inner .top_tel_wrap .link a {
  padding-left: 8vw;
  font-size: 6.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .link a {
    padding-left: 3.4722222222vw;
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .link a {
    padding-left: 50px;
    font-size: 50px;
  }
}
.under#contact .contact_wrap .inner .top_tel_wrap .link a:before {
  content: "";
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background: url("../images/common/icon_tel.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .link a:before {
    width: 2.6388888889vw;
    max-width: 38px;
    height: 2.6388888889vw;
    max-height: 38px;
  }
}
.under#contact .contact_wrap .inner .top_tel_wrap .small {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .contact_wrap .inner .top_tel_wrap .small {
    font-size: 16px;
  }
}
.under#privacy-policy {
  /*================================
  policy
  =================================*/
}
.under#privacy-policy .policy_wrap {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap {
    margin-bottom: 2.7777777778vw;
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .policy_wrap {
    margin-bottom: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#privacy-policy .policy_wrap .inner .contents {
  padding: 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner .contents {
    padding: 2.7777777778vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .policy_wrap .inner .contents {
    padding: 40px;
    border-radius: 20px;
  }
}
.under#privacy-policy .policy_wrap .inner .contents .list {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner .contents .list {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .policy_wrap .inner .contents .list {
    margin-bottom: 80px;
  }
}
.under#privacy-policy .policy_wrap .inner .contents .list:last-child {
  margin-bottom: 0;
}
.under#privacy-policy .policy_wrap .inner .contents .list .list_title {
  margin-bottom: 5.3333333333vw;
  font-size: 5.3333333333vw;
  text-align: center;
  color: #97D301;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner .contents .list .list_title {
    margin-bottom: 2.7777777778vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#privacy-policy .policy_wrap .inner .contents .list .list_title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.under#privacy-policy .policy_wrap .inner .contents .list ul li {
  margin-bottom: 2em;
  margin-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .under#privacy-policy .policy_wrap .inner .contents .list ul li {
    margin-bottom: 1em;
  }
}
.under#privacy-policy .policy_wrap .inner .contents .list ul li:last-child {
  margin-bottom: 0;
}
.under#privacy-policy .policy_wrap .inner .contents .list ul li:before {
  content: "・";
}

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

		404error

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.error404 {
  /*================================
  error
  =================================*/
}
.error404 main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .error404 .error_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.error404 .error_wrap .inner .error_title {
  margin-bottom: 8vw;
  font-size: 5.6vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .error404 .error_wrap .inner .error_title {
    margin-bottom: 3.4722222222vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .error404 .error_wrap .inner .error_title {
    margin-bottom: 50px;
    font-size: 40px;
  }
}/*# sourceMappingURL=style.css.map */