@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}
html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
}
@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}
html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}
html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}
html caption,
html th {
  text-align: left;
}
html hr,
html legend {
  display: none;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}
html ol,
html ul {
  list-style: none;
}
html a {
  text-decoration: none;
  color: inherit;
}
html a img,
html fieldset {
  border: none;
}
html a:visited {
  text-decoration: none;
}
html img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
html * {
  box-sizing: border-box;
}
html * {
  box-sizing: border-box;
}
html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #333333;
  font-size: 1.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  line-height: 1.8;
  height: 100%;
  min-width: 1100px;
  background: #fff;
}
@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 3.5897435897vw;
    -webkit-overflow-scrolling: touch;
  }
}

.wrap {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1100px;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
@media (max-width: 480px) {
  .wrap {
    bottom: 19.2307692308vw;
  }
}
.wrap.w1200 {
  width: 1200px;
  max-width: 100%;
}
.wrap.w1100 {
  width: 1100px;
  max-width: 100%;
}
.wrap.w1000 {
  width: 1000px;
  max-width: 100%;
}
.wrap.w900 {
  width: 900px;
  max-width: 100%;
}
.wrap.w800 {
  width: 800px;
  max-width: 100%;
}
.wrap.w700 {
  width: 700px;
  max-width: 100%;
}
.wrap.w600 {
  width: 600px;
  max-width: 100%;
}

#page {
  margin: 0 auto;
  width: auto;
}
@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    transition: all 0.2s;
    position: fixed;
    transform: translate3d(-80%, 0, 0);
  }
}
#header {
  width: 100%;
  min-width: 1100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 480px) {
  #header {
    min-width: 100%;
    margin: 0;
  }
}
#header .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: clamp(20px, 1.875vw, 30px);
  align-items: center;
  background-color: #fff;
}
@media (max-width: 480px) {
  #header .header {
    width: 100%;
    padding-left: 4.4871794872vw;
    height: 19.7435897436vw;
    align-items: center;
    background-color: transparent;
  }
}
#header .header .head-logo {
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  #header .header .head-logo:hover {
    opacity: 0.7;
  }
}
@media (max-width: 480px) {
  #header .header .head-logo {
    width: 62vw;
    filter: none;
    color: #333333;
  }
}
#header .header .head-logo a {
  display: block;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  color: #333333;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  #header .header .head-logo a {
    font-size: 3.8461538462vw;
  }
}
#header .header .head-logo a .logo_big {
  font-size: clamp(2rem, 1.875vw, 3rem);
}
@media (max-width: 480px) {
  #header .header .head-logo a .logo_big {
    font-size: 7.1282051282vw;
  }
}
#header .header #sp_navi {
  display: none;
}
@media (max-width: 480px) {
  #header .header #sp_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4.5vw;
  }
}
@media (max-width: 480px) {
  #header .header #sp_navi li {
    width: 19.1025641026vw;
    height: 19.7435897436vw;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  }
  #header .header #sp_navi li img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #header .header .head-nav {
    display: none;
  }
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 2.8205128205vw;
    border-top: inherit;
    border-bottom: inherit;
    padding: 2.5641025641vw 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}
#gnavi ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(19px, 1.8vw, 35px);
}
@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0;
    max-width: 100%;
    gap: 5%;
  }
}
#gnavi ul li {
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #4791e7;
    width: 100%;
  }
}
#gnavi ul li a {
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  display: block;
  position: relative;
  z-index: 1;
  transition: color 0.3s, text-shadow 0.3s, filter 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, text-shadow 0.3s, filter 0.3s;
  transition: color 0.3s, text-decoration 0.3s, text-shadow 0.3s, filter 0.3s, -webkit-text-decoration 0.3s;
  color: #333333;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
