@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 520px) {
  .br_sp {
    display: none;
  }
}

/*
 * 480pxより狭くなったら改行なくす
 */
@media (max-width: 520px) {
  .sp_br {
    display: none !important;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 830px) {
  .pc_br {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行
 */
@media (min-width: 830px) {
  .tab_br {
    display: none;
  }
}

.at-block {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 520px) {
  .at-block {
    white-space: normal;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Lato", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Font Awesome 5 free", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #212b7a;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  font-size: max(15px, min(1.2vw,18px));
  font-size: clamp(15px, 1.2vw, 18px);
}

.page-wrapp {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 10%;
}
@media (max-width: 830px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

.main-tit-block {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 248px;
  margin-top: 80px;
}
.main-tit-block p {
  position: relative;
}
.main-tit-block p::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  height: 7px;
  max-width: 90px;
  content: "";
}
.main-tit-block img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 248px;
  z-index: -1;
}
@media (max-width: 520px) {
  .main-tit-block {
    padding-bottom: 8%;
    background-size: auto 132%;
    background-position: center right -44px;
  }
  .main-tit-block p::after {
    bottom: -23px;
  }
  .main-tit-block img {
    right: -18%;
    max-height: 243px;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

/*トップ文字アニメーション*/
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 1.2s cubic-bezier(0.07, 0.96, 0.51, 1.03);
  transition-property: clip-path;
  line-height: 1;
}

.is-animated .smooth {
  clip-path: inset(0);
}

.smooth-2 {
  transition: 1.2s cubic-bezier(0.07, 0.96, 0.51, 1.03) 0.2s;
}

.smooth-3 {
  transition: 1.2s cubic-bezier(0.07, 0.96, 0.51, 1.03) 0.4s;
}

/*トップ画像アニメーション*/
.anim-box {
  opacity: 0;
}

.is-animated .anim-box.slidein {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/*ヘッダーアニメーション*/
.anim-box-2, .anim-box-3 {
  opacity: 0;
}

.is-animated .anim-box-2.fadein {
  animation: fadeIn 1s ease 1.2s forwards;
}
.is-animated .anim-box-3.fadeup {
  animation: fadeUp 0.5s ease 1.5s forwards;
}

@keyframes fadeIn {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.header {
  position: absolute;
  top: 13px;
  right: 3%;
  color: white;
  z-index: 2;
}
@media (max-width: 830px) {
  .header {
    width: 90%;
    left: 5%;
  }
}
@media (max-width: 520px) {
  .header {
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 830px) {
  .header-box {
    justify-content: flex-start;
  }
}
.header-box .h-con-icon {
  max-width: 100px;
}
.header-box .h-con-icon img {
  width: 100%;
}
@media (max-width: 830px) {
  .header-box .h-con-icon {
    max-width: 80px;
  }
}
@media (max-width: 520px) {
  .header-box .h-con-icon {
    max-width: 63px;
  }
}
@media (max-width: 830px) {
  .header-box .header-text {
    margin-right: auto;
  }
}
.header-box .header-text h1 {
  line-height: 1;
}
.header-box .header-text h1 img {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 830px) {
  .header-box .header-text h1 img {
    width: 77%;
  }
}
.header-box .header-text h2 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3%;
}
@media (max-width: 830px) {
  .header-box .header-text h2 {
    display: none;
  }
}

#nav-toggle {
  display: none;
}
@media (max-width: 830px) {
  #nav-toggle {
    display: inline-block;
    max-width: 80px;
    margin-left: 2%;
    cursor: pointer;
  }
  #nav-toggle img {
    width: 100%;
  }
}
@media (max-width: 520px) {
  #nav-toggle {
    max-width: 63px;
  }
}

.header-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-tel i {
  vertical-align: middle;
}
.header-tel span {
  font-family: "GenJyuuGothicLP";
  font-style: normal;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.header-tel p {
  display: inline-block;
  font-size: 11px;
}
@media (max-width: 830px) {
  .header-tel {
    display: none;
  }
}

.share-block a .s-line-nav {
  width: 100%;
}

.gnav {
  display: inline-block;
  position: absolute;
  color: white;
  top: 2%;
  left: 3%;
  z-index: 1;
}
.gnav ul li {
  margin-bottom: 5px;
}
.gnav ul li a {
  transition: 0.2s ease;
}
.gnav ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 830px) {
  .gnav {
    display: none;
  }
}

/*スマホメニュー*/
.sp-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  background: white;
  font-weight: bold;
  padding-top: 13px;
  color: #251e1c;
  font-size: max(17px, min(3vw,24px));
  font-size: clamp(17px, 3vw, 24px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.sp-nav-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 5% 0 8%;
}
.sp-nav-inner ul {
  width: 45%;
}
.sp-nav-inner li {
  padding: 0.5em 0;
}
.sp-nav-inner li.sp-nav-min {
  font-weight: normal;
  color: #a1a1a1;
  font-size: max(14px, min(2.5vw,18px));
  font-size: clamp(14px, 2.5vw, 18px);
}
.sp-nav-inner li.share-block-nav {
  justify-content: flex-start;
  margin-left: -7px;
}
.sp-nav-inner .nav-sp-image {
  width: 20%;
}
.sp-nav-inner .nav-sp-image img {
  width: 100%;
  max-width: 180px;
}
.sp-nav-footer {
  background: #df4867;
  padding: 10%;
  padding-bottom: 100vh;
}
.sp-nav-footer-inner img {
  max-width: 120px;
  margin-bottom: 5%;
}
.sp-nav-footer-inner-text {
  color: white;
  font-weight: normal;
  font-size: max(14px, min(2.5vw,18px));
  font-size: clamp(14px, 2.5vw, 18px);
}

.header-box-open {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .header-box-open {
    width: 93%;
  }
}

.open {
  overflow: hidden;
}
.open .sp-nav {
  opacity: 1;
  visibility: visible;
}

#page-top {
  cursor: pointer;
  display: inline-block;
  right: 4%;
  position: absolute;
  width: 55px;
  transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
#page-top img {
  width: 100%;
}
#page-top:hover {
  transform: translateY(-10px);
}
@media (max-width: 520px) {
  #page-top {
    position: initial;
    margin: 0 auto;
    width: 45px;
  }
}

