@charset "UTF-8";


@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes vibrate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes vibrate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes vibrate02 {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  5% {
    transform: rotate(15deg) scale(1.2);
  }
  10% {
    transform: rotate(-15deg) scale(1.2);
  }
  15% {
    transform: rotate(15deg) scale(1.2);
  }
  20% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes vibrate02 {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  5% {
    transform: rotate(15deg) scale(1.2);
  }
  10% {
    transform: rotate(-15deg) scale(1.2);
  }
  15% {
    transform: rotate(15deg) scale(1.2);
  }
  20% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

a:hover {
  outline: none;
}

a:active {
  outline: none;
}

a:focus {
  outline: none;
}

.widelink--pc {
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  /* =================================
    hover
  ================================= */
  a {
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .widelink {
    cursor: pointer;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transition-property: all;
  }
  .widelink .widelink__cover {
    position: relative;
    overflow: hidden;
  }
  .widelink .widelink__cover::before {
    position: absolute;
    z-index: 6;
    top: 45%;
    left: 50%;
    width: 55%;
    padding: 10px 0;
    border: 1px solid #fff;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: .06em;
    content: "詳しく見る";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    transition-property: opacity,top;
    transform: translate(-50%, -50%);
  }
  .widelink .widelink__cover::after {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.5);
    color: white;
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  .widelink .widelink__article {
    position: relative;
    overflow: hidden;
  }
  .widelink .widelink__article::before {
    position: absolute;
    z-index: 6;
    top: 45%;
    left: 50%;
    display: inline-block;
    width: 130px;
    height: 24px;
    background: url(../img/link_more.png) no-repeat center center;
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    transition-property: opacity,top;
    transform: translate(-50%, -50%);
  }
  .widelink .widelink__article::after {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 84, 142, 0.7);
    color: white;
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  .widelink:hover a {
    text-decoration: none;
  }
  .widelink:hover .widelink__cover::before, .widelink:hover .widelink__article::before {
    top: 50%;
    opacity: 1;
  }
  .widelink:hover .widelink__cover::after, .widelink:hover .widelink__article::after {
    opacity: 1;
  }
  .hoverBg .widelink__cover::before {
    content: none;
  }
  .hoverBg .widelink__cover::after {
    content: none;
  }
  .hoverBg:hover {
    background: #ebfafa;
  }
}

/*=================================
  button
=================================*/
.btnWrap {
  margin: 20px auto 30px;
}

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

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

.btnWrap > * + * {
  margin-top: 9px;
}

.btn--blue {
  display: inline-block;
  padding: 15px;
  background: #1e8edb;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn--blueShadow {
  display: inline-block;
  padding: 23px 22px;
  border-radius: 4px;
  background: #3da7f0;
  box-shadow: 0 3px 0 #1e8edb;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn--border {
  display: block;
  margin: 0 auto;
  padding: 16px 1%;
  border: 3px solid #1e8edb;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #1e8edb;
  text-align: center;
  text-decoration: none;
}

.btn--border::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/btn_arrow.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  /*=================================
    button
  =================================*/
  .btnWrap {
    display: flex;
    justify-content: center;
  }
  .btnWrap > * + * {
    margin: 0 0 0 20px;
  }
  .btn--blue {
    padding: 23px 37px;
    font-size: 2.2rem;
  }
  .btn--blue:hover {
    opacity: .9;
  }
  .btn--blueShadow {
    padding: 24px 30px;
    box-shadow: 0 5px 0 #1e8edb;
    font-size: 2.2rem;
    transition: none;
  }
  .btn--blueShadow:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
  .btn--border {
    display: inline-block;
    margin: 0;
    padding: 20px 66px;
    border-width: 4px;
    font-size: 2.2rem;
  }
  .btn--border::before {
    width: 24px;
    height: 24px;
    margin: 0 6px 3px 0;
  }
  .btn--border:hover {
    background: #f0f8fe;
  }
}

/*=================================
  title
=================================*/
.ttl--base {
  margin-bottom: 70px;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.52941;
  color: #000;
}

.ttl--base .st {
  display: inline;
  background: linear-gradient(transparent 60%, #fff697 0%);
  font-style: normal;
  color: #1e8edb;
}

.ttl--base:not(.left) {
  text-align: center;
}

.ttl--base.white {
  color: #fff;
}

.ttl--base.white .line {
  display: inline-block;
  border-bottom: 3px solid #ffea00;
}

.ttl--base .yellow {
  color: #ffea00;
}

.ttl--page {
  padding: 79px 1%;
  background: #1e8edb url(../img/deco_repeat.png) repeat-x left bottom 15px;
  background-size: auto 155px;
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /*=================================
    title
  =================================*/
  .ttl--base {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .ttl--base .st {
    background: linear-gradient(transparent 60%, #fff697 0%);
    font-size: 2rem;
  }
  .ttl--base.left {
    text-align: center;
  }
  .ttl--page {
    padding: 38px 3%;
    background: #1e8edb url(../img/deco_repeat.png) repeat-x left bottom 6px;
    background-size: auto 100px;
    font-size: 2.1rem;
  }
}

/*=================================
  tab
=================================*/
.tabMenu {
  display: flex;
}

.tabMenu__item {
  width: 100%;
  padding: 13px 24px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #303030;
  text-align: center;
}

.tabMenu__item::before {
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #1e8edb;
  vertical-align: middle;
  content: "";
}

.tabMenu__item:not(.active) {
  cursor: pointer;
}

.tabMenu__item.active {
  background: #1e8edb;
  color: #fff;
}

.tabMenu__item.active::before {
  border-color: transparent transparent transparent #f0f8fe;
}

@media screen and (min-width: 767px) {
  .tabMenu__item:hover:not(.active) {
    background: #f0f8fe;
  }
}

.tabItem {
  min-height: 190px;
  background: #fff;
}

.tabItem .tabList {
  display: none;
}

.tabItem .tabList.show {
  display: block !important;
}

@media screen and (max-width: 767px) {
  /*=================================
    tab
  =================================*/
  .tabMenu__item {
    padding: 10px 18px;
    font-size: 1.5rem;
  }
  .tabItem {
    min-height: inherit;
  }
}

/*=================================
  accordion
=================================*/
.js-accordion__btn {
  position: relative;
  cursor: pointer;
}

.js-accordion__item {
  display: none;
}

@media screen and (max-width: 767px) {
  /*=================================
    accordion
  =================================*/
}

/*=================================
  table
=================================*/
table {
  width: 100%;
  margin: 50px 0 30px;
  background: #fff;
  box-shadow: 0px 0px 21.25px 3.75px rgba(11, 3, 6, 0.05);
  border-spacing: 0;
  border-collapse: collapse;
}

table caption {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

table thead th {
  background: #1e8edb;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

table thead th:not(:last-child) {
  border-right: 1px solid #89cbf8;
}

table th {
  padding: 12px 15px;
  background: #f1f9fe;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}

table td {
  padding: 12px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

table tbody th:not(:last-child), table tbody td:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}

table tbody tr:not(:first-child) {
  border-top: 1px solid #d6d6d6;
}

table tbody tr:not(:last-child) th {
  position: relative;
}

table tbody tr:not(:last-child) th::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}

table.scroll {
  display: block;
  overflow: auto;
  border: none;
  white-space: nowrap;
}

table.scroll ::-webkit-scrollbar {
  height: 5px;
}

table.scroll ::-webkit-scrollbar-track {
  background: #F1F1F1;
}

table.scroll ::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.scrollAnnounce {
  display: none;
}

@media screen and (max-width: 767px) {
  /*=================================
    table
  =================================*/
  table {
    display: block;
    overflow-x: auto;
    margin: 20px 0;
    border: none;
    white-space: nowrap;
    /* スクロールのつまみ部分の設定 */
  }
  table caption {
    width: 94vw;
    margin: 15px 0;
    font-size: 1.5rem;
  }
  table th {
    padding: 10px;
    font-size: 1.3rem;
  }
  table td {
    padding: 10px;
    font-size: 1.3rem;
  }
  table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  table::-webkit-scrollbar-track {
    border-radius: none;
    background: #d6d6d6;
  }
  table::-webkit-scrollbar-thumb {
    background: #f4b038;
  }
  .scrollAnnounce {
    display: block;
    text-align: center;
  }
  .scrollAnnounce .text {
    position: relative;
    padding: 3px 6px;
    background: #f4b038;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
  }
  .scrollAnnounce .text::after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: inline-block;
    border-width: 7px 6.5px 0 6.5px;
    border-style: solid;
    border-color: #f4b038 transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }
}

/*=================================
  breadcrumb
=================================*/
.breadcrumb {
  padding: 30px 0;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
}

.breadcrumb ul li a, .breadcrumb ul li span {
  display: block;
  padding: 10px 8px 12px;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}

.breadcrumb ul li + li {
  padding-left: 20px;
}

.breadcrumb ul li + li::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: inline-block;
  font-size: 1.6rem;
  content: ">";
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  /*=================================
    breadcrumb
  =================================*/
  .breadcrumb {
    overflow-x: scroll;
    padding: 15px 3%;
    white-space: nowrap;
  }
  .breadcrumb ul {
    flex-wrap: initial;
  }
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    padding: 8px 6px 10px;
    font-size: 1.2rem;
  }
  .breadcrumb ul li + li::before {
    font-size: 1rem;
  }
}

/*=================================
  pager
=================================*/
.pager {
  display: flex;
  padding: 50px 0 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pagerList {
  display: flex;
}

.pagerList__item {
  margin-right: 6px;
}

.pagerList__item a, .pagerList__item span {
  display: block;
  padding: 12px 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.pagerList__item a {
  background: #f6f6f6;
  color: #303030;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .pagerList__item a:hover {
    background: #1e8edb;
    color: #fff;
  }
}

.pagerList__item span {
  background: #1e8edb;
  color: #fff;
}

.pager .output {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  /*=================================
    pager
  =================================*/
  .pager {
    display: block;
    padding: 20px 0 10px;
    text-align: center;
  }
  .pagerList {
    justify-content: center;
  }
  .pagerList__item {
    margin-right: 10px;
  }
  .pagerList__item a, .pagerList__item span {
    padding: 10px 11px;
    font-size: 1.5rem;
  }
  .pager .output {
    margin-top: 25px;
    font-size: 1.3rem;
  }
}

/*=================================
  topPage
=================================*/
.home .mv + .secWrap, .page-template-page-areaLp .mv + .secWrap {
  margin-top: 0;
}

.home .merit, .page-template-page-areaLp .merit {
  padding-top: 90px !important;
  padding-bottom: 75px !important;
  background: #f0f8fe;
  counter-reset: merit;
}

.home .merit > .ttl--base, .page-template-page-areaLp .merit > .ttl--base {
  margin-bottom: 50px !important;
}

.home .merit .deco--merit, .page-template-page-areaLp .merit .deco--merit {
  position: relative;
}

.home .merit .deco--merit::before, .page-template-page-areaLp .merit .deco--merit::before {
  display: block;
  max-width: 350px;
  margin-bottom: 20px;
  padding: 5px 0;
  background: linear-gradient(90deg, #7ae8ff, #dae986);
  font-size: 7rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #fff;
  text-align: center;
  content: "MERIT0" counter(merit);
  counter-increment: merit;
}

.home .merit .deco--merit:not(.left)::before, .page-template-page-areaLp .merit .deco--merit:not(.left)::before {
  margin: 0 auto 20px;
  text-align: center;
}

.home .secWrap, .page-template-page-areaLp .secWrap {
  margin: 90px 0 75px;
  padding: 0 1%;
}

.home .secWrap .secWrap, .page-template-page-areaLp .secWrap .secWrap {
  padding-right: 0;
  padding-left: 0;
}

.home .secWrap__inner, .page-template-page-areaLp .secWrap__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.home .secWrap .btnWrap, .page-template-page-areaLp .secWrap .btnWrap {
  margin-bottom: 0;
}

.home .secWrap .textWrap, .page-template-page-areaLp .secWrap .textWrap {
  position: relative;
}

.home .secWrap .ttl--base, .page-template-page-areaLp .secWrap .ttl--base {
  margin-bottom: 30px;
  font-size: 3.8rem;
  line-height: 1.36842;
}

.home .secWrap .ttl--base .st, .page-template-page-areaLp .secWrap .ttl--base .st {
  font-size: 3.8rem;
}

.home .secWrap .ttl--base .lg, .page-template-page-areaLp .secWrap .ttl--base .lg {
  font-size: 5rem;
}

.home .secWrap .ttl--base .marker, .page-template-page-areaLp .secWrap .ttl--base .marker {
  background: linear-gradient(transparent 60%, #fff697 0%);
}

.home .secWrap .ttl--base.colorText, .page-template-page-areaLp .secWrap .ttl--base.colorText {
  margin-bottom: 50px;
  color: #1e8edb;
}

.home .secWrap .ttl--base.whiplash, .page-template-page-areaLp .secWrap .ttl--base.whiplash {
  position: relative;
  padding-right: 15%;
}

.home .secWrap .ttl--base.whiplash::after, .page-template-page-areaLp .secWrap .ttl--base.whiplash::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 18%;
  height: 86px;
  background: url(../img/top_img02_deco_pc.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.home .secWrap__text, .page-template-page-areaLp .secWrap__text {
  font-size: 1.8rem;
}

.home .secWrap__text + .secWrap__text, .page-template-page-areaLp .secWrap__text + .secWrap__text {
  margin-top: 2rem;
}

.home .secWrap__text em, .page-template-page-areaLp .secWrap__text em {
  background: none;
}

.home .secWrap.imgRight .secWrap__inner, .page-template-page-areaLp .secWrap.imgRight .secWrap__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 40px;
}

.home .secWrap.imgRight .textWrap, .page-template-page-areaLp .secWrap.imgRight .textWrap {
  width: calc(45% - 20px);
}

.home .secWrap.imgRight .img, .page-template-page-areaLp .secWrap.imgRight .img {
  width: calc(55% - 20px);
}

.home .secWrap.imgRight .btnWrap, .page-template-page-areaLp .secWrap.imgRight .btnWrap {
  margin: 30px 0 0;
  justify-content: flex-start;
}

.home .secWrap.imgLeft .secWrap__inner, .page-template-page-areaLp .secWrap.imgLeft .secWrap__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 40px;
}

.home .secWrap.imgLeft .textWrap, .page-template-page-areaLp .secWrap.imgLeft .textWrap {
  width: calc(45% - 20px);
  margin: 0 0 0 auto;
}

.home .secWrap.imgLeft .img, .page-template-page-areaLp .secWrap.imgLeft .img {
  width: calc(55% - 20px);
}

.home .secWrap.imgLeft .btnWrap, .page-template-page-areaLp .secWrap.imgLeft .btnWrap {
  width: calc(45% - 20px);
  margin: 30px 0 0 auto;
  justify-content: flex-start;
}

.home .secWrap.imgRight--sm .secWrap__inner, .page-template-page-areaLp .secWrap.imgRight--sm .secWrap__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 40px;
}

.home .secWrap.imgRight--sm .textWrap, .page-template-page-areaLp .secWrap.imgRight--sm .textWrap {
  padding-right: 40%;
}

.home .secWrap.imgRight--sm .img, .page-template-page-areaLp .secWrap.imgRight--sm .img {
  position: absolute;
  top: .7em;
  right: 0;
  width: calc(40% - 40px);
}

.home .secWrap.imgRight--sm .btnWrap, .page-template-page-areaLp .secWrap.imgRight--sm .btnWrap {
  margin: 30px 0 0;
  justify-content: flex-start;
}

.home .secWrap.imgLeft--sm .secWrap__inner, .page-template-page-areaLp .secWrap.imgLeft--sm .secWrap__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 40px;
}

.home .secWrap.imgLeft--sm .textWrap, .page-template-page-areaLp .secWrap.imgLeft--sm .textWrap {
  margin: 0 0 0 auto;
  padding-left: 40%;
}

.home .secWrap.imgLeft--sm .img, .page-template-page-areaLp .secWrap.imgLeft--sm .img {
  position: absolute;
  top: .7em;
  left: 0;
  width: calc(40% - 40px);
}

.home .secWrap.imgLeft--sm .btnWrap, .page-template-page-areaLp .secWrap.imgLeft--sm .btnWrap {
  width: calc(60% - 20px);
  margin: 30px 0 0 auto;
  justify-content: flex-start;
}

.home .secWrap.menu, .page-template-page-areaLp .secWrap.menu {
  padding-top: 64px;
  padding-bottom: 80px;
  background: #1e8edb;
}

.home .secWrap.menu .menuList, .page-template-page-areaLp .secWrap.menu .menuList {
  display: flex;
  margin-top: 60px;
  background: #f2faff;
  flex-wrap: wrap;
}

.home .secWrap.menu .menuList__item, .page-template-page-areaLp .secWrap.menu .menuList__item {
  position: relative;
  width: calc((100% - 120px) / 3);
  margin: 20px;
}

.home .secWrap.menu .menuList__item .img, .page-template-page-areaLp .secWrap.menu .menuList__item .img {
  position: relative;
}

.home .secWrap.menu .menuList__item .img::after, .page-template-page-areaLp .secWrap.menu .menuList__item .img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 84, 142, 0.7);
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
  transform: translate(-50%, -50%);
}

.home .secWrap.menu .menuList__item .img img, .page-template-page-areaLp .secWrap.menu .menuList__item .img img {
  width: 100%;
}

.home .secWrap.menu .menuList__item .text, .page-template-page-areaLp .secWrap.menu .menuList__item .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.41666;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.home .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1), .page-template-page-areaLp .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1) {
  position: relative;
}

.home .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::before, .home .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::after, .page-template-page-areaLp .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::before, .page-template-page-areaLp .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::after {
  position: absolute;
  top: -65px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../img/top_menu_cross.png) no-repeat center center;
  content: "";
}

.home .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::before, .page-template-page-areaLp .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::before {
  left: -70px;
}

.home .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::after, .page-template-page-areaLp .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::after {
  right: -70px;
}

@media screen and (min-width: 767px) {
  .home .secWrap.menu .menuList__item:hover .img::after, .page-template-page-areaLp .secWrap.menu .menuList__item:hover .img::after {
    width: 80%;
    height: 80%;
    background: rgba(0, 84, 142, 0.3);
  }
}

.home .secWrap.menu + .attorneysFee, .page-template-page-areaLp .secWrap.menu + .attorneysFee {
  margin-top: -90px;
}

.home .secWrap.komon, .page-template-page-areaLp .secWrap.komon {
  margin-bottom: 0;
  background: transparent;
}

.home .secWrap.komon .secWrap__inner, .page-template-page-areaLp .secWrap.komon .secWrap__inner {
  max-width: 1240px;
}

.home .secWrap.bnrArea, .page-template-page-areaLp .secWrap.bnrArea {
  padding-top: 90px;
  padding-bottom: 75px;
  background: #f9f9f9;
}

