﻿@charset "UTF-8";
/* ########### 司法書士 吉田事務所 ########### */
/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
 * "Noto Serif JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
 * "Oswald" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2023 司法書士 吉田事務所
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */



/* ################## 共通 ################## */

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.back--white {
  background-color: rgb(255, 255, 255);
}

.back--gray {
  background-color: rgb(81, 87, 105);
}

.back--darkblue {
  background-color: rgb(0, 40, 90);
}

.back--greenblue {
  background-color: rgb(78, 186, 209);
}

.back--lightblue {
  background-color: rgb(184, 227, 237);
}

.back--lightgreen {
  background-color: rgb(234, 237, 222);
}


.white {
  color: rgb(255, 255, 255);
}

.gray {
  color: rgb(81, 87, 105);
}

.gray2 {
  color: rgb(59, 62, 70);
}

.red {
  color: rgb(190, 0, 0);
}

.darkblue {
  color: rgb(0, 40, 90);
}

.greenblue {
  color: rgb(78, 186, 209);
}

.lightblue {
  color: rgb(184, 227, 237);
}

.lightgreen {
  color: rgb(234, 237, 222);
}

.borderbottom1, .borderbottom-gray {
  border-bottom: 1px solid rgb(81, 87, 105);
}

.borderbottom2, .borderbottom2-gray {
  border-bottom: 2px solid rgb(81, 87, 105);
}

.redkakomi {
  background-color: rgb(190, 0, 0);
  color: rgb(255, 255, 255);
  padding: 2px 4px;
}

.bluekakomi {
  background-color: rgb(0, 40, 90);
  color: rgb(255, 255, 255);
  padding: 2px 4px;
}

.borderbottom-blue {
  border-bottom: 1px solid rgb(0, 40, 90) !important;
}

.borderbottom2-red {
  border-bottom: 2px solid rgb(190, 0, 0) !important;
}

.borderbottom-red {
  border-bottom: 1px solid rgb(190, 0, 0) !important;
}

.borderbottom2-blue {
  border-bottom: 2px solid rgb(0, 40, 90) !important;
}

.borderbottom-white {
  border-bottom: 1px solid rgb(255, 255, 255) !important;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.multiply {
  mix-blend-mode: multiply;
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(255, 222, 102) 75% 95%, transparent 95%);
}

.dot-text {
  position: relative;
}

.dot-text::before {
  transform: scale(1.15, 1.15);
  color: rgb(255, 255, 255);
  content: "・";
  position: absolute;
  top: -1em;
  left: 0;
}

@font-face {
  font-family: "YuGothB";
  font-style: normal;
  font-weight: 700;
  src: url("../font/YuGothB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSerifJP-ExtraLight.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSerifJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSerifJP-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "07YasashisaAntique";
  font-style: normal;
  src: url("../font/07YasashisaAntique.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Oswald-Regular.woff") format("woff");
  font-display: swap;
}

.serif {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
}

.sans {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}



.zindex-999 {
  z-index: -999;
}

.zindex1999 {
  z-index: 1999;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

label, td, th, p, div, dd, dt, li, a, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  color: rgb(81, 87, 105);
  letter-spacing: 0.35px;
}

input, select, textarea {
  outline: none;
  border: 1px solid rgb(81, 87, 105);
}

button, optgroup, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;

}


html {
  line-height: 1.5;
  text-align: justify;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  max-width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.flip-horizontal2 {
  transform: scale(-1, -1);
}

.flip-horizontal3 {
  transform: scale(1, -1);
}

.utikesi {
  text-decoration: line-through;
}


.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height225 {
  line-height: 2.25 !important;
}

.margin-right05 {
  margin-right: 0.5em;
}

.margin-right1 {
  margin-right: 1em;
}

.margin-top01 {
  margin-top: 0.1em;
}

.margin-top025 {
  margin-top: 0.25em;
}

.margin-top05 {
  margin-top: 0.5em;
}

.margin-top1 {
  margin-top: 1em;
}

.margin-top2 {
  margin-top: 2em;
}

.margin-bottom05 {
  margin-bottom: 0.5em;
}

.margin-bottom1 {
  margin-bottom: 1em;
}

.margin-bottom2 {
  margin-bottom: 2em;
}

.padding-bottom1 {
  padding-bottom: 1em;
}

.padding-bottom2 {
  padding-bottom: 2em;
}

.margin-left075 {
  margin-left: 0.75em;
}

.padding-top-none {
  padding-top: 0px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-inline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline;
}

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

.inline-block-middle {
  display: inline-block;
  vertical-align: middle;
}

.block {
  display: block;
}

.text-indent1 {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.text-indent1xx {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent1x {
  padding-left: 1.5em;
  text-indent: -1.5em;
}


.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm2 {
  letter-spacing: 2px !important;
}

.letterspacingm1 {
  letter-spacing: 1px !important;
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}


/* ### TOPへ ### */
#topbtn {
  text-align: center;
  position: absolute;
  transition: all 0.2s;
  width: 20px;
  bottom: 35px;
  right: 15px;
}

#topbtn::after {
  position: absolute;
  display: inline-block;
  width: 45px;
  bottom: 15px;
  right: 5px;
  content: "TOPへ";
  text-align: center;
  font-size: 12px;
  margin-top: -2px;
  color: rgb(255, 255, 255);
  transform: rotate(90deg);
}

#topbtn:hover {
  margin-bottom: 5px;
}


/* ###### table ###### */

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

/* ###### ヘッダー ###### */
header {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2003;
  position: fixed;
  background: url(../image/back-header.jpg) center top / cover no-repeat;
}

.header {
  z-index: 2003;
  margin: auto;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 75px;
}

.header__logo {
  display: table-cell;
  vertical-align: middle;
  width: 465px;
  padding-right: 100px;
  text-align: left;
}

.header__nav li a {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 600;
}


/*ボタン外側*/
.openbtn {
  position: fixed;
  top: 15px;
  right: 20px;
  /*ボタン内側の基点となるためrelativeを指定*/
  background-color: rgb(255, 255, 255);
  border: solid 2px rgb(0, 40, 90);
  cursor: pointer;
  width: 43px;
  height: 44px;
  z-index: 2101;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: rgb(0, 40, 90);
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

/* ###### リンクアイコン ####### */
#obi-fixbtn {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 1111;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}

.link-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}

