@charset "utf-8";

/*
Theme Name:	hidaka
Description: hidaka
Author: Ryowan Inc.
Version: 1.0.0
*/

/* RESET */
html { line-height: 1.15; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: transparent; }
body { margin: 0; }
main { display: block; }
p,table,blockquote,address,pre,iframe,form,figure,dl { margin: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0; font-size: inherit; font-weight: inherit; line-height: inherit; }
ul,ol,nav { padding: 0; margin: 0; list-style: none; }
dt { font-weight: bold; }
dd { margin-left: 0; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin: 0; overflow: visible; clear: both; color: inherit; border: 0; border-top: 1px solid; }
pre { font-family: monospace, monospace; font-size: inherit; }
address { font-style: inherit; }
a { color: inherit; text-decoration: none; background-color: transparent; }
abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline; text-decoration: underline dotted; border-bottom: none; }
b { font-weight: bolder; }
code,kbd,samp { font-family: monospace, monospace; font-size: inherit; }
small { font-size: 80%; }
sub,sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { width: 100%; max-width: 100%; height: auto; vertical-align: bottom; border-style: none; }
embed,object,iframe { vertical-align: bottom; border: 0; }
button,input,optgroup,select,textarea { padding: 0; margin: 0; font: inherit; color: inherit; text-align: inherit; vertical-align: middle; background: transparent; border: 0; border-radius: 0; outline: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
[type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
[type="radio"] { -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
button,input { overflow: visible; }
button,select { text-transform: none; }
button,[type="button"],[type="reset"],[type="submit"] { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
button[disabled],[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled] { cursor: default; }
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
legend { display: table; max-width: 100%; padding: 0; color: inherit; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"],[type="radio"] { padding: 0; }
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
label[for] { cursor: pointer; }
details { display: block; }
summary { display: list-item; }
table { border-spacing: 0; border-collapse: collapse; }
caption { text-align: left; }
td,th { vertical-align: top; }
th { font-weight: bold; text-align: left; }
template { display: none; }
[hidden] { display: none; }
i { font-style: normal; }
*:focus { outline: 0; }
* {
  padding: 0;
  margin: 0;
}

/* padding,border内側設定 */
* { -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
::before,::after { -o-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section { display: block; }


/* ==================================
	Common
	================================== */

html {
  overflow: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05rem;
  background-color: #f3f3f3;
  word-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  width: 100%;
  height: 100%;
}
.main {
  width: 100%;
  margin: 11.2rem 0 0;
}
.main-wrap {
  overflow: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.flex-container {
  display: flex;
}
.inner {
  position: relative;
  width: 85%;
  min-width: 111rem;
  margin: 0 auto;
  background-color: #fff;
}
.common-container {
  position: relative;
  z-index: 99;
  width: 82%;
  padding: 9.6rem 0;
  margin: 0 auto;
}
.font-en {
  font-family: "Roboto", sans-serif;
}
.red {
  color: #e70012;
}
:root {
  --main-color: #e70012;
}
.common-text {
  font-size: 1.6rem;
}
.common-btn {
  position: relative;
  width: 24rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: var(--main-color);
  text-align: center;
  border: solid 2px;
  border-radius: 50rem;
  transition: 0.3s ease;
}
.common-btn::before {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.1rem;
  height: 1.9rem;
  content: "";
  background: url(assets/images/common/btn-arrow.svg) center center/cover no-repeat;
  transition: 0.3s ease;
  transform: translateY(-50%);
}
.common-btn-text {
  display: block;
  padding: 1.7rem 0;
}
.deco {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  background-color: #fff;
  border: solid 2px #e70012;
  opacity: 0.4;
  transform: translate(-50%, -50%);
}
.deco::before,.deco::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
}
.deco::before {
  top: -0.8rem;
  right: 1.6rem;
  bottom: -0.8rem;
  left: 1.6rem;
}
.deco::after {
  top: 1.6rem;
  right: -0.8rem;
  bottom: 1.6rem;
  left: -0.8rem;
}
.accordion-box .red {
  border-bottom: solid 1px var(--main-color);
  transition: 0.3s ease;
}

@media (min-width: 1600px) {
  html {
    font-size: 80%;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 1110px) {
  .main-wrap {
    overflow: visible;
  }
}

@media (min-width: 752px) {
  .common-btn:hover {
    color: #fff;
    background-color: var(--main-color);
  }
  .common-btn:hover::before {
    background: url(assets/images/common/btn-arrow-w.svg) center center/cover no-repeat;
  }
}

@media (max-width: 751px) {
  .main-wrap {
    overflow: hidden;
  }
  body.active {
    position: fixed;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main {
    margin: 8rem 0 0;
  }
  .inner {
    width: 90%;
    min-width: auto;
  }
  .common-container {
    padding: 4.8rem 0;
  }
  .deco {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
  }
  .deco::before {
    right: 0.7rem;
    left: 0.7rem;
  }
  .deco::after {
    top: 0.7rem;
    bottom: 0.7rem;
  }
  .common-text {
    font-size: 1.2rem;
  }
  .common-btn-text {
    padding: 1.4rem 0;
  }
  .common-btn::before {
    right: 1.2rem;
    width: 0.75rem;
    height: 1.3rem;
  }
  .common-btn {
    width: 16rem;
    font-size: 1.3rem;
  }
}

/* ==================================
	header
	================================== */
.header-wrap {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 11.2rem;
  overflow-x: scroll;
  background-color: rgb(255 255 255 / 100%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-wrap::-webkit-scrollbar {
  display: none;
}
.header-container {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 91%;
  height: 100%;
  margin: 0 auto;
  color: #40161a;
}
.header-logo-box {
  width: 9.6rem;
}
.header-logo {
  display: block;
  cursor: pointer;
  transition: 0.3s ease;
}
.nav-item {
  margin: 0 3.4vw 0 0;
}
.nav-item:last-child {
  margin: 0;
}
.nav-btn {
  display: block;
}
.nav-ruby {
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s ease;
}
.nav-ruby rt {
  margin: 1.2rem 0 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 1220px) {
  .nav-item {
    margin: 0 2vw 0 0;
  }
}

@media (max-width: 1110px) {
  .header-container {
    min-width: 99rem;
  }
}

@media (min-width: 752px) {
  .header-logo:hover {
    opacity: 0.6;
  }
  .nav-ruby:hover {
    color: var(--main-color);
  }
}

@media (max-width: 751px) {
  .header-wrap {
    height: 8rem;
    overflow-x: visible;
  }
  .header-container {
    position: relative;
    min-width: auto;
    color: #fff;
  }
  .header-logo-box {
    width: 7.2rem;
  }
  .nav-list {
    position: absolute;
    top: 8rem;
    left: -5%;
    display: block;
    width: 100vw;
    overflow: hidden;
    color: #fff;
    pointer-events: none;
  }
  .active .nav-list {
    pointer-events: all;
  }
  .nav-item {
    width: 100%;
    padding: 2.4rem 0 2.4rem 25vw;
    margin: 0;
    background-color: rgb(64 22 26 / 90%);
    border-bottom: solid 1px #fff;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(-130%);
  }
  .active .nav-item {
    border-bottom: solid 1px rgb(254 252 255 / 40%);
    opacity: 1;
    transform: translateY(0);
  }
  .openbtn span {
    display: block;
    width: 4rem;
    height: 0.3rem;
    margin-bottom: 1.2rem;
    background-color: #40161a;
    border-radius: 5rem;
    transition: 0.3s ease;
  }
  .active .openbtn span {
    margin-bottom: 0;
  }
  .active .openbtn span:nth-of-type(1) {
    position: relative;
    top: 0.3rem;
    transform: rotate(45deg);
  }
  .active .openbtn span:nth-of-type(2) {
    opacity: 0;
  }
  .active .openbtn span:nth-of-type(3) {
    position: relative;
    bottom: 0.3rem;
    transform: rotate(-45deg);
  }
  .openbtn span:last-of-type {
    margin-bottom: 0;
  }
  .sp-headerbtn {
    position: relative;
  }
  .cancelbtn {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
  }
  .active .cancelbtn {
    display: block;
  }
  .nav-ruby {
    align-items: start;
    font-size: 1.4rem;
  }
  .nav-ruby rt {
    display: none;
  }
}

/* ==================================
	fv
	================================== */
.fv-wrap {
  width: 100%;
  min-width: 111rem;
  height: 45vw;
  background: url(assets/images/top/fv-bg.png) center center/cover no-repeat;
}
.fv-img-container {
  position: relative;
  padding: 5.6rem 0 0;
}
.fv-img-item {
  margin: 0 2.4rem;
}
.fv-img-box img {
  transition: 0.3s ease;
}

@media (max-width: 1220px) {
  .fv-wrap {
    height: 47vw;
    min-height: 52.5rem;
  }
}

@media (min-width: 752px) {
  .fv-img-box:hover img {
    filter: brightness(0.7);
  }
}

@media (max-width: 751px) {
  .fv-wrap {
    min-width: auto;
    height: 65.2vw;
    min-height: auto;
  }
  .fv-img-container {
    position: relative;
    padding: 2.4rem 0 0;
  }
  .fv-img-item {
    margin: 0 0.8rem;
  }
}

/* ==================================
	news
	================================== */
.news-wrap {
  margin-top: -4rem;
}
.news-title-container {
  margin: 0 0 9.2rem;
}
.news-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.news-title::before {
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  width: 4rem;
  height: 0.2rem;
  content: "";
  background-color: var(--main-color);
  transform: translateX(-50%);
}
.news-item {
  border-bottom: 1px solid #ccc;
  transition: 0.3s ease;
}
.news-item:first-child {
  border-top: 1px solid #ccc;
}
.news-text-box {
  position: relative;
  align-items: center;
  width: 95%;
  padding: 4rem 0;
  margin: 0 auto;
}
.news-date {
  margin: 0 2.4rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.news-category {
  padding: 0.6rem 1.3rem;
  margin: 0 4.8rem 0 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  word-break: keep-all;
  background-color: #40161a;
  border-radius: 20rem;
}
.news-text {
  width: 67%;
  margin: 0 4rem 0 0;
}
.news-text-box::after {
  position: absolute;
  right: 0;
  width: 3.3rem;
  height: 2.6rem;
  content: "";
  background: url(assets/images/common/arrow.svg) center center/cover no-repeat;
  transition: 0.3s ease;
}
.news-wrap .common-btn {
  margin-top: 6.4rem;
}

@media (min-width: 752px) {
  .news-item:hover {
    background-color: rgb(245 245 245);
  }
  .news-item:hover .news-text-box::after {
    right: -1rem;
  }
}

@media (max-width: 751px) {
  .news-wrap {
    margin-top: -2rem;
  }
  .news-title-container {
    margin-bottom: 4.8rem;
  }
  .news-title {
    font-size: 1.8rem;
  }
  .news-title::before {
    bottom: -1.8rem;
  }
  .news-text-box {
    flex-direction: column;
    align-items: start;
    padding: 2rem 0;
  }
  .news-date-box {
    margin-bottom: 0.8rem;
  }
  span.news-date {
    margin-right: 0.8rem;
    font-size: 1.1rem;
  }
  .news-category {
    padding: 0.35rem 1.2rem;
    margin: 0;
    font-size: 1rem;
  }
  .news-text {
    width: 100%;
    margin: 0;
  }
  .news-text-box::after {
    content: none;
  }
  .news-wrap .common-btn {
    margin-top: 3.2rem;
  }
}

/* ==================================
	other
	================================== */
.other-wrap {
  margin: 6.4rem auto;
}
.other-container {
  justify-content: space-between;
  margin: 0 0 4rem;
}
.other-container:last-child {
  margin: 0;
}
.other-box-l,.other-box-r {
  z-index: 1;
  width: calc((100% / 2) - 0.8rem);
  height: 30rem;
  border-radius: 1rem;
}
.other-box-r {
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 0 7.2rem;
  border: solid 2px var(--main-color);
}
.other-box-r::after {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 8rem;
  height: 6.7rem;
  content: "";
  background: url(assets/images/top/icon-ramen.png) center center/cover no-repeat;
}
.other-img-link {
  position: relative;
  display: block;
  height: 100%;
}
.other-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.other-img-link img {
  height: 100%;
  filter: brightness(0.5);
  object-fit: cover;
}
.other-title::after {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 4rem;
  height: 0.2rem;
  content: "";
  background-color: #fff;
  transform: translateX(-50%);
}
.service-img-box {
  transition: 0.3s ease;
}
.contact-img-box {
  transition: 0.3s ease;
}
.service-img-box,.contact-img-box {
  overflow: hidden;
}
.other-box-r-lead {
  font-size: 1.6rem;
}
.other-link-list {
  margin: 3rem 0 0;
}
.other-link-item {
  position: relative;
  align-items: center;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.other-link-item:last-child {
  margin: 0;
}
.other-link-item::before {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 1.2rem 0 0;
  content: "";
  background: url(assets/images/common/circle-arrow-r.svg) center center/cover no-repeat;
}
.other-link {
  position: relative;
  display: block;
}
.other-link-item .other-link::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--main-color);
  -webkit-transition: transform 0.6s cubic-bezier(0.6, 0.25, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0.25, 0, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.service-img-box img,.contact-img-box img {
  transition: 0.3s ease;
}

@media (min-width: 752px) {
  .service-img-box:hover img,.contact-img-box:hover img {
    transform: scale(1.1);
  }
  .other-link-item:hover .other-link::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

@media (max-width: 751px) {
  .other-wrap {
    margin: 1.6rem auto 4rem;
  }
  .other-container {
    flex-direction: column;
    margin-bottom: 3.2rem;
  }
  .other-box-l, .other-box-r {
    width: 100%;
    height: auto;
    min-height: 20.8rem;
    border-radius: 0.5rem;
  }
  .other-box-l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
  }
  .other-box-r {
    padding: 3rem;
  }
  .other-box-r-lead {
    font-size: 1.2rem;
  }
  .other-link-list {
    margin: 1.8rem 0 0;
  }
  .other-link-item {
    margin: 0 0 1.7rem;
    font-size: 1.2rem;
  }
  .other-link-item::before {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.8rem 0 0;
  }
  .other-box-r::after {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 6rem;
    height: 5rem;
  }
  h3.other-title {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .other-title::after {
    bottom: -1.4rem;
  }
  .other-img-link img {
    width: 120%;
    max-width: inherit;
  }
}

/* ==================================
	footer
	================================== */
#footer {
  color: #fff;
  background-color: #666;
}
.footer-wrap {
  justify-content: space-between;
  padding: 9.6rem 0 8rem;
  background-color: #666;
}
.footer-title {
  margin: 0 0 3.8rem;
  font-size: 1.8rem;
  line-height: 1;
}
.footer-tel {
  position: relative;
  align-items: center;
  margin: 0 0 3.2rem;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}
.footer-tel::before {
  display: block;
  width: 2.5rem;
  height: 3.3rem;
  margin: 0 1.3rem 0 0;
  content: "";
  background: url(assets/images/common/tel-icon.png) center center/cover no-repeat;
}
.footer-address {
  font-size: 1.4rem;
}
.footer-nav {
  margin: 0 6rem 0 0;
}
.footer-nav:last-child {
  margin: 0;
}
.footer-item {
  position: relative;
  align-items: center;
  margin: 0 0 3.2rem;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-item::before {
  display: block;
  padding: 0 1.2rem 0 0;
  font-size: 1.1rem;
  content: "▶";
  border-color: transparent transparent transparent #fff;
  transform: scale3d(1, 0.8, 1);
}
.footer-copyright {
  min-width: 111rem;
  padding: 1.8rem 0;
  text-align: center;
  background-color: #666;
  border-top: solid 1px #fff;
}
.wrapper .footer-wrap.inner {
  margin: 0 auto;
}
.footer-item a {
  position: relative;
  display: block;
}
.footer-item a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  -webkit-transition: transform 0.6s cubic-bezier(0.6, 0.25, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0.25, 0, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

@media (min-width: 752px) {
  .footer-item:hover a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

@media (max-width: 751px) {
  .footer-wrap.inner {
    flex-direction: column;
    padding: 6rem 0;
  }
  .footer-l {
    margin-bottom: 3.2rem;
  }
  .footer-title {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .footer-tel.flex-container {
    margin-bottom: 2.7rem;
    font-size: 2.6rem;
  }
  .footer-tel::before {
    width: 2rem;
    height: 2.7rem;
  }
  .footer-address {
    font-size: 1.1rem;
  }
  .footer-r {
    flex-direction: column;
  }
  .footer-item {
    margin: 0 0 2.2rem;
    font-size: 1rem;
  }
  .footer-nav:nth-of-type(2) .footer-item:last-of-type {
    margin: 0;
  }
  .footer-copyright {
    min-width: auto;
    padding: 1.4rem 0;
  }
  .footer-item::before {
    padding: 0 0.8rem 0 0;
    font-size: 1rem;
    content: "▶";
    transform: scale3d(0.8, 0.7, 1);
  }
}

/* ==================================
	page
	================================== */
.wrapper .inner {
  margin: 6.4rem auto;
}
.wrapper-fv-inner {
  position: relative;
  width: 100%;
  min-width: 111rem;
  height: 28rem;
}
.wrapper-fv-container {
  position: relative;
  top: 50%;
  width: 48rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background-color: var(--main-color);
  transform: translateY(-50%);
}
.wrapper-fv-container::before,.wrapper-fv-container::after {
  position: absolute;
  content: "";
}
.wrapper-fv-container::before {
  top: -1.7rem;
  left: -7.4rem;
  width: 10.7rem;
  height: 3.6rem;
  background: url(assets/images/common/page-fv-deco-1.png) center center/cover no-repeat;
}
.wrapper-fv-container::after {
  right: -5.5rem;
  bottom: -1.6rem;
  width: 9.8rem;
  height: 4rem;
  background: url(assets/images/common/page-fv-deco-2.png) center center/cover no-repeat;
}
.wrapper-fv-title {
  padding: 2.4rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: solid 1px #fff;
}
.wrapper-fv-lead {
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.accordion-item {
  margin: 0 0 3.2rem;
}
.accordion-title {
  position: relative;
  align-items: center;
  padding: 2.5rem 2.8rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  border: solid 2px var(--main-color);
  border-radius: 5rem;
  transition: all 0.3s ease;
}
.accordion-title::before {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 3.2rem 0 0;
  content: "";
  background: url(assets/images/common/triangle-icon.svg) center center/cover no-repeat;
  transition: 0.3s ease;
}
.accordion-title.close::before {
  transform: rotate(180deg);
}
.accordion-box {
  display: none;
  width: 94%;
  padding: 4.8rem 0 1.6rem;
  margin: 0 auto;
}
.accordion-box .red {
  border-bottom: solid 1px var(--main-color);
  transition: 0.3s ease;
}

@media (min-width: 752px) {
  .accordion-box .red:hover {
    color: #40161a;
    border-bottom: solid 1px #40161a;
  }
  .accordion-title:hover {
    color: #fff;
    background-color: var(--main-color);
  }
  .accordion-title:hover::before {
    background: url(assets/images/common/triangle-icon-w.svg) center center/cover no-repeat;
  }
}

@media (max-width: 751px) {
  .wrapper .inner {
    margin: 4rem auto;
  }
  .wrapper-fv-inner {
    min-width: auto;
    height: 16rem;
  }
  .wrapper-fv-container {
    width: 24rem;
  }
  .wrapper-fv-title {
    padding: 1.8rem;
    font-size: 1.4rem;
  }
  .wrapper-fv-lead {
    padding: 1.1rem;
    font-size: 1rem;
  }
  .wrapper-fv-container::before {
    top: -1rem;
    left: -2rem;
    width: 5.3rem;
    height: 1.8rem;
  }
  .wrapper-fv-container::after {
    right: -1.5rem;
    bottom: -0.5rem;
    width: 4.9rem;
    height: 2rem;
  }
  .accordion-item {
    margin: 0 0 1.3rem;
  }
  .accordion-title {
    padding: 1.4rem 1.6rem;
    font-size: 1.3rem;
  }
  .accordion-title::before {
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 1.2rem 0 0;
  }
}

/* ==================================
	wrapper-fv
	================================== */
.union .wrapper-fv-inner {
  background: url(assets/images/page-fv/page-union.jpg) center center/cover no-repeat;
}
.uazensen .wrapper-fv-inner {
  background: url(assets/images/page-fv/page-uazensen.jpg) center center/cover no-repeat;
}
.service .wrapper-fv-inner {
  background: url(assets/images/page-fv/page-service.jpg) center center/cover no-repeat;
}
.news .wrapper-fv-inner {
  background: url(assets/images/page-fv/page-news.jpg) center center/cover no-repeat;
}
.contact .wrapper-fv-inner {
  background: url(assets/images/page-fv/page-contact.jpg) center center/cover no-repeat;
}

@media (max-width: 751px) {
  .union .wrapper-fv-inner {
    background: url(assets/images/page-fv/page-union-sp.jpg) center center/cover no-repeat;
  }
  .uazensen .wrapper-fv-inner {
    background: url(assets/images/page-fv/page-uazensen-sp.jpg) center center/cover no-repeat;
  }
  .service .wrapper-fv-inner {
    background: url(assets/images/page-fv/page-service-sp.jpg) center center/cover no-repeat;
  }
  .news .wrapper-fv-inner {
    background: url(assets/images/page-fv/page-news-sp.jpg) center center/cover no-repeat;
  }
  .contact .wrapper-fv-inner {
    background: url(assets/images/page-fv/page-contact-sp.jpg) center center/cover no-repeat;
  }
}

/* ==================================
	union
	================================== */

.union-content-01 {
  align-items: center;
  justify-content: space-between;
}
.accordion-text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: justify;
}
.accordion-img {
  width: 27%;
}
.accordion-text-box {
  width: 66%;
}

/* ===	union-table 	=== */
.accordion-lead-box {
  margin: 0 0 4.8rem;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: justify;
}
.accordion-table-box {
  justify-content: space-between;
  margin: 0 0 4rem;
}
.accordion-table {
  width: 100%;
}
.flex-container.accordion-table-box:last-child {
  margin: 0;
}
.accordion-table-title-box {
  width: 19.5%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  background-color: #40161a;
}
.accordion-table-text-box {
  width: 78%;
}
.accordion-table-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-table-text-item {
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: solid 1px #ccc;
}
.about-union-operation .accordion-table-subtitle {
  color: #666;
}
.accordion-table-text-item:last-child {
  border-bottom: solid 1px #ccc;
}
.accordion-table-subtitle {
  width: 15%;
  color: #40161a;
  white-space: nowrap;
}
.accordion-table-text {
  width: 79%;
}
.accordion-table-subtitle-02 {
  width: auto;
  padding-right: 1.6rem;
  color: #40161a;
  white-space: nowrap;
}
.accordion-table-text-02 {
  width: 60%;
}
.union-about-item {
  margin: 0 0 4rem;
}
.union-about-item:last-child {
  margin: 0;
}
.union-about-title {
  position: relative;
  align-items: center;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #40161a;
}
.union-about-title::before {
  display: block;
  width: 2rem;
  height: 1.8rem;
  margin: 0 1.2rem 0 0;
  content: "";
  background: url(assets/images/union/icon-check.png) center center/cover no-repeat;
}
.union-about-text-box {
  font-size: 1.4rem;
  font-weight: 300;
  text-align: justify;
}
.accordion-table-box-02 {
  border: solid 1px #40161a;
}
.accordion-table-box-02 .accordion-table-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.union-about-li {
  margin: 0 0 4.8rem;
}
.union-about-table-titlesmall {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.3rem;
}
.accordion-table-text-list-02 {
  padding: 4rem;
}
.accordion-table-text-box-02 {
  width: 80.5%;
}
.accordion-table-text-item-02 {
  margin-bottom: 0.4rem;
}
.union-about-table-text-02 {
  font-size: 1.3rem;
  font-weight: 300;
}
.union-about-container .union-about-table-text-02::before {
  margin: 0 0.8rem 0 0;
  font-family: "Roboto";
  font-size: 1.4rem;
  content: "1.";
}
.accordion-lead-box.margin0 {
  margin: 0;
}
.union-aboutprice-text {
  font-size: 1.8rem;
  font-weight: 700;
}
.gray {
  color: #ccc;
}
.union-aboutprice-text .gray {
  letter-spacing: 0.4em;
}
.cap {
  margin: 0 0 0 1rem;
  font-size: 1rem;
  font-weight: 300;
}
.union-aboutprice-container .accordion-table-text-item-02 {
  margin-bottom: 2.4rem;
}
.union-aboutprice-container .accordion-table-text-item-02:last-child {
  margin-bottom: 0;
}
.union-aboutprice-container .union-about-table-text-02 {
  margin: 0 0 0.8;
}
.union-aboutUse-container .union-about-table-text-02::before {
  content: "・";
}
.union-aboutUse-container .accordion-table-title-box,.about-union-operation .accordion-table-title-box {
  background-color: #666;
}
.union-aboutUse-container .accordion-table-box-02 {
  border: solid 1px #666;
}
.union-aboutPrice-container .accordion-table-box-02 {
  border: solid 1px #f3a28e;
}
.union-aboutPrice-container .accordion-table-title-box {
  background-color: #f3a28e;
}
.about-union-operation-lead-box {
  text-align: center;
}
.about-union-operation-lead {
  position: relative;
  display: inline-block;
  margin: 0 0 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.about-union-operation-lead::after,.about-union-operation-lead::before {
  position: absolute;
  top: 50%;
  width: 6.4rem;
  height: 0.1rem;
  content: "";
  background-color: #333;
  transform: translateY(-50%);
}
.about-union-operation-lead::after {
  right: -8.4rem;
}
.about-union-operation-lead::before {
  left: -8.4rem;
}
.about-union-operation .accordion-table-text {
  width: 73%;
  text-align: justify;
}
.about-union-operation .accordion-table-subtitle {
  width: 24%;
}
.about-union-operation .accordion-table-subtitle {
  align-items: center;
  white-space: nowrap;
}
.about-union-operation .accordion-table-subtitle::before {
  width: 2.1rem;
  height: 1.1rem;
  margin: 0 0.8rem 0 0;
  content: "";
  background: url(assets/images/union/icon-donburi.png) center center/cover no-repeat;
}

@media (max-width: 751px) {
  .union-content-01 {
    flex-direction: column;
  }
  .accordion-img {
    width: 61.5%;
    margin-bottom: 2.4rem;
  }
  .accordion-box {
    padding: 2.4rem 0 1.9rem;
  }
  .accordion-text-box {
    width: 100%;
  }
  .accordion-text {
    font-size: 1.2rem;
  }
  .accordion-lead-box {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .accordion-table-box {
    flex-direction: column;
    margin-bottom: 2.4rem;
  }
  .accordion-table-title-box {
    width: 100%;
  }
  .accordion-table-title-box {
    width: 100%;
    padding: 1.4rem 0;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  .accordion-table-title {
    top: auto;
    transform: initial;
  }
  .accordion-table-text-box {
    width: 100%;
  }
  .accordion-table-text-item {
    flex-direction: column;
    padding: 1.2rem 0;
    font-size: 1.2rem;
  }
  .accordion-table-subtitle {
    width: auto;
    margin-bottom: 0.4rem;
  }
  .accordion-table-text {
    width: 100%;
  }
  .accordion-table-subtitle-02 {
    width: auto;
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .accordion-table-text-02 {
    width: 100%;
  }
  .accordion-table-text-box-02 {
    width: 100%;
  }
  .union-about-title {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  .union-about-title::before {
    margin-right: 0.8rem;
  }
  .union-about-text-box {
    font-size: 1.2rem;
  }
  .union-about-item {
    margin: 0 0 2.4rem;
  }
  .union-about-li {
    margin: 0 0 3.2rem;
  }
  .accordion-table-box-02 {
    flex-direction: column;
  }
  .accordion-table-box-02 .accordion-table-title {
    font-size: 1.3rem;
  }
  .union-about-table-titlesmall {
    display: inline;
  }
  .accordion-table-text-list-02 {
    padding: 1.8rem 1.2rem 2.4rem;
  }
  .accordion-table-text-item-02 {
    margin-bottom: 0;
  }
  .union-about-table-text-02 {
    font-size: 1.1rem;
  }
  .union-aboutprice-text {
    font-size: 1.1rem;
  }
  .union-aboutprice-text .gray {
    display: none;
  }
  .union-aboutPrice-container .accordion-table-text-item-02 {
    margin-bottom: 1.6rem;
    text-align: center;
  }
  .union-aboutPrice-container .accordion-table-text-item-02:last-child {
    margin-bottom: 0;
  }
  .union-aboutPrice-container .cap {
    display: block;
    margin: 0;
  }
  .about-union-operation-lead {
    margin: 0 0 1.6rem;
    font-size: 1.3rem;
  }
  .about-union-operation-lead::before {
    left: -4.5rem;
  }
  .about-union-operation-lead::after {
    right: -4.5rem;
  }
  .about-union-operation-lead::after, .about-union-operation-lead::before {
    width: 3.2rem;
  }
  .about-union-operation .accordion-table-subtitle {
    justify-content: center;
    width: 100%;
  }
  .about-union-operation .accordion-table-subtitle::before {
    content: none;
  }
  .about-union-operation .accordion-table-text {
    width: 100%;
  }
}

/* ==================================
	ua
	================================== */
.ua-purpose-container .union-content-01 {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.ua-purpose-lead {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  color: #f3a28e;
}
.ua-system-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ua-system-item {
  width: calc((100% / 3) - 1.6rem);
  margin: 0 0 3.2rem;
  text-align: center;
  border: solid 1px #f3a28e;
}
.ua-system-item:nth-child(n+7) {
  margin: 0;
}
.ua-system-title {
  padding: 2rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #f3a28e;
}
.ua-system-text-box {
  height: 16rem;
}
.ua-system-lead {
  margin: 3.2rem 0 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.ua-system-text {
  width: 85%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 751px) {
  .ua-purpose-container .union-content-01 {
    flex-direction: column-reverse;
  }
  .about-ua-container .accordion-img {
    width: 100%;
    margin: 2.4rem 0 0;
  }
  .ua-purpose-lead {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    text-align: center;
  }
  .ua-system-list {
    flex-direction: column;
  }
  .ua-system-item {
    width: 100%;
    margin: 0 0 1.6rem;
  }
  .ua-system-title {
    padding: 1.4rem 0;
    font-size: 1.3rem;
  }
  .ua-system-text-box {
    height: auto;
  }
  .ua-system-lead {
    margin: 2rem 0 1.4rem;
    font-size: 1.3rem;
    line-height: 1;
  }
  .ua-system-text {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
  }
  .ua-system-item:nth-child(n+7) {
    margin-bottom: 2.4rem;
  }
  .ua-system-item:last-child {
    margin-bottom: 0;
  }
}

/* ==================================
	service
	================================== */
.service-table-container {
  width: 100%;
}
.table-scroll {
  margin-bottom: 4.8rem;
}
.table-scroll:last-child {
  margin-bottom: 0;
}
.service-table-head-box {
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  background-color: #666;
}
.service-table-head:first-child {
  width: 31.5%;
}
.service-table-head {
  width: 22.8%;
  padding: 2rem 0;
  line-height: 1;
  text-align: center;
  border-right: solid 1px #fff;
}
.service-table-head:last-child {
  border-right: none;
}
.service-table-text-box {
  border-bottom: solid 1px #ccc;
}
.service-table-text {
  padding: 3.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.service-table-text:first-child {
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.service-cap {
  font-size: 1.4rem;
  white-space: nowrap;
}
.service-content-container {
  margin: 0 0 4.8rem;
}
.service-content-title {
  padding: 1.6rem 0;
  margin: 0 0 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #40161a;
}
.service-content-lead {
  margin: 0 0 3.2rem;
  font-size: 1.4rem;
  color: #40161a;
  text-align: center;
}
.service-content-list {
  justify-content: space-between;
}
.service-content-item {
  width: calc((100% / 3) - 1.6rem);
  border: solid 1px #f3a28e;
}
.service-content-item-title {
  padding: 1.2rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f3a28e;
}
.service-content-item-text {
  width: 85%;
  margin: 0 auto;
}
.service-content-item-text {
  width: 86%;
  height: 19.4rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
}
.service-content-item-text p {
  padding: 3.2rem 0 0;
}
.service-content-item-l, .service-content-item-r {
  width: calc((100% / 2) - 0.8rem);
  border: solid 1px #f3a28e;
}
.service-rokin-table {
  width: 100%;
}
.service-rokin-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
  border-bottom: solid 1px #f3a28e;
}
.service-rokin-box:last-child {
  border-bottom: none;
}
.service-rokin-title {
  width: 34%;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.service-rokin-text {
  width: 60%;
  vertical-align: middle;
}
.service-rokin-table.service-content-item-text p {
  padding: 0;
}
.service-rent-list {
  flex-direction: column;
  justify-content: center;
  height: 19.4rem;
}
.service-rent-item {
  margin: 0 0 0.5em 13rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.service-rent-item::before {
  content: "・";
}
.service-content-container02 {
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 4.8rem;
}
.service-content-cricle-box {
  flex-direction: column;
  justify-content: center;
  width: 24rem;
  height: 24rem;
  color: #fff;
  text-align: center;
  background-color: #f3a28e;
  border-radius: 50%;
}
.service-content-tag p {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  margin: 0 0 1.3rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #f3a28e;
  background-color: #fff;
  border-radius: 50rem;
}
.service-content-cricle-title {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.service-content-cricle-text {
  font-size: 1.4rem;
}
.service-ex-lead {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #f3a28e;
  text-align: center;
}
.service-content-item-text.service-ex-box {
  height: auto;
}
.service-ex-list {
  width: 90%;
  padding: 0 0 2.8rem;
  margin: 0 auto;
}
.service-ex-item {
  margin: 0 0 0.2em;
  font-size: 1.4rem;
}
.service-ex-item::before {
  margin-right: 0.3em;
  content: "・";
}
.service-compensation-container .service-table-container {
  border: solid 1px #f3a28e;
}
.service-compensation-container .service-table-container.pc {
  display: inline-table;
  margin: 0;
}
.service-compensation-container .service-table-head-box {
  background-color: #f3a28e;
}
.service-compensation-container .service-table-head:first-child {
  width: 75%;
}
.service-compensation-container .service-table-head {
  width: 25%;
}
.service-compensation-box {
  padding: 3.2rem 0;
  text-align: center;
  border-right: solid 1px #f3a28e;
}
.service-compensation-title {
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.service-compensation-text {
  margin: 0 0 1.2rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.service-compensation-price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f3a28e;
}
.service-consultation-container .accordion-table-text-list-02 li.service-consultation-tel {
  align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
}
.service-consultation-tel::before {
  display: block;
  width: 2.5rem;
  height: 3.3rem;
  margin: 0 1.3rem 0 0;
  content: "";
  background: url(assets/images/common/tel-icon-b.png) center center/cover no-repeat;
}
.service-consultation-container .accordion-table-text-list-02 li,.service-consultation-container .accordion-table-text-list-02 .union-about-table-text-02 {
  font-size: 1.4rem;
  font-weight: 400;
}
.service-consultation-container .accordion-table {
  margin: 0 0 3.2rem;
}
.service-consultation-container .accordion-table:last-child {
  margin: 0;
}

@media (max-width: 751px) {
  .service-compensation-container .service-table-container.pc {
    display: none;
  }
  .service-table-head-box {
    font-size: 1.3rem;
  }
  .service-table-text-box:last-child {
    border-bottom: none;
  }
  .service-table-text {
    padding: 1.7rem 2rem;
    font-size: 1.1rem;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  ::-webkit-scrollbar-track {
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    display: none;
  }
  .service-table-text:first-child {
    padding-left: 2rem;
  }
  .service-table-head {
    padding: 2rem 4rem;
  }
  .service-cap {
    font-size: 1rem;
  }
  .table-scroll {
    margin-bottom: 2.4rem;
    overflow: auto;
    white-space: nowrap;
    border-bottom: solid 1px #ccc;
  }
  .service-content-title {
    margin-bottom: 2.4rem;
    font-size: 1.3rem;
  }
  .service-content-lead {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
    text-align: justify;
  }
  .service-content-list.flex-container {
    flex-direction: column;
  }
  .service-content-item {
    width: 100%;
  }
  .service-content-item {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .service-content-item:last-child {
    margin-bottom: 0;
  }
  .service-content-item-title {
    font-size: 1.3rem;
  }
  .service-content-item-text {
    height: auto;
    font-size: 1.2rem;
  }
  .service-content-item-text p {
    padding: 2.4rem 0;
  }
  .service-content-item-l, .service-content-item-r {
    width: 100%;
  }
  .service-content-item-l {
    margin-bottom: 1.6rem;
  }
  .service-content-item-l:last-child {
    margin: 0;
  }
  tr.service-rokin-box {
    flex-direction: column;
  }
  .service-rokin-box {
    flex-direction: column;
    padding: 2rem 0;
  }
  .service-rokin-title {
    width: 100%;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
  }
  .service-rokin-text {
    width: 84%;
  }
  .service-rent-item {
    margin: 0 0 0.5em 4rem;
    font-size: 1.3rem;
  }
  .service-rent-list {
    height: auto;
    padding: 2.4rem 0;
  }
  .service-content-container {
    margin: 0 0 3.2rem;
  }
  .service-content-container:last-child {
    margin: 0;
  }
  .service-content-container02 {
    flex-direction: column;
  }
  .service-content-cricle-box {
    margin-bottom: 1.6rem;
  }
  .service-content-cricle-box:last-child {
    margin: 0;
  }
  .service-content-tag p {
    padding: 0.4rem 1.6rem;
    font-size: 1.1rem;
  }
  .service-content-cricle-title {
    font-size: 1.6rem;
  }
  .service-ex-box p.service-ex-lead {
    padding: 2.4rem 0 1.6rem;
    margin: 0;
    font-size: 1.2rem;
  }
  .service-ex-list {
    width: 100%;
    padding-bottom: 2.4rem;
  }
  .service-ex-item {
    font-size: 1rem;
  }
  .service-ex-item {
    margin: 0 0 0.5em;
    font-size: 0.9rem;
  }
  .service-ex-item:last-child {
    margin: 0;
  }
  .service-compensation-container {
    flex-direction: column;
  }
  .service-compensation-container .service-table-head:first-child {
    width: 25%;
  }
  .service-compensation-box {
    padding: 2rem 0;
    border-right: none;
    border-bottom: 1px solid #f3a28e;
  }
  .service-compensation-title {
    margin: 0 0 0.8rem;
    font-size: 1.3rem;
  }
  .service-compensation-text {
    margin: 0 0 0.8rem;
    font-size: 1.2rem;
  }
  .service-compensation-price {
    font-size: 1.3rem;
  }
  .service-consultation-container .accordion-table-box-02 {
    flex-direction: column;
  }
  .service-consultation-container .accordion-table-box-02 .accordion-table-title {
    font-size: 1.3rem;
  }
  .service-consultation-container .accordion-table-text-list-02 {
    padding: 1.4rem 2.4rem 2.4rem;
  }
  .service-consultation-container .accordion-table-text-list-02 li.service-consultation-tel {
    justify-content: center;
    margin: 0 0 0.8rem;
    font-size: 2.4rem;
  }
  .service-consultation-tel::before {
    width: 1.8rem;
    height: 2.4rem;
  }
  .service-consultation-container .accordion-table-text-list-02 li, .service-consultation-container .accordion-table-text-list-02 .union-about-table-text-02 {
    font-size: 1.1rem;
  }
  .service-consultation-lead {
    margin-bottom: 0.8rem;
  }
  .service-consultation-container .accordion-table-text-item-02 {
    margin-bottom: 0;
  }
  .service-consultation-container .accordion-table {
    margin-bottom: 1.6rem;
  }
}

/* ==================================
	news
	================================== */

/* 	pagination	 */
ul.page-numbers {
  margin: 8rem 0 0;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2.4rem;
  font-family: "Roboto";
  font-size: 1.6rem;
  font-weight: 300;
  color: #ccc;
  transition: 0.3s ease;
}
.page-numbers.current {
  color: var(--main-color);
}
.prev.page-numbers,.next.page-numbers {
  width: 3.2rem;
  height: 3.3rem;
  font-size: 0;
}
.next.page-numbers {
  margin: 0 0 0 1.6rem;
  background: url(assets/images/common/circle-arrow-r-mono.svg) center center/cover no-repeat;
}
.prev.page-numbers {
  margin: 0 1.6rem 0 0;
  background: url(assets/images/common/circle-arrow-l-mono.svg) center center/cover no-repeat;
}

@media (min-width: 751px) {
  .page-numbers:hover {
    color: var(--main-color);
  }
  .next.page-numbers:hover {
    background: url(assets/images/common/circle-arrow-r.svg) center center/cover no-repeat;
  }
  .prev.page-numbers:hover {
    background: url(assets/images/common/circle-arrow-l.svg) center center/cover no-repeat;
  }
}

@media (max-width: 751px) {
  ul.page-numbers {
    margin: 4rem 0 0;
  }
  .page-numbers {
    margin: 0 1.6rem;
    font-size: 1.4rem;
  }
  .prev.page-numbers, .next.page-numbers {
    width: 2.4rem;
    height: 2.4rem;
  }
  .prev.page-numbers {
    margin: 0 1.2rem 0 0;
  }
  .next.page-numbers {
    margin: 0 0 0 1.2rem;
  }
}

/* ==================================
	news-single
	================================== */
.single .common-container {
  max-width: 72rem;
  padding: 12rem 0;
}
.single-news-date {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
.single-news-title {
  padding-bottom: 1.3em;
  margin-bottom: 7rem;
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.single-news-content .wp-block-image {
  width: 66.8%;
  margin: 0 auto 4.8rem;
}
.single-news-text {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  text-align: justify;
}
.single-news-subtitle {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 700;
}
.single-news-content .common-btn {
  margin: 8rem auto 0;
}

@media (max-width: 751px) {
  .single .common-container {
    padding: 4rem 0;
  }
  .single-news-date {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
  .single-news-title {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .single-news-content .wp-block-image {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .single-news-text {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
  }
  .single-news-subtitle {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .single-news-content .common-btn {
    margin: 4rem auto 0;
  }
}

/* ==================================
	contact
	================================== */
.contact .common-container {
  padding: 12rem 0;
}
.contact-wrap {
  width: 75%;
  margin: 0 auto;
}
.contact-text-box {
  flex-direction: column;
  margin: 0 0 5.6rem;
}
.contact-text-box:nth-of-type(4) {
  margin: 0 0 8rem;
}
.contact-text {
  margin: 0 0 1.8rem;
  font-size: 1.8rem;
}
.contact-write {
  height: 6.4rem;
  border: #ccc solid 1px;
  border-radius: 0.8rem;
}
.wpcf7-form-control-wrap {
  display: block;
  height: 100%;
}
.wpcf7-form-control {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  font-size: 1.6rem;
}
.contact-content-text {
  height: 40rem;
}
.contact-privacy {
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.wpcf7-form-control.wpcf7-acceptance {
  padding: 0;
  font-size: 1.2rem;
}
.contact-btn .wpcf7-form-control {
  width: auto;
  padding: 2rem 2.8rem;
  margin: 4.8rem auto 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: var(--main-color);
  border: solid 1px var(--main-color);
  border-radius: 50rem;
  transition: 0.3s;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.6rem;
  color: var(--main-color);
  text-align: center;
  border: none;
}
.contact-privacy .red {
  border-bottom: solid 1px var(--main-color);
  transition: 0.3s ease;
}

@media (min-width: 752px) {
  .contact-btn .wpcf7-form-control:hover {
    color: var(--main-color);
    background-color: #fff;
  }
  .contact-privacy .red:hover {
    color: #40161a;
    border-bottom: solid 1px #40161a;
  }
}

@media (max-width: 751px) {
  .contact .common-container {
    width: 100%;
    padding: 4rem 0;
  }
  .contact-text {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
  .contact-write {
    height: 4rem;
    border-radius: 0.5rem;
  }
  .contact-text-box {
    margin-bottom: 2.4rem;
  }
  .contact-content-text {
    height: 17.7rem;
  }
  .contact-text-box:nth-of-type(4) {
    margin: 0 0 3.2rem;
  }
  .contact-privacy {
    font-size: 1rem;
  }
  .wpcf7-form-control.wpcf7-acceptance {
    padding: 0 0 0.1rem;
    font-size: 1rem;
  }
  .contact-btn .wpcf7-form-control {
    padding: 1.4rem 2rem;
    margin: 2.4rem auto 0;
    font-size: 1.3rem;
  }
  .wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {
    padding-top: 0;
    margin-top: 0;
    font-size: 1.2rem;
    word-break: keep-all;
  }
}
