@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

/* 全体的なサイト設定
========================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 1601px) {
  body {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1921px) {
  body {
    font-size: 21px;
  }
}
@media only screen and (max-width: 960px) {
  body.open {
    overflow: hidden;
  }
  body.open .main {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

section[id] {
  padding-top: 60px;
  margin-top: -60px;
}
@media only screen and (max-width: 600px) {
  section[id] {
    padding-top: 40px;
    margin-top: -40px;
  }
}

/* width関連
========================== */
.w_xl {
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}
.w_l {
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
  max-width: 1350px;
}
@media (min-width: 1350px) {
  .w_l {
    width: 74vw;
    min-width: 1242px;
    max-width: unset;
  }
}
.w_m {
  margin-left: auto;
  margin-right: auto;
  width: 82vw;
  max-width: 920px;
}
@media only screen and (max-width: 600px) {
  .w_m {
    width: 88vw;
  }
}
@media (min-width: 1350px) {
  .w_m {
    width: 64vw;
    min-width: 920px;
    max-width: unset;
  }
}

/* mb ------------------- */
.mb_xl {
  margin-bottom: 7.5%;
}
@media only screen and (max-width: 768px) {
  .mb_xl {
    margin-bottom: 11.25%;
  }
}
@media only screen and (max-width: 600px) {
  .mb_xl {
    margin-bottom: 15%;
  }
}
.mb_l {
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .mb_l {
    margin-bottom: 7.5%;
  }
}
@media only screen and (max-width: 600px) {
  .mb_l {
    margin-bottom: 10%;
  }
}
.mb_m {
  margin-bottom: 3%;
}
@media only screen and (max-width: 768px) {
  .mb_m {
    margin-bottom: 4.5%;
  }
}
@media only screen and (max-width: 600px) {
  .mb_m {
    margin-bottom: 6%;
  }
}

.mt_l {
  margin-top: 5%;
}
@media only screen and (max-width: 768px) {
  .mt_l {
    margin-top: 7.5%;
  }
}
@media only screen and (max-width: 600px) {
  .mt_l {
    margin-top: 10%;
  }
}