#gnavi ul li a::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4791e7;
  opacity: 0;
  transition: opacity 0.3s;
}
#index #gnavi ul li a::after {
  background-color: #fff;
}
@media (max-width: 480px) {
  #gnavi ul li a {
    color: #333333;
    text-align: left;
    padding: 3.5897435897vw 0;
    text-shadow: none;
    filter: none;
  }
}
@media (min-width: 480px) {
  #gnavi ul li a:hover {
    color: #4791e7;
  }
  #gnavi ul li a:hover::after {
    opacity: 0.8;
  }
  #index #gnavi ul li a:hover {
    color: #fff;
  }
}
#gnavi ul li .navi_inquiry {
  background-image: url(../img/tel_bg.png);
  color: #fff;
  width: clamp(220px, 20vw, 325px);
  height: clamp(68.75px, 6.25vw, 100px);
  letter-spacing: 2px;
  line-height: 1;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
@media (max-width: 480px) {
  #gnavi ul li .navi_inquiry {
    width: 100%;
    box-shadow: none;
    pointer-events: inherit;
  }
}
#gnavi ul li .navi_inquiry span {
  display: block;
  font-weight: 500;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}
#gnavi ul li .navi_inquiry .tel-num {
  font-weight: 700;
  font-size: clamp(2rem, 1.875vw, 3rem);
  font-family: "Montserrat", sans-serif;
}
#gnavi ul li .navi_inquiry .tel-num::before {
  content: "";
  width: clamp(13.75px, 1.25vw, 20px);
  height: clamp(19.25px, 1.75vw, 28px);
  background-image: url(../img/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
@media (max-width: 480px) {
  #gnavi ul li:nth-last-child(1) {
    border-bottom: 0px;
  }
}
@media (max-width: 480px) {
  #gnavi ul li:nth-last-child(2) {
    margin-bottom: 6.4102564103vw;
  }
}
#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    border-bottom: 0;
    cursor: default;
  }
}
#gnavi ul li.navi_slide:hover ul {
  display: block;
}
#gnavi ul li.navi_slide a {
  cursor: default;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide a {
    cursor: default;
  }
}
#gnavi ul li.navi_slide ul {
  border-bottom: 3px solid #bce2e8;
  border-radius: 0 0 4px 4px;
  padding: 0 14px;
  height: inherit;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 5000;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    font-size: 3.3333333333vw;
    border-bottom: inherit;
    border-radius: 0 0 0.5128205128vw 0.5128205128vw;
    margin-left: 0;
    margin-bottom: 2.5641025641vw;
    padding: 0;
    height: inherit;
    width: 100%;
    background: #222;
    display: block;
    position: inherit;
    zoom: 1;
  }
}
#gnavi ul li.navi_slide ul li {
  color: #595757;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
  float: none;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: 1px dashed #666;
  }
}
#gnavi ul li.navi_slide ul li:last-child {
  border: 0;
}
#gnavi ul li.navi_slide ul li a {
  color: #444;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  box-shadow: none;
  margin: 0 auto;
  padding: 12px 0;
  background: none;
  display: block;
  position: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    box-shadow: none;
    margin: 0 auto;
    padding: 1.9230769231vw 5%;
    background: none;
    display: block;
    position: inherit;
  }
}
#gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
  border: 0;
  content: " ";
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
    content: none;
  }
}
#gnavi ul li.navi_slide ul li a:hover {
  color: #660000;
  box-shadow: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #fff;
  }
}
#gnavi ul li.navi_slide ul li a:hover:before {
  box-shadow: inherit;
  background: none;
}
@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 3.8461538462vw;
    padding: 0.641025641vw 5%;
    width: 100%;
    background: #5b5b5b;
    margin-top: 6.4102564103vw;
    text-align: center;
  }
  #gnavi #close span {
    font-size: 3.8461538462vw;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 480px) {
  #gnavi.open {
    transition: all 0.2s;
    transform: translate3d(-100%, 0, 0);
  }
}
#contents {
  background: #fff;
}
#contents .contents-header {
  height: 390px;
  display: flex;
  align-items: center;
  background: url(../img/contents-header-bg.jpg) center top/cover no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 480px) {
  #contents .contents-header {
    height: 64.1025641026vw;
    background-image: url(../img/contents-header-bg_sp.jpg);
    background-size: cover;
  }
}
#contents .contents-header .contents-header__in {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
@media (max-width: 480px) {
  #contents .contents-header .contents-header__in {
    bottom: 19.2307692308vw;
  }
}
#contents .contents-header .contents-header__in .contents-header__ttl {
  line-height: 1;
  font-size: 3.9rem;
  font-weight: bold;
  color: #4791e7;
  text-align: center;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  white-space: nowrap;
}
#contents .contents-header .contents-header__in .contents-header__ttl::after {
  content: "";
  width: 105%;
  height: 5px;
  background-color: #4791e7;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  border-radius: 2px;
}
@media (max-width: 480px) {
  #contents .contents-header .contents-header__in .contents-header__ttl {
    font-size: 6.4102564103vw;
    line-height: 1.2;
  }
  #contents .contents-header .contents-header__in .contents-header__ttl::after {
    height: 0.641025641vw;
    top: 8.9743589744vw;
    border-radius: 0.2564102564vw;
  }
  #contents1 #contents .contents-header .contents-header__in .contents-header__ttl::after {
    top: 16.6666666667vw;
  }
  #contents2 #contents .contents-header .contents-header__in .contents-header__ttl::after {
    width: 90%;
    top: 16.6666666667vw;
  }
}
#contents .breadcrumbs {
  padding: 5px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 0.641025641vw 4.4871794872vw;
  }
}
#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}
#contents .breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}
#contents .breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}
#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}
#contents section {
  padding: 100px 0 100px;
}
@media (max-width: 480px) {
  #contents section {
    padding: 14.7435897436vw 4.4871794872vw 14.7435897436vw;
  }
  #contents section.sec-contents-works {
    padding-bottom: 0vw;
  }
  #greeting #contents section {
    padding-bottom: 0vw;
  }
  #privacy #contents section {
    padding-bottom: 0vw;
  }
}
@media (max-width: 480px) {
  #contents #MailForm {
    padding: 0 4.4871794872vw;
  }
}