.home .secWrap.bnrArea .bnrList, .page-template-page-areaLp .secWrap.bnrArea .bnrList {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .secWrap.bnrArea .bnrList__item, .page-template-page-areaLp .secWrap.bnrArea .bnrList__item {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .home .secWrap.bnrArea .bnrList__item a:hover, .page-template-page-areaLp .secWrap.bnrArea .bnrList__item a:hover {
    opacity: .8;
  }
}

.home .secWrap.introduction .introduction__text, .page-template-page-areaLp .secWrap.introduction .introduction__text {
  position: relative;
  z-index: 1;
  padding-left: 30%;
}

.home .secWrap.introduction .introduction__text::after, .page-template-page-areaLp .secWrap.introduction .introduction__text::after {
  position: absolute;
  z-index: 0;
  bottom: -5px;
  left: 0;
  display: inline-block;
  width: clamp(199px, 28%, 399px);
  height: clamp(209px, 73%, 409px);
  background: url(../img/introduction_main.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.home .secWrap.introduction .introduction__text p + p, .page-template-page-areaLp .secWrap.introduction .introduction__text p + p {
  margin-top: 20px;
}

.home .secWrap.introduction .introduction__video, .page-template-page-areaLp .secWrap.introduction .introduction__video {
  margin-top: 80px;
}

.home .secWrap.introduction .introduction__video-ttl, .page-template-page-areaLp .secWrap.introduction .introduction__video-ttl {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 5px solid #1e8edb;
  font-size: 2.4rem;
  font-weight: 500;
}

.home .secWrap.introduction .introduction__video .videoWrap, .page-template-page-areaLp .secWrap.introduction .introduction__video .videoWrap {
  width: 100%;
  max-width: 980px;
  margin: 40px auto 0;
  aspect-ratio: 16 / 9;
}

.home .secWrap.introduction .introduction__video .videoWrap iframe, .page-template-page-areaLp .secWrap.introduction .introduction__video .videoWrap iframe {
  width: 100%;
  height: 100%;
}

.home .secWrap.introduction .introduction__video p + p, .page-template-page-areaLp .secWrap.introduction .introduction__video p + p {
  margin-top: 20px;
}

.home .secWrap.introduction .btnWrap, .page-template-page-areaLp .secWrap.introduction .btnWrap {
  margin-top: 50px;
  justify-content: flex-start;
}

.home .secWrap.introduction + .bnrArea, .page-template-page-areaLp .secWrap.introduction + .bnrArea {
  margin-top: -75px;
}

.home .secWrap.trafficAccidentFlow, .page-template-page-areaLp .secWrap.trafficAccidentFlow {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f0f8fe;
}

.home .secWrap.trafficAccidentFlow .processFlow, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow {
  counter-reset: processFlowNum;
}

.home .secWrap.trafficAccidentFlow .processFlow__item, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item {
  position: relative;
  width: 100%;
  min-height: 350px;
  margin-top: 80px;
  padding: 40px 30px 50px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.08);
}

.home .secWrap.trafficAccidentFlow .processFlow__item + .processFlow__item, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item + .processFlow__item {
  margin-top: 150px;
}

.home .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::after, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::after {
  position: absolute;
  bottom: -100px;
  left: 155px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid #1e8edb;
  border-right: 45px solid transparent;
  border-bottom: 0;
  border-left: 45px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.home .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::before, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::before {
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: 135px;
  display: inline-block;
  width: 40px;
  height: 100%;
  background: #1e8edb;
  content: "";
}

.home .secWrap.trafficAccidentFlow .processFlow__ttl, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__ttl {
  margin-bottom: 25px;
  padding-left: 280px;
  font-size: 3rem;
  font-weight: 700;
  color: #1e8edb;
}

.home .secWrap.trafficAccidentFlow .processFlow__ttl::before, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__ttl::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background: #1e8edb;
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  text-align: center;
  content: "0" counter(processFlowNum);
  counter-increment: processFlowNum;
}

.home .secWrap.trafficAccidentFlow .processFlow__text, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__text {
  padding-left: 280px;
}

.home .secWrap.trafficAccidentFlow .processFlow__text > p:not([class]), .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__text > p:not([class]) {
  font-size: 1.8rem;
}

.home .secWrap.trafficAccidentFlow .processFlow__text > p:not([class]) + p, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__text > p:not([class]) + p {
  margin-top: 1em;
}

.home .secWrap.trafficAccidentFlow .processFlow__img, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.home .secWrap.trafficAccidentFlow .processFlow__img img, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__img img {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .attorneysFee, .page-template-page-areaLp .attorneysFee {
  padding-top: 70px;
  padding-bottom: 75px;
  background: url(../img/top_attorneysFeeBg.jpg) no-repeat center center;
  background-size: cover;
}

.home .attorneysFee__box, .page-template-page-areaLp .attorneysFee__box {
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
}

.home .attorneysFee__item, .page-template-page-areaLp .attorneysFee__item {
  display: flex;
  padding: 50px 40px 45px 50px;
}

.home .attorneysFee__item:nth-child(2n), .page-template-page-areaLp .attorneysFee__item:nth-child(2n) {
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.home .attorneysFee__item .bnrWrap, .page-template-page-areaLp .attorneysFee__item .bnrWrap {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .home .attorneysFee__item .bnrWrap a:hover, .page-template-page-areaLp .attorneysFee__item .bnrWrap a:hover {
    opacity: .8;
  }
}

.home .attorneysFee__item .imgWrap, .page-template-page-areaLp .attorneysFee__item .imgWrap {
  width: 50%;
  margin-right: 40px;
}

.home .attorneysFee__item .textWrap, .page-template-page-areaLp .attorneysFee__item .textWrap {
  width: 50%;
  max-width: 545px;
}

.home .attorneysFee__item .tableWrap, .page-template-page-areaLp .attorneysFee__item .tableWrap {
  margin-left: 55px;
}

.home .attorneysFee__item .tableWrap .priceTable tbody th, .page-template-page-areaLp .attorneysFee__item .tableWrap .priceTable tbody th {
  background: transparent;
  color: #1e8edb;
}

.home .attorneysFee__item .tableWrap .btnWrap, .page-template-page-areaLp .attorneysFee__item .tableWrap .btnWrap {
  justify-content: flex-start;
}

.home .attorneysFee__item .tableWrap .btnWrap .btn--border, .page-template-page-areaLp .attorneysFee__item .tableWrap .btnWrap .btn--border {
  margin-top: 10px;
}

.home .caseStudyList, .page-template-page-areaLp .caseStudyList {
  display: flex;
  margin-top: 70px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  flex-wrap: wrap;
  justify-content: center;
}

.home .caseStudyList__item, .page-template-page-areaLp .caseStudyList__item {
  display: inline-block;
  width: calc(100% / 6);
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.home .caseStudyList__item a, .page-template-page-areaLp .caseStudyList__item a {
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  color: #303030;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .home .caseStudyList__item a:hover, .page-template-page-areaLp .caseStudyList__item a:hover {
    background: #f0f8fe;
    color: #1e8edb;
  }
  .home .caseStudyList__item a:hover .img, .page-template-page-areaLp .caseStudyList__item a:hover .img {
    transform: scale(0.9);
  }
}

.home .caseStudyList__item .img, .page-template-page-areaLp .caseStudyList__item .img {
  display: block;
  margin: 0 auto 10px;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
}

.home .marketPriceWrap, .page-template-page-areaLp .marketPriceWrap {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}

.home .marketPriceWrap .textWrap, .page-template-page-areaLp .marketPriceWrap .textWrap {
  width: 35%;
  margin-right: 3%;
}

.home .marketPrice__box, .page-template-page-areaLp .marketPrice__box {
  width: 62%;
}

.home .marketPrice__ttl, .page-template-page-areaLp .marketPrice__ttl {
  padding: 18px 15px;
  background: #1e8edb;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
}

.home .marketPrice__ttl::before, .page-template-page-areaLp .marketPrice__ttl::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  background: url(../img/icon/icon_legal.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.home .marketPrice__cont, .page-template-page-areaLp .marketPrice__cont {
  padding: 15px 3%;
  background: #f0f8fe;
}

.home .marketPriceList, .page-template-page-areaLp .marketPriceList {
  display: flex;
  flex-wrap: wrap;
}

.home .marketPriceList__item, .page-template-page-areaLp .marketPriceList__item {
  width: calc(100% / 3);
  margin: 10px 0;
}

.home .marketPriceList__item a, .page-template-page-areaLp .marketPriceList__item a {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #303030;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .home .marketPriceList__item a:hover, .page-template-page-areaLp .marketPriceList__item a:hover {
    color: #1e8edb;
    text-decoration: underline;
  }
}

.home .marketPriceList__item a::before, .page-template-page-areaLp .marketPriceList__item a::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/link_arrow.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.home .faq, .page-template-page-areaLp .faq {
  padding-top: 0;
}

.home .faq .secWrap__inner, .page-template-page-areaLp .faq .secWrap__inner {
  padding-top: 70px;
  border-top: 1px solid #d6d6d6;
}

.home .faqWrap, .page-template-page-areaLp .faqWrap {
  margin-top: 70px;
}

.home .faqList, .page-template-page-areaLp .faqList {
  border: 1px solid #aacce6;
}

.home .faqList .q, .page-template-page-areaLp .faqList .q {
  position: relative;
  padding: 20px 80px 24px 105px;
  background: #f0f8fe;
  font-size: 2.4rem;
  font-weight: 500;
  color: #1e8edb;
}

.home .faqList .q::before, .page-template-page-areaLp .faqList .q::before {
  position: absolute;
  top: 50%;
  left: 24px;
  display: inline-block;
  width: 50px;
  border-radius: 50px;
  background: #d0ecff;
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 50px;
  color: #1e8edb;
  text-align: center;
  content: "Q";
  transform: translateY(-50%);
}

.home .faqList .q::after, .page-template-page-areaLp .faqList .q::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/qa_arrow.png) no-repeat center center;
  background-size: contain;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
  transform: translateY(-50%);
}

.home .faqList .q.open::after, .page-template-page-areaLp .faqList .q.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.home .faqList .a, .page-template-page-areaLp .faqList .a {
  padding: 25px 40px;
  background: #fff;
}

.home .faqList + .faqList, .page-template-page-areaLp .faqList + .faqList {
  margin-top: 20px;
}

.home .faq .btnWrap, .page-template-page-areaLp .faq .btnWrap {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  /*=================================
    topPage
  =================================*/
  .home .merit, .page-template-page-areaLp .merit {
    padding-top: 30px !important;
    padding-bottom: 45px !important;
  }
  .home .merit > .ttl--base, .page-template-page-areaLp .merit > .ttl--base {
    margin-bottom: 20px !important;
  }
  .home .merit .deco--merit::before, .page-template-page-areaLp .merit .deco--merit::before {
    max-width: 150px;
    margin: 0 auto 10px;
    padding: 5px 5px;
    font-size: 3rem;
  }
  .home .merit .deco--merit:not(.left)::before, .page-template-page-areaLp .merit .deco--merit:not(.left)::before {
    margin: 0 auto 10px;
  }
  .home .secWrap, .page-template-page-areaLp .secWrap {
    margin: 30px 0 45px;
    padding: 0 3%;
  }
  .home .secWrap .btnWrap, .page-template-page-areaLp .secWrap .btnWrap {
    margin-bottom: 0;
  }
  .home .secWrap .ttl--base, .page-template-page-areaLp .secWrap .ttl--base {
    margin-bottom: 25px;
    font-size: 2.2rem;
    text-align: center;
  }
  .home .secWrap .ttl--base .st, .page-template-page-areaLp .secWrap .ttl--base .st {
    font-size: 2.2rem;
  }
  .home .secWrap .ttl--base .lg, .page-template-page-areaLp .secWrap .ttl--base .lg {
    font-size: 3.5rem;
    line-height: 1;
  }
  .home .secWrap .ttl--base.colorText, .page-template-page-areaLp .secWrap .ttl--base.colorText {
    margin-bottom: 25px;
  }
  .home .secWrap .ttl--base.whiplash, .page-template-page-areaLp .secWrap .ttl--base.whiplash {
    padding-right: 0;
  }
  .home .secWrap .ttl--base.whiplash::after, .page-template-page-areaLp .secWrap .ttl--base.whiplash::after {
    position: static;
    display: block;
    width: 72px;
    height: 72px;
    margin: 12px auto 0;
    background: url(../img/top_img02_deco_sp.png) no-repeat center center;
    background-size: contain;
  }
  .home .secWrap__text, .page-template-page-areaLp .secWrap__text {
    font-size: 1.5rem;
  }
  .home .secWrap__text em, .page-template-page-areaLp .secWrap__text em {
    font-size: 1.5rem;
  }
  .home .secWrap.imgRight .secWrap__inner, .page-template-page-areaLp .secWrap.imgRight .secWrap__inner {
    display: block;
  }
  .home .secWrap.imgRight .textWrap, .page-template-page-areaLp .secWrap.imgRight .textWrap {
    width: 96%;
    margin: 0 auto 30px;
  }
  .home .secWrap.imgRight .img, .page-template-page-areaLp .secWrap.imgRight .img {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .home .secWrap.imgRight .btnWrap, .page-template-page-areaLp .secWrap.imgRight .btnWrap {
    float: none;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    justify-content: center;
  }
  .home .secWrap.imgLeft .secWrap__inner, .page-template-page-areaLp .secWrap.imgLeft .secWrap__inner {
    display: block;
  }
  .home .secWrap.imgLeft .textWrap, .page-template-page-areaLp .secWrap.imgLeft .textWrap {
    width: 96%;
    margin: 0 auto 30px;
  }
  .home .secWrap.imgLeft .img, .page-template-page-areaLp .secWrap.imgLeft .img {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .home .secWrap.imgLeft .btnWrap, .page-template-page-areaLp .secWrap.imgLeft .btnWrap {
    float: none;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    justify-content: center;
  }
  .home .secWrap.imgRight--sm .secWrap__inner, .page-template-page-areaLp .secWrap.imgRight--sm .secWrap__inner {
    display: block;
  }
  .home .secWrap.imgRight--sm .textWrap, .page-template-page-areaLp .secWrap.imgRight--sm .textWrap {
    width: 100%;
    padding-right: 0;
  }
  .home .secWrap.imgRight--sm .img, .page-template-page-areaLp .secWrap.imgRight--sm .img {
    position: static;
    width: 100%;
    margin: 0 0 20px;
  }
  .home .secWrap.imgRight--sm .btnWrap, .page-template-page-areaLp .secWrap.imgRight--sm .btnWrap {
    margin: 20px auto 0;
    text-align: center;
    justify-content: center;
  }
  .home .secWrap.imgLeft--sm .secWrap__inner, .page-template-page-areaLp .secWrap.imgLeft--sm .secWrap__inner {
    display: block;
  }
  .home .secWrap.imgLeft--sm .textWrap, .page-template-page-areaLp .secWrap.imgLeft--sm .textWrap {
    width: 100%;
    margin: initial;
    padding-left: 0;
  }
  .home .secWrap.imgLeft--sm .img, .page-template-page-areaLp .secWrap.imgLeft--sm .img {
    position: static;
    width: 100%;
    margin: 0 0 20px;
  }
  .home .secWrap.imgLeft--sm .btnWrap, .page-template-page-areaLp .secWrap.imgLeft--sm .btnWrap {
    width: initial;
    margin: 20px auto 0;
    text-align: center;
    justify-content: center;
  }
  .home .secWrap.menu, .page-template-page-areaLp .secWrap.menu {
    padding: 30px 0;
  }
  .home .secWrap.menu .menuList, .page-template-page-areaLp .secWrap.menu .menuList {
    margin-top: 15px;
    padding: 8px;
  }
  .home .secWrap.menu .menuList__item, .page-template-page-areaLp .secWrap.menu .menuList__item {
    width: calc((100% - 32px) / 2);
    margin: 8px;
  }
  .home .secWrap.menu .menuList__item .text, .page-template-page-areaLp .secWrap.menu .menuList__item .text {
    font-size: 1.5rem;
    line-height: 1.3333;
  }
  .home .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::before, .home .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::after, .page-template-page-areaLp .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::before, .page-template-page-areaLp .secWrap.menu .menuList__item:nth-child(n + 3):nth-child(3n - 1)::after {
    content: none;
  }
  .home .secWrap.menu + .attorneysFee, .page-template-page-areaLp .secWrap.menu + .attorneysFee {
    margin-top: -45px;
  }
  .home .secWrap.komon, .page-template-page-areaLp .secWrap.komon {
    padding-bottom: 0 !important;
  }
  .home .secWrap.bnrArea, .page-template-page-areaLp .secWrap.bnrArea {
    padding: 30px 3% 45px;
  }
  .home .secWrap.bnrArea .bnrList, .page-template-page-areaLp .secWrap.bnrArea .bnrList {
    display: block;
    margin: 40px auto 0;
  }
  .home .secWrap.bnrArea .bnrList__item, .page-template-page-areaLp .secWrap.bnrArea .bnrList__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .home .secWrap.introduction, .page-template-page-areaLp .secWrap.introduction {
    overflow: hidden;
  }
  .home .secWrap.introduction .introduction__text, .page-template-page-areaLp .secWrap.introduction .introduction__text {
    padding: 0 0 calc(18% + 45px);
    border-bottom: 1px solid #d6d6d6;
  }
  .home .secWrap.introduction .introduction__text::after, .page-template-page-areaLp .secWrap.introduction .introduction__text::after {
    right: -35px;
    bottom: 0;
    left: initial;
    width: clamp(200px, 26%, 409px);
    height: clamp(209px, 35%, 409px);
  }
  .home .secWrap.introduction .introduction__text p + p, .page-template-page-areaLp .secWrap.introduction .introduction__text p + p {
    margin-top: 2rem;
  }
  .home .secWrap.introduction .introduction__video, .page-template-page-areaLp .secWrap.introduction .introduction__video {
    margin-top: 40px;
  }
  .home .secWrap.introduction .introduction__video-ttl, .page-template-page-areaLp .secWrap.introduction .introduction__video-ttl {
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 1.8rem;
  }
  .home .secWrap.introduction .introduction__video .videoWrap, .page-template-page-areaLp .secWrap.introduction .introduction__video .videoWrap {
    margin: 30px auto 0;
  }
  .home .secWrap.introduction .introduction__video p + p, .page-template-page-areaLp .secWrap.introduction .introduction__video p + p {
    margin-top: 2rem;
  }
  .home .secWrap.introduction .btnWrap, .page-template-page-areaLp .secWrap.introduction .btnWrap {
    margin-top: 35px;
  }
  .home .secWrap.introduction + .bnrArea, .page-template-page-areaLp .secWrap.introduction + .bnrArea {
    margin-top: -45px;
  }
  .home .secWrap.trafficAccidentFlow, .page-template-page-areaLp .secWrap.trafficAccidentFlow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__item, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item {
    min-height: initial;
    margin-top: 40px;
    padding: 30px 5%;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__item + .processFlow__item, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item + .processFlow__item {
    margin-top: 100px;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::after, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::after {
    bottom: -75px;
    left: 50%;
    border-top: 40px solid #1e8edb;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translateX(-50%);
  }
  .home .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::before, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__item:not(:last-child)::before {
    content: none;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__ttl, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__ttl {
    position: relative;
    margin-bottom: 25px;
    padding-left: 50px;
    font-size: 2.2rem;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__ttl::before, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__ttl::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__text, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__text {
    padding-left: 0px;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__text > p:not([class]), .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__text > p:not([class]) {
    font-size: 1.5rem;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__img, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__img {
    position: static;
  }
  .home .secWrap.trafficAccidentFlow .processFlow__img img, .page-template-page-areaLp .secWrap.trafficAccidentFlow .processFlow__img img {
    display: block;
    width: 80%;
    height: initial;
    margin: 0 auto 30px;
    border-radius: 0;
  }
  .home .attorneysFee, .page-template-page-areaLp .attorneysFee {
    padding: 22px 2.5% 20px;
    background: #f2f2f2 url(../img/top_attorneysFeeBg.jpg) no-repeat center top;
    background-size: inherit;
  }
  .home .attorneysFee__item, .page-template-page-areaLp .attorneysFee__item {
    display: block;
    padding: 25px 4%;
  }
  .home .attorneysFee__item .bnrWrap, .page-template-page-areaLp .attorneysFee__item .bnrWrap {
    margin: 15px 0 20px;
  }
  .home .attorneysFee__item .textWrap, .page-template-page-areaLp .attorneysFee__item .textWrap {
    width: 100%;
    max-width: 100%;
  }
  .home .attorneysFee__item .imgWrap, .page-template-page-areaLp .attorneysFee__item .imgWrap {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .home .attorneysFee__item .tableWrap, .page-template-page-areaLp .attorneysFee__item .tableWrap {
    margin: 22px 0 14px;
  }
  .home .attorneysFee__item .tableWrap .priceTable, .page-template-page-areaLp .attorneysFee__item .tableWrap .priceTable {
    display: table;
    margin: 20px auto 0;
    white-space: unset;
  }
  .home .attorneysFee__item .tableWrap .btnWrap .btn--border, .page-template-page-areaLp .attorneysFee__item .tableWrap .btnWrap .btn--border {
    margin-top: 10px;
  }
  .home .caseStudy .textWrap, .page-template-page-areaLp .caseStudy .textWrap {
    padding: 0 2%;
  }
  .home .caseStudyList, .page-template-page-areaLp .caseStudyList {
    margin-top: 30px;
    border-left: none;
  }
  .home .caseStudyList__item, .page-template-page-areaLp .caseStudyList__item {
    width: calc(100% / 3);
  }
  .home .caseStudyList__item a, .page-template-page-areaLp .caseStudyList__item a {
    padding: 15px;
    font-size: 1.4rem;
  }
  .home .caseStudyList__item:nth-child(3n), .page-template-page-areaLp .caseStudyList__item:nth-child(3n) {
    border-right: none;
  }
  .home .marketPrice, .page-template-page-areaLp .marketPrice {
    padding-right: 3%;
    padding-left: 3%;
  }
  .home .marketPriceWrap, .page-template-page-areaLp .marketPriceWrap {
    display: block;
    margin-top: 45px;
  }
  .home .marketPriceWrap .textWrap, .page-template-page-areaLp .marketPriceWrap .textWrap {
    width: 100%;
    margin: 0 0 30px;
  }
  .home .marketPrice__box, .page-template-page-areaLp .marketPrice__box {
    width: 100%;
  }
  .home .marketPrice__ttl, .page-template-page-areaLp .marketPrice__ttl {
    padding: 12px;
    font-size: 1.6rem;
  }
  .home .marketPrice__ttl::before, .page-template-page-areaLp .marketPrice__ttl::before {
    width: 20px;
    height: 20px;
  }
  .home .marketPrice__cont, .page-template-page-areaLp .marketPrice__cont {
    padding: 15px 3%;
  }
  .home .marketPriceList, .page-template-page-areaLp .marketPriceList {
    justify-content: space-between;
  }
  .home .marketPriceList__item, .page-template-page-areaLp .marketPriceList__item {
    width: 48%;
    min-width: inherit;
    margin: 10px 0;
  }
  .home .marketPriceList__item a, .page-template-page-areaLp .marketPriceList__item a {
    position: relative;
    display: block;
    padding-left: 17px;
    font-size: 1.3rem;
  }
  .home .marketPriceList__item a::before, .page-template-page-areaLp .marketPriceList__item a::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px;
    margin-right: 0;
  }
  .home .faq, .page-template-page-areaLp .faq {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .home .faq .secWrap__inner, .page-template-page-areaLp .faq .secWrap__inner {
    padding: 30px 3% 0;
  }
  .home .faqWrap, .page-template-page-areaLp .faqWrap {
    margin-top: 30px;
  }
  .home .faqList, .page-template-page-areaLp .faqList {
    border: 2px solid #aacce6;
  }
  .home .faqList .q, .page-template-page-areaLp .faqList .q {
    padding: 11px 45px;
    font-size: 1.5rem;
  }
  .home .faqList .q::before, .page-template-page-areaLp .faqList .q::before {
    left: 7px;
    width: 33px;
    font-size: 1.6rem;
    line-height: 33px;
  }
  .home .faqList .q::after, .page-template-page-areaLp .faqList .q::after {
    right: 7px;
    width: 30px;
    height: 30px;
  }
  .home .faqList .a, .page-template-page-areaLp .faqList .a {
    padding: 25px 40px;
    background: #fff;
  }
  .home .faqList + .faqList, .page-template-page-areaLp .faqList + .faqList {
    margin-top: 10px;
  }
  .home .faq .btnWrap, .page-template-page-areaLp .faq .btnWrap {
    margin-top: 14px;
    text-align: center;
  }
}

/*=================================
  下層ページ共通
=================================*/
/* 記事一覧 */
.articleList__item {
  padding: 2.5% 3%;
  border: 1px solid #92bddd;
}

.articleList__item .itemWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.articleList__item .itemWrap .thumb {
  width: 40%;
  max-width: 400px;
  margin-right: 4%;
}

.articleList__item .itemWrap .thumb img {
  margin: 0 auto;
}

.articleList__item .itemWrap .thumb + .textWrap {
  width: calc(60% - 4%);
}

.articleList__item .itemWrap .textWrap {
  width: 100%;
}

.articleList__item .itemWrap .textWrap__ttl {
  display: block;
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3846;
  text-decoration: none;
}

.articleList__item .itemWrap .textWrap__text {
  font-size: 1.8rem;
}

.articleList__item + .articleList__item {
  margin-top: 20px;
}

.articleList--simple .articleList__item {
  padding: 2%;
}

.articleList--simple .articleList__item .thumb {
  width: 290px;
  margin-right: 25px;
}

.articleList--simple .articleList__item .thumb img {
  margin: 0 auto;
}

.articleList--simple .articleList__item .textWrap {
  width: calc(100% - 315px);
}

.articleList--simple .articleList__item .textWrap__ttl {
  margin-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.454545;
}

.articleList--simple .articleList__item .textWrap__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* その他のお悩み事例 */
.otherCase {
  margin: 70px auto;
  padding: 40px;
  background: #f9f9f9;
}

.otherCase__inner {
  background: #fff;
  box-shadow: 0px 0px 21.25px 3.75px rgba(11, 3, 6, 0.05);
}

.otherCase__ttl {
  padding: 22px 15px;
  background: #1e8edb;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.otherCase__ttl::before {
  display: inline-block;
  width: 25px;
  height: 19px;
  margin-right: 12px;
  background: url(../img/icon/icon_check.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.otherCaseList {
  padding: 24px;
}

.otherCaseList__item a {
  font-size: 1.6rem;
  color: #303030;
  text-decoration: none;
}

.otherCaseList__item a::before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  background: url(../img/link_arrow.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .otherCaseList__item a:hover {
    text-decoration: underline;
  }
}

.otherCaseList__item + .otherCaseList__item {
  margin-top: 15px;
}

/* メリット */
.pushBox {
  width: calc(100% + 160px);
  margin-top: 50px;
  margin-left: -80px;
}

.pushBox .merit {
  position: relative;
  padding: 50px 120px 45px;
  background: #1e8edb url(../img/deco_repeat.png) repeat-x center bottom 30px;
}

.pushBox .merit__inner {
  background: url(../img/merit_bg_pc.jpg) no-repeat center center;
  background-size: contain;
}

.pushBox .merit__ttl {
  margin-bottom: 40px;
  font-size: 3.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.pushBox .merit__ttl .num {
  font-family: 'Roboto', sans-serif;
  font-size: 4.4rem;
  color: #ffea00;
}

.pushBox .meritList {
  max-width: 555px;
  min-height: 500px;
  margin: 0 auto;
  padding: 7% 10px;
  text-align: center;
}

.pushBox .meritList__item {
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  color: #1e8edb;
}

.pushBox .meritList__item::before {
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(../img/icon/icon_check_b.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.pushBox .meritList__item::after {
  display: block;
  width: 100%;
  height: 2px;
  background: #1e8edb;
  content: "";
}

.pushBox .meritList__item + .meritList__item {
  margin-top: 10px;
}

.pushBox .merit::after {
  position: absolute;
  bottom: 0;
  left: 60px;
  display: inline-block;
  width: 235px;
  height: 430px;
  background: url(../img/merit_img.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.pushBox .cvBnr__ttl {
  padding: 30px;
}

.pushBox .cvBnr .contact {
  padding: 16px 30px 25px 30px;
}

.pushBox .cvBnr::after {
  right: 10px;
  width: 31%;
  height: 346px;
  background: url(../img/cvBnr_img02.png) no-repeat center bottom;
  background-size: contain;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .pushBox .cvBnr::after {
    content: none;
  }
}

.pushBox .pushLink {
  padding: 70px 80px 0;
}

.pushBox .pushLink__ttl {
  text-align: center;
}

.pushBox .pushLink__ttl .text {
  display: inline-block;
  margin-bottom: 35px;
  padding-bottom: 5px;
  border-bottom: 3px solid #1e8edb;
  font-size: 3.4rem;
  font-weight: 500;
}

.pushBox .pushLinkList {
  display: flex;
  flex-wrap: wrap;
}

.pushBox .pushLinkList__item {
  position: relative;
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
}

.pushBox .pushLinkList__item:not(:nth-child(2n - 1)) {
  margin-left: 20px;
}

.pushBox .pushLinkList__item .img img {
  width: 100%;
}

.pushBox .pushLinkList__item .img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 84, 142, 0.7);
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
  transform: translate(-50%, -50%);
}

.pushBox .pushLinkList__item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.454545;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 767px) {
  .pushBox .pushLinkList__item:hover .img::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(0, 84, 142, 0.5);
  }
}

.accessWrap {
  display: flex;
  margin-top: 50px;
  gap: 40px;
}

.accessItem {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
}

.accessItem__ttl {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 4px solid #1e8edb;
  font-size: 1.7rem;
  font-weight: 600;
}

.accessItem__directions {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.accessItem__gMap {
  margin-top: auto;
}

.accessItem__gMap iframe {
  max-height: 260px;
}

.accessItem__gMap.tokyo {
  position: relative;
  overflow: hidden;
  padding-top: 260px;
}

.accessItem__gMap.tokyo iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-height: initial;
}

@media screen and (min-width: 767px) and (max-width: 1180px) {
  /* メリット */
  .pushBox .meritList {
    min-height: inherit;
    padding: 4% 10px;
  }
  .pushBox .meritList__item {
    font-size: 1.8rem;
  }
  .pushBox .meritList__item + .meritList__item {
    margin-top: 8px;
  }
  .pushBox .merit::after {
    left: 30px;
    width: 180px;
    height: 338px;
  }
  .pushBox .pushLink {
    padding: 50px 40px 0;
  }
  .pushBox .pushLink__ttl .text {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
  .pushBox .pushLinkList__item {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  .pushBox .pushLinkList__item:not(:nth-child(2n - 1)) {
    margin-left: 10px;
  }
  .pushBox .pushLinkList__item .text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  /*=================================
    下層ページ共通
  =================================*/
  /* 記事一覧 */
  .articleList__item {
    padding: 3.5% 3.5%;
  }
  .articleList__item .itemWrap {
    align-items: flex-start;
  }
  .articleList__item .itemWrap .thumb {
    width: 30%;
    max-width: 100%;
    margin-right: 3%;
  }
  .articleList__item .itemWrap .thumb + .textWrap {
    width: calc(70% - 3%);
  }
  .articleList__item .itemWrap .textWrap__ttl {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .articleList__item .itemWrap .textWrap__text {
    display: none;
  }
  .articleList__item + .articleList__item {
    margin-top: 15px;
  }
  /* その他のお悩み事例 */
  .otherCase {
    width: calc(100% + 8%);
    margin: 37px auto;
    margin-left: -4%;
    padding: 15px;
  }
  .otherCase__ttl {
    padding: 12px 10px;
    font-size: 1.5rem;
  }
  .otherCase__ttl::before {
    width: 15px;
    height: 12px;
    margin-right: 5px;
  }
  .otherCaseList {
    padding: 20px 13px;
  }
  .otherCaseList__item a {
    position: relative;
    display: block;
    padding-left: 18px;
    font-size: 1.4rem;
  }
  .otherCaseList__item a::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
  }
  .otherCaseList__item + .otherCaseList__item {
    margin-top: 10px;
  }
  /* メリット */
  .pushBox {
    width: calc(100% + 8%);
    margin-left: -4%;
  }
  .pushBox .merit {
    padding: 30px 0;
    background: #1e8edb url(../img/deco_repeat.png) repeat-x center bottom;
    background-size: 80% auto;
  }
  .pushBox .merit__inner {
    background: url(../img/merit_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .pushBox .merit__ttl {
    margin-bottom: 28px;
    font-size: 2rem;
  }
  .pushBox .merit__ttl .num {
    font-size: 2.6rem;
  }
  .pushBox .meritList {
    max-width: inherit;
    min-height: 250px;
    padding: 6% 10px;
  }
  .pushBox .meritList__item {
    font-size: 1.7rem;
  }
  .pushBox .meritList__item::before {
    width: 16px;
    height: 14px;
  }
  .pushBox .meritList__item + .meritList__item {
    margin-top: 8px;
  }
  .pushBox .merit::after {
    content: none;
  }
  .pushBox .cvBnr__ttl {
    padding: 15px 15px 15px 90px;
  }
  .pushBox .cvBnr__ttl::after {
    right: inherit;
    left: -10px;
    width: 90px;
    height: 165px;
    background: url(../img/merit_img.png) no-repeat center bottom;
    background-size: contain;
  }
  .pushBox .cvBnr .contact {
    padding: 0;
  }
  .pushBox .pushLink {
    padding: 40px 8% 0;
  }
  .pushBox .pushLink__ttl .text {
    margin-bottom: 18px;
    border-bottom: 2px solid #1e8edb;
    font-size: 1.9rem;
  }
  .pushBox .pushLinkList {
    display: block;
  }
  .pushBox .pushLinkList__item {
    width: 100%;
    margin-top: 12px;
  }
  .pushBox .pushLinkList__item:not(:nth-child(2n - 1)) {
    margin-left: 0;
  }
  .pushBox .pushLinkList__item .text {
    font-size: 1.4rem;
    line-height: 1.4230;
  }
  .accessWrap {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .accessItem {
    display: block;
    width: 100%;
  }
  .accessItem__ttl {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #1e8edb;
    font-size: 1.6rem;
  }
  .accessItem__directions {
    margin-bottom: 20px;
  }
}

/*=================================
  page--article
=================================*/
/* singlePage */
.singlePage__in {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 100px;
  background: #fff;
}

.singlePage__in h1, .singlePage__in h2, .singlePage__in h3, .singlePage__in h4, .singlePage__in h5, .singlePage__in h6 {
  clear: both;
}

.singlePage__in p:not([class]) {
  font-size: 1.8rem;
  line-height: 1.88888;
}

.singlePage__in p:not([class]) + p:not([class]) {
  margin-top: 40px;
}

.singlePage__in h1:not([class]) {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.44444;
  color: #1e8edb;
}

.singlePage__in h2:not([class]) {
  width: calc(100% + 160px);
  margin-top: 78px;
  margin-bottom: 60px;
  margin-left: -80px;
  padding: 38px 86px;
  border-top: 8px solid #0a73bb;
  background: #4aa6e5;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.23529;
  color: #fff;
}

.singlePage__in h3:not([class]) {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 25px 30px;
  border-top: 7px solid #1e8edb;
  background: #f0f8fe;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.41666;
}

.singlePage__in h4:not([class]) {
  margin-top: 35px;
  margin-bottom: 25px;
  padding: 25px 0;
  border-top: 5px solid #1e8edb;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636;
  color: #1e8edb;
}

.singlePage__in h5:not([class]) {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-left: 4px solid #1e8edb;
  background: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.44444;
}

.singlePage__in h6:not([class]) {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44444;
}

.singlePage__in h6:not([class])::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #1e8edb;
  content: "";
}

.singlePage__in blockquote {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 40px 35px;
  border: 3px solid #ccc;
  font-style: italic;
  color: #464646;
}

.singlePage__in blockquote::before {
  position: absolute;
  top: -28px;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 50px;
  background: #fff;
  font-size: 8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #1e8edb;
  text-align: center;
  content: "“";
}

.singlePage__in blockquote h4, .singlePage__in blockquote h5, .singlePage__in blockquote h6 {
  position: relative;
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .06em;
}

.singlePage__in blockquote h4::after, .singlePage__in blockquote h5::after, .singlePage__in blockquote h6::after {
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #f0f8fe, #1e8edb 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.singlePage__in blockquote p {
  font-style: normal;
}

.singlePage__in blockquote cite {
  display: block;
  margin: 10px 0 0;
  font-size: 0.9em;
  line-height: 1;
  color: #888888;
  text-align: right;
}

.singlePage__in .btnWrap {
  clear: both;
}

.singlePage__in img:not([class]) {
  display: block;
  margin: 15px auto 20px;
}

.singlePage__in ul:not([class]) {
  margin-top: 30px;
  margin-bottom: 50px;
}

.singlePage__in ul:not([class]) li {
  font-size: 1.8rem;
  font-weight: 400;
}

.singlePage__in ul:not([class]) li::before {
  display: inline-block;
  width: 13px;
  height: 3px;
  margin: 0 15px 3px 0;
  background: #1e8edb;
  content: "";
}

.singlePage__in ul:not([class]) li + li {
  margin-top: 15px;
}

.singlePage__in ul:not([class]) h6::before {
  content: none;
}

.singlePage__in ol:not([class]) {
  margin-top: 30px;
  margin-bottom: 50px;
  counter-reset: listNum;
}

.singlePage__in ol:not([class]) li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
}

.singlePage__in ol:not([class]) li::before {
  display: inline-block;
  width: 22px;
  margin: 0 15px 3px 0;
  border-radius: 50%;
  background: #1e8edb;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 22px;
  color: #fff;
  text-align: center;
  content: counter(listNum);
  counter-increment: listNum;
}

.singlePage__in ol:not([class]) li + li {
  margin-top: 15px;
}

.singlePage__in ol:not([class]) h6::before {
  content: none;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .singlePage__in p:not([class]) {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .singlePage__in p:not([class]) + p:not([class]) {
    margin-top: 15px;
  }
  .singlePage__in h1:not([class]) {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.2380;
  }
  .singlePage__in h2:not([class]) {
    width: calc(100% + 8%);
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: -4%;
    padding: 15px;
    border-top: 5px solid #0a73bb;
    font-size: 2rem;
    line-height: 1.3;
  }
  .singlePage__in h3:not([class]) {
    margin-top: 35px;
    margin-bottom: 33px;
    padding: 15px;
    border-top: 4px solid #1e8edb;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .singlePage__in h4:not([class]) {
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 12px 0;
    border-top: 4px solid #1e8edb;
    font-size: 1.5rem;
    line-height: 1.30769;
  }
  .singlePage__in h5:not([class]) {
    padding: 3px 10px;
    font-size: 1.5rem;
  }
  .singlePage__in h6:not([class]) {
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .singlePage__in h6:not([class])::before {
    width: 8px;
    height: 8px;
  }
  .singlePage__in blockquote {
    margin: 20px 0;
    padding: 25px 3% 20px;
  }
  .singlePage__in blockquote::before {
    top: -22px;
    width: 50px;
    font-size: 6rem;
  }
  .singlePage__in blockquote h4, .singlePage__in blockquote h5, .singlePage__in blockquote h6 {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .singlePage__in blockquote h4::after, .singlePage__in blockquote h5::after, .singlePage__in blockquote h6::after {
    height: 7px;
  }
  .singlePage__in img:not([class]) {
    display: block;
    margin: 15px auto;
  }
  .singlePage__in ul:not([class]) {
    margin-bottom: 15px;
    padding: 15px 3%;
  }
  .singlePage__in ul:not([class]) li {
    font-size: 1.5rem;
  }
  .singlePage__in ul:not([class]) li::before {
    width: 10px;
    margin: 0 10px 3px 0;
  }
  .singlePage__in ul:not([class]) li + li {
    margin-top: 10px;
  }
  .singlePage__in ol:not([class]) {
    margin-bottom: 15px;
    padding: 15px 3%;
  }
  .singlePage__in ol:not([class]) li {
    font-size: 1.5rem;
  }
  .singlePage__in ol:not([class]) li::before {
    margin: 0 8px 3px 0;
    font-size: 1.4rem;
  }
  .singlePage__in ol:not([class]) li + li {
    margin-top: 10px;
  }
}

.singlePage__in iframe {
  width: 100%;
}

.singlePage__in h2:not([class]) {
  width: 100%;
  margin-left: 0;
  padding-right: 30px;
  padding-left: 30px;
}

.singlePage__in h2:not([class]):first-of-type {
  margin-top: 0;
}

.singlePage .tocBox {
  margin: 70px 0 75px;
  padding: 40px;
  background: url(../img/toc_bg.jpg) repeat left top;
}

.singlePage .tocBox__inner {
  padding: 30px 38px;
  background: #fff;
}

.singlePage .tocBox__ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 400;
}

.singlePage .tocBox .tocList {
  counter-reset: tocNum;
}

.singlePage .tocBox .tocList__item {
  position: relative;
}

.singlePage .tocBox .tocList__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  content: counter(tocNum) ".";
  counter-increment: tocNum;
}

.singlePage .tocBox .tocList__item a {
  display: block;
  padding: 8px 24px;
  font-size: 1.6rem;
  color: #303030;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .singlePage .tocBox .tocList__item a:hover {
    text-decoration: underline;
  }
}

.singlePage .tocBox .tocList__item .tocList {
  padding-left: 26px;
  counter-reset: tocChildNum;
}

.singlePage .tocBox .tocList__item .tocList__item::before {
  content: counter(tocNum) " - " counter(tocChildNum) ".";
  counter-increment: tocChildNum;
}

.singlePage .tocBox .tocList__item .tocList__item a {
  padding-left: 36px;
}

.singlePage .tocBox .tocMore {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  border: 1px solid #1e8edb;
  background: #1e8edb;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%);
}

.singlePage .tocBox .tocMore::after {
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  background: url(../img/icon/icon_arrow_w.png) no-repeat center center;
  background-size: contain;
  content: "";
  transform: rotate(180deg);
}

@media screen and (min-width: 767px) {
  .singlePage .tocBox .tocMore:hover {
    background: #fff;
    color: #1e8edb;
  }
  .singlePage .tocBox .tocMore:hover::after {
    background: url(../img/icon/icon_arrow_b.png) no-repeat center center;
    background-size: contain;
  }
}

.singlePage .tocBox:not(.open) .tocBox__inner > .tocList > .tocList__item:nth-child(n + 4) {
  display: none;
}

.singlePage .tocBox:not(.open) .tocBox__inner > .tocList > .tocList__item > .tocList > .tocList__item:nth-child(n + 4) {
  display: none;
}

.singlePage .tocBox:not(.open) .tocMore::after {
  transform: rotate(0deg);
}

.singlePage .supervised {
  clear: both;
  max-width: 818px;
  margin: 28px auto 0;
  padding: 16px 48px;
  border: 1px solid #aacce6;
}

.singlePage .supervised .thumbWrap {
  overflow: hidden;
  width: 104px;
  height: 104px;
  margin-right: 36px;
  border-radius: 50px;
}

.singlePage .supervised .thumbWrap img {
  width: 100%;
}

.singlePage .supervised__info {
  display: flex;
}

.singlePage .supervised__cont {
  width: calc(100% - 140px);
}

.singlePage .supervised__label {
  margin-bottom: 12px;
  padding: 3px;
  background: #f0f8fe;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.singlePage .supervised__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55555;
  text-align: center;
}

.singlePage .supervised__text {
  margin: 16px 0 0;
  padding: 15px;
  background: #f3f3f3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.55555;
}

.singlePage .supervised .btn {
  margin: 20px auto 0;
  text-align: center;
}

.singlePage .supervised .btn a {
  display: inline-block;
  padding: 12px 40px;
  background: #1e8edb;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.singlePage .supervised .btn a::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/link_arrow_w.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .singlePage .supervised .btn a:hover {
    opacity: .8;
  }
}

.singlePage .infoWrap {
  margin-bottom: 26px;
}

.singlePage .infoWrap .data {
  display: flex;
}

.singlePage .infoWrap .data .date {
  padding-left: 20px;
  background: url(../img/icon/icon_clock.png) no-repeat left center;
  background-size: 16px auto;
  font-size: 1.8rem;
}

.singlePage .infoWrap .data .date + .date {
  margin-left: 1rem;
  background-size: 16px auto;
}

.singlePage .articleMv {
  margin: 30px auto 60px;
  text-align: center;
}

.singlePage .articleMv .caption {
  margin-top: 25px;
  font-size: 1.6rem;
  color: #545454;
}

.singlePage .articleMv.cover {
  position: relative;
}

.singlePage .articleMv.cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(230, 230, 230, 0.6);
  content: "";
  transform: translate(-50%, -50%);
}

.singlePage .articleMv.cover img {
  width: 100%;
  margin: 0;
}

.singlePage .articleMv.cover .understand {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.singlePage .understand {
  margin: 60px auto 30px;
  text-align: center;
}

.singlePage .understand p {
  font-size: 3.4rem;
  font-weight: 500;
}

.singlePage .lead {
  margin: 0 0 30px;
  font-size: 2.4rem;
  line-height: 1.4166;
  color: #1e8edb;
}

.singlePage .point {
  position: relative;
  margin: 70px auto 60px;
  padding: 30px 40px;
  border: 1px solid #fdbec0;
  background: #feefef;
}

.singlePage .point__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #f84444;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f84444;
}

.singlePage .point__text {
  font-size: 1.8rem;
  line-height: 1.77777;
}

.singlePage .related {
  position: relative;
  margin: 70px auto 60px;
  padding: 30px 40px;
  border: 1px solid #aacce6;
  background: #f0f8fe;
}

.singlePage .related__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #1e8edb;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1e8edb;
}

.singlePage .related__text {
  font-size: 1.8rem;
  line-height: 1.77777;
}

.singlePage .related--simple {
  position: relative;
  margin: 70px auto;
  padding: 45px 37px;
  border: 3px solid #b9dbf4;
}

.singlePage .related--simple__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #1e8edb;
  background: #f0f8fe;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1e8edb;
}

.singlePage .related--simple__cont {
  display: flex;
  align-items: flex-start;
}

.singlePage .related--simple__cont .thumb {
  width: 300px;
  margin-right: 40px;
}

.singlePage .related--simple__cont .textWrap {
  width: calc(100% - 340px);
}

.singlePage .related--simple__cont .textWrap__ttl {
  display: block;
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3846;
  color: #1e8edb;
  text-decoration: none;
}

.singlePage .related--simple__cont .textWrap__text {
  font-size: 1.8rem;
  line-height: 1.8888;
}

.singlePage .related--simple__cont .btn {
  text-align: right;
}

.singlePage .related--simple__cont .btn .text {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 45px;
  background: #1e8edb;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.singlePage .related--simple__cont .btn .text::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/link_arrow_w.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .singlePage .related--simple:hover .btn .text {
    opacity: .8;
  }
}

.singlePage .relatedBox {
  max-width: 820px;
  margin: 65px auto 80px;
}

.singlePage .relatedBox__ttl {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: 500;
  color: #1e8edb;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .singlePage .tocBox {
    margin: 35px 0 40px;
    padding: 20px;
  }
  .singlePage .tocBox__inner {
    padding: 25px 15px;
  }
  .singlePage .tocBox__ttl {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .singlePage .tocBox .tocList__item::before {
    top: 8px;
  }
  .singlePage .tocBox .tocList__item a {
    position: relative;
    padding: 8px 0 8px 20px;
    font-size: 1.4rem;
  }
  .singlePage .tocBox .tocMore {
    margin-top: 15px;
    padding: 5px 8px;
    font-size: 1.3rem;
  }
  .singlePage .supervised {
    margin: 28px auto 0;
    padding: 17px 20px;
  }
  .singlePage .supervised .thumbWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin-right: 8px;
  }
  .singlePage .supervised__info {
    position: relative;
    flex-wrap: wrap;
  }
  .singlePage .supervised__cont {
    width: 100%;
  }
  .singlePage .supervised__name {
    min-height: 80px;
    padding: 15px 0 0 100px;
    font-size: 1.5rem;
  }
  .singlePage .supervised__text {
    font-size: 1.5rem;
  }
  .singlePage .supervised .btn {
    margin: 12px 0 0;
  }
  .singlePage .supervised .btn a {
    padding: 10px 25px;
    font-size: 1.2rem;
  }
  .singlePage .supervised .btn a::before {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
  .singlePage .infoWrap {
    margin-bottom: 30px;
  }
  .singlePage .infoWrap .data .date {
    padding-left: 17px;
    background-size: 12px auto;
    font-size: 1.4rem;
  }
  .singlePage .infoWrap .data .date + .date {
    background-size: 12px auto;
  }
  .singlePage .articleMv {
    margin: 30px auto 45px;
  }
  .singlePage .articleMv .caption {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .singlePage .articleMv.cover .understand {
    padding: 3rem 3% 0;
    text-align: left;
  }
  .singlePage .understand {
    margin: 45px auto 35px;
  }
  .singlePage .understand p {
    font-size: 2.1rem;
  }
  .singlePage .lead {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .singlePage .point {
    margin: 40px auto 35px;
    padding: 25px 20px 20px;
  }
  .singlePage .point__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .singlePage .point__text {
    font-size: 1.3rem;
  }
  .singlePage .related {
    margin: 40px auto 35px;
    padding: 25px 20px 20px;
  }
  .singlePage .related__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .singlePage .related__text {
    font-size: 1.3rem;
  }
  .singlePage .related--simple {
    margin: 40px auto 30px;
    padding: 35px 20px 15px;
    border: 2px solid #b9dbf4;
  }
  .singlePage .related--simple__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .singlePage .related--simple__cont .thumb {
    width: 125px;
    margin-right: 10px;
  }
  .singlePage .related--simple__cont .textWrap {
    width: calc(100% - 135px);
  }
  .singlePage .related--simple__cont .textWrap__ttl {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5384;
  }
  .singlePage .related--simple__cont .textWrap__text {
    display: none;
  }
  .singlePage .related--simple__cont .btn {
    text-align: center;
  }
  .singlePage .related--simple__cont .btn .text {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .singlePage .related--simple__cont .btn .text::before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .singlePage .relatedBox {
    margin: 37px auto 60px;
  }
  .singlePage .relatedBox__ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

/* 記事詳細ページ */
.articleDetail {
  padding-bottom: 95px;
  background: #f9f9f9;
}

.articleDetail__in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 80px 100px;
  border-top: 9px solid #1e8edb;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
}

.articleDetail__in h1, .articleDetail__in h2, .articleDetail__in h3, .articleDetail__in h4, .articleDetail__in h5, .articleDetail__in h6 {
  clear: both;
}

.articleDetail__in p:not([class]) {
  font-size: 1.8rem;
  line-height: 1.88888;
}

.articleDetail__in p:not([class]) + p:not([class]) {
  margin-top: 40px;
}

.articleDetail__in h1:not([class]) {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.44444;
  color: #1e8edb;
}

.articleDetail__in h2:not([class]) {
  width: calc(100% + 160px);
  margin-top: 78px;
  margin-bottom: 60px;
  margin-left: -80px;
  padding: 38px 86px;
  border-top: 8px solid #0a73bb;
  background: #4aa6e5;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.23529;
  color: #fff;
}

.articleDetail__in h3:not([class]) {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 25px 30px;
  border-top: 7px solid #1e8edb;
  background: #f0f8fe;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.41666;
}

.articleDetail__in h4:not([class]) {
  margin-top: 35px;
  margin-bottom: 25px;
  padding: 25px 0;
  border-top: 5px solid #1e8edb;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636;
  color: #1e8edb;
}

.articleDetail__in h5:not([class]) {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-left: 4px solid #1e8edb;
  background: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.44444;
}

.articleDetail__in h6:not([class]) {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44444;
}

.articleDetail__in h6:not([class])::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #1e8edb;
  content: "";
}

.articleDetail__in blockquote {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 40px 35px;
  border: 3px solid #ccc;
  font-style: italic;
  color: #464646;
}

.articleDetail__in blockquote::before {
  position: absolute;
  top: -28px;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 50px;
  background: #fff;
  font-size: 8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #1e8edb;
  text-align: center;
  content: "“";
}

.articleDetail__in blockquote h4, .articleDetail__in blockquote h5, .articleDetail__in blockquote h6 {
  position: relative;
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .06em;
}

.articleDetail__in blockquote h4::after, .articleDetail__in blockquote h5::after, .articleDetail__in blockquote h6::after {
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #f0f8fe, #1e8edb 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.articleDetail__in blockquote p {
  font-style: normal;
}

.articleDetail__in blockquote cite {
  display: block;
  margin: 10px 0 0;
  font-size: 0.9em;
  line-height: 1;
  color: #888888;
  text-align: right;
}

.articleDetail__in .btnWrap {
  clear: both;
}

.articleDetail__in img:not([class]) {
  display: block;
  margin: 15px auto 20px;
}

.articleDetail__in ul:not([class]) {
  margin-top: 30px;
  margin-bottom: 50px;
}

.articleDetail__in ul:not([class]) li {
  font-size: 1.8rem;
  font-weight: 400;
}

.articleDetail__in ul:not([class]) li::before {
  display: inline-block;
  width: 13px;
  height: 3px;
  margin: 0 15px 3px 0;
  background: #1e8edb;
  content: "";
}

.articleDetail__in ul:not([class]) li + li {
  margin-top: 15px;
}

.articleDetail__in ul:not([class]) h6::before {
  content: none;
}

.articleDetail__in ol:not([class]) {
  margin-top: 30px;
  margin-bottom: 50px;
  counter-reset: listNum;
}

.articleDetail__in ol:not([class]) li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
}

.articleDetail__in ol:not([class]) li::before {
  display: inline-block;
  width: 22px;
  margin: 0 15px 3px 0;
  border-radius: 50%;
  background: #1e8edb;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 22px;
  color: #fff;
  text-align: center;
  content: counter(listNum);
  counter-increment: listNum;
}

.articleDetail__in ol:not([class]) li + li {
  margin-top: 15px;
}

.articleDetail__in ol:not([class]) h6::before {
  content: none;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .articleDetail__in p:not([class]) {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .articleDetail__in p:not([class]) + p:not([class]) {
    margin-top: 15px;
  }
  .articleDetail__in h1:not([class]) {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.2380;
  }
  .articleDetail__in h2:not([class]) {
    width: calc(100% + 8%);
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: -4%;
    padding: 15px;
    border-top: 5px solid #0a73bb;
    font-size: 2rem;
    line-height: 1.3;
  }
  .articleDetail__in h3:not([class]) {
    margin-top: 35px;
    margin-bottom: 33px;
    padding: 15px;
    border-top: 4px solid #1e8edb;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .articleDetail__in h4:not([class]) {
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 12px 0;
    border-top: 4px solid #1e8edb;
    font-size: 1.5rem;
    line-height: 1.30769;
  }
  .articleDetail__in h5:not([class]) {
    padding: 3px 10px;
    font-size: 1.5rem;
  }
  .articleDetail__in h6:not([class]) {
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .articleDetail__in h6:not([class])::before {
    width: 8px;
    height: 8px;
  }
  .articleDetail__in blockquote {
    margin: 20px 0;
    padding: 25px 3% 20px;
  }
  .articleDetail__in blockquote::before {
    top: -22px;
    width: 50px;
    font-size: 6rem;
  }
  .articleDetail__in blockquote h4, .articleDetail__in blockquote h5, .articleDetail__in blockquote h6 {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .articleDetail__in blockquote h4::after, .articleDetail__in blockquote h5::after, .articleDetail__in blockquote h6::after {
    height: 7px;
  }
  .articleDetail__in img:not([class]) {
    display: block;
    margin: 15px auto;
  }
  .articleDetail__in ul:not([class]) {
    margin-bottom: 15px;
    padding: 15px 3%;
  }
  .articleDetail__in ul:not([class]) li {
    font-size: 1.5rem;
  }
  .articleDetail__in ul:not([class]) li::before {
    width: 10px;
    margin: 0 10px 3px 0;
  }
  .articleDetail__in ul:not([class]) li + li {
    margin-top: 10px;
  }
  .articleDetail__in ol:not([class]) {
    margin-bottom: 15px;
    padding: 15px 3%;
  }
  .articleDetail__in ol:not([class]) li {
    font-size: 1.5rem;
  }
  .articleDetail__in ol:not([class]) li::before {
    margin: 0 8px 3px 0;
    font-size: 1.4rem;
  }
  .articleDetail__in ol:not([class]) li + li {
    margin-top: 10px;
  }
}

.articleDetail__in iframe {
  width: 100%;
}

.articleDetail__in .cvBnr {
  margin: 80px auto;
}

.articleDetail .tocBox {
  margin: 70px 0 75px;
  padding: 40px;
  background: url(../img/toc_bg.jpg) repeat left top;
}

.articleDetail .tocBox__inner {
  padding: 30px 38px;
  background: #fff;
}

.articleDetail .tocBox__ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 400;
}

.articleDetail .tocBox .tocList {
  counter-reset: tocNum;
}

.articleDetail .tocBox .tocList__item {
  position: relative;
}

.articleDetail .tocBox .tocList__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  content: counter(tocNum) ".";
  counter-increment: tocNum;
}

.articleDetail .tocBox .tocList__item a {
  display: block;
  padding: 8px 24px;
  font-size: 1.6rem;
  color: #303030;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .articleDetail .tocBox .tocList__item a:hover {
    text-decoration: underline;
  }
}

.articleDetail .tocBox .tocList__item .tocList {
  padding-left: 26px;
  counter-reset: tocChildNum;
}

.articleDetail .tocBox .tocList__item .tocList__item::before {
  content: counter(tocNum) " - " counter(tocChildNum) ".";
  counter-increment: tocChildNum;
}

.articleDetail .tocBox .tocList__item .tocList__item a {
  padding-left: 36px;
}

.articleDetail .tocBox .tocMore {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  border: 1px solid #1e8edb;
  background: #1e8edb;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%);
}

.articleDetail .tocBox .tocMore::after {
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  background: url(../img/icon/icon_arrow_w.png) no-repeat center center;
  background-size: contain;
  content: "";
  transform: rotate(180deg);
}

@media screen and (min-width: 767px) {
  .articleDetail .tocBox .tocMore:hover {
    background: #fff;
    color: #1e8edb;
  }
  .articleDetail .tocBox .tocMore:hover::after {
    background: url(../img/icon/icon_arrow_b.png) no-repeat center center;
    background-size: contain;
  }
}

.articleDetail .tocBox:not(.open) .tocBox__inner > .tocList > .tocList__item:nth-child(n + 4) {
  display: none;
}

.articleDetail .tocBox:not(.open) .tocBox__inner > .tocList > .tocList__item > .tocList > .tocList__item:nth-child(n + 4) {
  display: none;
}

.articleDetail .tocBox:not(.open) .tocMore::after {
  transform: rotate(0deg);
}

.articleDetail .supervised {
  clear: both;
  max-width: 818px;
  margin: 28px auto 0;
  padding: 16px 48px;
  border: 1px solid #aacce6;
}

.articleDetail .supervised .thumbWrap {
  overflow: hidden;
  width: 104px;
  height: 104px;
  margin-right: 36px;
  border-radius: 50px;
}

.articleDetail .supervised .thumbWrap img {
  width: 100%;
}

.articleDetail .supervised__info {
  display: flex;
}

.articleDetail .supervised__cont {
  width: calc(100% - 140px);
}

.articleDetail .supervised__label {
  margin-bottom: 12px;
  padding: 3px;
  background: #f0f8fe;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.articleDetail .supervised__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55555;
  text-align: center;
}

.articleDetail .supervised__text {
  margin: 16px 0 0;
  padding: 15px;
  background: #f3f3f3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.55555;
}

.articleDetail .supervised .btn {
  margin: 20px auto 0;
  text-align: center;
}

.articleDetail .supervised .btn a {
  display: inline-block;
  padding: 12px 40px;
  background: #1e8edb;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.articleDetail .supervised .btn a::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/link_arrow_w.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .articleDetail .supervised .btn a:hover {
    opacity: .8;
  }
}

.articleDetail .infoWrap {
  margin-bottom: 26px;
}

.articleDetail .infoWrap .data {
  display: flex;
}

.articleDetail .infoWrap .data .date {
  padding-left: 20px;
  background: url(../img/icon/icon_clock.png) no-repeat left center;
  background-size: 16px auto;
  font-size: 1.8rem;
}

.articleDetail .infoWrap .data .date + .date {
  margin-left: 1rem;
  background-size: 16px auto;
}

.articleDetail .articleMv {
  margin: 30px auto 60px;
  text-align: center;
}

.articleDetail .articleMv .caption {
  margin-top: 25px;
  font-size: 1.6rem;
  color: #545454;
}

.articleDetail .articleMv.cover {
  position: relative;
}

.articleDetail .articleMv.cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(230, 230, 230, 0.6);
  content: "";
  transform: translate(-50%, -50%);
}

.articleDetail .articleMv.cover img {
  width: 100%;
  margin: 0;
}

.articleDetail .articleMv.cover .understand {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.articleDetail .understand {
  margin: 60px auto 30px;
  text-align: center;
}

.articleDetail .understand p {
  font-size: 3.4rem;
  font-weight: 500;
}

.articleDetail .lead {
  margin: 0 0 30px;
  font-size: 2.4rem;
  line-height: 1.4166;
  color: #1e8edb;
}

.articleDetail .point {
  position: relative;
  margin: 70px auto 60px;
  padding: 30px 40px;
  border: 1px solid #fdbec0;
  background: #feefef;
}

.articleDetail .point__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #f84444;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f84444;
}

.articleDetail .point__text {
  font-size: 1.8rem;
  line-height: 1.77777;
}

.articleDetail .related {
  position: relative;
  margin: 70px auto 60px;
  padding: 30px 40px;
  border: 1px solid #aacce6;
  background: #f0f8fe;
}

.articleDetail .related__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #1e8edb;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1e8edb;
}

.articleDetail .related__text {
  font-size: 1.8rem;
  line-height: 1.77777;
}

.articleDetail .related--simple {
  position: relative;
  margin: 70px auto;
  padding: 45px 37px;
  border: 3px solid #b9dbf4;
}

.articleDetail .related--simple__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #1e8edb;
  background: #f0f8fe;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1e8edb;
}

.articleDetail .related--simple__cont {
  display: flex;
  align-items: flex-start;
}

.articleDetail .related--simple__cont .thumb {
  width: 300px;
  margin-right: 40px;
}

.articleDetail .related--simple__cont .textWrap {
  width: calc(100% - 340px);
}

.articleDetail .related--simple__cont .textWrap__ttl {
  display: block;
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3846;
  color: #1e8edb;
  text-decoration: none;
}

.articleDetail .related--simple__cont .textWrap__text {
  font-size: 1.8rem;
  line-height: 1.8888;
}

.articleDetail .related--simple__cont .btn {
  text-align: right;
}

.articleDetail .related--simple__cont .btn .text {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 45px;
  background: #1e8edb;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.articleDetail .related--simple__cont .btn .text::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/link_arrow_w.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .articleDetail .related--simple:hover .btn .text {
    opacity: .8;
  }
}

.articleDetail .relatedBox {
  max-width: 820px;
  margin: 65px auto 80px;
}

.articleDetail .relatedBox__ttl {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: 500;
  color: #1e8edb;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .articleDetail .tocBox {
    margin: 35px 0 40px;
    padding: 20px;
  }
  .articleDetail .tocBox__inner {
    padding: 25px 15px;
  }
  .articleDetail .tocBox__ttl {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .articleDetail .tocBox .tocList__item::before {
    top: 8px;
  }
  .articleDetail .tocBox .tocList__item a {
    position: relative;
    padding: 8px 0 8px 20px;
    font-size: 1.4rem;
  }
  .articleDetail .tocBox .tocMore {
    margin-top: 15px;
    padding: 5px 8px;
    font-size: 1.3rem;
  }
  .articleDetail .supervised {
    margin: 28px auto 0;
    padding: 17px 20px;
  }
  .articleDetail .supervised .thumbWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin-right: 8px;
  }
  .articleDetail .supervised__info {
    position: relative;
    flex-wrap: wrap;
  }
  .articleDetail .supervised__cont {
    width: 100%;
  }
  .articleDetail .supervised__name {
    min-height: 80px;
    padding: 15px 0 0 100px;
    font-size: 1.5rem;
  }
  .articleDetail .supervised__text {
    font-size: 1.5rem;
  }
  .articleDetail .supervised .btn {
    margin: 12px 0 0;
  }
  .articleDetail .supervised .btn a {
    padding: 10px 25px;
    font-size: 1.2rem;
  }
  .articleDetail .supervised .btn a::before {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
  .articleDetail .infoWrap {
    margin-bottom: 30px;
  }
  .articleDetail .infoWrap .data .date {
    padding-left: 17px;
    background-size: 12px auto;
    font-size: 1.4rem;
  }
  .articleDetail .infoWrap .data .date + .date {
    background-size: 12px auto;
  }
  .articleDetail .articleMv {
    margin: 30px auto 45px;
  }
  .articleDetail .articleMv .caption {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .articleDetail .articleMv.cover .understand {
    padding: 3rem 3% 0;
    text-align: left;
  }
  .articleDetail .understand {
    margin: 45px auto 35px;
  }
  .articleDetail .understand p {
    font-size: 2.1rem;
  }
  .articleDetail .lead {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .articleDetail .point {
    margin: 40px auto 35px;
    padding: 25px 20px 20px;
  }
  .articleDetail .point__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .articleDetail .point__text {
    font-size: 1.3rem;
  }
  .articleDetail .related {
    margin: 40px auto 35px;
    padding: 25px 20px 20px;
  }
  .articleDetail .related__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .articleDetail .related__text {
    font-size: 1.3rem;
  }
  .articleDetail .related--simple {
    margin: 40px auto 30px;
    padding: 35px 20px 15px;
    border: 2px solid #b9dbf4;
  }
  .articleDetail .related--simple__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .articleDetail .related--simple__cont .thumb {
    width: 125px;
    margin-right: 10px;
  }
  .articleDetail .related--simple__cont .textWrap {
    width: calc(100% - 135px);
  }
  .articleDetail .related--simple__cont .textWrap__ttl {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5384;
  }
  .articleDetail .related--simple__cont .textWrap__text {
    display: none;
  }
  .articleDetail .related--simple__cont .btn {
    text-align: center;
  }
  .articleDetail .related--simple__cont .btn .text {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .articleDetail .related--simple__cont .btn .text::before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .articleDetail .relatedBox {
    margin: 37px auto 60px;
  }
  .articleDetail .relatedBox__ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.articleDetail .komon {
  margin: 65px auto;
  padding: 60px 0 !important;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: transparent;
}

.articleDetail .komon .secWrap__inner {
  max-width: inherit;
}

/* 記事一覧ページ */
.articleWrap {
  padding-bottom: 95px;
  background: #f9f9f9;
}

.articleWrap .articleList {
  margin-top: 80px;
}

.articleWrap__in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 5.5% 100px;
  border-top: 9px solid #1e8edb;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
}

.articleWrap__in h1, .articleWrap__in h2, .articleWrap__in h3, .articleWrap__in h4, .articleWrap__in h5, .articleWrap__in h6 {
  clear: both;
}

.articleWrap__in p:not([class]) {
  font-size: 1.8rem;
  line-height: 1.88888;
}

.articleWrap__in p:not([class]) + p:not([class]) {
  margin-top: 40px;
}

.articleWrap__in h1:not([class]) {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.44444;
  color: #1e8edb;
}

.articleWrap__in h2:not([class]) {
  width: calc(100% + 160px);
  margin-top: 78px;
  margin-bottom: 60px;
  margin-left: -80px;
  padding: 38px 86px;
  border-top: 8px solid #0a73bb;
  background: #4aa6e5;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.23529;
  color: #fff;
}

.articleWrap__in h3:not([class]) {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 25px 30px;
  border-top: 7px solid #1e8edb;
  background: #f0f8fe;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.41666;
}

.articleWrap__in h4:not([class]) {
  margin-top: 35px;
  margin-bottom: 25px;
  padding: 25px 0;
  border-top: 5px solid #1e8edb;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3636;
  color: #1e8edb;
}

.articleWrap__in h5:not([class]) {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-left: 4px solid #1e8edb;
  background: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.44444;
}

.articleWrap__in h6:not([class]) {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44444;
}

.articleWrap__in h6:not([class])::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #1e8edb;
  content: "";
}

.articleWrap__in blockquote {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 40px 35px;
  border: 3px solid #ccc;
  font-style: italic;
  color: #464646;
}

.articleWrap__in blockquote::before {
  position: absolute;
  top: -28px;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 50px;
  background: #fff;
  font-size: 8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #1e8edb;
  text-align: center;
  content: "“";
}

.articleWrap__in blockquote h4, .articleWrap__in blockquote h5, .articleWrap__in blockquote h6 {
  position: relative;
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .06em;
}

.articleWrap__in blockquote h4::after, .articleWrap__in blockquote h5::after, .articleWrap__in blockquote h6::after {
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #f0f8fe, #1e8edb 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.articleWrap__in blockquote p {
  font-style: normal;
}

.articleWrap__in blockquote cite {
  display: block;
  margin: 10px 0 0;
  font-size: 0.9em;
  line-height: 1;
  color: #888888;
  text-align: right;
}

.articleWrap__in .btnWrap {
  clear: both;
}

.articleWrap__in img:not([class]) {
  display: block;
  margin: 15px auto 20px;
}

.articleWrap__in ul:not([class]) {
  margin-top: 30px;
  margin-bottom: 50px;
}

.articleWrap__in ul:not([class]) li {
  font-size: 1.8rem;
  font-weight: 400;
}

.articleWrap__in ul:not([class]) li::before {
  display: inline-block;
  width: 13px;
  height: 3px;
  margin: 0 15px 3px 0;
  background: #1e8edb;
  content: "";
}

.articleWrap__in ul:not([class]) li + li {
  margin-top: 15px;
}

.articleWrap__in ul:not([class]) h6::before {
  content: none;
}

.articleWrap__in ol:not([class]) {
  margin-top: 30px;
  margin-bottom: 50px;
  counter-reset: listNum;
}

.articleWrap__in ol:not([class]) li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
}

.articleWrap__in ol:not([class]) li::before {
  display: inline-block;
  width: 22px;
  margin: 0 15px 3px 0;
  border-radius: 50%;
  background: #1e8edb;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 22px;
  color: #fff;
  text-align: center;
  content: counter(listNum);
  counter-increment: listNum;
}

.articleWrap__in ol:not([class]) li + li {
  margin-top: 15px;
}

.articleWrap__in ol:not([class]) h6::before {
  content: none;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .articleWrap__in p:not([class]) {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .articleWrap__in p:not([class]) + p:not([class]) {
    margin-top: 15px;
  }
  .articleWrap__in h1:not([class]) {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.2380;
  }
  .articleWrap__in h2:not([class]) {
    width: calc(100% + 8%);
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: -4%;
    padding: 15px;
    border-top: 5px solid #0a73bb;
    font-size: 2rem;
    line-height: 1.3;
  }
  .articleWrap__in h3:not([class]) {
    margin-top: 35px;
    margin-bottom: 33px;
    padding: 15px;
    border-top: 4px solid #1e8edb;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .articleWrap__in h4:not([class]) {
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 12px 0;
    border-top: 4px solid #1e8edb;
    font-size: 1.5rem;
    line-height: 1.30769;
  }
  .articleWrap__in h5:not([class]) {
    padding: 3px 10px;
    font-size: 1.5rem;
  }
  .articleWrap__in h6:not([class]) {
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .articleWrap__in h6:not([class])::before {
    width: 8px;
    height: 8px;
  }
  .articleWrap__in blockquote {
    margin: 20px 0;
    padding: 25px 3% 20px;
  }
  .articleWrap__in blockquote::before {
    top: -22px;
    width: 50px;
    font-size: 6rem;
  }
  .articleWrap__in blockquote h4, .articleWrap__in blockquote h5, .articleWrap__in blockquote h6 {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .articleWrap__in blockquote h4::after, .articleWrap__in blockquote h5::after, .articleWrap__in blockquote h6::after {
    height: 7px;
  }
  .articleWrap__in img:not([class]) {
    display: block;
    margin: 15px auto;
  }
  .articleWrap__in ul:not([class]) {
    margin-bottom: 15px;
    padding: 15px 3%;
  }
  .articleWrap__in ul:not([class]) li {
    font-size: 1.5rem;
  }
  .articleWrap__in ul:not([class]) li::before {
    width: 10px;
    margin: 0 10px 3px 0;
  }
  .articleWrap__in ul:not([class]) li + li {
    margin-top: 10px;
  }
  .articleWrap__in ol:not([class]) {
    margin-bottom: 15px;
    padding: 15px 3%;
  }
  .articleWrap__in ol:not([class]) li {
    font-size: 1.5rem;
  }
  .articleWrap__in ol:not([class]) li::before {
    margin: 0 8px 3px 0;
    font-size: 1.4rem;
  }
  .articleWrap__in ol:not([class]) li + li {
    margin-top: 10px;
  }
}

.articleWrap__in iframe {
  width: 100%;
}

.articleWrap .tocBox {
  margin: 70px 0 75px;
  padding: 40px;
  background: url(../img/toc_bg.jpg) repeat left top;
}

.articleWrap .tocBox__inner {
  padding: 30px 38px;
  background: #fff;
}

.articleWrap .tocBox__ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 400;
}

.articleWrap .tocBox .tocList {
  counter-reset: tocNum;
}

.articleWrap .tocBox .tocList__item {
  position: relative;
}

.articleWrap .tocBox .tocList__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  content: counter(tocNum) ".";
  counter-increment: tocNum;
}

.articleWrap .tocBox .tocList__item a {
  display: block;
  padding: 8px 24px;
  font-size: 1.6rem;
  color: #303030;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .articleWrap .tocBox .tocList__item a:hover {
    text-decoration: underline;
  }
}

.articleWrap .tocBox .tocList__item .tocList {
  padding-left: 26px;
  counter-reset: tocChildNum;
}

.articleWrap .tocBox .tocList__item .tocList__item::before {
  content: counter(tocNum) " - " counter(tocChildNum) ".";
  counter-increment: tocChildNum;
}

.articleWrap .tocBox .tocList__item .tocList__item a {
  padding-left: 36px;
}

.articleWrap .tocBox .tocMore {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  border: 1px solid #1e8edb;
  background: #1e8edb;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%);
}

.articleWrap .tocBox .tocMore::after {
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  background: url(../img/icon/icon_arrow_w.png) no-repeat center center;
  background-size: contain;
  content: "";
  transform: rotate(180deg);
}

@media screen and (min-width: 767px) {
  .articleWrap .tocBox .tocMore:hover {
    background: #fff;
    color: #1e8edb;
  }
  .articleWrap .tocBox .tocMore:hover::after {
    background: url(../img/icon/icon_arrow_b.png) no-repeat center center;
    background-size: contain;
  }
}

.articleWrap .tocBox:not(.open) .tocBox__inner > .tocList > .tocList__item:nth-child(n + 4) {
  display: none;
}

.articleWrap .tocBox:not(.open) .tocBox__inner > .tocList > .tocList__item > .tocList > .tocList__item:nth-child(n + 4) {
  display: none;
}

.articleWrap .tocBox:not(.open) .tocMore::after {
  transform: rotate(0deg);
}

.articleWrap .supervised {
  clear: both;
  max-width: 818px;
  margin: 28px auto 0;
  padding: 16px 48px;
  border: 1px solid #aacce6;
}

.articleWrap .supervised .thumbWrap {
  overflow: hidden;
  width: 104px;
  height: 104px;
  margin-right: 36px;
  border-radius: 50px;
}

.articleWrap .supervised .thumbWrap img {
  width: 100%;
}

.articleWrap .supervised__info {
  display: flex;
}

.articleWrap .supervised__cont {
  width: calc(100% - 140px);
}

.articleWrap .supervised__label {
  margin-bottom: 12px;
  padding: 3px;
  background: #f0f8fe;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.articleWrap .supervised__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55555;
  text-align: center;
}

.articleWrap .supervised__text {
  margin: 16px 0 0;
  padding: 15px;
  background: #f3f3f3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.55555;
}

.articleWrap .supervised .btn {
  margin: 20px auto 0;
  text-align: center;
}

.articleWrap .supervised .btn a {
  display: inline-block;
  padding: 12px 40px;
  background: #1e8edb;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.articleWrap .supervised .btn a::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/link_arrow_w.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .articleWrap .supervised .btn a:hover {
    opacity: .8;
  }
}

.articleWrap .infoWrap {
  margin-bottom: 26px;
}

.articleWrap .infoWrap .data {
  display: flex;
}

.articleWrap .infoWrap .data .date {
  padding-left: 20px;
  background: url(../img/icon/icon_clock.png) no-repeat left center;
  background-size: 16px auto;
  font-size: 1.8rem;
}

.articleWrap .infoWrap .data .date + .date {
  margin-left: 1rem;
  background-size: 16px auto;
}

.articleWrap .articleMv {
  margin: 30px auto 60px;
  text-align: center;
}

.articleWrap .articleMv .caption {
  margin-top: 25px;
  font-size: 1.6rem;
  color: #545454;
}

.articleWrap .articleMv.cover {
  position: relative;
}

.articleWrap .articleMv.cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(230, 230, 230, 0.6);
  content: "";
  transform: translate(-50%, -50%);
}

.articleWrap .articleMv.cover img {
  width: 100%;
  margin: 0;
}

.articleWrap .articleMv.cover .understand {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.articleWrap .understand {
  margin: 60px auto 30px;
  text-align: center;
}

.articleWrap .understand p {
  font-size: 3.4rem;
  font-weight: 500;
}

.articleWrap .lead {
  margin: 0 0 30px;
  font-size: 2.4rem;
  line-height: 1.4166;
  color: #1e8edb;
}

.articleWrap .point {
  position: relative;
  margin: 70px auto 60px;
  padding: 30px 40px;
  border: 1px solid #fdbec0;
  background: #feefef;
}

.articleWrap .point__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #f84444;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f84444;
}

.articleWrap .point__text {
  font-size: 1.8rem;
  line-height: 1.77777;
}

.articleWrap .related {
  position: relative;
  margin: 70px auto 60px;
  padding: 30px 40px;
  border: 1px solid #aacce6;
  background: #f0f8fe;
}

.articleWrap .related__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #1e8edb;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1e8edb;
}

.articleWrap .related__text {
  font-size: 1.8rem;
  line-height: 1.77777;
}

.articleWrap .related--simple {
  position: relative;
  margin: 70px auto;
  padding: 45px 37px;
  border: 3px solid #b9dbf4;
}

.articleWrap .related--simple__ttl {
  position: absolute;
  top: -30px;
  left: 38px;
  padding: 10px 40px;
  border: 1px solid #1e8edb;
  background: #f0f8fe;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1e8edb;
}

.articleWrap .related--simple__cont {
  display: flex;
  align-items: flex-start;
}

.articleWrap .related--simple__cont .thumb {
  width: 300px;
  margin-right: 40px;
}

.articleWrap .related--simple__cont .textWrap {
  width: calc(100% - 340px);
}

.articleWrap .related--simple__cont .textWrap__ttl {
  display: block;
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3846;
  color: #1e8edb;
  text-decoration: none;
}

.articleWrap .related--simple__cont .textWrap__text {
  font-size: 1.8rem;
  line-height: 1.8888;
}

.articleWrap .related--simple__cont .btn {
  text-align: right;
}

.articleWrap .related--simple__cont .btn .text {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 45px;
  background: #1e8edb;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.articleWrap .related--simple__cont .btn .text::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/link_arrow_w.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .articleWrap .related--simple:hover .btn .text {
    opacity: .8;
  }
}

.articleWrap .relatedBox {
  max-width: 820px;
  margin: 65px auto 80px;
}

.articleWrap .relatedBox__ttl {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: 500;
  color: #1e8edb;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .articleWrap .tocBox {
    margin: 35px 0 40px;
    padding: 20px;
  }
  .articleWrap .tocBox__inner {
    padding: 25px 15px;
  }
  .articleWrap .tocBox__ttl {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .articleWrap .tocBox .tocList__item::before {
    top: 8px;
  }
  .articleWrap .tocBox .tocList__item a {
    position: relative;
    padding: 8px 0 8px 20px;
    font-size: 1.4rem;
  }
  .articleWrap .tocBox .tocMore {
    margin-top: 15px;
    padding: 5px 8px;
    font-size: 1.3rem;
  }
  .articleWrap .supervised {
    margin: 28px auto 0;
    padding: 17px 20px;
  }
  .articleWrap .supervised .thumbWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin-right: 8px;
  }
  .articleWrap .supervised__info {
    position: relative;
    flex-wrap: wrap;
  }
  .articleWrap .supervised__cont {
    width: 100%;
  }
  .articleWrap .supervised__name {
    min-height: 80px;
    padding: 15px 0 0 100px;
    font-size: 1.5rem;
  }
  .articleWrap .supervised__text {
    font-size: 1.5rem;
  }
  .articleWrap .supervised .btn {
    margin: 12px 0 0;
  }
  .articleWrap .supervised .btn a {
    padding: 10px 25px;
    font-size: 1.2rem;
  }
  .articleWrap .supervised .btn a::before {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
  .articleWrap .infoWrap {
    margin-bottom: 30px;
  }
  .articleWrap .infoWrap .data .date {
    padding-left: 17px;
    background-size: 12px auto;
    font-size: 1.4rem;
  }
  .articleWrap .infoWrap .data .date + .date {
    background-size: 12px auto;
  }
  .articleWrap .articleMv {
    margin: 30px auto 45px;
  }
  .articleWrap .articleMv .caption {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .articleWrap .articleMv.cover .understand {
    padding: 3rem 3% 0;
    text-align: left;
  }
  .articleWrap .understand {
    margin: 45px auto 35px;
  }
  .articleWrap .understand p {
    font-size: 2.1rem;
  }
  .articleWrap .lead {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .articleWrap .point {
    margin: 40px auto 35px;
    padding: 25px 20px 20px;
  }
  .articleWrap .point__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .articleWrap .point__text {
    font-size: 1.3rem;
  }
  .articleWrap .related {
    margin: 40px auto 35px;
    padding: 25px 20px 20px;
  }
  .articleWrap .related__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .articleWrap .related__text {
    font-size: 1.3rem;
  }
  .articleWrap .related--simple {
    margin: 40px auto 30px;
    padding: 35px 20px 15px;
    border: 2px solid #b9dbf4;
  }
  .articleWrap .related--simple__ttl {
    top: -19px;
    left: 19px;
    padding: 6px 18px;
    font-size: 1.4rem;
  }
  .articleWrap .related--simple__cont .thumb {
    width: 125px;
    margin-right: 10px;
  }
  .articleWrap .related--simple__cont .textWrap {
    width: calc(100% - 135px);
  }
  .articleWrap .related--simple__cont .textWrap__ttl {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5384;
  }
  .articleWrap .related--simple__cont .textWrap__text {
    display: none;
  }
  .articleWrap .related--simple__cont .btn {
    text-align: center;
  }
  .articleWrap .related--simple__cont .btn .text {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .articleWrap .related--simple__cont .btn .text::before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .articleWrap .relatedBox {
    margin: 37px auto 60px;
  }
  .articleWrap .relatedBox__ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  /* singlePage */
  .singlePage__in {
    padding: 10px 4% 40px;
  }
  .singlePage__in > h2 {
    width: calc(100% + 8%);
    margin-left: -4%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* 記事詳細ページ */
  .articleDetail {
    padding-bottom: 0;
  }
  .articleDetail__in {
    padding: 35px 4% 40px;
    border-top: 5px solid #1e8edb;
  }
  .articleDetail__in .cvBnr {
    margin: 50px auto;
  }
  .articleDetail .komon {
    margin: 30px auto;
    padding: 35px 0 !important;
  }
  /* 記事一覧ページ */
  .articleWrap {
    padding-bottom: 0;
  }
  .articleWrap .articleList {
    margin-top: 35px;
  }
  .articleWrap__in {
    padding: 35px 4% 40px;
    border-top: 5px solid #1e8edb;
  }
}

/*=================================
  お問い合わせ
=================================*/
.contactWrap__in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 3% 100px;
  background: #fff;
}

.contactWrap .telBox {
  position: relative;
  max-width: 90%;
  margin: 80px auto 0;
  padding: 40px 30% 40px 4%;
  border-top: 1px solid #1e8edb;
  border-bottom: 1px solid #1e8edb;
  text-align: center;
}

.contactWrap .telBox::after {
  position: absolute;
  right: 4%;
  bottom: 0;
  display: inline-block;
  width: 30%;
  height: 264px;
  background: url(../img/contact_img01.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.contactWrap .telBox__ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #1e8edb;
}

.contactWrap .telBox__num {
  font-family: 'Roboto', sans-serif;
  font-size: 5.7rem;
  font-weight: 500;
  line-height: 1;
  color: #1e8edb;
  text-decoration: none;
}

.contactWrap .telBox__num::before {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  background: url(../img/icon/icon_phone.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.contactWrap .telBox__text {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #1e8edb;
}

.contactWrap .consulCase {
  margin-top: 75px;
  padding: 40px;
  border: 11px solid #e7e7e7;
  background: #fff url(../img/contact_img02.png) no-repeat right top;
}

.contactWrap .consulCase__ttl {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 500;
}

.contactWrap .consulCaseList__item {
  position: relative;
  padding-left: 44px;
  font-size: 2rem;
}

.contactWrap .consulCaseList__item::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../img/icon/icon_check_g.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.contactWrap .consulCaseList__item + .consulCaseList__item {
  margin-top: 20px;
}

.contactForm {
  padding: 0 1% 115px;
  background: #1e8edb;
}

.contactForm__in {
  max-width: 1000px;
  margin: 0 auto;
}

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

.contactForm__ttlWrap .contactForm__ttl {
  position: relative;
  width: 455px;
  padding-top: 50px;
  padding-bottom: 74px;
  text-align: center;
}

.contactForm__ttlWrap .contactForm__ttl .text {
  display: inline;
  border-bottom: 3px solid #ffea00;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.82352;
  color: #fff;
}

.contactForm__ttlWrap .contactForm__ttl .text .yellow {
  color: #ffea00;
}

.contactForm__ttlWrap .contactForm__ttl::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 39px;
  height: 38px;
  margin: 0 auto;
  background: url(../img/arrow_yellow.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.contactForm__ttlWrap .img {
  max-width: calc(100% - 477px);
  margin-top: -10px;
  margin-left: 22px;
}

.contactForm .formWrap {
  padding: 64px 50px 50px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
}

.contactForm .formWrap__ttl {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #303030;
  font-size: 2.6rem;
  font-weight: 500;
  color: #1e8edb;
}

.contactForm .formWrap__text {
  margin-bottom: 35px;
  font-size: 1.8rem;
}

.contactForm .formWrap .formCont__item {
  display: flex;
  margin-top: 18px;
  border-bottom: 1px solid #1e8edb;
}

.contactForm .formWrap .formCont__ttl {
  display: flex;
  width: 280px;
  padding: 30px 25px;
  background: #f0f8fe;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1e8edb;
  justify-content: space-between;
  align-items: center;
}

.contactForm .formWrap .formCont__ttl .required {
  padding: 0 7px;
  background: #d24147;
  font-size: 1.6rem;
  color: #fff;
}

.contactForm .formWrap .formCont__text {
  width: calc(100% - 280px);
  padding: 30px 20px;
}

.contactForm .formWrap .formCont__text input {
  width: 100%;
  padding: 13px 20px;
  border: 2px solid #ebebeb;
  background: #f6f6f6;
}

.contactForm .formWrap .formCont__text textarea {
  width: 100%;
  padding: 13px 20px;
  border: 2px solid #ebebeb;
  background: #f6f6f6;
}

.contactForm .formWrap .btnWrap {
  margin-top: 40px;
}

.contactForm .formWrap .btn--form {
  display: inline-block;
  background: #1e8edb;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .contactForm .formWrap .btn--form:hover {
    opacity: .7;
  }
}

.contactForm .formWrap .btn--form input {
  display: block;
  min-width: 350px;
  padding: 37px 10px;
  background: url(../img/arrow_btn.png) no-repeat 5rem center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.contactForm .formWrap .btn--form.back {
  background: #484848;
}

@media screen and (max-width: 767px) {
  /*=================================
    お問い合わせ
  =================================*/
  .contactWrap__in {
    padding: 25px 3% 40px;
  }
  .contactWrap .telBox {
    max-width: 100%;
    margin: 35px auto 0;
    padding: 25px 30% 25px 5px;
  }
  .contactWrap .telBox::after {
    right: 5px;
    height: 124px;
  }
  .contactWrap .telBox__ttl {
    margin-bottom: 18px;
    font-size: 1.5rem;
  }
  .contactWrap .telBox__num {
    font-size: 3.4rem;
  }
  .contactWrap .telBox__num::before {
    width: 21px;
    height: 21px;
    margin-right: 3px;
  }
  .contactWrap .telBox__text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .contactWrap .consulCase {
    margin-top: 33px;
    padding: 35px 15px;
    border: 5px solid #e7e7e7;
    background-size: 55% auto;
  }
  .contactWrap .consulCase__ttl {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .contactWrap .consulCaseList__item {
    padding-left: 24px;
    font-size: 1.3rem;
  }
  .contactWrap .consulCaseList__item::before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
  .contactWrap .consulCaseList__item + .consulCaseList__item {
    margin-top: 15px;
  }
  .contactForm {
    padding: 0 3% 40px;
  }
  .contactForm__ttlWrap {
    display: block;
  }
  .contactForm__ttlWrap .contactForm__ttl {
    width: inherit;
    margin-left: -10%;
    padding-top: 25px;
    padding-bottom: 60px;
  }
  .contactForm__ttlWrap .contactForm__ttl .text {
    border-bottom: 2px solid #ffea00;
    font-size: 2.1rem;
    line-height: 1.47619;
  }
  .contactForm__ttlWrap .contactForm__ttl::after {
    width: 35px;
    height: 34px;
  }
  .contactForm__ttlWrap .img {
    display: block;
    max-width: 50%;
    margin: -65px 0 0 auto;
  }
  .contactForm .formWrap {
    padding: 25px 15px 40px;
  }
  .contactForm .formWrap__ttl {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.7rem;
  }
  .contactForm .formWrap__text {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .contactForm .formWrap .formCont__item {
    display: block;
    margin-top: 0;
    border-bottom: none;
  }
  .contactForm .formWrap .formCont__ttl {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 13px 15px;
    border-bottom: 2px solid #1e8edb;
    font-size: 1.6rem;
    justify-content: flex-start;
  }
  .contactForm .formWrap .formCont__ttl .required {
    margin-left: 10px;
    padding: 0 4px;
    font-size: 1.3rem;
  }
  .contactForm .formWrap .formCont__text {
    width: 100%;
    padding: 17px 0;
  }
  .contactForm .formWrap .formCont__text input {
    padding: 10px 12px;
  }
  .contactForm .formWrap .formCont__text textarea {
    padding: 10px 12px;
  }
  .contactForm .formWrap .btnWrap {
    margin-top: 20px;
    text-align: center;
  }
  .contactForm .formWrap .btn--form {
    width: 80%;
  }
  .contactForm .formWrap .btn--form input {
    min-width: 100%;
    padding: 22px 10px;
    background: url(../img/arrow_btn.png) no-repeat 3rem center;
    background-size: auto 26px;
    font-size: 1.5rem;
  }
}

/*=================================
  page-qa
=================================*/
.qaNav {
  margin: 70px auto;
  padding: 40px;
  background: #f9f9f9;
}

.qaNav__inner {
  background: #fff;
  box-shadow: 0px 0px 21.25px 3.75px rgba(11, 3, 6, 0.05);
}

.qaNav__ttl {
  padding: 22px 15px;
  background: #1e8edb;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.qaNav__ttl::before {
  display: inline-block;
  width: 25px;
  height: 19px;
  margin-right: 12px;
  background: url(../img/icon/icon_check.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.qaNav .qaMenu {
  display: flex;
  flex-wrap: wrap;
}

.qaNav .qaMenu li {
  text-align: center;
}

.qaNav .qaMenu li a {
  display: inline-block;
  padding: 13px 24px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #303030;
  text-decoration: none;
}

.qaNav .qaMenu li a::before {
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #1e8edb;
  vertical-align: middle;
  content: "";
}

.qaNav .qaMenu li:not(.current-cat) {
  cursor: pointer;
}

.qaNav .qaMenu li.current-cat {
  background: #19476e;
}

.qaNav .qaMenu li.current-cat a {
  color: #fff;
}

.qaNav .qaMenu li.current-cat a::before {
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 767px) {
  .qaNav .qaMenu li:hover:not(.current-cat) {
    background: #f0f8fe;
  }
}

@media screen and (max-width: 767px) {
  /* その他のお悩み事例 */
  .qaNav {
    width: calc(100% + 8%);
    margin: 37px auto;
    margin-left: -4%;
    padding: 15px;
  }
  .qaNav__ttl {
    padding: 12px 10px;
    font-size: 1.5rem;
  }
  .qaNav__ttl::before {
    width: 15px;
    height: 12px;
    margin-right: 5px;
  }
  .qaNav .qaMenu {
    flex-wrap: wrap;
  }
  .qaNav .qaMenu li a {
    padding: 10px 18px;
    font-size: 1.2rem;
  }
}

/* =================================
  header
================================= */
.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1%;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
}

.header__inner {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 0;
  justify-content: flex-end;
  align-items: center;
}

.header .ttl--site {
  display: block;
  max-width: 303px;
  margin-right: auto;
}

@media screen and (min-width: 767px) {
  .header .ttl--site:hover .logo {
    opacity: .8;
  }
}

.header .contact {
  display: flex;
  padding: 0 10px;
  flex-wrap: wrap;
}

.header .contact__wrap {
  display: flex;
  margin-bottom: 3px;
  align-items: center;
}

.header .contact__wrap + .contact__wrap {
  margin-right: 0;
}

.header .contact__ttl {
  width: 70px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.125;
  color: #3f3f3f;
  text-align: center;
}

.header .contact__ttl .num {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

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

.header .contact .tel .contact__ttl {
  position: relative;
  display: flex;
  min-height: 70px;
  margin-right: 4px;
  padding: 8px 0;
  background: #e4f4ff;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.header .contact .tel .contact__ttl .national {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #ee063c;
}

.header .contact .tel .telNum {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  color: #1e8edb;
  text-decoration: none;
}

.header .contact .tel .telNum::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 2px;
  background: url(../img/icon/icon_phone.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.header .contact .tel .telText {
  display: block;
  width: 100%;
  margin-left: 30px;
  font-size: 1.4rem;
  line-height: 1;
  color: #484848;
}

.header .contact .reservation .contact__ttl {
  margin-right: 16px;
  padding: 11px 0;
  background: #faeacf;
}

.header .contact .reservation .btn--mail {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 5px;
  background: #f4b038;
  box-shadow: 0 5px 0 #e49102;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: none;
}

.header .contact .reservation .btn--mail::before {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 6px;
  background: url(../img/icon/icon_mail.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .header .contact .reservation .btn--mail:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.header .contact .reservation .btn--line {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 5px;
  background: #19d24e;
  box-shadow: 0 5px 0 #15b944;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: none;
}

.header .contact .reservation .btn--line::before {
  display: inline-block;
  width: 29px;
  height: 28px;
  margin-right: 6px;
  background: url(../img/icon/icon_line.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .header .contact .reservation .btn--line:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.header .contact .reservation a + a {
  margin-left: 8px;
}

.header .contactBtn {
  display: flex !important;
  margin: 0 10px 0 5px;
  gap: 8px;
}

.header .contactBtn .mail {
  display: block;
  width: 60px;
  height: 60px;
  padding: 12px 0;
  border-radius: 5px;
  background: #f4b038;
  box-shadow: 0 5px 0 #e49102;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
}

.header .contactBtn .mail::before {
  display: block;
  width: 22px;
  height: 17px;
  margin: 0 auto 8px;
  background: url(../img/icon/icon_mail.png) no-repeat center center;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 767px) {
  .header .contactBtn .mail:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.header .contactBtn .line {
  display: block;
  width: 60px;
  height: 60px;
  padding: 12px 0;
  border-radius: 5px;
  background: #19d24e;
  box-shadow: 0 5px 0 #15b944;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
}

.header .contactBtn .line::before {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 2px;
  background: url(../img/icon/icon_line.png) no-repeat center center;
  background-size: contain;
  text-align: center;
  content: "";
}

@media screen and (min-width: 767px) {
  .header .contactBtn .line:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.header .kuchikomi img {
  box-shadow: 0px 1px 8px 0px rgba(27, 27, 27, 0.15);
}

@media screen and (min-width: 767px) {
  .header .kuchikomi a:hover {
    opacity: .8;
  }
}

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

.header .sp {
  display: none;
}

.header .gNav {
  background: #fff url(../img/gNav_line.png) no-repeat center top;
  text-align: center;
}

.header .gNavList {
  max-width: 1240px;
  margin: 0 auto;
}

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

.header .gNavList__item a {
  position: relative;
  display: block;
  padding: 18px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #303030;
  text-decoration: none;
}

.header .gNavList__item a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 0;
  background: #1e8edb;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
  transform: translateX(-50%);
}

@media screen and (min-width: 767px) {
  .header .gNavList__item a:hover {
    color: #1e8edb;
  }
  .header .gNavList__item a:hover::after {
    height: 4px;
  }
}

.header .gNavList__item.current-menu-item a {
  color: #1e8edb;
}

.header .gNavList__item.current-menu-item a::after {
  height: 4px;
}

@media screen and (min-width: 920px) {
  .gNav.fixedNav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  }
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
  /* =================================
    header
  ================================= */
  .header .ttl--site {
    max-width: 180px;
  }
  .header .contact {
    padding: 0 10px;
  }
  .header .contact__ttl {
    width: 70px;
    font-size: 1.2rem;
  }
  .header .contact .tel .contact__ttl {
    min-height: 70px;
  }
  .header .contact .tel .telNum {
    font-size: 3rem;
  }
  .header .contact .tel .telNum::before {
    width: 22px;
    height: 22px;
  }
  .header .contact .tel .telText {
    margin-left: 28px;
    font-size: 1.4rem;
  }
  .header .contact .reservation .contact__ttl {
    margin-right: 10px;
    padding: 9px 0;
  }
  .header .contact .reservation .btn--mail {
    padding: 10px 12px;
    box-shadow: 0 3px 0 #e49102;
    font-size: 1.5rem;
  }
  .header .contact .reservation .btn--mail::before {
    width: 20px;
    height: 15px;
  }
  .header .contact .reservation .btn--line {
    padding: 10px 12px;
    box-shadow: 0 3px 0 #15b944;
    font-size: 1.5rem;
  }
  .header .contact .reservation .btn--line::before {
    width: 22px;
    height: 21px;
  }
  .header .contact .reservation a + a {
    margin-left: 5px;
  }
  .header .contactBtn .mail {
    width: 45px;
    height: 45px;
    padding: 10px 0;
    box-shadow: 0 3px 0 #e49102;
    font-size: 1rem;
  }
  .header .contactBtn .mail::before {
    width: 18px;
    height: 13px;
    margin: 0 auto 5px;
  }
}

@media screen and (min-width: 921px) and (max-width: 1200px) and (min-width: 767px) {
  .header .contactBtn .mail:hover {
    transform: translateY(3px);
  }
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
  .header .contactBtn .line {
    width: 45px;
    height: 45px;
    padding: 6px 0;
    box-shadow: 0 3px 0 #15b944;
    font-size: 1rem;
  }
  .header .contactBtn .line::before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 3px;
  }
}

@media screen and (min-width: 921px) and (max-width: 1200px) and (min-width: 767px) {
  .header .contactBtn .line:hover {
    transform: translateY(3px);
  }
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
  .header .kuchikomi {
    max-width: 250px;
  }
}

@media screen and (max-width: 920px) {
  /* =================================
    header
  ================================= */
  .header {
    position: fixed;
    z-index: 99;
    padding: 0 2.5%;
    /*バーガーボタン設定*/
  }
  .header__inner {
    position: relative;
    width: calc(100% - 45px);
    margin: 0;
    padding: 10px 0;
  }
  .header .ttl--site {
    width: 40%;
    max-width: initial;
    margin: 0;
  }
  .header .contactBtn {
    display: none !important;
  }
  .header .kuchikomi {
    width: 58%;
    margin-left: 1%;
  }
  .header .contact {
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
  }
  .header .contact__wrap {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .header .contact__ttl {
    display: none !important;
  }
  .header .contact__cont {
    display: flex;
    margin-left: 7px;
    align-items: flex-start;
  }
  .header .contact .tel .telNum {
    width: 52px;
    padding: 10px 0 7px;
    border-radius: 5px;
    background: #47adf3;
    box-shadow: 0 4px 0 #1e8edb;
    font-family: "Noto Sans JP", "源ノ角ゴシック", "Yu Gothic Medium","游ゴシック Medium","游ゴシック",YuGothic,YuGothicM,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
  }
  .header .contact .tel .telNum::before {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 auto 5px;
    background: url(../img/icon/icon_phone_w.png) no-repeat center center;
    background-size: contain;
  }
  .header .contact .tel .telText {
    display: none;
  }
  .header .contact .reservation .btn--mail {
    width: 52px;
    padding: 12px 0 7px;
    box-shadow: 0 4px 0 #e49102;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .header .contact .reservation .btn--mail::before {
    display: block;
    width: 17px;
    height: 14px;
    margin: 0 auto 6px;
  }
  .header .contact .reservation .btn--line {
    width: 52px;
    padding: 10px 0 6px;
    box-shadow: 0 4px 0 #15b944;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .header .contact .reservation .btn--line::before {
    display: block;
    width: 20px;
    height: 18px;
    margin: 0 auto 5px;
  }
  .header .contact .reservation a + a {
    margin-left: 7px;
  }
  .header .pc {
    display: none;
  }
  .header .sp {
    display: block;
    line-height: 1;
  }
  .header .gNav {
    position: fixed;
    z-index: 9998;
    top: 35px;
    left: 50%;
    visibility: hidden;
    overflow-y: scroll;
    width: 80%;
    max-height: 80vh;
    margin: 0;
    padding: 35px 5% 150px;
    background: #fff url(../img/burger_bg.png) repeat-x center bottom -15px;
    background-size: contain;
    text-align: left;
    opacity: 0;
    transition: opacity .5s ease-in-out, transform .3s ease-out,visibility .2s ease-out;
    transform: translateX(-50%) scale(0.7);
  }
  .header .gNav__ttl {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #1e8edb;
  }
  .header .gNavList__item {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .header .gNavList__item a {
    padding: 10px 10px 10px 40px;
    border: 1px solid #1e8edb;
    background: #fff;
    font-size: 1.5rem;
    color: #1e8edb;
  }
  .header .gNavList__item a::after {
    top: 50%;
    bottom: inherit;
    left: 15px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/btn_arrow.png) no-repeat center center;
    background-size: contain;
    transform: translate(0, -50%);
  }
  .header .gNavList__item.current-menu-item a {
    background: #1e8edb;
    color: #fff;
  }
  .header .gNavList__item.current-menu-item a::after {
    height: 17px;
    background: url(../img/arrow_btn.png) no-repeat center center;
    background-size: contain;
  }
  .header .gNav.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  .header .gNav.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) scale(0.7);
  }
  .header .headerNav__cover {
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 0;
    background: url(../img/burgerCover_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .header .headerNav__cover.show {
    display: block;
    -webkit-animation: show .2s linear 0s;
            animation: show .2s linear 0s;
  }
  .header .headerNav__cover.hide {
    display: none;
    -webkit-animation: hide .2s linear 0s;
            animation: hide .2s linear 0s;
  }
  .header .burger {
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: -55px;
    width: 55px;
    height: 55px;
    margin: auto;
    background: url(../img/btn_burger_open.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
    /*クリック後、バツボタンになる*/
  }
  .header .burger.is-open {
    background: url(../img/btn_burger_close.png) no-repeat center center;
    background-size: contain;
  }
}

/*=================================
footer
=================================*/
.footer {
  padding: 80px 1% 70px;
  background: #303030;
  font-size: 1.6rem;
  font-weight: 300;
}

.footer__inner {
  position: relative;
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
}

.footer .infoWrap {
  display: flex;
  width: 40%;
  min-width: 415px;
  padding-bottom: 80px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer .infoWrap .logo {
  margin-right: 20px;
}

.footer .infoWrap .snsList__item {
  display: inline-block;
  margin: 10px 5px 0;
}

.footer .infoWrap .snsList__item .icon {
  display: block;
  width: 38px;
  border-radius: 50px;
  background: #484848;
  font-size: 2rem;
  line-height: 38px;
  color: #00000e;
  text-align: center;
  cursor: pointer;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  transition-property: transform;
}

@media screen and (min-width: 767px) {
  .footer .infoWrap .snsList__item .icon:hover {
    transform: rotateY(-360deg);
  }
}

.footer .infoWrap .addWrap {
  margin-top: 15px;
  color: #dfdfdf;
}

.footer .infoWrap .addWrap .tel__label {
  display: inline-block;
  margin-right: 3px;
  padding: 5px 7px;
  background: #484848;
  line-height: 1;
}

.footer .infoWrap .addWrap .tel__num {
  display: inline-block;
}

.footer .infoWrap .addWrap .tel__num a {
  color: #dfdfdf;
  text-decoration: none;
}

.footer .fNavList {
  width: 60%;
  padding: 28px 16px;
  background: #484848;
}

.footer .fNavList__item {
  display: inline-block;
  margin: 0 1rem;
}

.footer .fNavList__item a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .footer .fNavList__item a:hover {
    text-decoration: underline;
  }
}

.footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  color: #dfdfdf;
  letter-spacing: .06em;
}

.footer .pageTop {
  position: fixed;
  z-index: 98;
  right: calc((100% - 1240px) / 2);
  bottom: 40px;
  cursor: pointer;
}

.footer .pageTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 767px) {
  .footer .pageTop:hover::after {
    width: calc(100% + 24px);
    height: calc(100% + 24px);
  }
}

.fixBnr {
  position: fixed;
  z-index: 9999;
  right: -100%;
  bottom: 120px;
  display: none;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  transition: right 1.2s ease-out;
}

.fixBnr .contact__wrap.tel .contact__ttl {
  position: relative;
  padding: 9px 70px 9px 18px;
  background: #fdf7b3;
  font-size: 1.9rem;
  font-weight: 500;
  color: #1e8edb;
}

.fixBnr .contact__wrap.tel .contact__ttl::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 80px;
  height: 85px;
  background: url(../img/cvBnr_img.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.fixBnr .contact__wrap.tel .contact__ttl .national {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #ee063c;
}

.fixBnr .contact__wrap.tel .contact__cont {
  padding: 10px 8px;
}

.fixBnr .contact__wrap.tel .contact__cont .telNum {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 3.9rem;
  font-weight: 500;
  line-height: 1;
  color: #1e8edb;
  text-decoration: none;
}

.fixBnr .contact__wrap.tel .contact__cont .telNum::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -8px 2px 0 0;
  background: url(../img/icon/icon_phone.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: all;
  -webkit-animation: vibrate02 3s infinite;
          animation: vibrate02 3s infinite;
}

@media screen and (min-width: 767px) {
  .fixBnr .contact__wrap.tel .contact__cont .telNum:hover {
    color: #e49102;
  }
}

.fixBnr .contact__wrap.tel .contact__cont .telText {
  font-size: 1.4rem;
  text-align: center;
}

.fixBnr .contact__wrap.reservation {
  /* IE6-9 */
  padding: 10px;
  background: #fcf3e5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf3e5 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf3e5', endColorstr='#ffffff',GradientType=0 );
}

.fixBnr .contact__wrap.reservation .contact__ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #e49102;
  text-align: center;
}

.fixBnr .contact__wrap.reservation .contact__cont {
  display: flex;
  justify-content: space-between;
}

.fixBnr .contact__wrap.reservation .contact__cont .btn--mail {
  display: block;
  width: calc(50% - 3px);
  padding: 13px 0;
  border-radius: 5px;
  background: #f4b038;
  box-shadow: 0 5px 0 #e49102;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
}

.fixBnr .contact__wrap.reservation .contact__cont .btn--mail::before {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 6px;
  background: url(../img/icon/icon_mail.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .fixBnr .contact__wrap.reservation .contact__cont .btn--mail:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.fixBnr .contact__wrap.reservation .contact__cont .btn--line {
  display: block;
  width: calc(50% - 3px);
  padding: 10px 0;
  border-radius: 5px;
  background: #19d24e;
  box-shadow: 0 5px 0 #15b944;
  font-family: 'Roboto', sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
}

.fixBnr .contact__wrap.reservation .contact__cont .btn--line::before {
  display: inline-block;
  width: 24px;
  height: 23px;
  margin-right: 6px;
  background: url(../img/icon/icon_line.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .fixBnr .contact__wrap.reservation .contact__cont .btn--line:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.fixBnr.show {
  right: 0;
}

@media screen and (min-width: 767px) and (max-width: 1300px) {
  /*=================================
  footer
  =================================*/
  .footer .pageTop {
    right: 3%;
  }
}

@media screen and (max-width: 767px) {
  /*=================================
  footer
  =================================*/
  .footer {
    padding: 40px 5% 15px;
    font-size: 1.2rem;
  }
  .footer__inner {
    display: block;
  }
  .footer .infoWrap {
    display: block;
    width: 100%;
    min-width: inherit;
    padding-bottom: 0;
  }
  .footer .infoWrap .logo {
    display: block;
    width: 222px;
    margin: 0 auto;
  }
  .footer .infoWrap .snsList {
    margin-top: 20px;
    text-align: center;
  }
  .footer .infoWrap .snsList__item {
    margin: 0 5px;
  }
  .footer .infoWrap .addWrap {
    margin-top: 25px;
  }
  .footer .infoWrap .addWrap .tel {
    margin-top: 10px;
  }
  .footer .infoWrap .addWrap .tel__label {
    border-radius: 3px;
  }
  .footer .fNavList {
    width: 100%;
    margin-top: 17px;
    padding: 20px 12px;
  }
  .footer .fNavList__item {
    margin: 0 .5rem 1rem;
  }
  .footer .copy {
    position: static;
    display: block;
    margin-top: 25px;
    font-size: 1.1rem;
    text-align: center;
  }
  .footer .pageTop {
    right: 3%;
    bottom: 70px;
    width: 46px;
  }
  .footer .pageTop::after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .fixBnr {
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: none;
  }
  .fixBnr .contact {
    display: flex;
  }
  .fixBnr .contact__wrap.tel {
    position: relative;
    width: 55%;
    padding: 6px 44px 6px 3px;
    background: #47adf3;
    text-align: center;
  }
  .fixBnr .contact__wrap.tel::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    background: url(../img/cvBnr_img.png) no-repeat center bottom;
    background-size: contain;
    content: "";
  }
  .fixBnr .contact__wrap.tel .contact__ttl {
    padding: 0;
    background: transparent;
    font-size: 1.2rem;
    color: #fff;
  }
  .fixBnr .contact__wrap.tel .contact__ttl::after {
    content: none;
  }
  .fixBnr .contact__wrap.tel .contact__ttl .national {
    display: inline;
    font-size: 1.2rem;
  }
  .fixBnr .contact__wrap.tel .contact__cont {
    padding: 0;
  }
  .fixBnr .contact__wrap.tel .contact__cont .telNum {
    font-size: 2rem;
    color: #fff;
  }
  .fixBnr .contact__wrap.tel .contact__cont .telNum::before {
    width: 12px;
    height: 12px;
    margin: -3px 2px 0 0;
    background: url(../img/icon/icon_phone_w.png) no-repeat center center;
    background-size: contain;
  }
  .fixBnr .contact__wrap.tel .contact__cont .telText {
    font-size: .7rem;
    color: #fff;
  }
  .fixBnr .contact__wrap.reservation {
    width: 45%;
    padding: 0;
    background: transparent;
  }
  .fixBnr .contact__wrap.reservation .contact__ttl {
    display: none;
  }
  .fixBnr .contact__wrap.reservation .contact__cont {
    height: 100%;
  }
  .fixBnr .contact__wrap.reservation .contact__cont .btn--mail {
    display: block;
    width: 50%;
    height: 100%;
    padding: 12px 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.1rem;
  }
  .fixBnr .contact__wrap.reservation .contact__cont .btn--mail::before {
    display: block;
    width: 18px;
    height: 20px;
    margin: 0 auto 5px;
  }
  .fixBnr .contact__wrap.reservation .contact__cont .btn--line {
    display: block;
    width: 50%;
    height: 100%;
    padding: 12px 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .fixBnr .contact__wrap.reservation .contact__cont .btn--line::before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
  }
}

/*=================================
  visual
=================================*/
.mv {
  padding: 30px 1% 34px;
  background: #1e8edb url(../img/deco_repeat.png) repeat-x center bottom 30px;
}

.mv__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.mv .cvBnr {
  top: 34px;
  margin-bottom: -24px;
}

@media screen and (max-width: 767px) {
  /*=================================
    visual
  =================================*/
  .mv {
    padding: 3% 3%;
    background: #1e8edb url(../img/deco_repeat.png) repeat-x center bottom 5px;
    background-size: auto 100px;
  }
  .mv .cvBnr {
    top: 0;
    margin: 17px 0 0;
  }
}

/*=================================
  cvBner
=================================*/
.cvBnrWrap {
  padding: 55px 1% 120px;
  background: #1e8edb url(../img/deco_repeat.png) repeat-x center bottom 30px;
}

.cvBnrWrap__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cvBnr {
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
}

.cvBnr__ttl {
  padding: 6px 42px;
  background: #fff697;
  font-size: 2.6rem;
  font-weight: 600;
}

.cvBnr__ttl .text--red {
  color: #d10717;
}

.cvBnr__ttl .summary {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6666;
}

.cvBnr .contact {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 5px 5px 25px 65px;
  flex-wrap: wrap;
}

.cvBnr .contact::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 234px;
  height: 253px;
  background: url(../img/cvBnr_img.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.cvBnr .contact__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 20px;
  margin-right: 60px;
  align-items: center;
}

.cvBnr .contact__wrap + .contact__wrap {
  margin-right: 0;
}

.cvBnr .contact__ttl {
  width: 100px;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.125;
  color: #3f3f3f;
  text-align: center;
}

.cvBnr .contact__ttl .num {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
}

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

.cvBnr .contact .tel .contact__ttl {
  position: relative;
  display: flex;
  min-height: 100px;
  margin-right: 20px;
  padding: 19px 0 17px;
  background: #e4f4ff;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cvBnr .contact .tel .contact__ttl .national {
  display: block;
  margin: 5px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ee063c;
}

.cvBnr .contact .tel .telNum {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  color: #1e8edb;
  text-decoration: none;
}

.cvBnr .contact .tel .telNum::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  background: url(../img/icon/icon_phone.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.cvBnr .contact .tel .telText {
  display: block;
  width: 100%;
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1;
  color: #303030;
}

.cvBnr .contact .reservation .contact__ttl {
  margin-right: 20px;
  padding: 14px 0;
  background: #faeacf;
}

.cvBnr .contact .reservation .btn--mail {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 5px;
  background: #f4b038;
  box-shadow: 0 5px 0 #e49102;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: none;
}

.cvBnr .contact .reservation .btn--mail::before {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 6px;
  background: url(../img/icon/icon_mail.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .cvBnr .contact .reservation .btn--mail:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.cvBnr .contact .reservation .btn--line {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 5px;
  background: #19d24e;
  box-shadow: 0 5px 0 #15b944;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: none;
}

.cvBnr .contact .reservation .btn--line::before {
  display: inline-block;
  width: 29px;
  height: 28px;
  margin-right: 6px;
  background: url(../img/icon/icon_line.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 767px) {
  .cvBnr .contact .reservation .btn--line:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.cvBnr .contact .reservation a + a {
  margin-left: 8px;
}

.cvBnr .office {
  display: flex;
  padding: 20px 42px;
  border-top: 1px solid #eee8b2;
  background: #fffac9;
  justify-content: center;
  gap: 80px;
}

.cvBnr .office__item {
  text-align: center;
}

.cvBnr .office__item--ttl {
  margin-bottom: 5px;
  font-weight: 600;
}

.cvBnr .office__item--btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #3da7f0;
  box-shadow: 0 3px 0 #1e8edb;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition-timing-function: ease-out;
  transition-duration: 0s;
  transition-property: all;
}

@media screen and (min-width: 767px) {
  .cvBnr .office__item--btn:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}

@media screen and (min-width: 767px) and (max-width: 900px) {
  .cvBnr .office {
    padding: 15px 0 20px 65px;
    justify-content: flex-start;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  /*=================================
    cvBner
  =================================*/
  .cvBnrWrap {
    padding: 25px 3% 20px;
    background: #1e8edb url(../img/deco_repeat.png) repeat-x center bottom 15px;
    background-size: auto 80px;
  }
  .cvBnr__ttl {
    position: relative;
    padding: 8px 70px 8px 12px;
    font-size: 1.6rem;
  }
  .cvBnr__ttl .summary {
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: 1.41666;
  }
  .cvBnr__ttl::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 86px;
    height: 76px;
    background: url(../img/cvBnr_img.png) no-repeat center top;
    background-size: 86px auto;
    content: "";
  }
  .cvBnr .contact {
    padding: 0;
  }
  .cvBnr .contact::after {
    content: none;
  }
  .cvBnr .contact__wrap {
    display: block;
    width: 50%;
    margin: 0;
  }
  .cvBnr .contact__ttl {
    width: 100%;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .cvBnr .contact__ttl .num {
    font-size: 1.4rem;
  }
  .cvBnr .contact__cont {
    display: block;
  }
  .cvBnr .contact .tel {
    padding: 8px 5px;
    background: #e4f4ff;
  }
  .cvBnr .contact .tel .contact__ttl {
    min-height: initial;
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e8edb;
  }
  .cvBnr .contact .tel .contact__ttl .national {
    margin: 0;
    font-size: clamp(1rem, 1vw, 1.2rem);
  }
  .cvBnr .contact .tel .contact__cont {
    padding: 15px 6px;
    border-radius: 5px;
    background: #47adf3;
    box-shadow: 0 3px 0 #1e8edb;
    text-align: center;
  }
  .cvBnr .contact .tel .telNum {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
  }
  .cvBnr .contact .tel .telNum::before {
    width: 14px;
    height: 14px;
    background: url(../img/icon/icon_phone_w.png) no-repeat center center;
    background-size: contain;
  }
  .cvBnr .contact .tel .telText {
    margin: 5px 0 0;
    font-size: .8rem;
    color: #fff;
  }
  .cvBnr .contact .reservation {
    padding: 8px 5px;
    background: #faeacf;
  }
  .cvBnr .contact .reservation .contact__ttl {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #f29a00;
  }
  .cvBnr .contact .reservation .contact__cont {
    display: flex;
  }
  .cvBnr .contact .reservation .btn--mail {
    width: 50%;
    padding: 7px 6px;
    box-shadow: 0 3px 0 #e49102;
    font-size: 1.4rem;
    text-align: center;
  }
  .cvBnr .contact .reservation .btn--mail span {
    line-height: 1;
  }
  .cvBnr .contact .reservation .btn--mail::before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 6px;
  }
  .cvBnr .contact .reservation .btn--line {
    width: 50%;
    padding: 7px 6px;
    box-shadow: 0 3px 0 #15b944;
    font-size: 1.4rem;
    text-align: center;
  }
  .cvBnr .contact .reservation .btn--line::before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 6px;
  }
  .cvBnr .contact .reservation a + a {
    margin-left: 7px;
  }
  .cvBnr .office {
    padding: 8px 5px 12px;
    gap: 0;
  }
  .cvBnr .office__item {
    width: 50%;
  }
  .cvBnr .office__item--ttl {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }
}

/*=================================
  flow
=================================*/
.flow {
  padding: 75px 1% 80px;
  background: url(../img/flow_bg.jpg) no-repeat center top;
  background-size: cover;
}

.flow__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.flowItem {
  display: flex;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flowItem .step {
  position: relative;
  min-width: 380px;
  margin-right: 40px;
}

.flowItem .step .label {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  background: url(../img/step_bg.png) no-repeat center center;
  background-size: contain;
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 120px;
  color: #fff;
  text-align: center;
}

.flowItem .flowCont {
  width: calc(100% - 420px);
  min-width: 430px;
}

.flowItem .flowCont__ttl {
  margin: 15px 0;
  font-size: 2.8rem;
  font-weight: 500;
  color: #1e8edb;
}

.flowItem .flowCont__text {
  font-size: 1.8rem;
  line-height: 1.8888;
}

.flowItem .flowCont__text em {
  background: none;
}

.flowItem:not(:last-child) .step .label::after {
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  display: inline-block;
  width: 39px;
  height: 28px;
  margin: 0 auto;
  background: url(../img/step_arrow.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.flowItem + .flowItem {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  /*=================================
    flow
  =================================*/
  .flow {
    padding: 35px 3% 30px;
    background: #f1f1f1 url(../img/flow_bg.jpg) no-repeat center top;
    background-size: inherit;
  }
  .flowItem {
    display: block;
    padding: 20px;
  }
  .flowItem .step {
    display: flex;
    min-width: inherit;
    margin: 0 0 13px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .flowItem .step .label {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    font-size: 1.4rem;
    line-height: 80px;
  }
  .flowItem .step .img {
    width: calc(100% - 105px);
  }
  .flowItem .flowCont {
    width: 100%;
    min-width: inherit;
  }
  .flowItem .flowCont__ttl {
    margin: 0 0 12px;
    font-size: 1.6rem;
  }
  .flowItem .flowCont__text {
    font-size: 1.4rem;
  }
  .flowItem:not(:last-child) .step .label::after {
    bottom: -23px;
    width: 25px;
    height: 18px;
  }
  .flowItem + .flowItem {
    margin-top: 15px;
  }
}

/*=================================
  access
=================================*/
.access {
  padding: 84px 0 0;
}

.access__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.access .imgList {
  display: flex;
  margin: 0 auto 60px;
  justify-content: center;
}

.access .gMap {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.access .gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /*=================================
    access
  =================================*/
  .access {
    padding: 38px 0 0;
  }
  .access__inner {
    padding: 0 3% 0;
  }
  .access .imgList {
    margin: 0 auto 25px;
  }
  .access .gMap {
    height: 350px;
  }
}

/*=================================
  overview
=================================*/
.overview {
  padding: 75px 1% 80px;
  background: url(../img/img_overview_pc.png) no-repeat right bottom #f0f8fe;
  background-size: 42% auto;
}

.overview__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.overview__cont {
  width: 60%;
}

.overview .ttl--base {
  display: inline-block;
  padding: 0 0 12px;
  border-bottom: 4px solid #1e8edb;
  letter-spacing: .1em;
}

.overview p + p {
  margin-top: 40px;
}

.overview .overviewTable {
  background: none;
  box-shadow: none;
}

.overview .overviewTable tr:not(:first-child) {
  border-top: 1px solid #1e8edb;
}

.overview .overviewTable tr:first-child {
  border-top: 1px solid #1e8edb;
}

.overview .overviewTable tr:last-child {
  border-bottom: 1px solid #1e8edb;
}

.overview .overviewTable th {
  width: 8em;
  padding: 20px 15px;
  border-right: none;
  background: none;
  font-weight: 500;
  color: #1e8edb;
}

.overview .overviewTable th::after {
  content: none !important;
}

.overview .overviewTable td {
  padding: 20px 15px;
  text-align: left;
}

@media screen and (min-width: 1700px) {
  /*=================================
    overview
  =================================*/
  .overview {
    background: url(../img/img_overview_pc.png) no-repeat right top #f0f8fe;
    background-size: 40% auto;
  }
}

@media screen and (max-width: 767px) {
  /*=================================
    overview
  =================================*/
  .overview {
    position: relative;
    padding: 35px 5% 30px;
    background: #f0f8fe;
  }
  .overview::before {
    position: absolute;
    top: 0;
    right: 1%;
    display: inline-block;
    width: 170px;
    height: 206px;
    background: url(../img/img_overview_sp.png) no-repeat center center;
    background-size: contain;
    content: "";
  }
  .overview__cont {
    width: 100%;
  }
  .overview .ttl--base {
    padding: 50px 0;
    font-size: 2.2rem;
    text-align: left;
  }
  .overview p + p {
    margin-top: 30px;
  }
  .overview .overviewTable {
    display: table;
    margin-top: 50px;
    white-space: unset;
  }
  .overview .overviewTable th {
    padding: 15px 10px;
  }
  .overview .overviewTable td {
    padding: 15px 10px;
  }
}

/*=================================
  komon
=================================*/
.komon {
  padding: 90px 1% 75px;
  background: #f0f8fe;
}

.komon .ttl--base {
  margin-bottom: 60px;
}

.komon .secWrap__inner {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
}

.komon__text {
  width: calc(100% - 295px);
}

.komon__text .secWrap__text + .secWrap__text {
  margin-top: 40px;
}

.komon__img {
  width: 255px;
  margin: 0 40px 40px 0;
}

.komon__img .caption {
  margin: 20px 0 0;
}

.komon__table {
  width: 100%;
}

.komon__table th {
  background: #1e8edb;
  color: #fff;
  text-align: center;
}

.komon__table td {
  text-align: left;
}

@media screen and (max-width: 767px) {
  /*=================================
    komon
  =================================*/
  .komon {
    padding: 30px 2% 45px !important;
  }
  .komon .ttl--base {
    margin-bottom: 25px;
  }
  .komon .secWrap__inner {
    display: block;
  }
  .komon__text {
    width: 100%;
  }
  .komon__text .secWrap__text + .secWrap__text {
    margin-top: 30px;
  }
  .komon__img {
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    align-items: center;
  }
  .komon__img .img {
    width: 30%;
    margin-right: 20px;
  }
  .komon__img .caption {
    width: calc(70% - 20px);
    margin: 0;
  }
}

/*=================================
  isharyo
=================================*/
.isharyoWrap .isharyoTtl--lg {
  width: calc(100% + 160px);
  margin-top: 78px;
  margin-bottom: 60px;
  margin-left: -80px;
  padding: 38px 86px;
  border-top: 8px solid #0a73bb;
  background: #4aa6e5;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.23529;
  color: #fff;
}

.isharyoWrap .isharyoTtl--md {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 25px 30px;
  border-top: 7px solid #1e8edb;
  background: #f0f8fe;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.41666;
}

.isharyoWrap .isharyoContent {
  padding: 50px 3%;
  border: 50px solid #f0f8fe;
}

.isharyoWrap .explanatoryText {
  margin: 0 0 50px;
}

.isharyoWrap .explanatoryText .red {
  font-weight: 600;
  color: #d13a46;
}

.isharyoWrap .required {
  position: absolute;
  top: 5px;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 3px;
  background: #d13a46;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.isharyoWrap .requiredError {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #d13a46;
}

.isharyoWrap .calcItem {
  display: flex;
  margin: 50px 0;
}

.isharyoWrap .calcItem__title {
  position: relative;
  width: 250px;
  margin-right: 30px;
  padding-right: 48px;
  font-size: 1.6rem;
  font-weight: 600;
}

.isharyoWrap .calcItem__title .sm {
  display: block;
  font-weight: 500;
}

.isharyoWrap .calcItem__content {
  width: calc(100% - 280px);
}

.isharyoWrap .calcItem__content .notes {
  margin-top: 5px;
  font-size: 1.4rem;
}

.isharyoWrap input[type="text"] {
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #828282;
  border-radius: 3px;
}

.isharyoWrap .radioBtn {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.isharyoWrap .radioBtn__item {
  position: relative;
  padding-left: 30px;
}

.isharyoWrap .radioBtn__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #828282;
  border-radius: 50px;
  content: "";
}

.isharyoWrap .radioBtn__item::after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #1e8edb;
  content: "";
  opacity: 0;
}

.isharyoWrap .radioBtn input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.isharyoWrap .radioBtn input[type="radio"]:checked + .radioBtn__item::after {
  opacity: 1;
}

.isharyoWrap select {
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #828282;
  border-radius: 3px;
  background: #fff;
}

.isharyoWrap .resultBtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
  padding: 20px 80px;
  border-radius: 4px;
  background: #f4b038;
  box-shadow: 0 5px 0 #e49102;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: none;
}

@media screen and (min-width: 767px) {
  .isharyoWrap .resultBtn:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
}

.isharyoWrap .isharyoResult {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.isharyoWrap .isharyoResult.show {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.isharyoWrap .isharyoResult .resultNotes {
  margin: 20px 0;
  font-size: 1.5rem;
  text-align: center;
}

.isharyoWrap .isharyoResult .resultTotal {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 60px;
  background: #fffbcd;
}

.isharyoWrap .isharyoResult .resultTotal .resultRow {
  display: flex;
  width: 100%;
  margin: 20px 0;
  align-items: flex-end;
  justify-content: space-between;
}

.isharyoWrap .isharyoResult .resultTotal .resultRow__title {
  font-size: 2.8rem;
  font-weight: 500;
}

.isharyoWrap .isharyoResult .resultTotal .resultRow__value {
  margin-left: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.isharyoWrap .isharyoResult .resultTotal .resultRow__value .num {
  display: inline-block;
  margin-right: 10px;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  color: #1e8edb;
}

.isharyoWrap .isharyoResult .resultTotal .resultRow__value .text {
  font-size: 1.6rem;
  font-weight: 400;
}

.isharyoWrap .isharyoResult .resultDetail .resultRow {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: space-between;
}

.isharyoWrap .isharyoResult .resultDetail .resultRow__title {
  font-size: 2rem;
  font-weight: 500;
}

.isharyoWrap .isharyoResult .resultDetail .resultRow__value {
  font-size: 2rem;
  font-weight: 500;
}

.isharyoWrap .isharyoResult .resultDetail .resultRow__value .num {
  display: inline-block;
  margin: -5px 5px 0;
  font-size: 4rem;
  line-height: 1;
  color: #1e8edb;
}

.isharyoWrap .isharyoResult .resultDetail .resultRow__value .text {
  font-size: 1.6rem;
  font-weight: 400;
}

.isharyoWrap .isharyoResult .resultDetail .resultRow + .resultRow {
  margin-top: 20px;
}

.isharyoWrap .isharyoCvWrap {
  margin-top: 80px;
  padding: 30px 30px 75px;
  border: 30px solid #3dabf7;
  background: #f0f8fe url(../img/deco_repeat.png) repeat-x center bottom -5px;
  background-size: 60% auto;
  box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.15);
}

.isharyoWrap .isharyoCvWrap .cvBnr {
  margin: 0 auto;
}

.isharyoWrap .isharyoCvWrap .cvBnr::after {
  width: 200px;
  height: 216px;
}

.isharyoWrap .isharyoCvWrap .cvBnr .contact {
  padding-left: 30px;
}

.isharyoWrap .isharyoCvWrap .cvBnr .contact__wrap {
  margin-right: 20px;
}

.isharyoWrap .isharyoCvWrap .cvBnr .contact__ttl {
  width: 80px;
  font-size: 1.5rem;
}

.isharyoWrap .isharyoCvWrap .cvBnr .contact__ttl .num {
  font-size: 2rem;
}

.isharyoWrap .isharyoCvWrap .cvBnr .contact .tel .contact__ttl {
  min-height: 80px;
}

.isharyoWrap .isharyoCvWrap .cvBnr .contact .tel .telNum {
  font-size: 3.8rem;
}

.isharyoWrap .isharyoCvWrap .cvBnr .contact .reservation .contact__ttl {
  min-height: 80px;
}

.isharyoWrap .isharyoCvWrap .isharyoCvText {
  display: flex;
  padding: 30px 30px;
  flex-wrap: wrap;
  gap: 10px 0;
}

.isharyoWrap .isharyoCvWrap .isharyoCvText__item {
  padding-left: 1em;
  text-indent: -1em;
}

.isharyoWrap .isharyoCvWrap .isharyoCvText__item::before {
  margin-right: .5em;
  content: "・";
}

@media screen and (max-width: 767px) {
  /*=================================
    isharyo
  =================================*/
  .isharyoWrap .isharyoTtl--lg {
    width: calc(100% + 8%);
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: -4%;
    padding: 15px;
    border-top: 5px solid #0a73bb;
    font-size: 2rem;
    line-height: 1.3;
  }
  .isharyoWrap .isharyoTtl--md {
    margin-top: 35px;
    margin-bottom: 33px;
    padding: 15px;
    border-top: 4px solid #1e8edb;
    font-size: 1.6rem;
    line-height: 1.3125;
  }
  .isharyoWrap .isharyoContent {
    padding: 30px 0;
    border: 15px solid #f0f8fe;
  }
  .isharyoWrap .explanatoryText {
    margin: 0 0 40px;
    padding: 0 5%;
  }
  .isharyoWrap .required {
    position: static;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 6px;
    font-size: 1.2rem;
  }
  .isharyoWrap .requiredError {
    font-size: 1.3rem;
  }
  .isharyoWrap .calcItem {
    display: block;
    margin: 0;
  }
  .isharyoWrap .calcItem__title {
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    background: #f3f3f3;
    font-size: 1.5rem;
  }
  .isharyoWrap .calcItem__title .sm {
    display: inline-block;
    font-size: 1.4rem;
  }
  .isharyoWrap .calcItem__content {
    width: 100%;
    padding: 20px 10px;
    font-weight: 600;
  }
  .isharyoWrap .calcItem__content .notes {
    font-weight: 500;
  }
  .isharyoWrap input[type="text"] {
    max-width: 70%;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 1.6rem;
    text-align: center;
  }
  .isharyoWrap .radioBtn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .isharyoWrap .radioBtn__item {
    padding-left: 25px;
  }
  .isharyoWrap .radioBtn__item::before {
    width: 20px;
    height: 20px;
  }
  .isharyoWrap .radioBtn__item::after {
    width: 10px;
    height: 10px;
  }
  .isharyoWrap .resultBtn {
    margin: 15px auto 0;
    padding: 15px 10%;
    box-shadow: 0 3px 0 #e49102;
    font-size: 2.2rem;
  }
  .isharyoWrap .isharyoResult .resultTotal {
    padding: 5px 5% 30px;
  }
  .isharyoWrap .isharyoResult .resultTotal .resultRow {
    display: block;
    margin: 30px 0 0;
    text-align: center;
  }
  .isharyoWrap .isharyoResult .resultTotal .resultRow__title {
    font-size: 2.4rem;
    line-height: 1;
  }
  .isharyoWrap .isharyoResult .resultTotal .resultRow__value {
    margin: 5px 0 0;
    font-size: 2.4rem;
    line-height: 1;
  }
  .isharyoWrap .isharyoResult .resultTotal .resultRow__value .num {
    font-size: 4.5rem;
  }
  .isharyoWrap .isharyoResult .resultTotal .resultRow__value .text {
    font-size: 1.5rem;
  }
  .isharyoWrap .isharyoResult .resultDetail .resultRow__title {
    min-width: 125px;
    font-size: 1.7rem;
  }
  .isharyoWrap .isharyoResult .resultDetail .resultRow__value {
    font-size: 1.7rem;
  }
  .isharyoWrap .isharyoResult .resultDetail .resultRow__value .num {
    margin: 0 5px 0;
    font-size: 3.5rem;
  }
  .isharyoWrap .isharyoResult .resultDetail .resultRow__value .text {
    font-size: 1.5rem;
  }
  .isharyoWrap .isharyoResult .resultDetail .resultRow + .resultRow {
    margin-top: 20px;
  }
  .isharyoWrap .isharyoCvWrap {
    margin-top: 50px;
    padding: 0 0 45px;
    border: 12px solid #3dabf7;
    background: #f0f8fe url(../img/deco_repeat.png) repeat-x center bottom -5px;
    background-size: 100% auto;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr {
    box-shadow: none;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr .contact {
    padding-left: 0;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr .contact__wrap {
    margin-right: 0;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr .contact__ttl {
    width: initial;
    font-size: 1.4rem;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr .contact__ttl .num {
    font-size: 1.4rem;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr .contact .tel .contact__ttl {
    min-height: initial;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr .contact .tel .telNum {
    font-size: 1.8rem;
  }
  .isharyoWrap .isharyoCvWrap .cvBnr .contact .reservation .contact__ttl {
    min-height: initial;
  }
  .isharyoWrap .isharyoCvWrap .isharyoCvText {
    padding: 15px 5%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