.link-banner li {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-img img {
  width: 30px;
}

.link-small {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 500;
  display: block;
}

.line-a {
  margin-top: -2px;
}

.link-big {
  font-size: 30px;
  line-height: 1.15;
}

.link-tel {
  background-color: rgb(246, 151, 0);
  border: solid 2px rgb(246, 151, 0);
  border-radius: 5px;
  transition: all .4s;
}

.link-tel a {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.link-tel .link-big {
  color: rgb(255, 255, 255);
  font-family: "Oswald";
  font-weight: 500;
}

.link-line {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 185, 0);
  border: solid 2px rgb(0, 185, 0);
  border-radius: 5px;
  transition: all .4s;
}

.link-line a {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.link-web {
  color: rgb(255, 255, 255);
  border: solid 2px rgb(11, 166, 227);
  background-color: rgb(11, 166, 227);
  border-radius: 5px;
  transition: all .4s;
}

.link-web a {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.link-line:hover {
  opacity: 0.75;
}

.link-tel:hover {
  opacity: 0.75;
}

.link-web:hover {
  opacity: 0.75;
}

/* ###### メイン ####### */
.main-ad {
  margin-top: -30px;
}

#main {
  position: relative;
  padding-top: 75px;
  background: url(../image/back-main.jpg) center center / cover no-repeat;
}

.undelayerpage {
  padding-top: 75px;
}

.main-list {
  margin-top: -10px;
  text-align: center;
  white-space: nowrap;
}

.main-list span {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0px 25px 5px;
  margin: 10px 3px 0;
  line-height: 1.15;
  color: rgb(255, 255, 255);
  background-color: rgb(78, 186, 209);
  letter-spacing: -2.5px;
}

.main-list .list-bottom {
  padding: 0px 30px 5px;
}

.fukidasi-db {
  margin-top: 35px;
  display: block;
  background: url(../image/fukidasi1.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.fukidasi-db.first {
  margin-bottom: 45px;
}

.main-title-a {
  display: block;
  text-align: center;
  font-size: 78px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 500;
  color: rgb(78, 186, 209);
  line-height: 1.15;
  padding-top: 25px;
  letter-spacing: 10px;
}

.main-title-a .sm {
  font-size: 64px;
}

.main-title-b {
  display: block;
  text-align: center;
  font-size: 103px;
  color: rgb(255, 255, 255);
  line-height: 1.15;
  padding-bottom: 55px;
  letter-spacing: -0.15px;
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.main-title-b .sm {
  font-size: 78px;
}

.lt-ad1 {
  letter-spacing: -25px;
}

.lt-ad2 {
  letter-spacing: -10px;
}


.rotate15 {
  margin-left: -5px;
  display: inline-block;
  transform: rotate(15deg);
}

.ex {
  display: inline-block;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 700;
  transform: rotate(15deg);
}

.ex-big {
  margin-left: -8px;
  font-size: 120%;
}


.main-title-c {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 78px;
  margin-top: 15px;
}

.main-title-c .title-c-list {
  display: block;
  width: 28%;
  text-align: center;
  font-size: 54px;
  padding: 5px 0 30px;
  color: rgb(0, 40, 90);
  font-weight: 700;
  letter-spacing: -3px;
  background: url(../image/fukidasi2.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 0 5px;
}

.lt-ad3 {
  letter-spacing: 2px;
}

.main-title-d {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  mix-blend-mode: multiply;
}


.main-title3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../image/flame1.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: -150px 75px 0;
  position: relative;
}

.main-title3 li.first,
.main-title3 li.second,
.main-title3 li.third,
.main-title3 li.fourth {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-title3 li.first::after,
.main-title3 li.second::after,
.main-title3 li.third::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 3px;
  height: 241px;
  background: url(../image/line4.png) no-repeat;
  background-size: contain;
}

.main-title3 li.second::after {
  transform: scale(1, -1);
}


.main-title3 li img {
  width: 160px;
  max-width: 100%;
}

.bottomposi {
  display: block;
  margin-top: 10px;
}

.topposi {
  display: block;
  margin-bottom: 10px;
}

.main-title3 li {
  color: rgb(0, 40, 90);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -2px;
  width: 25%;
  padding: 50px 0;
}

.main-text {
  text-align: center;
  color: rgb(0, 40, 90);
  font-size: 30px;
  font-weight: 400;
  margin-top: 10px;
}

.gradient {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  width: 100%;
  height: 100%;
}

/* ###### 下層ページ共通　記事 ####### */

.ul-h2 {
  text-align: center;
  background-color: rgb(195, 232, 240);
  color: rgb(0, 40, 90);
  font-size: 34px;
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: -5px;
  padding: 35px 15px 65px;
  background: url(../image/ul-waku-pc.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}


.ul-title1 {
  display: inline-block;
  background-color: rgb(0, 40, 90);
  color: rgb(255, 255, 255);
  padding: 1px 9px 2px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: rgb(59, 62, 70);
}

.big-ul {
  font-size: 24px;
}

.trick {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: rgb(0, 40, 90);
  background-color: rgb(255, 255, 255);
  padding: 50px 50px;
  border: 2px solid rgb(169, 169, 170);
}

.trick h3 {
  font-size: 18px;
}

.ul-waku {
  background-color: rgb(255, 255, 255);
  padding: 50px 50px;
}

.ul-waku {
  background-color: rgb(255, 255, 255);
  padding: 50px 50px;
}

.yami-title {
  margin-bottom: 8px;
  display: inline-block;
}

.yami-title.last {
  margin-bottom: 0px;
  display: inline-block;
}

.aiticle-h2 {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  font-weight: 700;
  color: rgb(0, 40, 90);
  background-color: rgb(184, 227, 237);
  padding: 5px 5px;
  border: 2px solid rgb(0, 40, 90);
  border-radius: 4px 4px 0px 0px;
}

.aiticle-h3 {
  text-align: left;
  font-size: 18px;
}

.article-block {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-bottom: 2px solid rgb(0, 40, 90);
  border-left: 2px solid rgb(0, 40, 90);
  border-right: 2px solid rgb(0, 40, 90);
  margin-bottom: 30px;
  border-radius: 0px 0px 4px 4px;
  line-height: 2;
}

.button18 a {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 40, 90);
  border: 2px solid rgb(0, 40, 90);
  padding: 2px 25px 4px;
  margin-top: 15px;
  border-radius: 25px;
  font-size: 18px;
  transition: all .4s;
}

.button18 a:hover {
  color: rgb(0, 40, 90);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 40, 90);
  font-weight: 700;
}


/* ###### フッター #####rgb(255, 255, 255)

.footer__nav-link a {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
}

.copy {
  font-size: 11px;
  padding: 5px 0;
}

.footer__logo {
  padding-bottom: 15px;
}

/* ###### アニメ ####### */
.poyoyon3.is-animated {
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}

@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }

  5% {
    transform: skew(5deg, 5deg);
  }

  10% {
    transform: skew(-4deg, -4deg);
  }

  15% {
    transform: skew(3deg, 3deg);
  }

  20% {
    transform: skew(-2deg, -2deg);
  }

  25% {
    transform: skew(1deg, 1deg);
  }

  30% {
    transform: skew(-0.6deg, -0.6deg);
  }

  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=95);
  -ms-filter: "alpha( opacity=95 )";
}


/* ###### ポイント ####### */

.pattern1 {
  background: url(../image/pattern2.png) center center / auto repeat;
}

.pattern2 {
  background: url(../image/pattern2.png) center center / auto repeat;
}

.pattern1, .onayami, .faq {
  border-top: 3px solid rgb(30, 76, 131);
}

#point {
  position: relative;
}

.point-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  margin-top: -30px;
}