.unit-ttl03 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .unit-ttl03 {
    font-size: 6.1538461538vw;
    margin-bottom: 2.5641025641vw;
  }
}

.block_base {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .block_base {
    margin-bottom: 6.4102564103vw;
  }
}
.block_base .ttl_en {
  font-size: 2.4rem;
  color: #4791e7;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.block_base .ttl_en::after {
  content: "";
  background-image: url(../img/block_deco.png);
  position: absolute;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .block_base .ttl_en {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
  .block_base .ttl_en::after {
    width: 4.8717948718vw;
    height: 1.1538461538vw;
    top: 7.6923076923vw;
  }
}
.block_base .ttl_ja {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .block_base .ttl_ja {
    font-size: 6.1538461538vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media (max-width: 480px) {
  #contents2 .block_base .ttl_ja {
    letter-spacing: 0;
  }
}
.block_base .block_txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 480px) {
  .block_base .block_txt {
    font-size: 3.5897435897vw;
    letter-spacing: 0vw;
    line-height: 1.5;
    text-align: left;
  }
}

.left {
  text-align: left;
}
.left .ttl_en::after {
  left: 0;
  transform: translateX(0);
}
.left .block_txt {
  text-align: left;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .left {
    text-align: center;
  }
  .left .ttl_en::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .left .block_txt {
    padding-right: 0;
  }
}

#pagetop {
  display: none;
  width: 60px;
}
@media (max-width: 480px) {
  #pagetop {
    width: 12%;
    background-color: transparent;
  }
}
#pagetop a {
  transition: opacity 0.3s;
  text-align: center;
  color: #333333;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 480px) {
  #pagetop a:hover {
    opacity: 0.7;
  }
}
#pagetop a img {
  display: block;
}
@media (max-width: 480px) {
  #pagetop a img {
    width: 100%;
  }
}
#pagetop img {
  display: block;
}
#pagetop img.only_pc {
  display: block;
}
@media (max-width: 480px) {
  #pagetop img.only_pc {
    display: none;
  }
}
#pagetop img.only_sp {
  display: none;
}
@media (max-width: 480px) {
  #pagetop img.only_sp {
    display: block;
  }
}