/* common
========================== */
.cmmn_ttl_s {
  padding-left: 10px;
  position: relative;
}
.cmmn_ttl_s::before {
  content: "";
  width: 2px;
  height: 50%;
  display: block;
  background-color: #EB5C00;
  position: absolute;
  top: 0;
  left: 0;
}
.cmmn_ttl_s::after {
  content: "";
  width: 2px;
  height: 50%;
  display: block;
  background-color: #c7c7c7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmmn_ttl_s .title {
  font-size: 43px;
  line-height: 1;
}
@media (min-width: 1601px) {
  .cmmn_ttl_s .title {
    font-size: 2.6875vw;
  }
}
@media only screen and (min-width: 1921px) {
  .cmmn_ttl_s .title {
    font-size: 60px;
  }
}
.cmmn_ttl_s .sub_title {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media (min-width: 1601px) {
  .cmmn_ttl_s .sub_title {
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 1921px) {
  .cmmn_ttl_s .sub_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_ttl_s .sub_title {
    margin-bottom: 1%;
  }
}

.cmmn_object {
  width: 100%;
  position: relative;
  padding-top: 75%;
  z-index: 1;
}
.cmmn_object img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.main_contact .box {
  background-color: #F2F2F2;
  padding: 40px;
  border-radius: 100px;
}
@media only screen and (max-width: 960px) {
  .main_contact .box {
    border-radius: 0;
    width: 100vw;
    margin-left: -4vw;
  }
}
.main_contact .box .text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 1601px) {
  .main_contact .box .text {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .main_contact .box .text {
    font-size: 23px;
  }
}
.main_contact .box .text p:not(:last-of-type) {
  margin-bottom: 7px;
}
.main_contact .box .text br {
  display: none;
}
@media only screen and (max-width: 960px) {
  .main_contact .box .text br {
    display: block;
  }
}
.main_contact .box .link {
  text-align: center;
}

.cmmn_btn_box article {
  display: none;
}
.cmmn_btn_box article.on {
  display: block;
}

/* fade in ------------------- */
.fade_in {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* cmmn_dl ------------------- */
.cmmn_dl.border .row {
  border-bottom: 1px solid #BEBEBE;
}
.cmmn_dl .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 0;
}
@media only screen and (max-width: 768px) {
  .cmmn_dl .row {
    padding: 4.5% 0;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_dl .row {
    padding: 3.5% 0;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_dl .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmmn_dl .row dt {
  width: 12vw;
  max-width: 120px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .cmmn_dl .row dt {
    width: 15vw;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_dl .row dt {
    margin-right: 0;
    margin-bottom: 1%;
    width: 100%;
  }
}
.cmmn_dl .row > dd, .cmmn_dl .row > div {
  width: calc(100% - 12vw);
  max-width: calc(100% - 120px);
}
@media only screen and (max-width: 960px) {
  .cmmn_dl .row > dd, .cmmn_dl .row > div {
    width: calc(100% - 15vw);
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_dl .row > dd, .cmmn_dl .row > div {
    width: 100%;
    max-width: 100%;
  }
}
.cmmn_dl .row dd {
  line-height: 1.6;
}
.cmmn_dl .row .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmmn_dl .row .list.dot dd:before {
  content: "・";
  display: inline-block;
}
.cmmn_dl .row .list dd:not(:last-of-type) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  .cmmn_dl .row .list dd:not(:last-of-type) {
    margin-bottom: 3px;
  }
}
.cmmn_dl .row .list dd.way {
  padding-bottom: 6px;
}
.cmmn_dl .row .list dd.way:not(:last-of-type) {
  margin-bottom: 18px;
}
@media only screen and (max-width: 600px) {
  .cmmn_dl .row .list dd.way:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.cmmn_dl .row .list dd.way a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  padding-left: 30px;
}
.cmmn_dl .row .list dd.way a:before {
  background-image: url(assets/images/pin.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 21px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.cmmn_dl .row .list dd.way a::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bebebe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_dl .row .list dd.way a:hover::after {
  opacity: 0;
}

/*  wp_pagenavi ------------------- */
.pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  margin: 10px;
  border: none;
}
@media only screen and (max-width: 600px) {
  .pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
    margin: 5px;
  }
}
.pagenavi .wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenavi .wp-pagenavi a:hover {
  background-color: unset;
}
.pagenavi .wp-pagenavi .previouspostslink, .pagenavi .wp-pagenavi .nextpostslink {
  border: none;
  color: transparent;
  font-size: 18px;
  padding: 4px 15px;
}
@media (min-width: 1601px) {
  .pagenavi .wp-pagenavi .previouspostslink, .pagenavi .wp-pagenavi .nextpostslink {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .pagenavi .wp-pagenavi .previouspostslink, .pagenavi .wp-pagenavi .nextpostslink {
    font-size: 23px;
  }
}
.pagenavi .wp-pagenavi .previouspostslink {
  position: relative;
}
.pagenavi .wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 14px;
  left: 16px;
}
@media only screen and (max-width: 600px) {
  .pagenavi .wp-pagenavi .previouspostslink::before {
    top: 17px;
  }
}
.pagenavi .wp-pagenavi .nextpostslink {
  position: relative;
}
.pagenavi .wp-pagenavi .nextpostslink::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  left: 10px;
}
@media only screen and (max-width: 600px) {
  .pagenavi .wp-pagenavi .nextpostslink::before {
    top: 17px;
  }
}
.pagenavi .wp-pagenavi .page, .pagenavi .wp-pagenavi .smaller {
  border: none;
  padding: 3px 14px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1601px) {
  .pagenavi .wp-pagenavi .page, .pagenavi .wp-pagenavi .smaller {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .pagenavi .wp-pagenavi .page, .pagenavi .wp-pagenavi .smaller {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .pagenavi .wp-pagenavi .page, .pagenavi .wp-pagenavi .smaller {
    font-size: 14px;
    padding: 3px 5px;
  }
}
.pagenavi .wp-pagenavi .current {
  color: #fff;
  border: none;
  font-size: 18px;
  display: inline-block;
  width: 42px;
  height: 42px;
  position: relative;
  border-radius: 50%;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1601px) {
  .pagenavi .wp-pagenavi .current {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .pagenavi .wp-pagenavi .current {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .pagenavi .wp-pagenavi .current {
    font-size: 14px;
    width: 33px;
    height: 33px;
  }
}

.edit_post_link {
  display: block;
  margin: 0 auto 30px;
  padding: 15px 25px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px dashed #000;
  text-align: center;
}
.edit_post_link:hover {
  opacity: 0.5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.header.up {
  top: 0;
}
.header.page_top.down {
  top: 0;
}
.header.down {
  top: -110px;
}
@media only screen and (max-width: 600px) {
  .header.down {
    top: -70px;
  }
}
.header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 74px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .header .wrap {
    height: 60px;
  }
}
.header .wrap .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 960px) {
  .header .wrap .logo {
    height: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .header .wrap .logo {
    height: 60px;
  }
}
.header .wrap .logo .title {
  width: 108px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .header .wrap .logo .title {
    width: 55px;
    margin-right: 10px;
  }
}
.header .wrap .logo .sub_title {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media (min-width: 1601px) {
  .header .wrap .logo .sub_title {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .header .wrap .logo .sub_title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .header .wrap .logo .sub_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 960px) {
  .header .wrap .nav {
    display: none;
  }
}
.header .wrap .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .header .wrap .nav ul {
    display: block;
  }
}
.header .wrap .nav ul li a {
  font-size: 18px;
  padding: 7px 30px;
  display: block;
  position: relative;
}
@media (min-width: 1601px) {
  .header .wrap .nav ul li a {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .header .wrap .nav ul li a {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1250px) {
  .header .wrap .nav ul li a {
    padding: 7px 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .header .wrap .nav ul li a {
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 960px) {
  .header .wrap .nav ul li a {
    padding: 12px;
  }
}
.header .wrap .nav ul li a::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #000;
  -webkit-box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.5);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 960px) {
  .header .wrap .nav ul li a::before {
    width: calc(100% - 20px);
  }
}
.header .wrap .nav ul li a:hover::before {
  opacity: 1;
}
.header .wrap .nav ul li a.nav_contact {
  margin-left: 30px;
}
.header .wrap .nav ul li a.nav_contact::before {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .header .wrap .nav ul li a.nav_contact {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .header .wrap .nav ul li a.nav_contact {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 960px) {
  .header .wrap .nav ul li a.nav_contact {
    margin-left: 0;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.burger {
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .burger {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .burger {
    width: 30px;
    height: 30px;
  }
}
.burger div {
  width: 100%;
  height: 100%;
  position: relative;
}
.burger div span, .burger div:before, .burger div:after {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .burger div span, .burger div:before, .burger div:after {
    width: 4px;
    height: 4px;
  }
}
.burger div span {
  top: 0;
  bottom: 0;
}
.burger div:before, .burger div:after {
  content: "";
}
.burger div:before {
  top: 15px;
}
@media only screen and (max-width: 600px) {
  .burger div:before {
    top: 2px;
  }
}
.burger div:after {
  top: 40px;
}
@media only screen and (max-width: 600px) {
  .burger div:after {
    top: 23px;
  }
}

.overlay {
  display: none;
}
@media only screen and (max-width: 960px) {
  .overlay {
    width: 100vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media only screen and (max-width: 960px) {
  .header.open {
    background-color: unset;
  }
  .header.open .wrap {
    display: block;
  }
  .header.open .wrap .logo {
    margin-bottom: 30px;
  }
  .header.open .wrap .burger div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header.open .wrap .burger div:before, .header.open .wrap .burger div:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #000;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  .header.open .wrap .burger div:before, .header.open .wrap .burger div:after {
    width: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .header.open .wrap .burger div:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 960px) {
  .header.open .wrap .burger div:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 960px) {
  .header.open .wrap .burger div span {
    opacity: 0;
  }
}
@media only screen and (max-width: 960px) {
  .header.open .wrap .nav, .header.open .wrap .overlay {
    display: block;
    -webkit-animation-name: fade_in;
            animation-name: fade_in;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fade_in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade_in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

.front_visual {
  padding-top: 150px;
}
@media only screen and (max-width: 1250px) {
  .front_visual {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 600px) {
  .front_visual {
    padding-top: 70px;
  }
}
.front_visual .image_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3%;
}
@media only screen and (max-width: 960px) {
  .front_visual .image_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .front_visual .image_box {
    margin-bottom: -7%;
  }
}
.front_visual .image_box .main_visual {
  width: 100%;
}
.front_visual .image_box .main_visual img {
  width: 100%;
  max-width: initial;
}
.front_visual .image_box .image {
  width: 16.6666666667%;
  position: relative;
  padding-top: 42.5%;
}
@media only screen and (max-width: 960px) {
  .front_visual .image_box .image {
    width: 50%;
    padding-top: 30%;
  }
}
.front_visual .image_box .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.front_visual .image_box .image img.active {
  opacity: 1;
}
.front_visual .image_box .image img.not_active {
  opacity: 0;
}
.front_visual .text_box .title {
  font-size: 69px;
  font-weight: bold;
  margin-bottom: 1%;
}
@media (min-width: 1601px) {
  .front_visual .text_box .title {
    font-size: 4.3vw;
  }
}
@media only screen and (max-width: 960px) {
  .front_visual .text_box .title {
    font-size: 43px;
  }
}
@media only screen and (max-width: 600px) {
  .front_visual .text_box .title {
    font-size: 35px;
    margin-bottom: 1.5%;
  }
}
.front_visual .text_box .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 960px) {
  .front_visual .text_box .contents {
    display: block;
  }
}
.front_visual .text_box .contents .text {
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .front_visual .text_box .contents .text {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 960px) {
  .front_visual .text_box .contents .link {
    text-align: center;
  }
}

.front_sevice .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .front_sevice .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 960px) {
  .front_sevice .box > li:nth-of-type(1), .front_sevice .box > li:nth-of-type(2), .front_sevice .box > li:nth-of-type(4) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .front_sevice .box > li:nth-of-type(1), .front_sevice .box > li:nth-of-type(2), .front_sevice .box > li:nth-of-type(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .front_sevice .box > li:nth-of-type(1), .front_sevice .box > li:nth-of-type(2), .front_sevice .box > li:nth-of-type(3) {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .front_sevice .box > li:nth-of-type(1), .front_sevice .box > li:nth-of-type(2), .front_sevice .box > li:nth-of-type(3) {
    margin-bottom: 4.5%;
  }
}
@media only screen and (max-width: 600px) {
  .front_sevice .box > li {
    margin-bottom: 4.5%;
  }
}
.front_sevice .box .contents {
  width: 18%;
}
@media only screen and (max-width: 960px) {
  .front_sevice .box .contents {
    width: 30.6666666%;
  }
}
@media only screen and (max-width: 600px) {
  .front_sevice .box .contents {
    width: 100%;
  }
}
.front_sevice .box .contents a {
  width: 100%;
  height: 100%;
  padding: 10% 8%;
}
@media only screen and (max-width: 600px) {
  .front_sevice .box .contents a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4% 8%;
  }
}
.front_sevice .box .contents a figure {
  margin-bottom: 9%;
}
@media only screen and (max-width: 600px) {
  .front_sevice .box .contents a figure {
    margin-bottom: 0;
    margin-right: 12%;
    width: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .front_sevice .box .contents a figure {
    width: 80px;
  }
}
.front_sevice .box .contents a figure img {
  height: 60px;
  margin: auto;
}
@media only screen and (max-width: 400px) {
  .front_sevice .box .contents a figure img {
    height: 50px;
  }
}
.front_sevice .box .contents a .text_box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}
@media (min-width: 1601px) {
  .front_sevice .box .contents a .text_box .title {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .front_sevice .box .contents a .text_box .title {
    font-size: 23px;
  }
}
.front_sevice .box .contents a .text_box ul {
  padding-left: 12px;
  color: #727272;
  font-size: 14px;
  list-style: disc;
}
@media (min-width: 1601px) {
  .front_sevice .box .contents a .text_box ul {
    font-size: 0.875vw;
  }
}
@media only screen and (min-width: 1921px) {
  .front_sevice .box .contents a .text_box ul {
    font-size: 18px;
  }
}
.front_sevice .box .contents a .text_box ul li:not(:last-of-type) {
  margin-bottom: 1.5%;
}

.front_work .box {
  position: relative;
  overflow: hidden;
}
.front_work .box .swiper-container {
  overflow: visible;
}
.front_work .box .swiper-container .contents {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.front_work .box .swiper-container .contents a {
  padding: 12px 12px 18px;
}
@media only screen and (max-width: 600px) {
  .front_work .box .swiper-container .contents a {
    width: 204px;
  }
}
.front_work .box .swiper-container .contents a figure img {
  height: 270px;
  margin-bottom: 18px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .front_work .box .swiper-container .contents a figure img {
    height: 120px;
  }
}
.front_work .box .swiper-container .contents a .title br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .front_work .box .swiper-container .contents a .title {
    font-size: 14px;
  }
  .front_work .box .swiper-container .contents a .title br {
    display: block;
  }
}

.front_flow .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow-y: hidden;
}
@media only screen and (max-width: 960px) {
  .front_flow .box {
    display: block;
  }
}
.front_flow .box::before {
  content: "";
  width: 84%;
  height: 4px;
  display: block;
  background-color: #e8e8e8;
  position: absolute;
  top: 54px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .front_flow .box::before {
    content: "";
    width: 4px;
    height: 100%;
    top: 42px;
    right: unset;
    left: 47px;
  }
}
.front_flow .box li:not(:last-of-type) {
  margin-bottom: 7%;
}
@media only screen and (max-width: 600px) {
  .front_flow .box li:not(:last-of-type) {
    margin-bottom: 9%;
  }
}
.front_flow .box .contents {
  width: 17%;
}
@media only screen and (max-width: 960px) {
  .front_flow .box .contents {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    position: relative;
  }
}
.front_flow .box .contents .number {
  margin-bottom: 65px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .front_flow .box .contents .number {
    margin-bottom: 0;
    position: absolute;
    width: 40px;
    margin-right: 40px;
    top: 35px;
    left: 0;
  }
}
.front_flow .box .contents .number::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-color: #858585;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media only screen and (max-width: 960px) {
  .front_flow .box .contents .number::before {
    width: 14px;
    height: 14px;
    bottom: unset;
    right: -16px;
    left: unset;
    top: 5px;
  }
}
.front_flow .box .contents .number img {
  height: 25px;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .front_flow .box .contents .image_box {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .front_flow .box .contents .image_box {
    margin-left: calc(4vw + 60px);
    width: calc(100vw - (8vw + 60px));
  }
}
.front_flow .box .contents .image_box .image {
  margin-bottom: 12%;
}
@media only screen and (max-width: 960px) {
  .front_flow .box .contents .image_box .image {
    margin-bottom: 5%;
  }
}
.front_flow .box .contents .image_box .image img {
  height: 80px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .front_flow .box .contents .image_box .image img {
    margin-left: 20px;
  }
}
.front_flow .box .contents .image_box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1601px) {
  .front_flow .box .contents .image_box .title {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .front_flow .box .contents .image_box .title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .front_flow .box .contents .image_box .title {
    margin-bottom: 5px;
  }
}
.front_flow .box .contents .image_box .text {
  font-size: 14px;
  color: #727272;
}
@media (min-width: 1601px) {
  .front_flow .box .contents .image_box .text {
    font-size: 0.875vw;
  }
}
@media only screen and (min-width: 1921px) {
  .front_flow .box .contents .image_box .text {
    font-size: 18px;
  }
}

.front_company .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 960px) {
  .front_company .box {
    display: block;
  }
}
.front_company .box .image {
  width: 61%;
}
@media only screen and (max-width: 960px) {
  .front_company .box .image {
    width: 100%;
    margin-bottom: 6%;
  }
}
.front_company .box .image .cmmn_object {
  padding-top: 66.666%;
}
@media only screen and (max-width: 960px) {
  .front_company .box .image .cmmn_object {
    padding-top: 50%;
    width: 100vw;
    margin-left: -4vw;
  }
}
.front_company .box .contents {
  width: 31%;
}
@media only screen and (max-width: 960px) {
  .front_company .box .contents {
    width: 100%;
  }
}
.front_company .box .contents .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (min-width: 1601px) {
  .front_company .box .contents .title {
    font-size: 1.125vw;
  }
}
@media only screen and (min-width: 1921px) {
  .front_company .box .contents .title {
    font-size: 23px;
  }
}
.front_company .box .contents .sub_title {
  margin-bottom: 10px;
}
.front_company .box .contents .text {
  font-size: 14px;
  margin-bottom: 40px;
}
@media (min-width: 1601px) {
  .front_company .box .contents .text {
    font-size: 0.875vw;
  }
}
@media only screen and (min-width: 1921px) {
  .front_company .box .contents .text {
    font-size: 18px;
  }
}
.front_company .box .contents .text p:not(:last-of-type) {
  margin-bottom: 7px;
}
@media only screen and (max-width: 960px) {
  .front_company .box .contents .text {
    margin-bottom: 6%;
  }
}
.front_company .box .contents .link {
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .front_company .box .contents .link {
    text-align: center;
  }
}

/*
Theme Name: うとね
Theme URI: https://utone.jp
Description:
Author: うとね
Author URI: https://utone.jp
Version : 1.0
*//*# sourceMappingURL=style.css.map */