.btnFOut {
  animation-name: FOut;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-fill-mode: forwards;
}

@keyframes FOut {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -124px;
  }
}
.btnFIn {
  animation-name: FIn;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-fill-mode: forwards;
}

@keyframes FIn {
  0% {
    bottom: -90px;
  }
}
.footer {
  color: white;
  position: relative;
  background: #df4867;
  margin-top: auto;
  padding: 4% 0% 1%;
}
.footer-inner {
  margin-bottom: 2%;
}
.footer-inner-box {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 550px;
}
.footer-inner-box p {
  color: white;
}
.footer-inner-box p.f-catch {
  margin: 3% 0;
}
.footer-inner-box-text {
  display: flex;
  border-top: 2px solid;
  justify-content: space-between;
  align-items: center;
  padding-top: 4%;
}
.footer-inner-box-text a.f-con-icon {
  width: 20%;
  transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.footer-inner-box-text a.f-con-icon img {
  width: 100%;
}
@media (max-width: 520px) {
  .footer-inner-box-text a.f-con-icon {
    width: 23%;
  }
}
.footer-inner-box-text a.f-con-icon:hover {
  transform: scale(1.1);
}
@media (max-width: 830px) {
  .footer {
    padding: 9% 0 1%;
  }
  .footer-inner {
    margin-bottom: 3%;
  }
  .footer-inner-box {
    width: 86%;
  }
}
@media (max-width: 520px) {
  .footer {
    padding: 9% 0 3%;
  }
}

img.f-top-img {
  max-width: 140px;
  margin-bottom: 7%;
}
@media (max-width: 830px) {
  img.f-top-img {
    max-width: 125px;
    margin-bottom: 5%;
  }
}
@media (max-width: 520px) {
  img.f-top-img {
    max-width: 106px;
  }
}

img.f-name-img {
  width: 93%;
}
@media (max-width: 830px) {
  img.f-name-img {
    width: 81%;
  }
}

.footer-tel-box {
  width: 74%;
  text-align: left;
}
.footer-tel-box p {
  font-family: "GenJyuuGothicLP";
  font-style: normal;
  font-size: max(17px, min(7vw,58px));
  font-size: clamp(17px, 7vw, 58px);
  line-height: 1;
}
.footer-tel-box > span {
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 3px 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 830px) {
  .footer-tel-box p {
    font-size: max(17px, min(8.5vw,54px));
    font-size: clamp(17px, 8.5vw, 54px);
  }
}
@media (max-width: 520px) {
  .footer-tel-box > span {
    font-size: 12px;
  }
}

.footer-inner-menu {
  margin-top: 6%;
}
.footer-inner-menu ul {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.footer-inner-menu ul a {
  transition: 0.2s ease;
}
.footer-inner-menu ul a:hover {
  opacity: 0.8;
}
@media (max-width: 830px) {
  .footer-inner-menu {
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
  }
  .footer-inner-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-inner-menu ul li {
    padding: 2px 3px;
  }
}
@media (max-width: 520px) {
  .footer-inner-menu {
    margin-top: 11%;
  }
}

.share-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8%;
}
.share-block a {
  width: 31px;
  height: auto;
  line-height: 1;
  padding: 0 4px;
  text-align: center;
}
.share-block a img {
  width: 88%;
}
.share-block i {
  font-size: 33px;
}
@media (max-width: 520px) {
  .share-block {
    padding-top: 10%;
  }
}

.relation-site {
  background-color: white;
  margin-top: 3%;
}
.relation-site-inner {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.relation-site-inner img {
  max-width: 135px;
}
@media (max-width: 520px) {
  .relation-site-inner img {
    max-width: 109px;
  }
}
.relation-site-inner a {
  display: inline-block;
  padding: 6px 15px 10px;
  text-align: center;
}
@media (max-width: 520px) {
  .relation-site-inner a {
    padding: 4px 8px 14px;
  }
}
.relation-site-inner .putup-logo-eria {
  width: 30%;
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 248px;
  flex-wrap: wrap;
}
.relation-site-inner .putup-logo-eria img {
  max-width: 104px;
  width: 92%;
}
@media (max-width: 520px) {
  .relation-site-inner .putup-logo-eria img {
    max-width: 90px;
  }
}
.relation-site-inner .putup-logo-eria p {
  color: #251e1c;
  display: inline-block;
  font-size: 15px;
}
@media (max-width: 520px) {
  .relation-site-inner .putup-logo-eria p {
    font-size: 13px;
  }
}
.relation-site-inner .putup-logo-eria a {
  padding: 10px 15px;
}
@media (max-width: 520px) {
  .relation-site-inner .putup-logo-eria a {
    padding: 7px 15px;
  }
}
@media (max-width: 520px) {
  .relation-site-inner .putup-logo-eria {
    width: 100%;
    flex-direction: column;
    max-width: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
  }
}
.relation-site-inner .relation-logo {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 512px;
  flex-wrap: wrap;
}
.relation-site-inner .relation-logo img {
  width: 100%;
}
@media (max-width: 830px) {
  .relation-site-inner .relation-logo {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .relation-site-inner .relation-logo {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .relation-site-inner {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .relation-site {
    margin-top: 5%;
    padding: 10px 5px;
  }
}

p.copyright {
  text-align: center;
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