#pagetop.fixed {
  right: 20px;
  bottom: 50px;
  display: block;
  z-index: 100;
}
@media (max-width: 480px) {
  #pagetop.fixed {
    right: 1.1538461538vw;
    bottom: 6.4102564103vw;
    display: block;
  }
}

.footer {
  min-width: 1100px;
  background: #f1f0f0;
  position: relative;
}
@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}
@media (min-width: 480px) {
  .footer .return:hover {
    opacity: 0.7;
  }
}
.footer .return_img {
  width: 61px;
  height: 61px;
}
@media (max-width: 480px) {
  .footer .return_img {
    width: 12.5641025641vw;
    height: 12.5641025641vw;
  }
}
.footer .footer_inner {
  padding: 60px 0 25px;
  background-color: #fff;
  color: #333333;
}
@media (max-width: 480px) {
  .footer .footer_inner {
    padding: 12.8205128205vw 8.9743589744vw;
  }
}
.footer .footer_inner .footer-logo {
  color: #333333;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 2.2rem;
  text-decoration: none;
  margin: 0 auto 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-logo {
    font-size: 5.1282051282vw;
    right: 3.0769230769vw;
    margin: 0 auto;
  }
}
.footer .footer-logo_fc {
  font-size: 3.1rem;
  padding: 0 0.3vw;
}
@media (max-width: 480px) {
  .footer .footer-logo_fc {
    padding: 0 1.2820512821vw;
  }
}
.footer .footer_inner_adress {
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .footer .footer_inner_adress {
    letter-spacing: 0.2564102564vw;
    display: block;
    font-size: 3.5897435897vw;
    text-align: left;
    margin-left: 1.2820512821vw;
  }
}
.footer .footernavi {
  margin: 30px auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
@media (max-width: 480px) {
  .footer .footernavi {
    margin: 3.8461538462vw 0 0 0;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    gap: 6.4102564103vw;
  }
}
.footer .footernavi a {
  margin-right: 15px;
  float: left;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (max-width: 480px) {
  .footer .footernavi a {
    margin-right: 0;
    float: none;
    margin-bottom: 3.8461538462vw;
  }
}
@media (min-width: 480px) {
  .footer .footernavi a:hover {
    color: #4791e7;
  }
}
.footer .footernavi a:after {
  color: #C3C3C3;
  font-size: 1.3rem;
  margin-left: 15px;
  content: "|";
}
@media (max-width: 480px) {
  .footer .footernavi a:after {
    content: none;
  }
}
.footer .footernavi a a {
  color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
}
@media (max-width: 480px) {
  .footer .footernavi a a {
    font-size: 3.5897435897vw;
  }
}
.footer .footernavi a a:hover {
  color: #f6b434;
}
.footer .footernavi li:nth--child(1):after {
  content: "";
}
.footer .footernavi .last:after {
  content: "";
}

.copy {
  text-align: center;
  padding: 10px 0;
  background-color: #4791e7;
}
@media (max-width: 480px) {
  .copy {
    text-align: left;
    padding: 1.2820512821vw 4.4871794872vw;
  }
}
.copy a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  gap: 15px;
  color: #333333;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 480px) {
  .copy a {
    font-size: 2.3076923077vw;
    letter-spacing: 0.2564102564vw;
    justify-content: space-between;
  }
}
.copy a img {
  vertical-align: bottom;
  width: 86px;
}
@media (max-width: 480px) {
  .copy a img {
    width: 17.8205128205vw;
    height: 2.6923076923vw;
    right: -25.641025641vw;
    top: 0.641025641vw;
  }
}

/*============================
contact
============================*/
.sec-contact {
  background-image: url(../img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.sec-contact .block_base .ttl_en {
  color: #fff;
}
@media (max-width: 480px) {
  .sec-contact .block_base .block_txt {
    margin-bottom: 5.7692307692vw;
    text-align: center;
  }
}
.sec-contact .contact_cta {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
}
.sec-contact .contact_cta .contact_btn a {
  color: #4791e7;
  font-size: 4.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 462px;
  height: 153px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 35px;
}
.sec-contact .contact_cta .contact_btn a .tel_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sec-contact .contact_cta .contact_btn a .icon {
  width: 25px;
  height: 35px;
  display: block;
}
.sec-contact .contact_cta .contact_btn a .mail_icon {
  width: 48px;
  height: 36px;
}
.sec-contact .contact_cta .contact_btn a .contact_time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
}
.sec-contact .contact_cta .contact_btn .inquiry_btn {
  flex-direction: row;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.9rem;
  justify-content: left;
  align-items: center;
  text-align: left;
  padding: 0 0 0 35px;
  gap: 30px;
  position: relative;
  line-height: 1.2;
  transition: color 0.3s, background-color 0.3s;
}
.sec-contact .contact_cta .contact_btn .inquiry_btn::after {
  content: "";
  background-image: url(../img/arrow01-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  width: 37px;
  aspect-ratio: 1;
}
.sec-contact .contact_cta .contact_btn .inquiry_btn:hover {
  color: #fff;
  background-color: #f6b434;
}
.sec-contact .contact_cta .contact_btn .inquiry_btn:hover .hover_appear {
  display: block;
}
.sec-contact .contact_cta .contact_btn .inquiry_btn:hover .hover_dis {
  display: none;
}
.sec-contact .contact_cta .contact_btn .inquiry_btn:hover::after {
  background: url(../img/arrow01-03.png) center/contain no-repeat;
}
.sec-contact .contact_cta .contact_btn .inquiry_btn .hover_appear {
  display: none;
}
@media (max-width: 480px) {
  .sec-contact .contact_cta {
    display: block;
    width: 100%;
  }
  .sec-contact .contact_cta .contact_btn a {
    margin: 0 auto 5.1282051282vw;
    font-size: 7.6923076923vw;
    gap: 1.9230769231vw;
    width: 91.0256410256vw;
    height: 23.7179487179vw;
    border-radius: 1.2820512821vw;
    padding-top: 5.1282051282vw;
    font-weight: 700;
  }
  .sec-contact .contact_cta .contact_btn a .tel_top {
    gap: 2.5641025641vw;
  }
  .sec-contact .contact_cta .contact_btn a .icon {
    width: 3.5897435897vw;
    height: 5.641025641vw;
  }
  .sec-contact .contact_cta .contact_btn a .mail_icon {
    width: 7.9487179487vw;
    height: 6.0256410256vw;
  }
  .sec-contact .contact_cta .contact_btn a .contact_time {
    font-size: 3.8461538462vw;
  }
  .sec-contact .contact_cta .contact_btn .inquiry_btn {
    font-size: 5.1282051282vw;
    padding: 0 0 0 16.6666666667vw;
    gap: 3.2051282051vw;
  }
  .sec-contact .contact_cta .contact_btn .inquiry_btn::after {
    right: 10.2564102564vw;
    width: 6.9230769231vw;
  }
}

.access_map {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .access_map {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .access_map iframe {
    width: 100%;
    height: 102.5641025641vw;
  }
}
.access_map .map_set {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
}
@media (max-width: 480px) {
  .access_map .map_set {
    box-shadow: inherit;
    width: 100%;
    margin-bottom: 0;
    height: auto;
  }
}
@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 2.5641025641vw;
    padding: 1.6666666667vw 1.2820512821vw;
  }
}
.access_map .access_data {
  padding: 15px 0 0;
}
.access_map .access_data dl {
  padding: 0 5px;
}
.access_map .access_data dl dt {
  font-weight: bold;
  float: left;
}
@media (max-width: 480px) {
  .access_map .access_data dl dt {
    float: none;
    font-size: 4.1025641026vw;
  }
}
.access_map .access_data dl dd {
  padding-left: 80px;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
}
.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 1.2820512821vw;
  }
}
.access_map .access_data dl dd a {
  color: #333333;
}

.privacy_section {
  padding: 50px 0 70px;
}
@media (max-width: 480px) {
  .privacy_section {
    padding: 3.8461538462vw 0 5.1282051282vw;
  }
}
.privacy_section .privacy_section_inner {
  margin: 0 auto;
  width: 1100px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 1.2820512821vw;
    width: 100%;
  }
}
.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
  padding: 0 !important;
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #4791e7;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 0.3846153846vw solid #4791e7;
    margin-bottom: 2.5641025641vw;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 0.641025641vw 1.9230769231vw;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -5.7692307692vw;
    margin-bottom: 1.2820512821vw;
    padding-left: 4.4871794872vw;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 1.2820512821vw;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 3.8461538462vw;
    padding-left: 0;
  }
}

.inquiry_info_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 50px;
}
@media (max-width: 480px) {
  .inquiry_info_inner {
    flex-direction: column;
    gap: 6.4102564103vw;
  }
}
.inquiry_info_inner .inquiry_info {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  border: 3px solid #b4d9fc;
  width: 500px;
  height: 130px;
  color: #4791e7;
  font-weight: 700;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info {
    width: 100%;
    height: 25.641025641vw;
  }
}
.inquiry_info_inner .inquiry_info .no {
  font-size: 4.9rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .no {
    font-size: 7.6923076923vw;
    gap: 1.9230769231vw;
  }
}
.inquiry_info_inner .inquiry_info .no span {
  font-size: 0.5em;
  margin-right: 0.5em;
}
.inquiry_info_inner .inquiry_info .time {
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .time {
    font-size: 3.8461538462vw;
  }
}

.kinds_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .kinds_list {
    margin-top: 1.2820512821vw;
  }
}
@media (max-width: 480px) {
  .kinds_list li {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 1em;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 0.641025641vw;
  }
  .kinds_list li label {
    display: block;
    width: 100%;
  }
}
.kinds_list li:not(:last-child) {
  padding-right: 11px;
}
@media (max-width: 480px) {
  .kinds_list li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1em;
  }
}

.attent_block {
  margin-bottom: 20px;
}
.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}
.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}
.attent_block a {
  text-decoration: underline;
  color: #0050a7;
}
@media (min-width: 480px) {
  .attent_block a:hover {
    text-decoration: none;
  }
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  text-align: center;
  line-height: 2;
}
@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
  }
}
.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9B0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%;
}
@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}
#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #999;
  padding: 25px;
}
@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}
#MailForm table th {
  padding-left: 75px;
  width: 30%;
  background: #eef3f6;
  position: relative;
}
@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 0.3846153846vw;
    width: 100%;
    background: none;
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 1.7948717949vw FontAwesome;
    line-height: 1;
    margin-right: 0.641025641vw;
    content: "■";
  }
}
#MailForm table th span {
  position: absolute;
  left: 25px;
}
@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 0.641025641vw;
  }
}
#MailForm table td {
  background: #fff;
}
@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 4.4871794872vw;
    padding: 0;
    background: none;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
    border-radius: 0.641025641vw;
  }
}
@media (max-width: 480px) {
  #MailForm .kinds_list input {
    width: auto;
    margin-right: 1em;
  }
}
#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 12px 27px 12px 13px;
  cursor: pointer;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (-ms-high-contrast: none) {
  #MailForm select {
    background: none;
    padding-right: 13px;
  }
}
@media (max-width: 480px) {
  #MailForm select {
    border-radius: 0.641025641vw;
  }
}
#MailForm label {
  padding: 2px 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #MailForm label {
    font-size: 3.8461538462vw;
    padding: 1.2820512821vw;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit],
  #MailForm input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]::-webkit-search-decoration,
  #MailForm input[type=button]::-webkit-search-decoration {
    display: none;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]:focus,
  #MailForm input[type=button]:focus {
    outline-offset: -2px;
  }
}
#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}
#MailForm .form25 {
  width: 25%;
}
@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}
#MailForm .form45 {
  width: 45%;
}
@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}
#MailForm .form60 {
  width: 60%;
}
@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}
#MailForm .form90 {
  width: 93%;
}
@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}
#MailForm .focus {
  background: #ffe7e0;
}
#MailForm .important_list {
  margin-bottom: 27px;
  font-size: 0.9em;
}
#MailForm .important_list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  color: #333333;
}
@media (max-width: 480px) {
  #MailForm .important_list li:first-child {
    margin-bottom: 1.2820512821vw;
  }
}
#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}
#MailForm .inquiry_inset {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #MailForm .inquiry_inset {
    padding: 1.9230769231vw 4%;
    background: #f2f0ef;
  }
}
#MailForm .confirm_txt {
  text-align: center;
}
@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

.send_btn_inner {
  padding: 30px 0 0;
}
@media (max-width: 480px) {
  .send_btn_inner {
    padding-top: 0;
  }
}
.send_btn_inner button {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #4791e7;
  border: 2px solid #4791e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: color 0.5s, background-color 0.5s;
}
@media (max-width: 480px) {
  .send_btn_inner button {
    width: 90%;
    min-height: 6.1538461538vw;
    margin: 0 auto;
    transition: unset;
  }
}
.send_btn_inner button:hover {
  color: #4791e7;
  background-color: #fff;
}
@media (max-width: 480px) {
  .send_btn_inner button:hover {
    color: #fff;
    background-color: #4791e7;
  }
}
@media (max-width: 480px) {
  .send_btn_inner button.submit_btn {
    margin: 2.5641025641vw auto;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 480px) {
  .inputarea li {
    margin: 0 1.9230769231vw 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}
#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}
.send_inner .send_step_msg {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #FF9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}
.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}
.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}
@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 2.1794871795vw 2.5641025641vw;
    background: #fff;
    display: block;
  }
}
.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}
@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 0.641025641vw;
    padding: 1.2820512821vw 1.9230769231vw;
    width: 100%;
    background: #f5f5f5;
  }
}
@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 3.8461538462vw;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
}
.send_inner .send_error li {
  font-size: 1.4rem;
  padding: 5px 0;
}
.send_inner .send_error li:before {
  color: #C2C2C2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "●";
}
.send_inner .send_error li span {
  color: #FF3333;
  margin-right: 5px;
  display: inline-block;
}

.sec-greeting .table_base {
  padding: 0 0 25px;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .sec-greeting .table_base {
    width: 100%;
  }
}
.sec-greeting .table_base table {
  width: 100%;
  border: 1px solid #4791e7;
  border-bottom: none;
  background-color: #fff;
}
@media (max-width: 480px) {
  .sec-greeting .table_base table {
    border: 0;
  }
}
.sec-greeting .table_base table td,
.sec-greeting .table_base table th {
  border-bottom: 1px solid #4791e7;
  padding: 25px 16px;
}
@media (max-width: 480px) {
  .sec-greeting .table_base table td,
  .sec-greeting .table_base table th {
    border-bottom: 0;
    padding: 1.5384615385vw 2.0512820513vw;
    display: block;
  }
}
.sec-greeting .table_base table th {
  font-weight: 500;
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
  width: 28%;
  background-color: #bddfff;
}
@media (max-width: 480px) {
  .sec-greeting .table_base table th {
    width: 100%;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.sec-greeting .table_base table td {
  border-bottom: 1px solid #4791e7;
  padding: 25px 40px;
}
@media (max-width: 480px) {
  .sec-greeting .table_base table td {
    border-bottom: 0;
    font-size: 3.8461538462vw;
    padding: 1.5384615385vw;
    margin-bottom: 2.5641025641vw;
  }
}
.sec-greeting .table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.sec-greeting .table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #4791e7;
  display: inline-block;
}
.sec-greeting .table_base table td span.map_jump a:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .sec-greeting .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .sec-greeting .table_base table td span.map_jump {
    margin-left: 1.2820512821vw;
    top: -0.2564102564vw;
  }
  .sec-greeting .table_base table td span.map_jump a {
    font-size: 2.5641025641vw;
    border-radius: 0.7692307692vw;
    padding: 0.2564102564vw 0.7692307692vw;
  }
}

.content_inner {
  padding: 10px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 3.2051282051vw;
    display: block;
  }
}
.content_inner .images img {
  width: 100%;
}
.content_inner.w_margin410 .images {
  width: 410px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}
.content_inner.w_margin410 .msg {
  width: 570px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}
.content_inner.w_margin450 .images {
  width: 450px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}
.content_inner.w_margin450 .msg {
  width: 530px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image_list li img {
  width: 100%;
  display: block;
}
.image_list li span {
  padding: 15px 0 0;
  display: block;
}
.image_list.two_image li {
  width: 45%;
}
.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}
.image_list.three_image li {
  width: 30%;
}
.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.section_inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section_inner {
    width: 100%;
  }
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 480px) {
  .sp-t-left {
    text-align: left;
  }
}

.t-bold {
  font-weight: bold;
}

.t-500 {
  font-weight: 500;
}

.t-normal {
  font-weight: normal;
}

.only_pc {
  display: block;
}
@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.inline-b {
  display: inline-block;
}

.tel {
  color: #333333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
  color: #4791e7;
}
@media (max-width: 480px) {
  .tel {
    pointer-events: inherit;
  }
}

.fax {
  pointer-events: none;
}

.fade_hover {
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .fade_hover:hover {
    opacity: 0.7;
  }
}

.btn_base {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}
.btn_base a {
  width: 400px;
  height: auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  background: #4791e7;
  display: block;
  position: relative;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  padding: 23px 0 23px 56px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #4791e7;
  line-height: 1.2;
}
.btn_base a::after {
  width: 25px;
  height: 25px;
  background: url(../img/arrow01-01.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  right: 52px;
  transition: background-image 0.7s;
  transform: translateY(-50%);
}
.btn_base a:hover {
  color: #4791e7;
  background-color: #fff;
  border: 1px solid #4791e7;
}
.btn_base a:hover::after {
  background: url(../img/arrow01-02.png) center/contain no-repeat;
}
@media (max-width: 480px) {
  .btn_base a {
    width: 82.6923076923vw;
    height: 13.0769230769vw;
    font-size: 3.8461538462vw;
    padding: 4.2307692308vw 0 4.2307692308vw 14.1025641026vw;
    letter-spacing: 0.1282051282vw;
  }
  .btn_base a::after {
    right: 14.7435897436vw;
    width: 4.4871794872vw;
    height: 4.4871794872vw;
  }
  .btn_base a:hover {
    color: #fff;
    background: #f6b434;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 6.4102564103vw;
    max-width: 100%;
  }
}

.acd__list .acd__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
.acd__list .acd__item .acd__label {
  padding: 40px 100px 15px 15px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
  font-weight: bold;
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__label {
    padding: 3.2051282051vw 3.2051282051vw 0 0;
  }
}
.acd__list .acd__item .acd__label::after {
  content: "";
  width: 7px;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 60%;
  right: 30px;
  transition: transform 0.3s;
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__label::after {
    right: 0;
  }
}
.acd__list .acd__item .acd__label.active::after {
  transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 480px) {
  .acd__list .acd__item .acd__label:hover {
    color: #4791e7;
  }
}
.acd__list .acd__item .acd__detail {
  padding-inline: 15px 103px;
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__detail {
    padding: 1.9230769231vw;
    padding-left: 0;
  }
}
.acd__list .acd__item .acd__label,
.acd__list .acd__item .acd__detail {
  display: flex;
  align-items: start;
  gap: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__label,
  .acd__list .acd__item .acd__detail {
    gap: 0 1.9230769231vw;
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 480px) {
  .acd__list .acd__item .item-l {
    display: block;
    margin-right: 0;
  }
}
.acd__list .acd__item .item-l.q, .acd__list .acd__item .item-l.a {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  padding: 5px 7px;
}
@media (max-width: 480px) {
  .acd__list .acd__item .item-l.q, .acd__list .acd__item .item-l.a {
    font-size: 5.1282051282vw;
  }
}
.acd__list .acd__item .item-l.q {
  background-color: #eeeeee;
}
.acd__list .acd__item .item-l.a {
  background-color: #4791e7;
  color: #fff;
}/*# sourceMappingURL=common.css.map */