.point-block {
  width: 31%;
  padding-top: 25px;
  margin-top: 30px;
  height: 300px;
  position: relative;
  background: url(../image/fukidasi3.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.point-h2 {
  margin-left: 30px;
}

.point-h3 {
  margin-top: 20px;
  text-align: center;
  color: rgb(0, 40, 90);
  font-size: 44px;
  letter-spacing: -2.5px;
  font-weight: 700;
  line-height: 1.35;
}


.sihou {
  display: flex;
  justify-content: center;
}

.point-h3-2 {
  color: rgb(0, 40, 90);
  line-height: 1.35;
}

.flex-point {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.point-text {
  line-height: 1;
  padding-bottom: 25px;
}

.point-photo {
  width: 360px;
}

.pt1 {
  font-size: 84px;
  letter-spacing: -5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
}

.pt2 {
  font-size: 65px;
  letter-spacing: -5px;
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.pt3 {
  font-size: 84px;
  letter-spacing: -9px;
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.pt4 {
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 65px;
  letter-spacing: -9px;
  font-weight: bold;
}

.border-bottom-pt::after {
  content: "";
  display: block;
  border-bottom: 15px solid rgb(184, 227, 237) !important;
  margin-top: -25px;
  width: 110%;
}

.border-bottom-pt.second::after {
  margin-left: 30px;
}

.border-bottom-pt.second {
  padding-left: 50px;
}

.lt-ad4 {
  letter-spacing: -14px;
}


.main-title-a.second {
  margin-top: 60px;
}

/* ###### お悩み ####### */

.main-list.second {
  padding-top: 35px;
  padding-bottom: 10px !important;
  display: block;
  text-align: center;
  white-space: nowrap;
}

.main-list.second span {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  padding: 0px 25px 5px;
  margin: 10px 3px 0;
  line-height: 1.15;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 40, 90);
  letter-spacing: -1.5px;
}


.onayami-title-a {
  display: block;
  text-align: center;
  font-size: 78px;
  color: rgb(0, 40, 90);
  line-height: 1.15;
  padding-bottom: 65px;
  letter-spacing: -8px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: bold;
}

.onayami-title-a .bg {
  font-size: 103px;
  letter-spacing: -5px;
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.fukidasi-lb {
  display: block;
  background: url(../image/fukidasi4.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
}

.lt-ad5 {
  letter-spacing: -15px;
}

.questionmark {
  margin-left: -8px;
  font-size: 92px;
  display: inline-block;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 700;
  transform: rotate(5deg);
}


.point-text.onaya {
  line-height: 1.15;
}

.point-photo2 {
  width: 193px;
  z-index: 3;
}

.border-bottom-pt::after {
  content: "";
  display: block;
  border-bottom: 15px solid rgb(184, 227, 237) !important;
  margin-top: -25px;
  width: 110%;
}

.pt3.onaya {
  letter-spacing: -3px;
}

.pt4.onaya {
  letter-spacing: -3px;
}

.border-bottom-onaya {
  margin-left: -15px;
  padding-left: 20px;
  background: linear-gradient(transparent 40%, rgb(184, 227, 237) 40% 100%, transparent 100%);
}

.border-bottom-onaya.second {
  padding-left: 75px;
}


.onayami-block {
  position: relative;
}

.onayami-person img {
  margin-top: -60px;
  margin-bottom: 120px;
  position: relative;
  z-index: -1;
}

.onayami-h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 40px;
  font-weight: 500 !important;
  letter-spacing: -3px;
  text-align: center;
  line-height: 1.2;
  color: white;
  white-space: nowrap;
  text-shadow: 2px 2px 0 rgb(0, 40, 90), -2px -2px 0 rgb(0, 40, 90),
    -2px 2px 0 rgb(0, 40, 90), 2px -2px 0 rgb(0, 40, 90),
    0px 2px 0 rgb(0, 40, 90), 0-2px 0 rgb(0, 40, 90),
    -2px 0 0 rgb(0, 40, 90), 2px 0 0 rgb(0, 40, 90);
}

.onayami-h3.first {
  width: 392px;
  height: 337px;
  top: 50px;
  left: 0;
  background: url(../image/fukidasi-onayami1.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.onayami-h3.second {
  width: 294px;
  height: 275px;
  top: 0;
  right: 170px;
  background: url(../image/fukidasi-onayami2.png) no-repeat;
  background-size: contain;
  background-position: center;
}


.onayami-h3.third {
  width: 294px;
  height: 275px;
  top: 260px;
  right: 0px;
  background: url(../image/fukidasi-onayami3.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.onayami-h3.fourth {
  width: 294px;
  height: 275px;
  top: 400px;
  left: 50px;
  background: url(../image/fukidasi-onayami5.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.onayami-h3.fifth {
  width: 294px;
  height: 275px;
  top: 500px;
  right: 150px;
  background: url(../image/fukidasi-onayami4.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.onayami-h3.sixth {
  width: 294px;
  height: 275px;
  top: 550px;
  left: 350px;
  background: url(../image/fukidasi-onayami6.png) no-repeat;
  background-size: contain;
}



.onayami-h2 {
  text-align: center;
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold !important;
  font-size: 65px;
  color: rgb(0, 40, 90);
  line-height: 1.35;
  margin-bottom: 60px;
}

.onayami-h2 .bg {
  font-size: 81px;
  background: linear-gradient(transparent 75%, rgb(184, 227, 237) 75% 90%, transparent 90%);
}

.onayami-h2line::after,
.onayami-h2line::before {
  content: "";
  position: absolute;
  width: 122px;
  height: 244px;
  background: url(../image/line1.png) no-repeat;
  background-size: contain;
}

.onayami-h2line::before {
  bottom: -30px;
  margin-left: -204px;
}

.onayami-h2line::after {
  bottom: -30px;
  transform: scale(-1, 1);
}

.onayami-h2line {
  position: relative;
}


/* ###### 流れ ####### */

.gosoudan-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gosoudan {
  display: block;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.icon-money {
  display: block;
  z-index: 1;
  position: absolute;
  left: 80px;
  padding-bottom: 3%;
}

.lt-ad6 {
  letter-spacing: 10px !important;
}

.lt-ad7 {
  letter-spacing: -25px;
}


.step-h2-left {
  top: 0;
  left: 15px;
  position: absolute;
}

.step-h2-right {
  top: 0;
  right: 15px;
  position: absolute;
}

.step-all {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  margin-bottom: 60px;
}

.step-block {
  background: url(../image/fukidasi5.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding: 40px 25px 70px;
  margin-top: 30px;
}

.step-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step-photo {
  width: 386px;
}

.step-text {
  flex: 1;
  padding-bottom: 30px;
}

.step-h2 {
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 70px;
  color: rgb(0, 40, 90);
  text-align: center;
  padding-right: 30px;
  line-height: 1.1;
}

.step-h2 .number {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 70px;
  color: rgb(78, 186, 209);
  padding-right: 30px;
}

.text-step {
  padding-top: 30px;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 600;
  color: rgb(62, 62, 62);
  line-height: 1.5;
  letter-spacing: -1.5px !important;
}

.step-left::after {
  content: "";
  display: block;
  position: absolute;
  margin-left: -60px;
  width: 625px;
  height: 3px;
  background: url(../image/line2.png) no-repeat;
  background-size: contain;
}

.step-right::after {
  content: "";
  display: block;
  position: absolute;
  margin-left: 0px;
  width: 625px;
  height: 3px;
  background: url(../image/line2.png) no-repeat;
  background-size: contain;
}

.spr {
  margin-right: -50px;
}

.spl {
  margin-left: -55px;
}

/* ###### 料金 ####### */

.price-h2 {
  top: 0;
  left: 15px;
  position: absolute;
}

.price-all {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

#price {
  background: url(../image/flame2.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding: 30px 30px;
  margin-top: 30px;
}

.cost-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-cost {
  width: 32%;
  font-size: 48px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 600;
  color: rgb(0, 40, 90);
  text-align: center;
  line-height: 1.25;
}

.left-cost .bg {
  font-size: 64px;
}

.right-cost {
  width: 68%;
}


.cost-text {
  text-align: center;
  font-size: 24px;
  color: rgb(62, 62, 62);
  font-family: "YuGothB", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  padding-top: 5px;
}

.right-cost {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.right-cost::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 3px;
  height: 271px;
  background: url(../image/line4.png) no-repeat;
  background-size: cover;
}

/* ###### よくあるご質問 ####### */


.onayami-title-a .qa {
  mix-blend-mode: multiply;
  display: inline-block;
  padding-left: 5px;
}

.faq-all {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  margin-bottom: 60px;
}

.faq-block {
  background: url(../image/flame3.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding: 45px 50px;
  margin-top: 30px;
}


.faq-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-flex.question {
  padding-bottom: 30px;
}

.faq-flex.answer {
  padding-top: 30px;
  border-top: 2px solid rgb(0, 40, 90) !important;
}

.faq-title1 {
  flex: 1;
  padding-left: 35px;
  font-size: 38px;
  font-family: "07YasashisaAntique";
  color: rgb(0, 40, 90);
  line-height: 1.35;
  letter-spacing: -1px !important;
}

.faq-title2 {
  flex: 1;
  padding-left: 35px;
  font-size: 36px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
  font-weight: 500;
  color: rgb(0, 80, 140);
  line-height: 1.35;
  letter-spacing: -1px !important;
}

.faq-q {
  width: 88px;
}

.faq-a {
  width: 88px;
}

/* ###### 運営者情報 ####### */

.company-all {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.company-block {
  background: url(../image/flame4.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding: 60px;
}

.company-h2 {
  top: 5px;
  left: 0;
  position: absolute;
}


.company-h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: rgb(62, 62, 62);
  line-height: 1.15;
  padding-bottom: 25px;
  letter-spacing: 10px;
}


.company-text {
  letter-spacing: 0px;
  font-weight: 400;
  margin-top: 10px;
  font-size: 30px;
  color: rgb(62, 62, 62);
  padding-left: 1em;
  text-indent: -1em;
}

.company-text a {
  color: rgb(62, 62, 62);
  padding-left: 1em;
  text-indent: -1em;
}

/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {
  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .sfinline {
    display: inline !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc1inline {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .contents-header {
    padding: 0px 15px 0 15px;
  }

  .contents-bottom0 {
    padding: 25px 15px 0px;
  }

  .contents-0 {
    padding: 0px 15px 0px;
  }

  .contents-top0 {
    padding: 0px 15px 25px;
  }

  .contents {
    padding: 25px 15px;
  }

  /* ###### ヘッダー ###### */

  .header {
    height: 50px;
  }

  .header__logo {
    width: 290px;
    max-width: 100%;
    padding-right: 55px;
    padding-bottom: 5px;
  }


  nav {
    position: relative;
    z-index: 1200;
  }

  .header__nav {
    margin: 0px 15px;
    top: 62px;
    left: 0;
    right: 0;
    position: absolute;
    display: none;
    z-index: 1206;
    position: fixed;
    height: calc(100vh - 67px);
    overflow: scroll;
    scrollbar-width: none;
    /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;
    /*Internet Explore対応のスクロールバー非表示コード*/
  }

  .header__nav::-webkit-scrollbar {
    display: none;
    /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }

  .header__nav li {
    margin: 0 0 0 auto;
  }

  .header__nav li a {
    font-size: 15px;
    margin: 0;
    padding: 10px 5px 10px 15px;
    line-height: 1.25;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 40, 90);
    text-decoration: none;
    display: block;
  }

  .header__nav li.sankaku a {
    background-color: rgb(255, 255, 255);
  }

  .header__nav-link.sankaku a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    margin-right: 7px;
    border-top: 1px solid rgb(0, 40, 90);
    border-right: 1px solid rgb(0, 40, 90);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__nav-link.sankaku:hover a::before {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
  }

  .header__nav-link:last-child a {
    border-bottom: solid 2px rgb(0, 40, 90);
  }

  .header__nav li a:hover {
    background-color: rgb(0, 40, 90);
    color: white;
  }

  .header__nav-link.bor {
    border-top: 2px solid rgb(0, 40, 90) !important;
    border-left: solid 2px rgb(0, 40, 90);
    border-right: solid 2px rgb(0, 40, 90);
  }

  /*ボタン外側*/
  #openbtn {
    display: block;
  }

  .openbtn {
    top: 9px;
    right: 20px;
    width: 34px;
    height: 34px;
    z-index: 2101;
    border-radius: 3px;
  }

  /*ボタン内側*/
  .openbtn span {
    left: 5px;
    height: 3px;
    border-radius: 2px;
    background: rgb(0, 40, 90);
    width: 65%;
  }

  .openbtn span:nth-of-type(1) {
    top: 7px;
  }

  .openbtn span:nth-of-type(2) {
    top: 14px;
  }

  .openbtn span:nth-of-type(3) {
    top: 21px;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 9px;
    left: 5px;
    transform: translateY(5px) rotate(-45deg);
    width: 70%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 22px;
    left: 5px;
    transform: translateY(-8px) rotate(45deg);
    width: 70%;
  }


  /* ###### リンクアイコン ####### */

  #obi-fixbtn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-banner li {
    width: 32%;
    justify-content: center;
    padding: 2px 0 1px;
    height: 45px;
  }

  .link-img {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .link-img img {
    width: 3vw;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .link-small {
    font-size: 9px;
    line-height: 1.15;
    font-weight: 500;
    display: block;
    margin-bottom: -5px;
  }

  .link-big {
    height: 0px;
    font-size: 3.25vw;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .line-a {
    margin-top: -5px;
  }



  /* ###### メイン ####### */
  .main-ad {
    margin-top: -40px;
  }

  .main-ad2 {
    margin-top: -20px;
  }

  .rotate15 {
    margin-left: -1px;
  }

  #main {
    padding-top: 68px;
  }

  .undelayerpage {
    padding-top: 68px;
  }

  .main-list {
    margin-top: 5px;
    line-height: 6vw;
  }

  .main-list span {
    font-size: 3.35vw;
    padding: 3px 2vw 4px;
    margin: 3px 0.25vw 0;
    letter-spacing: -0.05vw;
  }

  .main-list .list-bottom {
    padding: 3px 2vw 4px;
  }

  .fukidasi-db {
    margin-top: 2vw;
  }

  .fukidasi-db.first {
    margin-bottom: 30px;
  }

  .main-title-a {
    font-size: 6vw;
    line-height: 1.15;
    padding-top: 5px;
    letter-spacing: 1vw;
  }

  .main-title-a .sm {
    font-size: 5vw;
  }

  .main-title-b {
    font-size: 7.75vw;
    line-height: 1.15;
    padding-bottom: 15px;
    letter-spacing: -0.3vw;
  }

  .main-title-b .sm {
    font-size: 6vw;
  }

  .lt-ad1 {
    letter-spacing: -1.5vw;
  }

  .lt-ad2 {
    letter-spacing: -1vw;
  }

  .main-title-c.firstad {
    margin-top: -30px;
  }

  .main-title-c {
    margin-top: -7vw;
    padding: 0 20px;
  }

  .main-title-c .title-c-list {
    width: 32%;
    font-size: 4.5vw;
    padding: 0.5vw 0 2.5vw;
    letter-spacing: -0.3vw;
    margin: 0 0.5vw;
  }

  .lt-ad3 {
    letter-spacing: 0.25vw;
  }

  .main-title-d {
    margin-bottom: 5px;
    padding: 0 20px;
  }


  .main-title3 {
    margin: -10vw 10px 0;
  }

  .main-title3 li.first::after,
  .main-title3 li.second::after,
  .main-title3 li.third::after {
    right: 0;
    width: 3px;
    height: 60px;
    background-size: auto 100%;
  }

  .main-title3 li {
    font-size: 3vw;
    letter-spacing: -0.2vw;
    width: 25%;
    padding: 7px 0px 10px !important;
  }

  .main-person {
    padding: 0 45px;
    margin-top: -5px;
  }

  .main-title3 li img {
    width: 11vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw
  }

  .main-text {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: -7px;
  }

  .bottomposi {
    margin-top: 1.5vw !important;
  }

  .topposi {
    margin-bottom: 1.5vw !important;
  }

  .button-block.topad {
    margin-top: -15px;
  }

  /* ###### ポイント ####### */

  .pattern1, .onayami, .faq {
    border-top: 2px solid rgb(30, 76, 131);
  }

  .main-title-a.second {
    margin-top: 3vw;
    margin-bottom: 8vw;
  }

  .point-all {
    margin-top: -20px;
  }

  .point-block {
    width: 32%;
    margin-top: 15px;
    padding-top: 2vw;
    height: 25vw;
  }

  .point-h2 {
    width: 21vw;
    margin-left: 10px;
  }

  .point-h3 {
    margin-top: 5px;
    font-size: 4vw;
    letter-spacing: -0.15vw;
    line-height: 1.35;
  }

  .pt1 {
    font-size: 6vw;
    letter-spacing: -0.2vw;
  }

  .pt2 {
    font-size: 4vw;
    letter-spacing: -0.4vw;
  }

  .pt3 {
    font-size: 6vw;
    letter-spacing: -0.4vw;
  }

  .pt4 {
    font-size: 4vw;
    letter-spacing: -0.5vw;
  }

  .pt4 {
    font-size: 4vw;
    letter-spacing: -0.3vw;
  }

  .point-photo {
    width: 24vw;
  }

  .lt-ad4 {
    letter-spacing: -0.6vw;
  }

  .ex-big {
    margin-left: 0px;
    font-size: 120%;
  }


  .border-bottom-pt::after {
    content: "";
    display: block;
    border-bottom: 1vw solid rgb(184, 227, 237) !important;
    margin-top: -1.15vw;
    width: 110%;
  }

  .border-bottom-pt.second::after {
    margin-left: 20px;
  }

  .border-bottom-pt.second {
    padding-left: 35px;
  }

  .point-text {
    padding-bottom: 0px;
    line-height: 0.8;
  }

  .point-photo2 {
    width: 12vw;
    margin-right: -1.75vw;
  }

  .pt3.onaya {
    letter-spacing: -0.1vw;
  }

  .pt4.onaya {
    letter-spacing: -0.1vw;
  }

  .border-bottom-onaya {
    margin-left: -10px;
    padding-left: 20px;
    background: linear-gradient(transparent 75%, rgb(184, 227, 237) 75% 90%, transparent 90%);
  }

  .border-bottom-onaya.second {
    padding-left: 55px;
  }

  /* ###### お悩み ####### */

  .main-list.second {
    padding-top: 15px;
    padding-bottom: 2px !important;
  }

  .main-list.second span {
    font-size: 3.5vw;
    padding: 3px 2vw 4px;
    margin: 5px 0 0vw 0;
    letter-spacing: -0.2vw;
  }

  .onayami-title-a {
    font-size: 5.5vw;
    line-height: 1.15;
    padding-bottom: 35px;
    letter-spacing: -0.4vw;
  }

  .onayami-title-a .bg {
    font-size: 8vw;
    letter-spacing: -0.4vw;
  }

  .lt-ad5 {
    letter-spacing: -0.85vw;
  }

  .questionmark {
    letter-spacing: 0;
    font-size: 9vw;
  }

  .onayami-person img {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 305px;
    object-position: center center;
    object-fit: cover;
    font-family: "object-fit: cover";
  }

  .onayami-h3 {
    font-size: 14px;
    letter-spacing: -0.2vw;
  }

  .onayami-h3.first {
    width: 130px;
    height: 110px;
    top: 30px;
    left: 0;
  }

  .onayami-h3.second {
    width: 130px;
    height: 110px;
    top: 0;
    right: 30px;
  }

  .onayami-h3.third {
    width: 130px;
    height: 110px;
    top: 100px;
    right: -10px;
  }

  .onayami-h3.fourth {
    width: 130px;
    height: 110px;
    top: 140px;
    left: -5px;
  }

  .onayami-h3.fifth {
    width: 130px;
    height: 110px;
    top: 200px;
    right: 15px;
  }

  .onayami-h3.sixth {
    width: 130px;
    height: 110px;
    top: 250px;
    left: 70px;
  }


  .onayami-h2 {
    font-size: 6vw;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .onayami-h2 .bg {
    font-size: 8.5vw;
    background: linear-gradient(transparent 75%, rgb(184, 227, 237) 75% 89%, transparent 89%);
  }

  .onayami-h2line::after,
  .onayami-h2line::before {
    width: 32px;
    height: 84px;
    background-size: 100% 100%;
  }


  .onayami-h2line::before {
    bottom: 5px;
    margin-left: -75px;
  }

  .onayami-h2line::after {
    bottom: 5px;
    right: -50px;
  }

  /* ###### 流れ ####### */

  .gosoudan {
    padding-top: 20px;
    margin-bottom: -5px;
  }

  .icon-money {
    left: 30px;
    padding-bottom: 2%;
    width: 15vw;
  }

  .lt-ad6 {
    letter-spacing: 1.1vw !important;
  }

  .lt-ad7 {
    letter-spacing: -1.5vw;
  }


  .step-h2-left {
    width: 21vw;
    top: 0;
    left: 10px;
  }

  .step-h2-right {
    width: 21vw;
    top: 0;
    right: 10px;
  }

  .step-all {
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .step-block {
    background-size: 100% 100%;
    padding: 12.5px 10px 25px;
    margin-top: 10px;
  }


  .step-photo {
    width: 30vw;
  }

  .step-text {
    padding-bottom: 15px;
  }

  .step-h2 {
    font-size: 5.5vw;
    padding-right: 8px;
  }

  .step-h2 .number {
    font-size: 5.5vw;
    padding-right: 8px;
  }

  .text-step {
    padding-top: 8px;
    font-size: 3.5vw;
    letter-spacing: -0.1vw !important;
  }

  .step-left::after {
    margin-left: -15px;
    width: 55vw;
    height: 3px;
    background-size: contain;
  }

  .step-right::after {
    margin-left: 0px;
    width: 60vw;
    height: 3px;
    background-size: contain;
  }

  .spr {
    margin-right: -20px;
  }

  .spl {
    margin-left: -20px;
  }

  /* ###### 料金 ####### */

  .price-h2 {
    width: 23vw;
    left: -10px;
  }


  #price {
    background-size: 100% 100%;
    padding: 15px 0px;
    margin-top: 15px;
  }

  .left-cost {
    width: 28%;
    font-size: 4.5vw;
  }

  .left-cost .bg {
    font-size: 6.5vw;
  }

  .right-cost {
    width: 72%;
    padding: 0 15px;
  }

  .cost-text {
    font-size: 2.85vw;
    letter-spacing: -0.1vw;
    padding-top: 5px;
  }

  .right-cost::before {
    width: 2px;
    height: 28vw;
    background-size: 100% 100%;
  }

  /* ###### よくあるご質問 ####### */

  .onayami-title-a .qa {
    padding-left: 0px;
    width: 19vw;
  }

  .qaad {
    padding-top: 5px;
  }

  .qa {
    width: 19vw;
  }

  .faq-all {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .faq-block {
    padding: 20px 15px;
    margin-top: 15px;
  }

  .faq-flex.question {
    padding-bottom: 15px;
  }

  .faq-flex.answer {
    padding-top: 15px;
    border-top: 1px solid rgb(0, 40, 90) !important;
  }

  .faq-title1 {
    padding-left: 2vw;
    font-size: 3.6vw;
    letter-spacing: -0.2vw !important;
  }

  .faq-title2 {
    padding-left: 2vw;
    font-size: 3.2vw;
    line-height: 1.35;
    letter-spacing: -0.2vw !important;
  }

  .faq-q {
    width: 8vw;
  }

  .faq-a {
    width: 8vw;
  }

  /* ###### 運営者情報 ####### */


  .company-h2 {
    width: 26vw;
  }

  .company-all {
    padding: 0 15px;
  }

  .company-block {
    padding: 40px 15px;
  }

  .company-h3 {
    position: relative;
    z-index: 3;
    font-size: 5vw;
    padding-bottom: 15px;
    letter-spacing: 0.75vw;
  }

  .company-text {
    position: relative;
    z-index: 3;
    margin-top: 10px;
    font-size: 4vw;
    padding-left: 1em;
    text-indent: -1em;
  }

  .company-text a {
    padding-left: 1em;
    text-indent: -1em;
  }

  /* ###### 下層ページ共通　記事 ####### */

  .ul-h2 {
    font-size: 4.5vw;
    margin-bottom: -5px;
    padding: 30px 5px 50px;
    background: url(../image/ul-waku-sf.png) no-repeat;
    background-size: 100% 100%;
  }

  .ul-title1 {
    padding: 1px 9px 2px;
  }

  .text {
    font-size: 14px;
    letter-spacing: 0.35px;
  }

  .big-ul {
    font-size: 16px;
    letter-spacing: 0.35px;
  }

  .trick {
    font-size: 14px;
    padding: 15px 15px;
    letter-spacing: 0.35px;
  }

  .trick h3 {
    font-size: 14px;
  }

  .ul-waku {
    padding: 25px 25px;
  }

  .aiticle-h2 {
    font-size: 15px;
    padding: 5px 5px;
    border-radius: 4px 4px 0px 0px;
    margin-top: 15px;
  }

  .aiticle-h3 {
    font-size: 13px;
  }

  .article-block {
    padding: 15px;
    margin-bottom: 15px;
  }

  .button18 a {
    padding: 0px 15px 1px;
    margin-top: 10px;
    border-radius: 25px;
    font-size: 12px;
  }

  /* ###### フッター ####### */

  .footer__logo {
    padding: 0 15px 15px;
  }

  .footer {
    padding: 25px 15px;
  }

  .footer__nav-link {
    display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgb(0, 40, 90);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer__nav.first {
    border-top: 1px solid rgb(0, 40, 90);
  }

  .footer__nav-link a {
    font-size: 14px;
    color: rgb(0, 40, 90);
    line-height: 1.2;
  }
}

/* ################################################## 480px以上767px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .sfinline {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc1inline {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .contents-header {
    padding: 0px 20px 0 20px;
  }

  .contents {
    padding: 50px 20px 50px;
  }

  .contents-bottom0 {
    padding: 50px 20px 0px;
  }

  .contents-0 {
    padding: 0 20px 0px;
  }

  .contents-top0 {
    padding: 0px 20px 50px;
  }

  .margin-bottom-tbsf {
    margin-bottom: 35px;
  }

  .margin-top60 {
    margin-top: 40px;
  }

  .margin-top30 {
    margin-top: 20px;
  }

  .margin-top40 {
    margin-top: 20px;
  }

  .margin-bottom-15 {
    margin-bottom: -12px;
  }

  .margin30 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin30-bottom {
    margin-bottom: 20px;
  }

  .margin15-bottom {
    margin-bottom: 15px;
  }


  /* ###### ヘッダー ###### */

  .header__logo {
    max-width: 400px;
    padding-right: 65px;
  }

  nav {
    position: relative;
    padding-left: 20px;
    z-index: 1200;
  }

  .header__nav {
    width: 50%;
    top: 90px;
    right: 20px;
    position: fixed;
    display: none;
    z-index: 1200;
    height: calc(100vh - 110px);
    overflow: scroll;
    scrollbar-width: none;
    /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;
    /*Internet Explore対応のスクロールバー非表示コード*/
  }

  .header__nav::-webkit-scrollbar {
    display: none;
    /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }

  .header__nav li {
    margin: 0 0 0 auto;
  }

  .header__nav li a {
    font-size: 15.5px;
    margin: 0;
    padding: 12px 5px 12px 15px;
    line-height: 1.25;
    display: block;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 40, 90);
    text-decoration: none;
  }

  .header__nav li.sankaku a {
    background-color: rgb(255, 255, 255);
  }

  .header__nav-link.sankaku a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    margin-right: 7px;
    border-top: 1px solid rgb(0, 40, 90);
    border-right: 1px solid rgb(0, 40, 90);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__nav-link.sankaku:hover a::before {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
  }

  .header__nav-link:last-child a {
    border-bottom: solid 2px rgb(0, 40, 90);
  }

  .header__nav li a:hover {
    background-color: rgb(0, 40, 90);
    color: white;
  }

  .header__nav-link.bor {
    border-top: 2px solid rgb(0, 40, 90) !important;
    border-left: solid 2px rgb(0, 40, 90);
    border-right: solid 2px rgb(0, 40, 90);
  }

  /*ボタン外側*/
  #openbtn {
    right: 20px;
    top: 15px
  }

  #openbtn {
    display: block;
  }

  /* ###### リンクアイコン ####### */

  #obi-fixbtn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-banner li {
    width: 32%;
    justify-content: center;
    padding: 3px 0 3px;
  }


  .link-img img {
    width: 4vw;
  }

  .link-small {
    font-size: 2.1vw;
    line-height: 1.25;
    font-weight: 500;
    display: block;
  }

  .line-a {
    margin-top: -5px;
  }

  .link-big {
    font-size: 3vw;
    line-height: 1.25;
  }


  /* ###### メイン ####### */

  .main-ad {
    margin-top: -40px;
  }

  .rotate15 {
    margin-left: -2px;
  }

  #main {
    padding-top: 75px;
  }

  .undelayerpage {
    padding-top: 75px;
  }

  .main-list {
    margin-top: 0px;
  }

  .main-list span {
    font-size: 3.45vw;
    padding: 3px 2.35vw 4px;
    margin: 5px 0.2vw 0;
    letter-spacing: -0.2vw;
  }

  .main-list .list-bottom {
    padding: 3px 2.25vw 4px;
  }

  .fukidasi-db {
    margin-top: 2vw;
  }

  .fukidasi-db.first {
    margin-bottom: 45px;
  }

  .main-title-a {
    font-size: 6vw;
    line-height: 1.15;
    padding-top: 15px;
    letter-spacing: 1vw;
  }

  .main-title-a .sm {
    font-size: 5vw;
  }

  .main-title-b {
    font-size: 7.75vw;
    line-height: 1.15;
    padding-bottom: 35px;
    letter-spacing: -0.3vw;
  }

  .main-title-b .sm {
    font-size: 6vw;
  }

  .lt-ad1 {
    letter-spacing: -1.5vw;
  }

  .lt-ad2 {
    letter-spacing: -1vw;
  }

  .main-title-c {
    margin-top: -3.5vw;
    padding: 0 30px;
  }

  .main-title-c .title-c-list {
    width: 32%;
    font-size: 4.5vw;
    padding: 0.5vw 0 2.5vw;
    letter-spacing: -0.3vw;
    margin: 0 0.5vw;
  }

  .lt-ad3 {
    letter-spacing: 0.25vw;
  }

  .main-title-d {
    margin-bottom: 5px;
    padding: 0 30px;
  }



  .main-title3 {
    margin: -13vw 30px 0;
  }

  .main-title3 li.first::after,
  .main-title3 li.second::after,
  .main-title3 li.third::after {
    right: 0;
    width: 3px;
    height: 110px;
  }

  .main-title3 li {
    font-size: 3.5vw;
    letter-spacing: -0.2vw;
    width: 25%;
    padding: 20px 0 25px;
  }

  .main-title3 li img {
    width: 13vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw
  }

  .bottomposi {
    margin-top: 1.35vw !important;
  }

  .topposi {
    margin-bottom: 1.35vw !important;
  }

  .main-text {
    font-size: 18px;
    margin-top: 5px;
  }

  /* ###### ポイント ####### */


  .main-title-a.second {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }

  .point-all {
    margin-top: -20px;
  }

  .point-block {
    width: 32%;
    margin-top: 15px;
    padding-top: 2vw;
    height: 25vw;
  }

  .point-h2 {
    width: 26vw;
    margin-left: 10px;
  }

  .point-h3 {
    margin-top: 10px;
    font-size: 4vw;
    letter-spacing: -0.15vw;
    line-height: 1.35;
  }

  .pt1 {
    font-size: 6vw;
    letter-spacing: -0.2vw;
  }

  .pt2 {
    font-size: 4vw;
    letter-spacing: -0.4vw;
  }

  .pt3 {
    font-size: 6vw;
    letter-spacing: -0.4vw;
  }

  .pt4 {
    font-size: 4vw;
    letter-spacing: -0.3vw;
  }

  .pt4 {
    font-size: 4vw;
    letter-spacing: -0.3vw;
  }

  .point-photo {
    width: 24vw;
  }

  .lt-ad4 {
    letter-spacing: -0.6vw;
  }

  .ex-big {
    margin-left: -3px;
    font-size: 120%;
  }


  .border-bottom-pt::after {
    content: "";
    display: block;
    border-bottom: 1vw solid rgb(184, 227, 237) !important;
    margin-top: -1.5vw;
    width: 110%;
  }

  .border-bottom-pt.second::after {
    margin-left: 20px;
  }

  .border-bottom-pt.second {
    padding-left: 35px;
  }

  .point-text {
    padding-bottom: 0px;
    line-height: 0.8;
  }

  .point-photo2 {
    width: 12vw;
    margin-right: -1.5vw;
  }

  .pt3.onaya {
    letter-spacing: -0.1vw;
  }

  .pt4.onaya {
    letter-spacing: -0.1vw;
  }

  .border-bottom-onaya {
    margin-left: -10px;
    padding-left: 20px;
    background: linear-gradient(transparent 70%, rgb(184, 227, 237) 70% 100%, transparent 100%);
  }

  .border-bottom-onaya.second {
    padding-left: 55px;
  }

  /* ###### お悩み ####### */

  .main-list.second {
    padding-top: 15px;
    padding-bottom: 2px !important;
  }

  .main-list.second span {
    font-size: 3.5vw;
    padding: 3px 2vw 4px;
    margin: 5px 0 0vw 0;
    letter-spacing: -0.2vw;
  }

  .onayami-title-a {
    font-size: 5.5vw;
    line-height: 1.15;
    padding-bottom: 35px;
    letter-spacing: -0.4vw;
  }

  .onayami-title-a .bg {
    font-size: 8vw;
    letter-spacing: -0.4vw;
  }

  .lt-ad5 {
    letter-spacing: -0.85vw;
  }

  .questionmark {
    letter-spacing: -0.05vw;
    font-size: 9vw;
  }

  .onayami-person img {
    margin-top: -60px;
    margin-bottom: 100px;
    width: 100%;
    height: 405px;
    object-position: center center;
    object-fit: cover;
    font-family: "object-fit: cover";
  }

  .onayami-h3 {
    font-size: 22px;
    letter-spacing: -0.2vw;
  }

  .onayami-h3.first {
    width: 160px;
    height: 140px;
    top: 30px;
    left: 0;
  }

  .onayami-h3.second {
    width: 160px;
    height: 140px;
    top: 0;
    right: 0px;
  }

  .onayami-h3.third {
    width: 160px;
    height: 140px;
    top: 130px;
    right: 0px;
  }

  .onayami-h3.fourth {
    width: 160px;
    height: 140px;
    top: 180px;
    left: 0px;
  }

  .onayami-h3.fifth {
    width: 160px;
    height: 140px;
    top: 250px;
    right: 15px;
  }

  .onayami-h3.sixth {
    width: 160px;
    height: 140px;
    top: 300px;
    left: 120px;
  }


  .onayami-h2 {
    font-size: 6vw;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .onayami-h2 .bg {
    font-size: 8.5vw;
    background: linear-gradient(transparent 65%, rgb(184, 227, 237) 65% 80%, transparent 80%);
  }

  .onayami-h2line::after,
  .onayami-h2line::before {
    width: 52px;
    height: 134px;
    background-size: 100% 100%;
  }


  .onayami-h2line::before {
    bottom: 5px;
    margin-left: -124px;
  }

  .onayami-h2line::after {
    bottom: 5px;
    right: -88px;
  }

  /* ###### 流れ ####### */

  .gosoudan {
    padding-top: 20px;
    margin-bottom: 3px;
  }

  .icon-money {
    left: 40px;
    padding-bottom: 3%;
    width: 15vw;
  }

  .lt-ad6 {
    letter-spacing: 1.1vw !important;
  }

  .lt-ad7 {
    letter-spacing: -1.5vw;
  }


  .step-h2-left {
    width: 26vw;
    top: 0;
    left: 15px;
  }

  .step-h2-right {
    width: 26vw;
    top: 0;
    right: 15px;
  }

  .step-all {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .step-block {
    background-size: 100% 100%;
    padding: 15px 10px 30px;
    margin-top: 20px;
  }


  .step-photo {
    width: 30vw;
  }

  .step-text {
    padding-bottom: 20px;
  }

  .step-h2 {
    font-size: 6vw;
    padding-right: 15px;
  }

  .step-h2 .number {
    font-size: 6vw;
    padding-right: 15px;
  }

  .text-step {
    padding-top: 15px;
    font-size: 2.65vw;
    letter-spacing: -0.15vw !important;
  }

  .step-left::after {
    margin-left: -15px;
    width: 55vw;
    height: 3px;
    background-size: contain;
  }

  .step-right::after {
    margin-left: 0px;
    width: 60vw;
    height: 3px;
    background-size: contain;
  }

  .spr {
    margin-right: -20px;
  }

  .spl {
    margin-left: -20px;
  }

  /* ###### 料金 ####### */

  .price-h2 {
    width: 26vw;
    left: -15px;
  }


  #price {
    background-size: 100% 100%;
    padding: 20px 0px;
    margin-top: 20px;
  }

  .left-cost {
    width: 28%;
    font-size: 4.5vw;
  }

  .left-cost .bg {
    font-size: 6.5vw;
  }

  .right-cost {
    width: 72%;
    padding: 0 20px;
  }

  .cost-text {
    font-size: 2.85vw;
    letter-spacing: -0.1vw;
    padding-top: 5px;
  }

  .right-cost::before {
    width: 3px;
    height: 25vw;
    background-size: 100% 100%;
  }

  /* ###### よくあるご質問 ####### */

  .qa {
    width: 19vw;
  }

  .faq-all {
    padding: 0 20px;
    margin-bottom: 25px;
  }

  .faq-block {
    padding: 30px 20px;
    margin-top: 20px;
  }

  .faq-flex.question {
    padding-bottom: 20px;
  }

  .faq-flex.answer {
    padding-top: 20px;
    border-top: 1px solid rgb(0, 40, 90) !important;
  }

  .faq-title1 {
    padding-left: 2vw;
    font-size: 3.6vw;
    letter-spacing: -0.2vw !important;
  }

  .faq-title2 {
    padding-left: 2vw;
    font-size: 3.2vw;
    line-height: 1.35;
    letter-spacing: -0.2vw !important;
  }

  .faq-q {
    width: 8vw;
  }

  .faq-a {
    width: 8vw;
  }

  /* ###### 運営者情報 ####### */

  .company-h2 {
    width: 26vw;
  }

  .company-all {
    padding: 0 25px;
  }

  .company-block {
    padding: 40px 25px;
  }

  .company-h3 {
    position: relative;
    z-index: 3;
    font-size: 4vw;
    padding-bottom: 15px;
    letter-spacing: 0.75vw;
  }

  .company-text {
    position: relative;
    z-index: 3;
    margin-top: 10px;
    font-size: 3.15vw;
    padding-left: 1em;
    text-indent: -1em;
  }

  .company-text a {
    padding-left: 1em;
    text-indent: -1em;
  }

  /* ###### 下層ページ共通　記事 ####### */

  .ul-h2 {
    font-size: 4vw;
    margin-bottom: 0px;
    padding: 35px 10px 60px;
    background: url(../image/ul-waku-sf.png) no-repeat;
    background-size: 100% 100%;
  }

  .ul-title1 {
    padding: 1px 9px 2px;
  }

  .text {
    font-size: 16px;
  }

  .big-ul {
    font-size: 18px;
  }

  .trick {
    font-size: 16px;
    padding: 15px 15px;
  }

  .trick h3 {
    font-size: 16px;
  }

  .ul-waku {
    padding: 35px 35px;
  }

  .aiticle-h2 {
    font-size: 19px;
    padding: 5px 5px;
    border-radius: 4px 4px 0px 0px;
    margin-top: 25px;
  }

  .aiticle-h3 {
    font-size: 15px;
  }

  .article-block {
    padding: 15px;
    margin-bottom: 25px;
  }

  .button18 a {
    padding: 1px 20px3px;
    margin-top: 10px;
    border-radius: 25px;
    font-size: 15px;
  }

  /* ###### フッター ####### */

  .footer__logo {
    padding: 0 20px 15px;
  }

  .footer {
    padding: 30px 20px;
  }

  .footer__nav-link {
    display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgb(0, 40, 90);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer__nav.first {
    border-top: 1px solid rgb(0, 40, 90);
  }

  .footer__nav-link a {
    font-size: 14px;
    color: rgb(0, 40, 90);
    line-height: 1.2;
  }
}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {

  .sfinline {
    display: none !important;
  }

  .sf {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

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

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .margin-bottom-15 {
    margin-bottom: -20px;
  }

  .margin-top-50 {
    margin-top: -50px;
  }

  .margin-top60 {
    margin-top: 60px;
  }

  .margin-top30 {
    margin-top: 30px;
  }

  .margin-top40 {
    margin-top: 40px;
  }



  /* ###### ヘッダー ###### */


  /* ###### メイン ####### */


  /* ###### 下層ページ共通　記事 ####### */
  /* ###### フッター ###### */

}

@-moz-document url-prefix() {}

/* ################################################## 調整 ################################################## */

@media (min-width: 768px) and (max-width: 1259px) {

  .contents {
    padding: 50px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents-bottom0 {
    padding: 50px 30px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents-0 {
    padding: 0px 30px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents-top0 {
    padding: 0 30px 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc1inline {
    display: inline !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  /* ###### ヘッダー ###### */

  .contents-header {
    padding: 0px 30px;
  }

  nav {
    position: relative;
    padding-left: 20px;
    z-index: 1200;
  }

  .header__nav {
    width: 50%;
    top: 90px;
    right: 20px;
    position: fixed;
    display: none;
    z-index: 1200;
    height: calc(100vh - 105px);
    overflow: scroll;
    scrollbar-width: none;
    /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;
    /*Internet Explore対応のスクロールバー非表示コード*/
  }

  .header__nav::-webkit-scrollbar {
    display: none;
    /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }

  .header__nav li {
    margin: 0 0 0 auto;
  }

  .header__nav li a {
    font-size: 15.5px;
    margin: 0;
    padding: 12px 5px 12px 15px;
    line-height: 1.25;
    display: block;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 40, 90);
    text-decoration: none;
  }

  .header__nav li.sankaku a {
    background-color: rgb(255, 255, 255);
  }

  .header__nav-link.sankaku a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    margin-right: 7px;
    border-top: 1px solid rgb(0, 40, 90);
    border-right: 1px solid rgb(0, 40, 90);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__nav-link.sankaku:hover a::before {
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
  }

  .header__nav-link:last-child a {
    border-bottom: solid 2px rgb(0, 40, 90);
  }

  .header__nav li a:hover {
    background-color: rgb(0, 40, 90);
    color: white;
  }

  .header__nav-link.bor {
    border-top: 2px solid rgb(0, 40, 90) !important;
    border-left: solid 2px rgb(0, 40, 90);
    border-right: solid 2px rgb(0, 40, 90);
  }

  /*ボタン外側*/
  #openbtn {
    right: 30px;
    top: 15px
  }

  #openbtn {
    display: block;
  }

  /* ###### メイン ####### */

  #main {
    padding-top: 75px;
  }

  .undelayerpage {
    padding-top: 75px;
  }

  .main-list {
    margin-top: 0px;
  }

  .main-list span {
    font-size: 3.5vw;
    padding: 2px 2.45vw 3px;
    margin: 10px 3px 0;
    letter-spacing: -0.2vw;
  }

  .main-list .list-bottom {
    padding: 2px 2.45vw 3px;
  }

  .fukidasi-db {
    margin-top: 2vw;
  }

  .fukidasi-db.first {
    margin-bottom: 45px;
  }

  .main-title-a {
    font-size: 6vw;
    line-height: 1.15;
    padding-top: 25px;
    letter-spacing: 10px;
  }

  .main-title-a .sm {
    font-size: 5vw;
  }

  .main-title-b {
    font-size: 7.75vw;
    line-height: 1.15;
    padding-bottom: 55px;
    letter-spacing: -0.3vw;
  }

  .main-title-b .sm {
    font-size: 6vw;
  }

  .lt-ad1 {
    letter-spacing: -1.5vw;
  }

  .lt-ad2 {
    letter-spacing: -1vw;
  }


  .main-title-c {
    margin-top: -2.5vw;
    padding: 0 50px;
  }

  .main-title-c .title-c-list {
    width: 32%;
    font-size: 5vw;
    padding: 0.5vw 0px 2.5vw;
    letter-spacing: -0.3vw;
    margin: 0 0.5vw;
  }

  .lt-ad3 {
    letter-spacing: 0.25vw;
  }

  .main-title-d {
    padding: 0 50px;
    margin-bottom: 5px;
  }



  .main-title3 {
    margin: -13vw 40px 0;
  }

  .main-title3 li.first::after,
  .main-title3 li.second::after,
  .main-title3 li.third::after {
    right: 0;
    width: 3px;
    height: 201px;
  }

  .main-title3 li {
    font-size: 3.5vw;
    letter-spacing: -0.1vw;
    width: 25%;
    padding: 50px 0;
  }

  .main-title3 li img {
    width: 14vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw
  }

  .main-text {
    font-size: 25px;
    margin-top: 5px;
  }

  .bottomposi {
    margin-top: 1vw !important;
  }

  .topposi {
    margin-bottom: 1vw !important;
  }

  /* ###### ポイント ####### */

  .main-title-a.second {
    margin-top: 5vw;
    margin-bottom: 4vw;
  }

  .point-all {
    margin-top: -20px;
  }

  .point-block {
    width: 32%;
    margin-top: 15px;
    padding-top: 2vw;
    height: 27vw;
  }

  .point-h2 {
    width: 26vw;
    margin-left: 10px;
  }

  .point-h3 {
    margin-top: 20px;
    font-size: 4vw;
    letter-spacing: -0.15vw;
    line-height: 1.35;
  }

  .pt1 {
    font-size: 6vw;
    letter-spacing: -0.2vw;
  }

  .pt2 {
    font-size: 4vw;
    letter-spacing: -0.4vw;
  }

  .pt3 {
    font-size: 6vw;
    letter-spacing: -0.4vw;
  }

  .pt4 {
    font-size: 4vw;
    letter-spacing: -0.3vw;
  }

  .pt4 {
    font-size: 4vw;
    letter-spacing: -0.3vw;
  }

  .point-photo {
    width: 30vw;
  }

  .lt-ad4 {
    letter-spacing: -0.6vw;
  }

  .ex-big {
    margin-left: -5px;
    font-size: 120%;
  }

  .border-bottom-pt::after {
    content: "";
    display: block;
    border-bottom: 1vw solid rgb(184, 227, 237) !important;
    margin-top: -1.5vw;
    width: 110%;
  }

  .border-bottom-pt.second::after {
    margin-left: 30px;
  }

  .border-bottom-pt.second {
    padding-left: 50px;
  }

  /* ###### お悩み ####### */

  .main-list.second {
    padding-top: 25px;
    padding-bottom: 12px !important;
  }

  .main-list.second span {
    font-size: 3.5vw;
    padding: 2px 3vw 3px;
    margin: 10px 3px 0;
    letter-spacing: -0.2vw;
  }

  .onayami-title-a {
    font-size: 6vw;
    line-height: 1.15;
    padding-bottom: 65px;
    letter-spacing: -8px;
  }

  .onayami-title-a .bg {
    font-size: 8.5vw;
    letter-spacing: -0.7vw;
  }

  .lt-ad5 {
    letter-spacing: -1.5vw;
  }

  .questionmark {
    letter-spacing: -0.15vw;
    font-size: 9vw;
  }



  .onayami-person img {
    margin-top: -90px;
    margin-bottom: 90px;
    width: 100%;
    height: 605px;
    object-position: center center;
    object-fit: cover;
    font-family: "object-fit: cover";
  }

  .onayami-h3 {
    font-size: 26px;
    letter-spacing: -0.2vw;
  }

  .onayami-h3.first {
    width: 224px;
    height: 205px;
    top: 30px;
    left: 0;
  }

  .onayami-h3.second {
    width: 224px;
    height: 205px;
    top: 0;
    right: 0px;
  }

  .onayami-h3.third {
    width: 224px;
    height: 205px;
    top: 190px;
    right: 20px;
  }

  .onayami-h3.fourth {
    width: 224px;
    height: 205px;
    top: 230px;
    left: 20px;
  }

  .onayami-h3.fifth {
    width: 224px;
    height: 205px;
    top: 340px;
    right: 150px;
  }

  .onayami-h3.sixth {
    width: 224px;
    height: 205px;
    top: 420px;
    left: 110px;
  }


  .onayami-h2 {
    font-size: 6vw;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .onayami-h2 .bg {
    font-size: 8.5vw;
    background: linear-gradient(transparent 65%, rgb(184, 227, 237) 65% 80%, transparent 80%);
  }

  .onayami-h2line::after,
  .onayami-h2line::before {
    width: 92px;
    height: 224px;
  }


  .onayami-h2line::before {
    bottom: -40px;
    margin-left: -204px;
  }

  .onayami-h2line::after {
    bottom: -40px;
    right: -150px;
  }



  .point-text.onaya {
    line-height: 1.15;
  }

  .point-photo2 {
    width: 143px;
  }

  .border-bottom-pt::after {
    border-bottom: 1vw solid rgb(184, 227, 237) !important;
    margin-top: -1.5vw;
    width: 110%;
  }

  .pt3.onaya {
    letter-spacing: -0.1vw;
  }

  .pt4.onaya {
    letter-spacing: -0.1vw;
  }

  .border-bottom-onaya {
    margin-left: -15px;
    padding-left: 20px;
    background: linear-gradient(transparent 50%, rgb(184, 227, 237) 50% 100%, transparent 100%);
  }

  .border-bottom-onaya.second {
    padding-left: 75px;
  }

  /* ###### 流れ ####### */

  .gosoudan {
    padding-top: 30px;
    margin-bottom: -5px;
  }

  .icon-money {
    left: 60px;
    padding-bottom: 3%;
    width: 15vw;
  }

  .lt-ad6 {
    letter-spacing: 1.1vw !important;
  }

  .lt-ad7 {
    letter-spacing: -1.5vw;
  }

  .step-h2-left {
    width: 26vw;
    top: 0;
    left: 15px;
  }

  .step-h2-right {
    width: 26vw;
    top: 0;
    right: 15px;
  }

  .step-all {
    margin-bottom: 30px;
    padding: 0 30px;
  }

  .step-block {
    background-size: 100% 100%;
    padding: 25px 15px 50px;
    margin-top: 30px;
  }


  .step-photo {
    width: 30vw;
  }

  .step-text {
    padding-bottom: 30px;
  }

  .step-h2 {
    font-size: 6vw;
    padding-right: 30px;
  }

  .step-h2 .number {
    font-size: 6vw;
    padding-right: 30px;
  }

  .text-step {
    padding-top: 30px;
    font-size: 2.65vw;
    letter-spacing: -1.5px !important;
  }

  .step-left::after {
    margin-left: -30px;
    width: 45vw;
    height: 3px;
    background-size: contain;
  }

  .step-right::after {
    margin-left: 55px;
    width: 50vw;
    height: 3px;
    background-size: contain;
  }

  .spr {
    margin-right: -30px;
  }

  .spl {
    margin-left: -30px;
  }

  /* ###### 料金 ####### */

  .price-h2 {
    width: 24vw;
    left: -15px;
  }


  #price {
    background-size: 100% 100%;
    padding: 30px 30px;
    margin-top: 30px;
  }

  .left-cost {
    width: 32%;
    font-size: 4.5vw;
  }

  .left-cost .bg {
    font-size: 6.5vw;
  }

  .right-cost {
    width: 68%;
    padding: 0 20px;
  }

  .cost-text {
    font-size: 1.85vw;
    letter-spacing: -0.1vw;
    padding-top: 5px;
  }

  .right-cost::before {
    width: 3px;
    height: 25vw;
    background-size: 100% 100%;
  }

  /* ###### よくあるご質問 ####### */

  .qa {
    width: 19vw;
  }

  .faq-all {
    max-width: 1000px;
    margin-bottom: 50px;
    padding: 0 25px;
  }

  .faq-block {
    padding: 35px 25px;
    margin-top: 25px;
  }

  .faq-flex.question {
    padding-bottom: 25px;
  }

  .faq-flex.answer {
    padding-top: 25px;
    border-top: 2px solid rgb(0, 40, 90) !important;
  }

  .faq-title1 {
    padding-left: 2vw;
    font-size: 3.6vw;
    letter-spacing: -0.2vw !important;
  }

  .faq-title2 {
    padding-left: 2vw;
    font-size: 3.4vw;
    line-height: 1.35;
    letter-spacing: -0.2vw !important;
  }

  .faq-q {
    width: 8vw;
  }

  .faq-a {
    width: 8vw;
  }

  /* ###### 運営者情報 ####### */

  .company-h2 {
    width: 26vw;
  }

  .company-all {
    padding: 0 25px;
  }

  .company-block {
    padding: 50px 35px;
  }

  .company-h3 {
    font-size: 4vw;
    padding-bottom: 15px;
    letter-spacing: 0.75vw;
  }

  .company-text {
    margin-top: 10px;
    font-size: 2.5vw;
    padding-left: 1em;
    text-indent: -1em;
  }

  .company-text a {
    padding-left: 1em;
    text-indent: -1em;
  }

  /* ###### 下層ページ共通　記事 ####### */

  .ul-h2 {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 30px 15px 60px;
  }


  .ul-title1 {
    padding: 1px 9px 2px;
    line-height: 1.5;
  }

  .text {
    font-size: 17px;
  }

  .big-ul {
    font-size: 19px;
  }

  .trick {
    font-size: 17px;
    padding: 25px 35px;
  }

  .trick h3 {
    font-size: 17px;
  }

  .ul-waku {
    padding: 40px 40px;
  }

  .aiticle-h2 {
    font-size: 20px;
    padding: 5px 5px;
    border-radius: 4px 4px 0px 0px;
    margin-top: 35px;
  }

  .aiticle-h3 {
    font-size: 17px;
  }

  .article-block {
    padding: 15px;
    margin-bottom: 25px;
  }

  .button18 a {
    padding: 2px 25px 4px;
    margin-top: 15px;
    border-radius: 25px;
    font-size: 17px;
  }

  /* ###### リンクアイコン ####### */
  .link-banner li {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }

  .link-img img {
    width: 3vw;
  }

  .link-small {
    font-size: 1.5vw;
    line-height: 1.15;
    font-weight: 500;
    display: block;
  }

  .line-a {
    margin-top: -2.5px;
  }

  .link-big {
    font-size: 2.75vw;
    line-height: 1.15;
  }





  /* ###### フッター ###### */

  .footer {
    padding: 35px 30px;
  }

  .footer__nav-link {
    display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgb(0, 40, 90);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer__nav.first {
    border-top: 1px solid rgb(0, 40, 90);
  }

  .footer__nav-link a {
    font-size: 14px;
    color: rgb(0, 40, 90);
    line-height: 1.2;
  }

}

@media (min-width: 1260px) {


  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents {
    padding: 70px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents-bottom0 {
    padding: 70px 30px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents-0 {
    padding: 0px 30px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents-top0 {
    padding: 0 30px 70px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc1inline {
    display: none !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  /* ###### ヘッダー ###### */
  nav {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
  }

  .header__nav {
    line-height: 1.5;
    display: block !important;
  }

  .header__nav-link {
    display: inline-block;
  }

  .header__nav li a {
    font-size: 14px;
    transition: all .5s ease 0s;
    margin-right: 10px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    letter-spacing: 0.5px;
  }

  .header__nav-link.sankaku a {
    margin-top: 5px;
    border: 1px solid rgb(255, 255, 255);
    padding-right: 6px;
    padding-left: 6px;
  }

  .header__nav-link.sankaku a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    margin-right: 7px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .5s ease 0s;
  }

  #openbtn {
    display: none;
  }

  /* ###### リンクアイコン ####### */

  .link-banner li {
    padding: 3px 0;
  }


  /* ###### メイン ####### */

  /* ###### 下層ページ共通　記事 ####### */


  /* ###### フッター ###### */

  .footer {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 30px;
  }

  .footer__nav {
    text-align: center;
  }

  .footer__nav-link {
    display: inline-block;
  }

  .footer__nav-link:not(:first-child) {
    margin-left: 20px;
    display: inline-block;
  }

  .footer__nav-link a {
    font-weight: 500;
    font-size: 14px;
    color: rgb(0, 40, 90);
  }
}