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

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
function
=================================*/
/*================================
fadein animation
=================================*/
@keyframes fadeIn {
  0% {
    opacity: 1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes blurIn {
  0% {
    opacity: 0.1%;
    visibility: hidden;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.show .in, .show .in-child {
  opacity: 1%;
  visibility: hidden;
}
.show .bl, .show .bl-child {
  opacity: 0.1%;
  visibility: hidden;
  filter: blur(20px);
}
.show .is-anm.anim_active .in {
  animation: fadeIn 0.8s forwards;
}
.show .is-anm.anim_active .bl {
  animation: blurIn 0.8s forwards;
}
.show .is-anm.anim_active .bl-child:nth-child(1) {
  animation: blurIn 0.8s forwards;
}
.show .is-anm.anim_active .bl-child:nth-child(2) {
  animation: blurIn 0.8s 0.2s forwards;
}
.show .is-anm.anim_active .bl-child:nth-child(3) {
  animation: blurIn 0.8s 0.4s forwards;
}
.show#home .service.anim_active .inner .link_btn {
  animation: blurIn 0.8s 0.6s 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;
}
@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;
}

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

			COMMON

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

body, a {
  color: #222;
}

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

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

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

main {
  flex: 1;
}

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

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

.shi-min, .shi-min * {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.cardo, .cardo * {
  font-family: "Cardo", serif;
  font-weight: 400;
}

.text {
  font-weight: 400;
  line-height: 1.75;
}

/*================================
contents title
=================================*/
.page_title_wrap {
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .page_title_wrap {
    left: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .page_title_wrap {
    left: 180px;
  }
}
.page_title_wrap * {
  line-height: 1;
  color: #fff;
}
.page_title_wrap .en {
  margin-bottom: 3.2vw;
  font-size: 7.2vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .page_title_wrap .en {
    margin-bottom: 1.3888888889vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .page_title_wrap .en {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.page_title_wrap .ja {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .page_title_wrap .ja {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .page_title_wrap .ja {
    font-size: 16px;
  }
}

/*================================
contents title
=================================*/
.contents_title_wrap * {
  color: #0F3057;
}
.contents_title_wrap .en {
  margin-bottom: 1.8666666667vw;
  font-size: 7.2vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .en {
    margin-bottom: 0.6944444444vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .en {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.contents_title_wrap .ja {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .ja {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contents_title_wrap .ja {
    font-size: 16px;
  }
}

/*================================
btn
=================================*/
.link_btn, .send_btn {
  width: 69.3333333333vw;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .link_btn, .send_btn {
    width: 20.8333333333vw;
    max-width: 300px;
    margin: 0;
  }
}
.link_btn a, .link_btn button, .send_btn a, .send_btn button {
  display: inline-block;
  width: 100%;
  padding: 6vw 0;
  color: #fff;
  background: linear-gradient(45deg, #2A68B2 0%, #2A8BB2 100%);
  border: unset;
  border-radius: 8vw;
  box-shadow: 0.5333333333vw 0.5333333333vw 1.3333333333vw rgba(15, 48, 87, 0.3);
}
@media screen and (min-width: 960px) {
  .link_btn a, .link_btn button, .send_btn a, .send_btn button {
    box-shadow: 0.2777777778vw 0.2777777778vw 0.6944444444vw rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a, .link_btn button, .send_btn a, .send_btn button {
    box-shadow: 4px 4px 10px rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 960px) {
  .link_btn a, .link_btn button, .send_btn a, .send_btn button {
    padding: 1.25vw 0;
    background: transparent;
    border-radius: 2.0833333333vw;
    transition: all 0.4s;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a, .link_btn button, .send_btn a, .send_btn button {
    padding: 18px 0;
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:before, .link_btn a:after, .link_btn button:before, .link_btn button:after, .send_btn a:before, .send_btn a:after, .send_btn button:before, .send_btn button:after {
    content: "";
    border-radius: 2.0833333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a:before, .link_btn a:after, .link_btn button:before, .link_btn button:after, .send_btn a:before, .send_btn a:after, .send_btn button:before, .send_btn button:after {
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:before, .link_btn button:before, .send_btn a:before, .send_btn button:before {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    transition: all 0.4s;
    opacity: 0;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:after, .link_btn button:after, .send_btn a:after, .send_btn button:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(45deg, #2A68B2 0%, #2A8BB2 100%);
    z-index: 1;
  }
}
.link_btn a span, .link_btn button span, .send_btn a span, .send_btn button span {
  display: inline-block;
  padding-right: 8.6666666667vw;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .link_btn a span, .link_btn button span, .send_btn a span, .send_btn button span {
    padding-right: 2.6388888889vw;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  .link_btn a span, .link_btn button span, .send_btn a span, .send_btn button span {
    padding-right: 38px;
  }
}
.link_btn a span:before, .link_btn button span:before, .send_btn a span:before, .send_btn button span:before {
  content: "";
  width: 6.1333333333vw;
  height: 1.3333333333vw;
  background: url("../images/common/link_arrow_white.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .link_btn a span:before, .link_btn button span:before, .send_btn a span:before, .send_btn button span:before {
    width: 2.0138888889vw;
    max-width: 29px;
    height: 0.4861111111vw;
    max-height: 7px;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover, .link_btn button:hover, .send_btn a:hover, .send_btn button:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover:before, .link_btn button:hover:before, .send_btn a:hover:before, .send_btn button:hover:before {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover span, .link_btn button:hover span, .send_btn a:hover span, .send_btn button:hover span {
    color: #0F3057;
  }
}
@media screen and (min-width: 960px) {
  .link_btn a:hover span:before, .link_btn button:hover span:before, .send_btn a:hover span:before, .send_btn button:hover span:before {
    background: url("../images/common/link_arrow.svg") no-repeat center center;
    background-size: 100%;
  }
}

/*================================
  company profile
=================================*/
@media screen and (min-width: 960px) {
  .company_profile .inner .contents {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.company_profile .inner .contents .map {
  height: 50.2666666667vw;
  box-shadow: 0 0 2.6666666667vw rgba(15, 48, 87, 0.3);
}
@media screen and (min-width: 960px) {
  .company_profile .inner .contents .map {
    box-shadow: -0.2777777778vw 0.2777777778vw 1.3888888889vw rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  .company_profile .inner .contents .map {
    box-shadow: -4px 4px 20px rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 960px) {
  .company_profile .inner .contents .map {
    width: 52.7777777778vw;
    height: 29.6527777778vw;
  }
}
.company_profile .inner .contents .map iframe {
  width: 100%;
  height: 100%;
}
.company_profile .inner .contents .text_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .company_profile .inner .contents .text_wrap {
    width: 30.5555555556vw;
    max-width: 440px;
    margin-right: 4.1666666667vw;
    margin-bottom: 0;
  }
}
.company_profile .inner .contents .text_wrap .contents_title_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .company_profile .inner .contents .text_wrap .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .company_profile .inner .contents .text_wrap .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.company_profile .inner .contents .text_wrap .list dl {
  display: flex;
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 2px solid rgba(34, 34, 34, 0.2);
}
@media screen and (min-width: 960px) {
  .company_profile .inner .contents .text_wrap .list dl {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    border-width: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .company_profile .inner .contents .text_wrap .list dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.company_profile .inner .contents .text_wrap .list dl:last-child {
  margin-bottom: 0;
}
.company_profile .inner .contents .text_wrap .list dl dt {
  width: 14vw;
  margin-right: 5.3333333333vw;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .company_profile .inner .contents .text_wrap .list dl dt {
    width: 4.5138888889vw;
    max-width: 65px;
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .company_profile .inner .contents .text_wrap .list dl dt {
    margin-right: 40px;
  }
}
.company_profile .inner .contents .text_wrap .list dl dd, .company_profile .inner .contents .text_wrap .list dl dd * {
  font-weight: 400;
}
.company_profile .inner .contents .text_wrap .list dl dd ul li:before {
  content: "・";
}
.company_profile .inner .contents .text_wrap .list dl dd .sns_icon {
  display: flex;
  align-items: center;
}
.company_profile .inner .contents .text_wrap .list dl dd .sns_icon .icon {
  width: 8vw;
  margin-right: 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  .company_profile .inner .contents .text_wrap .list dl dd .sns_icon .icon {
    width: 1.8055555556vw;
    max-width: 26px;
    margin-right: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .company_profile .inner .contents .text_wrap .list dl dd .sns_icon .icon {
    margin-right: 14px;
  }
}
.company_profile .inner .contents .text_wrap .list dl dd .sns_icon .icon:last-child {
  margin-right: 0;
}
.company_profile .inner .contents .text_wrap .list dl dd .sns_icon .icon a {
  width: 100%;
}

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

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

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

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10.6666666667vw;
  padding: 0 5.3333333333vw;
  position: fixed;
  top: 3.2vw;
  left: 0;
  z-index: 9998;
  /*================================
  ハンバーガーメニュー
  =================================*/
}
@media screen and (min-width: 960px) {
  header {
    height: 4.5138888889vw;
    max-height: 65px;
    padding: 0 2.7777777778vw;
    top: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  header {
    padding: 0 40px;
    top: 24px;
  }
}
header .logo {
  width: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  header .logo {
    width: 9.7222222222vw;
    max-width: 140px;
  }
}
header .logo a {
  width: 100%;
  position: relative;
}
header .logo a:before {
  content: "";
  width: 26.6666666667vw;
  height: 10.5333333333vw;
  background: url("../images/common/logo.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  header .logo a:before {
    width: 9.7222222222vw;
    max-width: 140px;
    height: 3.8194444444vw;
    max-height: 55px;
  }
}
header .logo a img {
  transition: all 0.4s;
}
header nav {
  display: none;
}
@media screen and (min-width: 960px) {
  header nav {
    display: flex;
    align-items: center;
  }
}
header nav * {
  color: #fff;
}
@media screen and (min-width: 960px) {
  header nav ul {
    display: flex;
    margin-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul {
    margin-right: 32px;
  }
}
@media screen and (min-width: 960px) {
  header nav ul li {
    margin-right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav ul li {
    margin-right: 32px;
  }
}
header nav ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  header nav .tel_wrap {
    width: 13.8888888889vw;
    max-width: 200px;
    text-align: center;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_wrap .tel_btn a {
    width: 100%;
    padding: 0.8333333333vw 0;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  header nav .tel_wrap .tel_btn a {
    padding: 12px 0;
    border-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_wrap .tel_btn a span {
    display: inline-block;
    padding-left: 1.3888888889vw;
    font-size: 1.3888888889vw;
    position: relative;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  header nav .tel_wrap .tel_btn a span {
    padding-left: 20px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_wrap .tel_btn a span:before {
    content: "";
    width: 0.6944444444vw;
    max-width: 10px;
    height: 1.1111111111vw;
    max-height: 16px;
    background: url("../images/common/icon_phone_white.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.4s;
  }
}
@media screen and (min-width: 960px) {
  header nav .tel_wrap .time {
    font-size: 0.6944444444vw;
    white-space: nowrap;
    position: absolute;
    bottom: -1.5277777778vw;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1440px) {
  header nav .tel_wrap .time {
    font-size: 10px;
    bottom: -22px;
  }
}
header.change .logo a:before {
  opacity: 1;
}
header.change .logo a img {
  opacity: 0;
}
header.change nav * {
  color: #0F3057;
}
@media screen and (min-width: 960px) {
  header.change nav .tel_wrap .tel_btn a {
    border-color: #0F3057;
  }
}
@media screen and (min-width: 960px) {
  header.change nav .tel_wrap .tel_btn a span:before {
    background: url("../images/common/icon_phone.svg") no-repeat center center;
    background-size: 100%;
  }
}
header.change.open .logo a:before {
  opacity: 0;
}
header.change.open .logo a img {
  opacity: 1;
}
header .btn_trigger {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
header .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;
}
header .btn_trigger_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.2666666667vw;
  height: 5.8666666667vw;
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 960px) {
  header .btn_trigger_wrap {
    display: none;
  }
}
header .btn_trigger_wrap button, header .btn_trigger_wrap .line {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header .btn_trigger_wrap .line {
  position: relative;
}
header .btn_trigger_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
header .btn_trigger_wrap .line span:nth-child(1) {
  top: 0;
}
header .btn_trigger_wrap .line span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .btn_trigger_wrap .line span:nth-child(3) {
  bottom: 0;
}
header .btn_trigger_wrap .line span :nth-child(1) {
  top: 0;
}
header .btn_trigger_wrap .line span :nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .btn_trigger_wrap .line span :nth-child(3) {
  bottom: 0;
}
header .btn_trigger_wrap.active .line span {
  background: #fff;
}
header .btn_trigger_wrap.active .line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .btn_trigger_wrap.active .line span:nth-of-type(2) {
  opacity: 0;
}
header .btn_trigger_wrap.active .line span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
header.change .line span {
  background: #0F3057;
}

/*================================
グローバルナビゲーション
=================================*/
.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 * {
  color: #fff;
}
.navi_open_wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 133.3333333333vw;
  background: #0F3057;
}
.navi_open_wrap .inner nav ul {
  margin-bottom: 10.6666666667vw;
}
.navi_open_wrap .inner nav ul li {
  margin-bottom: 10.6666666667vw;
}
.navi_open_wrap .inner nav ul li:last-child {
  margin-bottom: 0;
}
.navi_open_wrap .inner nav ul li a {
  font-size: 4.2666666667vw;
}
.navi_open_wrap .inner nav .tel_wrap {
  width: 69.3333333333vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.navi_open_wrap .inner nav .tel_wrap .tel_btn {
  margin-bottom: 4vw;
}
.navi_open_wrap .inner nav .tel_wrap .tel_btn a {
  width: 100%;
  padding: 5.0666666667vw 0;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 8vw;
}
.navi_open_wrap .inner nav .tel_wrap .tel_btn a span {
  display: inline-block;
  padding-left: 6.6666666667vw;
  font-size: 5.6vw;
  position: relative;
}
.navi_open_wrap .inner nav .tel_wrap .tel_btn a span:before {
  content: "";
  width: 4.1333333333vw;
  height: 6.8vw;
  background: url("../images/common/icon_phone_white.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .navi_open_wrap .inner nav .tel_wrap .tel_btn a span:before {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 1.1111111111vw;
    max-height: 16px;
  }
}
@media screen and (min-width: 960px) {
  .navi_open_wrap .inner nav .tel_wrap .time {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .navi_open_wrap .inner nav .tel_wrap .time {
    font-size: 10px;
  }
}

/*================================
footer
=================================*/
footer {
  padding: 16vw 0 5.3333333333vw;
  background: #0F3057;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 4.1666666667vw 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    padding: 60px 0 20px;
  }
}
footer * {
  color: #fff;
}
footer .inner {
  margin-bottom: 22.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.1666666667vw;
    padding: 0 2.7777777778vw;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner {
    margin-bottom: 60px;
    padding: 0 40px;
  }
}
footer .inner .footer_information .logo {
  width: 40vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .footer_information .logo {
    width: 9.7222222222vw;
    max-width: 140px;
    margin: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .footer_information .logo {
    margin-bottom: 20px;
  }
}
footer .inner .footer_information .address {
  margin-bottom: 8vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  footer .inner .footer_information .address {
    margin: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .footer_information .address {
    margin-bottom: 20px;
  }
}
footer .inner .footer_information .sns_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  footer .inner .footer_information .sns_icon {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
footer .inner .footer_information .sns_icon .icon {
  width: 8vw;
  margin-right: 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  footer .inner .footer_information .sns_icon .icon {
    width: 1.8055555556vw;
    max-width: 26px;
    margin-right: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .footer_information .sns_icon .icon {
    margin-right: 14px;
  }
}
footer .inner .footer_information .sns_icon .icon:last-child {
  margin-right: 0;
}
footer .inner .footer_information .sns_icon .icon a {
  width: 100%;
}
@media screen and (min-width: 960px) {
  footer .inner .nav {
    display: flex;
    align-items: center;
  }
}
footer .inner .nav * {
  color: #fff;
}
footer .inner .nav ul {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .nav ul {
    display: flex;
    margin-right: 2.2222222222vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .nav ul {
    margin-right: 32px;
  }
}
footer .inner .nav ul li {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .nav ul li {
    margin-right: 2.2222222222vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .nav ul li {
    margin-right: 32px;
  }
}
footer .inner .nav ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
footer .inner .nav ul li a {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  footer .inner .nav ul li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .nav ul li a {
    font-size: 16px;
  }
}
footer .inner .nav .tel_wrap {
  width: 69.3333333333vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  footer .inner .nav .tel_wrap {
    width: 13.8888888889vw;
    max-width: 200px;
    margin: 0;
  }
}
footer .inner .nav .tel_wrap .tel_btn a {
  width: 100%;
  padding: 5.0666666667vw 0;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 8vw;
}
@media screen and (min-width: 960px) {
  footer .inner .nav .tel_wrap .tel_btn a {
    padding: 0.8333333333vw 0;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .nav .tel_wrap .tel_btn a {
    padding: 12px 0;
    border-radius: 30px;
  }
}
footer .inner .nav .tel_wrap .tel_btn a span {
  display: inline-block;
  padding-left: 6.6666666667vw;
  font-size: 5.6vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  footer .inner .nav .tel_wrap .tel_btn a span {
    padding-left: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .nav .tel_wrap .tel_btn a span {
    padding-left: 20px;
    font-size: 20px;
  }
}
footer .inner .nav .tel_wrap .tel_btn a span:before {
  content: "";
  width: 4.1333333333vw;
  height: 6.8vw;
  background: url("../images/common/icon_phone_white.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  footer .inner .nav .tel_wrap .tel_btn a span:before {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 1.1111111111vw;
    max-height: 16px;
  }
}
footer .inner .nav .tel_wrap .time {
  white-space: nowrap;
  position: absolute;
  bottom: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  footer .inner .nav .tel_wrap .time {
    font-size: 0.6944444444vw;
    bottom: -1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .inner .nav .tel_wrap .time {
    font-size: 10px;
    bottom: -22px;
  }
}
footer .copyright {
  font-size: 2.9333333333vw;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer .copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .copyright {
    font-size: 12px;
  }
}

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

			home

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home {
  /*================================
  mv
  =================================*/
  /*================================
  philosophy
  =================================*/
  /*================================
  service
  =================================*/
  /*================================
  instagram
  =================================*/
}
#home .mv {
  width: 100%;
  height: 100svh;
  min-height: 160vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .mv {
    min-height: 56.25vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv {
    min-height: 810px;
  }
}
#home .mv #mv_slide, #home .mv #mv_slide img, #home .mv #mv_slide picture {
  width: 100%;
  height: 100%;
}
#home .mv #mv_slide .swiper-slide {
  overflow: hidden;
}
#home .mv #mv_slide .swiper-slide-active img, #home .mv #mv_slide .swiper-slide-active picture, #home .mv #mv_slide .swiper-slide-duplicate-active img, #home .mv #mv_slide .swiper-slide-duplicate-active picture, #home .mv #mv_slide .swiper-slide-prev img, #home .mv #mv_slide .swiper-slide-prev picture {
  animation: zoomOut 10s linear 0s 1 normal both;
}
#home .mv #mv_slide img, #home .mv #mv_slide picture {
  -o-object-fit: cover;
     object-fit: cover;
}
#home .mv .catch {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#home .mv .catch span {
  display: block;
  margin-left: 3.7333333333vw;
  font-size: 5.0666666667vw;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #home .mv .catch span {
    margin-left: 1.3888888889vw;
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .mv .catch span {
    margin-left: 20px;
    font-size: 26px;
  }
}
#home .mv .catch span:last-child {
  margin-left: 0;
}
#home .philosophy .inner .contents {
  padding-top: 21.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .philosophy .inner .contents {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
  }
}
#home .philosophy .inner .contents .image {
  margin-bottom: 10.6666666667vw;
  box-shadow: 0 0 2.6666666667vw rgba(15, 48, 87, 0.3);
}
@media screen and (min-width: 960px) {
  #home .philosophy .inner .contents .image {
    box-shadow: -0.2777777778vw 0.2777777778vw 1.3888888889vw rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy .inner .contents .image {
    box-shadow: -4px 4px 20px rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 960px) {
  #home .philosophy .inner .contents .image {
    width: 43.0555555556vw;
    margin-bottom: 0;
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  #home .philosophy .inner .contents .text_wrap {
    width: 37.5vw;
    max-width: 540px;
    margin-right: 6.9444444444vw;
    order: 1;
  }
}
#home .philosophy .inner .contents .text_wrap .contents_title_wrap {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  #home .philosophy .inner .contents .text_wrap .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
    position: unset;
    top: unset;
    left: unset;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy .inner .contents .text_wrap .contents_title_wrap {
    margin-bottom: 60px;
  }
}
#home .philosophy .inner .contents .text_wrap .item_title {
  margin-bottom: 6.4vw;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 960px) {
  #home .philosophy .inner .contents .text_wrap .item_title {
    margin-bottom: 2.7777777778vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy .inner .contents .text_wrap .item_title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
#home .philosophy .inner .contents .text_wrap .text {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .philosophy .inner .contents .text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .philosophy .inner .contents .text_wrap .text {
    margin-bottom: 40px;
  }
}
#home .service {
  margin-bottom: 16vw;
  padding: 16vw 0;
  background: url("../images/common/bg_blue.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #home .service {
    margin-bottom: 12.5vw;
    padding: 12.5vw 0 11.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service {
    margin-bottom: 180px;
    padding: 180px 0 172px;
  }
}
#home .service .inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .service .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
#home .service .inner .contents_title_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents_title_wrap {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#home .service .inner .contents {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service .inner .contents {
    margin-bottom: 60px;
  }
}
#home .service .inner .contents .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents .item {
    width: 32%;
    margin-bottom: 0;
  }
}
#home .service .inner .contents .item:last-child {
  margin-bottom: 0;
}
#home .service .inner .contents .item .image_wrap {
  margin-bottom: 6.4vw;
  padding-top: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents .item .image_wrap {
    margin-bottom: 1.6666666667vw;
    padding-top: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service .inner .contents .item .image_wrap {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
#home .service .inner .contents .item .image_wrap .image {
  box-shadow: 0.5333333333vw 0.5333333333vw 1.3333333333vw rgba(15, 48, 87, 0.3);
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents .item .image_wrap .image {
    box-shadow: 0.2777777778vw 0.2777777778vw 0.6944444444vw rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  #home .service .inner .contents .item .image_wrap .image {
    box-shadow: 4px 4px 10px rgba(15, 48, 87, 0.3);
  }
}
#home .service .inner .contents .item .image_wrap .item_title {
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #0F3057;
  position: absolute;
  top: 0;
  right: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents .item .image_wrap .item_title {
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service .inner .contents .item .image_wrap .item_title {
    right: 24px;
  }
}
#home .service .inner .contents .item .image_wrap .item_title span {
  display: inline-block;
  padding: 6.1333333333vw 4vw;
  font-size: 4.8vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents .item .image_wrap .item_title span {
    padding: 1.6666666667vw 1.1111111111vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service .inner .contents .item .image_wrap .item_title span {
    padding: 24px 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents .item:nth-child(1) {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service .inner .contents .item:nth-child(1) {
    padding-top: 96px;
  }
}
@media screen and (min-width: 960px) {
  #home .service .inner .contents .item:nth-child(2) {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .service .inner .contents .item:nth-child(2) {
    padding-top: 40px;
  }
}
#home .service .inner .link_btn {
  margin: 0 auto;
}
#home .instagram {
  padding: 16vw 0;
  background: url("../images/common/bg_blue.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #home .instagram {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  #home .instagram {
    padding: 120px 0;
  }
}
@media screen and (min-width: 960px) {
  #home .instagram .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
#home .instagram .inner .contents_title_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .instagram .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .instagram .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
#home .instagram .inner .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  #home .instagram .inner .contents {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  #home .instagram .inner .contents {
    margin-bottom: 60px;
  }
}
#home .instagram .inner .contents:before, #home .instagram .inner .contents:after {
  content: "";
  width: 32%;
}
@media screen and (min-width: 960px) {
  #home .instagram .inner .contents:before, #home .instagram .inner .contents:after {
    width: 24%;
  }
}
#home .instagram .inner .contents:before {
  order: 1;
}
#home .instagram .inner .contents .item {
  width: 32%;
  height: 37.3333333333vw;
  margin-bottom: 2%;
}
@media screen and (min-width: 960px) {
  #home .instagram .inner .contents .item {
    width: 24%;
    height: 23.1944444444vw;
    max-height: 334px;
    margin-bottom: 1.5%;
  }
}
#home .instagram .inner .contents .item a, #home .instagram .inner .contents .item a img {
  width: 100%;
  height: 100%;
}
#home .instagram .inner .contents .item a img {
  -o-object-fit: cover;
     object-fit: cover;
}
#home .instagram .inner .link_btn {
  margin: 0 auto;
}

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

		under

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

  		about

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

  		service

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

  		contact

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

  		completed / error

  ----------------------------------------------------
  ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
}
.under .mv {
  margin-bottom: 8.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under .mv {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv {
    margin-bottom: 90px;
  }
}
.under .mv .image {
  height: 80vw;
  margin-bottom: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under .mv .image {
    height: 28.125vw;
    max-height: 405px;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .image {
    margin-bottom: 20px;
  }
}
.under .mv .image img, .under .mv .image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under .mv .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under .mv .breadcrumbs {
    padding-left: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .breadcrumbs {
    padding-left: 40px;
  }
}
.under .mv .breadcrumbs * {
  font-size: 2.6666666667vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .under .mv .breadcrumbs * {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under .mv .breadcrumbs * {
    font-size: 14px;
  }
}
.under .mv .breadcrumbs span {
  display: block;
  margin-right: 0.5em;
  font-weight: 400;
}
.under .mv .breadcrumbs span:last-child {
  margin-right: 0;
}
.under#about {
  /*================================
  top
  =================================*/
  /*================================
  message
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#about .top_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .under#about .top_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .under#about .top_wrap .inner .contents .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
  }
}
.under#about .top_wrap .inner .contents .text_wrap .top_title {
  margin-bottom: 6.4vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  .under#about .top_wrap .inner .contents .text_wrap .top_title {
    margin-bottom: 2.7777777778vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .top_wrap .inner .contents .text_wrap .top_title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.under#about .top_wrap .inner .contents .text_wrap .text {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .top_wrap .inner .contents .text_wrap .text {
    margin-bottom: 0;
  }
}
.under#about .top_wrap .inner .contents .image_wrap {
  width: 100%;
  height: 82.6666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#about .top_wrap .inner .contents .image_wrap {
    width: 36.1111111111vw;
    max-width: 520px;
    height: 34.4444444444vw;
    max-height: 496px;
  }
}
.under#about .top_wrap .inner .contents .image_wrap .image {
  width: 48%;
  box-shadow: 0.5333333333vw 0.5333333333vw 1.3333333333vw rgba(15, 48, 87, 0.3);
  position: absolute;
}
@media screen and (min-width: 960px) {
  .under#about .top_wrap .inner .contents .image_wrap .image {
    box-shadow: 0.2777777778vw 0.2777777778vw 0.6944444444vw rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  .under#about .top_wrap .inner .contents .image_wrap .image {
    box-shadow: 4px 4px 10px rgba(15, 48, 87, 0.3);
  }
}
.under#about .top_wrap .inner .contents .image_wrap .image:nth-child(1) {
  bottom: 0;
  left: 0;
}
.under#about .top_wrap .inner .contents .image_wrap .image:nth-child(2) {
  top: 0;
  right: 0;
}
.under#about .message {
  padding: 16vw 0;
  background: url("../images/common/bg_blue.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .under#about .message {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message {
    padding: 120px 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .message .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#about .message .inner .contents_title_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#about .message .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .under#about .message .inner .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.under#about .message .inner .contents .image {
  margin-bottom: 6.4vw;
  box-shadow: 0 0 2.6666666667vw rgba(15, 48, 87, 0.3);
}
@media screen and (min-width: 960px) {
  .under#about .message .inner .contents .image {
    box-shadow: -0.2777777778vw 0.2777777778vw 1.3888888889vw rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message .inner .contents .image {
    box-shadow: -4px 4px 20px rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 960px) {
  .under#about .message .inner .contents .image {
    width: 37.5vw;
    max-width: 540px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#about .message .inner .contents .text_wrap {
    width: 33.3333333333vw;
    max-width: 480px;
  }
}
.under#about .message .inner .contents .text_wrap .text {
  margin-bottom: 2em;
}
.under#about .message .inner .contents .text_wrap dl dt {
  margin-bottom: 2.6666666667vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .under#about .message .inner .contents .text_wrap dl dt {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message .inner .contents .text_wrap dl dt {
    margin-bottom: 10px;
  }
}
.under#about .message .inner .contents .text_wrap dl dd {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#about .message .inner .contents .text_wrap dl dd {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#about .message .inner .contents .text_wrap dl dd {
    font-size: 32px;
  }
}
.under#service {
  /*================================
  service
  =================================*/
}
.under#service .service_outer .service_wrap {
  /*================================
  sz crew
  =================================*/
  /*================================
  relacare
  =================================*/
  /*================================
  support
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#service .service_outer .service_wrap .inner .section {
  padding-top: 4vw;
  position: relative;
  /*================================
  top
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap .inner .section {
    padding-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap .inner .section {
    padding-top: 48px;
  }
}
.under#service .service_outer .service_wrap .inner .section .service_title {
  position: absolute;
  top: 0;
}
.under#service .service_outer .service_wrap .inner .section .service_title span {
  display: inline-block;
  font-size: 8.2666666667vw;
  line-height: 1;
  background: linear-gradient(45deg, #2A68B2 0%, #2A8BB2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap .inner .section .service_title span {
    font-size: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap .inner .section .service_title span {
    font-size: 100px;
  }
}
.under#service .service_outer .service_wrap .inner .section .top_wrap .top_image {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap .inner .section .top_wrap .top_image {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap {
    width: 51.3888888889vw;
    max-width: 740px;
    margin-top: -5.5555555556vw;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap {
    margin-top: -80px;
  }
}
.under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap .top_title {
  margin-bottom: 6.4vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap .top_title {
    margin-bottom: 2.7777777778vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap .top_title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap .text {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap .text {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap .inner .section .top_wrap .top_text_wrap .text {
    margin-bottom: 40px;
  }
}
.under#service .service_outer .service_wrap:nth-child(2n+1) {
  /*================================
  top
  =================================*/
}
.under#service .service_outer .service_wrap:nth-child(2n+1) .service_title {
  left: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap:nth-child(2n+1) .top_wrap .top_text_wrap {
    margin-left: auto;
    padding: 2.7777777778vw 0 0 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap:nth-child(2n+1) .top_wrap .top_text_wrap {
    padding: 40px 0 0 40px;
  }
}
.under#service .service_outer .service_wrap:nth-child(2n) {
  /*================================
  top
  =================================*/
}
.under#service .service_outer .service_wrap:nth-child(2n) .service_title {
  right: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap:nth-child(2n) .top_wrap .top_text_wrap {
    padding: 2.7777777778vw 2.7777777778vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap:nth-child(2n) .top_wrap .top_text_wrap {
    padding: 40px 40px 0 0;
  }
}
.under#service .service_outer .service_wrap.sz_crew {
  /*================================
  top
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.sz_crew .top_wrap .top_text_wrap {
    background: #fff;
  }
}
.under#service .service_outer .service_wrap.relacare {
  padding: 16vw 0;
  background: url("../images/common/bg_blue.jpg") no-repeat top left;
  background-size: cover;
  /*================================
  top
  =================================*/
  /*================================
  support
  =================================*/
  /*================================
  price
  =================================*/
  /*================================
  photograph
  =================================*/
  /*================================
  faq
  =================================*/
  /*================================
  flow
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare {
    padding: 120px 0;
  }
}
.under#service .service_outer .service_wrap.relacare .contents_title_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.under#service .service_outer .service_wrap.relacare .top_text {
  margin-bottom: 8vw;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .top_text {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .top_text {
    margin-bottom: 48px;
  }
}
.under#service .service_outer .service_wrap.relacare .top_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .top_wrap {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .top_wrap {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .top_wrap .top_text_wrap {
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .top_wrap .top_text_wrap:before {
    content: "";
    width: 100%;
    height: 5.5555555556vw;
    max-height: 80px;
    background: url("../images/common/bg_blue.jpg") no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.under#service .service_outer .service_wrap.relacare .support {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .support {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .support {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .support .contents {
    display: flex;
    justify-content: space-between;
  }
}
.under#service .service_outer .service_wrap.relacare .support .contents .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .support .contents .item {
    width: 49%;
    margin-bottom: 0;
  }
}
.under#service .service_outer .service_wrap.relacare .support .contents .item .item_title {
  display: flex;
  align-items: center;
  margin-bottom: 6.4vw;
  font-size: 4.2666666667vw;
  color: #0F3057;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .support .contents .item .item_title {
    margin-bottom: 1.6666666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .support .contents .item .item_title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.under#service .service_outer .service_wrap.relacare .support .contents .item .item_title:after {
  content: "";
  height: 2px;
  margin-left: 2.6666666667vw;
  background: #0F3057;
  flex-grow: 1;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .support .contents .item .item_title:after {
    height: 1px;
    margin-left: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .support .contents .item .item_title:after {
    margin-left: 16px;
  }
}
.under#service .service_outer .service_wrap.relacare .support .contents .item ul * {
  font-weight: 400;
}
.under#service .service_outer .service_wrap.relacare .support .contents .item ul li {
  line-height: 1.75;
}
.under#service .service_outer .service_wrap.relacare .support .contents .item ul li:before {
  content: "・";
}
.under#service .service_outer .service_wrap.relacare .price .contents {
  padding: 8vw 0;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .price .contents {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .price .contents {
    padding: 60px 0;
  }
}
.under#service .service_outer .service_wrap.relacare .price .contents .item_title {
  margin-bottom: 6.4vw;
  font-size: 4.5333333333vw;
  color: #0F3057;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .price .contents .item_title {
    margin-bottom: 3.3333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .price .contents .item_title {
    margin-bottom: 48px;
    font-size: 24px;
  }
}
.under#service .service_outer .service_wrap.relacare .price .contents .text {
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .price .contents .text {
    margin-bottom: 4.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .price .contents .text {
    margin-bottom: 64px;
  }
}
.under#service .service_outer .service_wrap.relacare .price .contents .link_btn {
  margin: 0 auto;
}
.under#service .service_outer .service_wrap.relacare .photograph {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .photograph {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .photograph {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .photograph .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.under#service .service_outer .service_wrap.relacare .photograph .contents .text_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .photograph .contents .text_wrap {
    width: 34.7222222222vw;
    max-width: 500px;
    margin-bottom: 0;
  }
}
.under#service .service_outer .service_wrap.relacare .photograph .contents .image {
  box-shadow: 0.5333333333vw 0.5333333333vw 1.3333333333vw rgba(15, 48, 87, 0.3);
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .photograph .contents .image {
    box-shadow: 0.2777777778vw 0.2777777778vw 0.6944444444vw rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .photograph .contents .image {
    box-shadow: 4px 4px 10px rgba(15, 48, 87, 0.3);
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .photograph .contents .image {
    width: 37.5vw;
    max-width: 540px;
  }
}
.under#service .service_outer .service_wrap.relacare .faq {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .faq {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents {
    display: flex;
    justify-content: space-between;
  }
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul {
    width: 49%;
    margin-bottom: 0;
  }
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul:last-child {
  margin-bottom: 0;
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li {
  margin-bottom: 2.6666666667vw;
  border: 0.5333333333vw solid;
  -o-border-image: linear-gradient(to right, #2A68B2, #2A8BB2) 1;
     border-image: linear-gradient(to right, #2A68B2, #2A8BB2) 1;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li {
    margin-bottom: 1.6666666667vw;
    border-width: 2px;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li {
    margin-bottom: 24px;
    border-radius: 10px;
  }
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li:last-child {
  margin-bottom: 0;
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion * {
  font-weight: 400;
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top {
  padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  color: #fff;
  background: linear-gradient(45deg, #2A68B2 0%, #2A8BB2 100%);
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top {
    padding: 1.1111111111vw 4.1666666667vw 1.1111111111vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top {
    padding: 16px 60px 16px 24px;
  }
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top:before, .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top:after {
  content: "";
  width: 4.2666666667vw;
  height: 0.5333333333vw;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transition: all 0.4s;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top:before, .under#service .service_outer .service_wrap.relacare .faq .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 .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top:before, .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top:after {
    right: 24px;
  }
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__top:after {
  transform: rotate3d(0, 0, 1, 90deg);
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__bottom {
  display: none;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__bottom {
    padding: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__bottom {
    padding: 24px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__bottom * {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__bottom * {
    font-size: 14px;
  }
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__bottom span {
  opacity: 0.1%;
  transition: all 0.4s;
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion__bottom a {
  line-height: 1;
  border-bottom: 1px solid #222;
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion.open .accordion__top:after {
  transform: rotate3d(0, 0, 1, 180deg);
}
.under#service .service_outer .service_wrap.relacare .faq .contents ul li .accordion.open .accordion__bottom span {
  opacity: 1;
}
.under#service .service_outer .service_wrap.relacare .flow {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .flow {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents {
    display: flex;
    justify-content: space-between;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item {
    width: 23.5%;
    margin-bottom: 0;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item .step {
  display: flex;
  align-items: center;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .step {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .step {
    margin-bottom: 40px;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item .step .number {
  padding: 1.6vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #0F3057;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .step .number {
    padding: 0.4166666667vw 0.8333333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .step .number {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow {
  width: 100%;
  height: 1.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow {
    height: 0.4166666667vw;
    max-height: 6px;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow:before, .under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow:after {
  content: "";
  position: absolute;
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow:before {
  width: 99%;
  height: 0.4vw;
  background: #0F3057;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow:before {
    height: 1px;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow:after {
  width: 1.6vw;
  height: 1.2vw;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #0F3057;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .step .arrow:after {
    width: 0.4861111111vw;
    max-width: 7px;
    height: 0.4166666667vw;
    max-height: 6px;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item .item_title {
  margin-bottom: 6.4vw;
  font-size: 4.2666666667vw;
  color: #0F3057;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .item_title {
    margin-bottom: 1.6666666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item .item_title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item:first-child .text {
  margin-bottom: 5.0666666667vw;
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item:first-child .text {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#service .service_outer .service_wrap.relacare .flow .contents .item:first-child .text {
    margin-bottom: 10px;
  }
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item:first-child .link_text a {
  background: linear-gradient(45deg, #2A68B2 0%, #2A8BB2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #2A68B2, #2A8BB2) 1;
     border-image: linear-gradient(to right, #2A68B2, #2A8BB2) 1;
}
.under#service .service_outer .service_wrap.relacare .flow .contents .item:last-child {
  margin-bottom: 0;
}
.under#service .service_outer .service_wrap.support {
  /*================================
  top
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#service .service_outer .service_wrap.support .top_wrap .top_text_wrap {
    background: #fff;
  }
}
.under#contact {
  /*================================
  top
  =================================*/
  /*================================
  form
  =================================*/
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner {
    width: 45.4861111111vw;
    max-width: 655px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
  }
}
.under#contact .top_wrap .inner .contents .item {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents .item {
    margin-bottom: 0;
  }
}
.under#contact .top_wrap .inner .contents .item:last-child {
  margin-bottom: 0;
}
.under#contact .top_wrap .inner .contents .item .top_title {
  margin-bottom: 8vw;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents .item .top_title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_wrap .inner .contents .item .top_title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents .item.tel .tel_text {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_wrap .inner .contents .item.tel .tel_text {
    margin-bottom: 20px;
  }
}
.under#contact .top_wrap .inner .contents .item.tel .tel_text a span {
  font-size: 8.5333333333vw;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents .item.tel .tel_text a span {
    display: inline-block;
    padding-left: 2.4305555556vw;
    font-size: 2.7777777778vw;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_wrap .inner .contents .item.tel .tel_text a span {
    padding-left: 35px;
    font-size: 40px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents .item.tel .tel_text a span:before {
    content: "";
    width: 1.1111111111vw;
    max-width: 16px;
    height: 1.875vw;
    max-height: 27px;
    background: url("../images/common/icon_phone.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents .item.tel .time {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .top_wrap .inner .contents .item.tel .time {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .top_wrap .inner .contents .item.line .qr {
    width: 11.6666666667vw;
    max-width: 168px;
    margin: 0 auto;
  }
}
.under#contact .form_wrap {
  padding: 16vw 0;
  background: url("../images/common/bg_blue.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap {
    padding: 120px 0;
  }
}
.under#contact .form_wrap ::-moz-placeholder {
  color: rgba(34, 34, 34, 0.2);
  opacity: 1;
}
.under#contact .form_wrap ::placeholder {
  color: rgba(34, 34, 34, 0.2);
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#contact .form_wrap .inner .contents_title_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner .contents_title_wrap {
    margin-bottom: 60px;
  }
}
.under#contact .form_wrap .inner form {
  background: #fff;
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form {
    margin-bottom: 4.1666666667vw;
    padding: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner form {
    margin-bottom: 60px;
    padding: 60px;
  }
}
.under#contact .form_wrap .inner form .contents {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner form .contents {
    margin-bottom: 60px;
  }
}
.under#contact .form_wrap .inner form .contents dl {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner form .contents dl {
    margin-bottom: 40px;
  }
}
.under#contact .form_wrap .inner form .contents dl dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.6vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl dt {
    width: 9.0277777778vw;
    max-width: 130px;
    margin-right: 2.7777777778vw;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner form .contents dl dt {
    margin-right: 40px;
  }
}
.under#contact .form_wrap .inner form .contents dl dt span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
.under#contact .form_wrap .inner form .contents dl dt span.required {
  margin-bottom: 2.4vw;
  padding: 0.8vw 0.8vw 0.9333333333vw;
  font-size: 2.9333333333vw;
  color: #fff;
  border-radius: 0.2666666667vw;
  background: #0F3057;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl dt span.required {
    margin-bottom: 0.6944444444vw;
    padding: 0.2777777778vw 0.4166666667vw 0.3472222222vw;
    font-size: 0.8333333333vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner form .contents dl dt span.required {
    margin-bottom: 10px;
    padding: 4px 6px 5px;
    font-size: 12px;
    border-radius: 2px;
  }
}
.under#contact .form_wrap .inner form .contents dl dd {
  width: 100%;
}
.under#contact .form_wrap .inner form .contents dl dd input, .under#contact .form_wrap .inner form .contents dl dd textarea {
  width: 100%;
  padding: 1.3333333333vw;
  background: rgba(15, 48, 87, 0.1);
  border: none;
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl dd input, .under#contact .form_wrap .inner form .contents dl dd textarea {
    padding: 0.6944444444vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner form .contents dl dd input, .under#contact .form_wrap .inner form .contents dl dd textarea {
    padding: 10px;
    border-radius: 4px;
  }
}
.under#contact .form_wrap .inner form .contents dl dd input {
  height: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl dd input {
    height: 3.4722222222vw;
    max-height: 50px;
  }
}
.under#contact .form_wrap .inner form .contents dl dd textarea {
  height: 40vw;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl dd textarea {
    height: 13.8888888889vw;
    max-height: 200px;
  }
}
.under#contact .form_wrap .inner form .contents dl dd .error {
  padding-top: 1.3333333333vw;
  font-size: 2.9333333333vw;
  color: #FF0000;
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl dd .error {
    padding-top: 0.3472222222vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#contact .form_wrap .inner form .contents dl dd .error {
    padding-top: 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .under#contact .form_wrap .inner form .contents dl.input_text {
    align-items: center;
  }
}
.under#contact .form_wrap .inner form .send_btn {
  margin: 0 auto;
}
.under#contact .form_wrap .inner form .send_btn button {
  cursor: pointer;
}
.under#completed, .under#error {
  /*================================
  completed
  =================================*/
}
.under#completed .completed_wrap, .under#completed .error_wrap, .under#error .completed_wrap, .under#error .error_wrap {
  padding: 16vw 0;
  background: url("../images/common/bg_blue.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .under#completed .completed_wrap, .under#completed .error_wrap, .under#error .completed_wrap, .under#error .error_wrap {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .under#completed .completed_wrap, .under#completed .error_wrap, .under#error .completed_wrap, .under#error .error_wrap {
    padding: 120px 0;
  }
}
@media screen and (min-width: 960px) {
  .under#completed .completed_wrap .inner, .under#completed .error_wrap .inner, .under#error .completed_wrap .inner, .under#error .error_wrap .inner {
    width: 75vw;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.under#completed .completed_wrap .inner .contents, .under#completed .error_wrap .inner .contents, .under#error .completed_wrap .inner .contents, .under#error .error_wrap .inner .contents {
  text-align: center;
  background: #fff;
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .under#completed .completed_wrap .inner .contents, .under#completed .error_wrap .inner .contents, .under#error .completed_wrap .inner .contents, .under#error .error_wrap .inner .contents {
    margin-bottom: 4.1666666667vw;
    padding: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#completed .completed_wrap .inner .contents, .under#completed .error_wrap .inner .contents, .under#error .completed_wrap .inner .contents, .under#error .error_wrap .inner .contents {
    margin-bottom: 60px;
    padding: 60px;
  }
}
.under#completed .completed_wrap .inner .contents .contact_top_text, .under#completed .completed_wrap .inner .contents .error_title, .under#completed .error_wrap .inner .contents .contact_top_text, .under#completed .error_wrap .inner .contents .error_title, .under#error .completed_wrap .inner .contents .contact_top_text, .under#error .completed_wrap .inner .contents .error_title, .under#error .error_wrap .inner .contents .contact_top_text, .under#error .error_wrap .inner .contents .error_title {
  margin-bottom: 10.6666666667vw;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 960px) {
  .under#completed .completed_wrap .inner .contents .contact_top_text, .under#completed .completed_wrap .inner .contents .error_title, .under#completed .error_wrap .inner .contents .contact_top_text, .under#completed .error_wrap .inner .contents .error_title, .under#error .completed_wrap .inner .contents .contact_top_text, .under#error .completed_wrap .inner .contents .error_title, .under#error .error_wrap .inner .contents .contact_top_text, .under#error .error_wrap .inner .contents .error_title {
    margin-bottom: 5.5555555556vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#completed .completed_wrap .inner .contents .contact_top_text, .under#completed .completed_wrap .inner .contents .error_title, .under#completed .error_wrap .inner .contents .contact_top_text, .under#completed .error_wrap .inner .contents .error_title, .under#error .completed_wrap .inner .contents .contact_top_text, .under#error .completed_wrap .inner .contents .error_title, .under#error .error_wrap .inner .contents .contact_top_text, .under#error .error_wrap .inner .contents .error_title {
    margin-bottom: 80px;
    font-size: 24px;
  }
}
.under#completed .completed_wrap .inner .contents .text, .under#completed .error_wrap .inner .contents .text, .under#error .completed_wrap .inner .contents .text, .under#error .error_wrap .inner .contents .text {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .under#completed .completed_wrap .inner .contents .text, .under#completed .error_wrap .inner .contents .text, .under#error .completed_wrap .inner .contents .text, .under#error .error_wrap .inner .contents .text {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .under#completed .completed_wrap .inner .contents .text, .under#completed .error_wrap .inner .contents .text, .under#error .completed_wrap .inner .contents .text, .under#error .error_wrap .inner .contents .text {
    margin-bottom: 80px;
  }
}
.under#completed .completed_wrap .inner .contents .link_btn, .under#completed .error_wrap .inner .contents .link_btn, .under#error .completed_wrap .inner .contents .link_btn, .under#error .error_wrap .inner .contents .link_btn {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */