@charset "UTF-8";

/*
Theme Name: LP Base
Theme URI: 
Author:  ----
Author URI: 
Description: LP Baseテンプレート
Version: 0.1.0
*/

/*==============================================================================
reset
============================================================================= */


/*==============================================================================
base
============================================================================= */

html {
  box-sizing: border-box;
  color: #383838;
  cursor: normal;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /*font-family: 'Noto Sans JP',   sans-serif;*/
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  color: #383838;
  letter-spacing: .8px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  counter-reset: number;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

.clearfix,
.container,
.entry-content {
  *zoom: 1;
}

a {
  color: #fe612c;
  text-decoration: none;
  transition: all ease-in-out .4s;
}

a:hover {
  color: #383838;
  text-decoration: none !important;
  opacity: .8;
}

img {
  width: auto;
}

img.aligncenter {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

li {
  line-height: 1.8;
}

.bold {
  font-weight: 700;
}

.under-line {
  font-weight: 700;
  color: #383838;
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, .5) 0%);
}

.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex,
.pc-sp-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none-inline {
  display: inline;
}

.sp-none-table {
  display: table;
}

.sp-none-flex,
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:767px) {

  .sp-none,
  .sp-none-inline,
  .sp-none-table,
  .sp-none-flex {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }

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

  .pc-none-table {
    display: table;
  }

  .pc-none-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*==============================================================================
all
============================================================================= */

.wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  *zoom: 1;
}

.wrap:before {
  display: inline-table;
}

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

@media screen and (min-width: 1024px) {
  .wrap {
    width: 100%;
  }
}

@media screen and (min-width:1201px) {
  .wrap {
    width: 80%;
    max-width: 1024px;
  }
}

@media screen and (min-width:1201px) {
  .index .wrap {
    width: 100%;
    max-width: 1200px;
  }
}

body.home .l-cont.__newarticles {
  position: relative;
}

.l-cont {
  width: auto;
  margin: 0 auto;
}

.l-cont-wrap {
  border-top: 1px solid rgba(47, 47, 47, .1);
}

.col__02 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .col__02 {
    width: 100%;
    flex-basis: calc((100% - 4%) / 2);
  }
}

body.home .l-kv {
  max-height: 0;
}

@media screen and (min-width: 1024px) {
  body.home .l-kv {
    max-height: 0;
  }
}

.l-kv {
  position: relative;
  height: calc(50vh + 320px);
  max-height: 230px;
  overflow: hidden;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .l-kv {
    position: relative;
    height: calc(50vh + 290px);
    max-height: 360px;
  }
}

.l-kv-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.l-kv-wrap:before {
  display: inline-table;
}

.l-kv-wrap:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width:1024px) {
  .l-kv-wrap {
    width: auto;
    max-width: 1024px;
  }
}

.l-kv-info {
  width: 100%;
}

.l-kv::before {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.l-kv-info h1 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width:1201px) {
  .l-kv-info h1 {
    font-size: 4rem !important;
  }
}

.l-kv-info .o-post-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.l-kv-info .o-post-author__image {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: .6rem;
  object-fit: cover;
  border: 1px solid rgb(0 66 149/20%);
  border-radius: 50vw;
}

.l-kv-info .o-post-author__name,
.l-kv-info .o-post-date {}

.l-kv-info .breadcrumb li {
  float: left;
}

/* ----------------------------------------
* main
---------------------------------------- */

.bg_stripe {
  background-size: auto auto;
  background-color: rgba(248, 250, 252, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(242, 244, 249, 1) 10px, rgba(242, 244, 249, 1) 20px);
}

.bg_monogram {
  background: url(https://arrowslp.com/wp/wp-content/themes/lp/lib/images/p_investment_002/bg_monogram.png) rgba(248, 250, 252, 1);
  background-size: 40%;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .bg_monogram {
    background-size: 10%;
  }
}

@media screen and (min-width: 1024px) {
  #content {
    min-height: 1000px;
  }
}

article.second-column {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  gap: 0 0;
  justify-content: center;
  padding: 0;
  align-items: stretch;
  margin: 0;
}

.second-column .post-content {
  width: 100%;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .second-column .post-content {
    margin: 0;
    min-height: 25vw;
  }
}

#side {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #side {
    position: relative;
    width: 33%;
  }
}

.inquiry-lp #side,
.send-lp #side,
.confirmation-lp #side,
.send-lp #side,
.error-lp #side {
  display: none;
}

.o-list-tags {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
}

.o-list-tags-li {
  margin: 4px;
}

.o-list-tags-link {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #383838;
  text-decoration: none;
  opacity: 1;
  background: rgba(236, 236, 236, .6);
  padding: .4rem .6rem;
  border-radius: .4rem;
}

.o-list-tags-link:not(:hover) {
  /*opacity: .4;*/
}

.o-list-tags.__nobefore .o-list-tags-link::before {
  content: none !important;
}



.sec-articles-ranking a.o-post-link {
  flex-direction: column !important;
}

@media screen and (min-width: 1024px) {
  .sec-articles-ranking a.o-post-link {
    flex-direction: row !important;
  }
}

.o-post.__rank {
  counter-reset: post-rank;
}

.o-post.__rank .o-post-image {
  position: relative;
}

.o-post.__rank .o-post-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  content: counter(post-rank) "";
  counter-increment: post-rank;
  background: rgb(23 31 34 / 70%);
  border-top-left-radius: 4px;
  backdrop-filter: blur(6px);
}

@media screen and (min-width: 1024px) {
  .o-post.__rank .o-post-image::before {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 34px;
  }
}

.o-post.__rank .o-post-item:nth-child(1) .o-post-image::before {
  background: #C1AB05;
}

.o-post.__rank .o-post-item:nth-child(2) .o-post-image::before {
  background: #C4C7CC;
}

.o-post.__rank .o-post-item:nth-child(3) .o-post-image::before {
  background: #815a2b;
}

.o-post.__list .o-post-image {
  margin-right: 3%;
}

.o-post.__list .o-post-image,
.o-post.__list .o-post-image img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: .4rem;
  margin-bottom: 0;
}

.home .__newarticles .o-post.__list .o-post-image,
.home .__newarticles .o-post.__list .o-post-image img {
  width: 100%;
  height: 100%;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 1024px) {

  .home .__newarticles .o-post.__list .o-post-image,
  .home .__newarticles .o-post.__list .o-post-image img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin-right: 3%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {

  .o-post.__list .o-post-image,
  .o-post.__list .o-post-image img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

.o-post.__list .o-post-cat {
  margin-bottom: .1rem;
  font-size: 1.2rem;
}

.o-post.__list .o-post-cat li {
  margin-bottom: 4px;
  font-size: 1.4rem;
}

.o-post.__list .o-post-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

.o-post.__list .o-post-item:hover .o-post-ttl {}

.o-post.__list .o-post-link {
  width: 100%;
  display: flex;
  text-decoration: none;
  flex-direction: row;
  padding: 1.2rem 0;
}

@media screen and (min-width: 1024px) {
  .o-post.__list .o-post-link {
    flex-direction: row;
    padding: 2.4rem 0;
  }
}

.o-post.__list .o-post-link .col-right {
  width: 100%;
}

.o-post.__list .o-post-image {
  float: inherit !important;
}

.o-post.__list .o-post-image,
.o-post.__list .o-post-image img {
  object-fit: cover;
}

.o-post.__list .o-post-cat,
.o-post.__list .o-post-cat a {
  font-weight: 400;
  color: #383838;
}

.o-post.__list .o-post-cat li {
  list-style: none;
}

.o-post.__list .o-post-cat li::before {
  content: none;
}

.o-post.__list .o-post-ttl {
  margin-bottom: .8rem;
  font-size: 1.4rem;
  color: #383838;
  transition: .4s all;
}

@media screen and (min-width: 1024px) {
  .o-post.__list .o-post-ttl {
    font-size: 1.6rem;
  }
}

.o-post.__list .o-post-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .o-post.__list .o-post-info {
    flex-direction: row;
    align-items: center;
  }
}

.o-post.__list .o-post-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.o-post.__list .o-post-author__image {
  width: 16px;
  min-width: 16px;
  height: 16px;
  object-fit: cover;
  border: 1px solid rgb(0 66 149 / 20%);
  border-radius: 50vw;
}

@media screen and (min-width: 1024px) {
  .o-post.__list .o-post-author__image {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

.o-post.__list .o-post-author__name,
.o-post.__list .o-post-date {
  font-size: 1.2rem;
  color: #383838;
  margin: 0 8px;
  white-space: pre;
}


/* ----------------------------------------
* main
---------------------------------------- */
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers li {
  margin: 0 .8rem;
}

.page-numbers li .page-numbers {
  width: 4.6rem;
  height: 4.6rem;
  border: 1px solid rgba(47, 47, 47, .1);
}

span.page-numbers.current,
.page-numbers li .page-numbers:hover {
  background: rgba(47, 47, 47, .1);

}

.prev.page-numbers,
.next.page-numbers {
  border: none !important;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  border: 1px solid rgba(47, 47, 47, .1);
}


/* ----------------------------------------
* button
---------------------------------------- */

.btn-copy {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #fe7000;
}

.btn-copy:before {
  margin-right: 0.2rem;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.btn-copy:after {
  margin-left: 0.2rem;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.btn-copy:before,
.btn-copy:after {
  content: '';
  bottom: 40%;
  display: inline-block;
  width: 2.6rem;
  height: 0.2rem;
  background-color: #fe7000;
  border-radius: .4rem;
  margin-bottom: 0.4rem;
}

.o-btn.__accent01 .o-btn-link:hover {
  text-decoration: none !important;
}

.o-btn.__sizeL .o-btn-link {
  padding: 24px 5%;
}

.o-btn {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 1.4rem;
  border-radius: 50vw;
  transition: .4s all;
}

.o-btn:hover {
  color: #ffffff;
}

.o-btn::before,
.o-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.o-btn::before {
  transition: all 0.6s;
  z-index: -1;
  background: #FE612C;
  background: -o-linear-gradient(left, #FE612C 0%, #FFA12C 50%);
  background: -webkit-gradient(linear, left top, right top, from(#FE612C), to(#FFA12C));
  background: linear-gradient(to right, #FE612C 0%, #FFA12C 50%);
}

.o-btn::after {
  z-index: -2;
  background: #FFA12C;
  background: -o-linear-gradient(left, #FFA12C 0%, #FE612C 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFA12C), to(#FE612C));
  background: linear-gradient(to right, #FFA12C 0%, #FE612C 100%);
}

.o-btn:hover::before {
  opacity: 0;
}

.o-btn-link {
  position: relative;
  z-index: 1;
}

.o-btn-cont {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.o-card.__2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.o-card.__2 .o-card-item {
  width: calc((100% - 4%) / 2);
  border-radius: .4rem;
}

.o-card.__3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .o-card.__3 {
    flex-direction: row;
  }
}

.o-card.__3 .o-card-item {
  width: calc((100%) / 1);
  border-radius: .4rem;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .o-card.__3 .o-card-item {
    width: calc((100% - 4%) / 3);
    border-radius: .4rem;
    margin-bottom: 0;
  }
}

.o-card.__4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .o-card.__4 {
    flex-direction: row;
  }
}

.o-card.__4 .o-card-item {
  width: calc((100%) / 1);
  border-radius: .4rem;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .o-card.__4 .o-card-item {
    width: calc((100% - 4%) / 4);
    border-radius: .4rem;
    margin-bottom: 0;
  }
}

.o-card.__5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .o-card.__5 {
    flex-direction: row;
  }
}

.o-card.__5 .o-card-item {
  width: calc((100%) / 1);
  border-radius: .4rem;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .o-card.__5 .o-card-item {
    width: calc((100% - 4%) / 5);
    border-radius: .4rem;
    margin-bottom: 0;
  }
}

.o-card-item {
  position: relative;
}

.o-card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}

.o-card-wrap {
  padding: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .o-card-wrap {
    padding: 5%;
  }
}

.o-card-title {
  margin-bottom: 4%;
  font-size: 1.4rem;
  font-weight: 600;
}

.o-card-txt {
  margin-bottom: 4%;
  font-size: 1.4rem;
}

.o-link.__uline {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
}

.o-link.__uline .o-link-more {
  position: relative;
  padding: 6px 6px 16px;
}

.o-link.__uline .o-link-more::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 1px;
  content: "";
  background: rgba(47, 47, 47, .4);
  transition: .2s all;
}

.o-link.__uline .o-link-more::before {
  z-index: 0;
}

.o-link.__uline .o-link-more:hover::before {
  width: 0;
}


/* ==============================================================================
categories list common 
============================================================================= */

.sec-list-categories h2,
.sec-tags h2 {
  float: left;
  width: 100%;
  letter-spacing: .1rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {

  .sec-list-categories h2,
  .sec-tags h2 {
    width: 20%;
    min-width: 260px;
  }
}

.sec-list-categories ul.list-cats {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .sec-list-categories ul.list-cats {
    width: auto;
  }
}

.sec-list-categories ul.list-cats li {
  position: relative;
  z-index: 0;
  float: left;
  width: calc((100% - 4%) / 2);
  margin-bottom: 1.4rem;
  padding: 0;
  list-style-type: none;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  border: none;
}

@media screen and (min-width: 1024px) {
  .sec-list-categories ul.list-cats li {
    width: calc((100% - 4%) / 4);
    margin-bottom: 1.4rem;
  }
}

.sec-list-categories ul.list-cats li a {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-right: 0;
  padding: 0.8rem 1.4rem;
  background: 0 0;
}

@media screen and (min-width: 1024px) {
  .sec-list-categories ul.list-cats li a {
    font-size: 1.8rem;
    margin-right: 0;
    padding: 1rem 2rem;
  }
}

.sec-list-categories ul.list-cats li a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.6rem;
  border-radius: 50vw;
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.sec-list-categories ul.list-cats li a:hover:after {
  background: #ffffff;
}

.sec-tags .o-list-tags {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-tags .o-list-tags {
    width: auto;
  }
}

.sec-tags .o-list-tags-link:not(:hover) {
  opacity: 1;
}


/* ==============================================================================
footer simulation common 
============================================================================= */

.sec-simulation {
  position: relative;
  overflow: hidden;
}

.sec-simulation::before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 66 149 / 4%);
  opacity: .6;
}

.o-card.__simulation {
  display: flex;
}

.o-card.__simulation .o-card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 7px 7px 60px rgba(3, 93, 160, 20%);
  transition: .4s all;
}

.o-card.__simulation .o-card-item:hover {
  box-shadow: 6px 10px 32px 4px rgb(0 46 84 / 5%);
}

.o-card.__simulation .o-card-item:hover .o-card-thumb-image::before,
.o-card.__simulation .o-card-item:hover .o-card-thumb-image::after {
  transform: rotate(0deg);
}

.o-card.__simulation .o-card-item:hover .o-card-thumb-image,
.o-card.__simulation .o-card-item:hover .o-card-thumb-image::before,
.o-card.__simulation .o-card-item:hover .o-card-thumb-image::after {
  transform: scale(.90);
}

.o-card.__simulation .o-card-thumb {
  position: relative;
  display: flex;
  height: 100%;
  padding: 2.4rem 2.4rem 0 2.4rem;
}

@media screen and (min-width: 1024px) {
  .o-card.__simulation .o-card-thumb {
    padding: 3.2rem 3.2rem 0 3.2rem;
  }
}

.o-card.__simulation .o-card-thumb-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 120px;
  margin: auto;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: .4s all;
}

@media screen and (min-width: 1024px) {
  .o-card.__simulation .o-card-thumb-background {
    height: 160px;
  }
}

.o-card.__simulation .o-card-thumb-background::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .2;
  background-color: #010d23;
  transition: .4s all;
}

.o-card.__simulation .o-card-item:hover .o-card-thumb-background::before {
  backdrop-filter: blur(.8rem);
}

.o-card.__simulation .o-card-thumb-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.o-card.__simulation .o-card-thumb-image,
.o-card.__simulation .o-card-thumb-image>img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 120px;
  max-height: 120px;
  margin: auto;
  object-fit: contain;
  border-radius: 50vw;
  transition: .4s all;
}

@media screen and (min-width: 1024px) {

  .o-card.__simulation .o-card-thumb-image,
  .o-card.__simulation .o-card-thumb-image>img {
    max-width: 180px;
    max-height: 180px;
  }
}

.o-card.__simulation .o-card-title {
  transition: .4s all;
}

.o-card.__simulation .o-card-txt {
  display: -webkit-box;
  min-height: 60px;
  max-height: 82px;
  overflow: hidden;
  box-orient: vertical;
}

.o-card.__simulation .o-card-btn-link {
  display: block;
  padding: 1.6rem;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .o-card.__simulation .o-card-btn-link {
    padding: 2.4rem;
  }
}

.sec-simulation p.sec-simulation-btn01 {
  float: right;
  width: 110px;
  max-width: 100px;
}


/* ==============================================================================
footer download common 
============================================================================= */

.sec-download {
  position: relative;
  overflow: hidden;
}

.sec-download::before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #004295 0%, #b2c6df 100%);
  opacity: .6;
}

.o-card.__download {
  display: flex;
}

.o-card.__download .o-card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 7px 7px 60px rgba(3, 93, 160, 20%);
  transition: .4s all;
}

.o-card.__download .o-card-item:hover {
  box-shadow: 6px 10px 32px 4px rgb(0 46 84 / 5%);
}

.o-card.__download .o-card-item:hover .o-card-thumb-image::before,
.o-card.__download .o-card-item:hover .o-card-thumb-image::after {
  transform: rotate(0deg);
}

.o-card.__download .o-card-item:hover .o-card-thumb-image,
.o-card.__download .o-card-item:hover .o-card-thumb-image::before,
.o-card.__download .o-card-item:hover .o-card-thumb-image::after {
  transform: scale(.90);
}

.o-card.__download .o-card-thumb {
  position: relative;
  display: flex;
  height: 100%;
  padding: 3.2rem 3.2rem 0 3.2rem;
}

.o-card.__download .o-card-thumb-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 160px;
  margin: auto;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: .4s all;
}

.o-card.__download .o-card-thumb-background::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #004295 0%, #b2c6df 100%);
  opacity: .6;
  transition: .4s all;
}

.o-card.__download .o-card-item:hover .o-card-thumb-background::before {
  backdrop-filter: blur(.8rem);
}

.o-card.__download .o-card-thumb-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.o-card.__download .o-card-thumb-image,
.o-card.__download .o-card-thumb-image>img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  margin: auto;
  transition: .4s all;
  object-fit: contain;
}

.o-card.__download .o-card-thumb-image>img,
.o-card.__download .o-card-thumb-image::before,
.o-card.__download .o-card-thumb-image::after {
  box-shadow: 7px 7px 60px rgba(3, 93, 160, 20%);
}

.o-card.__download .o-card-thumb-image::before,
.o-card.__download .o-card-thumb-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: #ffffff;
  transition: .4s all;
}

.o-card.__download .o-card-thumb-image::before {
  transform: rotate(6deg);
}

.o-card.__download .o-card-thumb-image::after {
  transform: rotate(2deg);
}

.o-card.__download .o-card-title {
  transition: .4s all;
}

.o-card.__download .o-card-txt {
  min-height: 50px;
  max-height: 62px;
  overflow: hidden;
  box-orient: vertical;
  -webkit-line-clamp: 3;
}

.o-card.__download .o-card-btn-link {
  display: block;
  padding: 1rem 1.6rem;
  color: #ffffff;
}

.o-card.__download .o-card-btn-link::before {
  margin-right: 6px;
  font-size: 1rem;
  font-weight: 400;
  content: "";
}

.sec-download p.sec-download-btn01 {
  float: right;
  width: 100px;
}


/* ==============================================================================
footer mail magazine common 
============================================================================= */

.sec-mail-magazine {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgb(0 66 149 / 10%);
  border-bottom: 1px solid rgb(0 66 149 / 10%);
}

.sec-mail-magazine .clearfix {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .sec-mail-magazine .clearfix {
    width: 80%;
    max-width: 1000px;
  }
}

.sec-mail-magazine .col-left {
  float: left;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .sec-mail-magazine .col-left {
    width: 40%;
  }
}

.sec-mail-magazine .txt {
  font-size: 1.4rem;
}

.sec-mail-magazine .ul-sns {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-mail-magazine .ul-sns {
    float: right;
    width: 60%;
  }
}

.sec-mail-magazine .ul-sns a {
  display: block;
  padding: 2.4rem 1.2rem 0;
  font-size: 1.4rem;
  text-align: center;
}

.sec-mail-magazine .ul-sns a i {
  font-size: 1.6rem;
  text-align: center;
}

.sec-mail-magazine input.mail_magazine {
  border-radius: 50vw;
}

.sec-mail-magazine .ul-sns>li {
  float: left;
  list-style-type: none;
}

.sec-mail-magazine .ul-sns>li:first-child {
  width: 100%;
  clear: both;
  text-align: center;
}

.sec-mail-magazine .ul-sns>li:first-child a {
  padding: 2rem;
  font-size: 1.4rem;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .sec-mail-magazine .ul-sns>li:first-child a {
    padding: 2.4rem;
  }
}

.sec-mail-magazine .ul-sns ul.mail-magazine {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sec-mail-magazine .ul-sns ul.mail-magazine li {
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 0 .6rem;
}

.sec-mail-magazine .ul-sns ul.mail-magazine li:first-child {
  width: 100%;
}

.sec-mail-magazine .ul-sns ul.mail-magazine li:last-child {
  width: 40%;
}

@media screen and (min-width: 1024px) {
  .sec-mail-magazine .ul-sns ul.mail-magazine li:last-child {
    width: 30%;
  }
}


.sec-mail-magazine .ul-sns form input[type="submit"] {
  width: 100% !important;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.4rem;
}

.sec-mail-magazine .ul-sns ul.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sec-mail-magazine .ul-sns ul.sns li {
  list-style-type: none;
}

.sec-mail-magazine .ul-sns ul.sns li a {
  display: flex;
  align-items: center;
  font-weight: 600;
}

a.btn-instagram {
  color: #E1306C !important;
}

a.btn-facebook {
  color: #4267B2 !important;
}


/* ==============================================================================
footer banner common
============================================================================= */

.sec-banner {
  background: rgb(0 66 149 / 4%);
}

.sec-banner .list-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.sec-banner .list-banner li {
  width: calc(50% - 2.4rem);
  margin: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .sec-banner .list-banner li {
    width: calc((100% - 4%) / 4);
    margin: 0;
  }
}

.sec-banner .list-banner li img {
  border-radius: .4rem;
  transition: .4s all;
}

.sec-banner .list-banner li:hover img {
  opacity: .9;
}


/* ==============================================================================
footer common
============================================================================= */

.site-footer {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.site-footer a {
  color: #383838;
}


.site-footer .wrap {
  width: 100%;
  max-width: none;
}

.site-footer .f-logo {
  max-width: 180px;
  margin: 0 auto 1.8rem;
}

@media screen and (min-width: 1024px) {
  .site-footer .f-logo {
    max-width: 160px;
  }
}

.site-footer::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.site-footer::after {
  position: absolute;
  bottom: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
}

.site-footer .footer-block01 .list-dl dl:first-child {
  margin-right: 7.6%;
}

.site-footer .footer-block01 .list-dl dl dt {
  font-size: 1.6rem;
  opacity: .5;
}

.site-footer .footer-block01 .list-dl dl dd {
  font-size: 16px;
  line-height: 1;
}

.site-footer .footer-block01 .list-dl dl dd span {
  font-weight: 600;
  letter-spacing: -1px;
}


/* ==============================================================================
footer block02 common
============================================================================= */

.site-footer .footer-block02 .col-left {
  float: left;
  width: 100%;
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-block02 .col-left {
    width: 320px;
    padding-right: 50px;
  }
}

.site-footer .footer-block02 .col-left .list-txt {
  font-size: 1.4rem;
}

.site-footer .footer-block02 .col-left .footer-tel a {}

.site-footer .footer-block02 .col-right {
  float: left;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-block02 .col-right {
    width: calc(100% - 320px);
  }
}

#footer-widget {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .footer-block02 .col-right .footer-widget {
  position: relative;
  float: left;
  width: 100%;
  padding: 3.6rem 0 0;
  text-align: left;
  border: 0;
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-block02 .col-right .footer-widget {
    width: 25%;
    padding: 4rem 0 0 0;
    border: 0;
  }
}

.site-footer .footer-block02 .col-right .footer-widget::before {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgb(255 255 255 / .2);
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-block02 .col-right .footer-widget::before {
    position: absolute;
    top: 4rem;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / .2);
  }
}

.site-footer .footer-block02 #nav-menu-5,
.site-footer .footer-block02 #nav-menu-6,
.site-footer .footer-block02 #nav-menu-7 {
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {

  .site-footer .footer-block02 #nav-menu-5,
  .site-footer .footer-block02 #nav-menu-6,
  .site-footer .footer-block02 #nav-menu-7 {
    margin-top: 0;
  }
}

.site-footer .footer-block02 .col-right .footer-widget .container {}

@media screen and (min-width: 1024px) {
  .site-footer .footer-block02 .col-right .footer-widget .container {}
}

.site-footer .footer-block02 .col-right .footer-widget .container h3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: .6rem;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-block02 .col-right .footer-widget .container h3 {
    width: calc(100% - 6%);
  }
}

.footer-widget-title {
  margin-bottom: .6rem;
}

@media screen and (min-width: 1024px) {
  .footer-widget-title {
    margin-bottom: 2rem;
  }
}

.site-footer .footer-block02 .col-right .footer-widget .container ul {
  display: block !important;
  text-align: left;
  list-style: none;
}

.site-footer .footer-block02 .col-right .footer-widget .container ul li {
  display: block;
}

.site-footer .footer-block02 .col-right .footer-widget .container ul li a {
  display: block;
  padding: .6rem 0;
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-block02 .col-right .footer-widget .container ul li a {
    padding: 1rem 0;
  }
}

.site-footer .widget-nav-menu .container ul li {
  font-size: 1.4rem;
  line-height: 1;
}

.site-footer .footer-block02 .sns li,
.site-footer .footer-block02 .list-bnr li,
.site-footer .footer-block02 #menu-footer-nav05 li {
  display: inline-block;
  list-style-type: none;
}

.site-footer .footer-block02 .sns li a,
.site-footer .footer-block02 .list-bnr li a,
.site-footer .footer-block02 #menu-footer-nav05 li a {}

.site-footer .footer-block02 .sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.site-footer .footer-block02 .sns li a {
  padding: 6px;
}

.site-footer .footer-block02 .sns li a i {
  font-size: 1.6rem;
}

.site-footer .footer-block02 .list-bnr {
  text-align: center;
}

.site-footer .footer-block02 .list-bnr li {
  margin: 0 4px;
}

.site-footer .footer-block02 #menu-footer-nav05 {
  text-align: center;
}

.site-footer .footer-block02 #menu-footer-nav05 li a {
  padding: 0 8px;
  font-size: 1.2rem;
}


/* ==============================================================================
footer info common
============================================================================= */

.site-footer .site-info {
  text-align: center;
  background: 0 0;
  border: 0;
}

.site-footer .site-info .container {
  padding: 20px;
}

.site-footer .site-info .container p {
  font-size: 10px;
}


/* ==============================================================================
header common
============================================================================= */

.site-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  border: none;
  border: 0;
  transition: .4s all;
}

@media screen and (min-width: 1024px) {
  .site-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0;
    border: none;
    border: 0;
    transition: .4s all;
  }
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
}

.site-header.is-active {
  position: fixed;
  backdrop-filter: blur(12px);
  background: #ffffff;
}

.site-branding .container {
  position: relative;
  padding: 36px 0 32px;
}

.site-header .site-branding .container {
  display: flex;
  max-width: inherit;
  position: relative;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

.site-title {
  float: left;
  font-size: 2.4rem;
  line-height: 1;
}

.site-title a {
  display: flex;
  color: #383838
}

.site-info>.container {
  padding: 30px 0;
}

.site-header .site-branding .container .site-title {
  z-index: 10;
  width: 100%;
  max-width: 12rem;
  padding: 1.2rem;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .site-header .site-branding .container .site-title {
    z-index: 10;
    float: initial;
    width: 100%;
    max-width: 14rem;
    padding: 1.2rem;
    margin: 0;
  }
}

.site-info {
  font-size: 1.2rem;
  text-align: right;
  background: #ffffff;
}

.site-header .site-branding .container .h-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

@media screen and (min-width: 1024px) {
  .site-header .site-branding .container .h-left {
    justify-content: flex-end;
  }
}


/* ----------------------------------------
* SP menu btn
---------------------------------------- */

.o-menu-header_btn {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  position: absolute;
  top: 1.6rem;
  right: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0s ease 0s, all 0.35s ease 0s;
  -moz-transition: all 0s ease 0s, all 0.35s ease 0s;
  transition: all 0s ease 0s, all 0.35s ease 0s;
}

@media screen and (min-width: 1024px) {
  .o-menu-header_btn {
    display: none;
  }
}

.o-menu-header_btn span {
  position: absolute;
  background: #182b4b;
  height: 1px;
  right: 0;
  -webkit-transition: all 0s ease 0s, all 0.35s ease 0s;
  -moz-transition: all 0s ease 0s, all 0.35s ease 0s;
  transition: all 0s ease 0s, all 0.35s ease 0s;
}

.o-menu-header_btn span:nth-child(1) {
  top: 0;
  width: 100%;
}

.o-menu-header_btn span:nth-child(2) {
  top: 50%;
  width: 75%;
}

.o-menu-header_btn span:nth-child(3) {
  top: 100%;
  width: 50%;
}

.o-menu-header_btn.open span:nth-child(1) {
  top: .22rem;
  opacity: 1;
  -webkit-transform: translateY(6px) rotate(225deg);
  -moz-transform: translateY(6px) rotate(225deg);
  -ms-transform: translateY(6px) rotate(225deg);
  transform: translateY(6px) rotate(225deg);
}

.o-menu-header_btn.open span:nth-child(2) {
  opacity: 0
}

.o-menu-header_btn.open span:nth-child(3) {
  top: 1.35rem;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(-6px) rotate(-225deg);
  -moz-transform: translateY(-6px) rotate(-225deg);
  -ms-transform: translateY(-6px) rotate(-225deg);
  transform: translateY(-6px) rotate(-225deg)
}


/* ==============================================================================
header nav common
============================================================================= */

.main-nav {
  border-top: 1px solid rgb(0 66 149 / 10%);
}

.site-header .site-branding .container .h-left .hd-txt01 {
  font-size: 1.2rem;
  color: #383838;
}

.site-header .site-branding .container .nav-right,
.site-header .site-branding .container .nav-right .menu-header_nav02-container,
.site-header .site-branding .container .nav-right .menu {
  display: flex;
  align-items: center;
  word-break: keep-all;
}

.site-header .site-branding .container .nav-right li {
  display: flex;
  align-content: center;
  justify-content: center;
  list-style-type: none;
}

.site-header .site-branding .container .nav-right li a {
  display: block;
  padding: 1.6rem;
  font-size: 1.8rem;
  line-height: 1;
}

.site-header .site-branding .container .nav-right li a:hover {
  opacity: .5;
}


/* ==============================================================================
header main nav common
============================================================================= */

.u-w100 {
  width: 100%;
  position: absolute;
  display: none;
  opacity: 0;
  top: 4.4rem;
  bottom: 0;
  left: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  padding: 2.4rem;
  z-index: 9999;
  background: #ffffff;
  transition: all .10s;
}

.u-w100.is-active {
  display: block;
  display: flex;
  opacity: 1;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: absolute;
  top: 4.4rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 2.4rem;
  background: #ffffff;
  border-top: 1px solid rgb(0 66 149 / 10%);
  transition: all .10s;
}

@media screen and (min-width: 1024px) {
  .u-w100 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    padding: 0;
    background: none;
  }
}

.main-nav {
  z-index: 9999;
  background: 0 0;
  border: 0;
}

.main-nav li {
  position: initial !important;
  float: left;
  width: 100%;
  padding: 0 !important;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .main-nav li {
    width: auto;
  }
}

.main-nav li::before {
  content: none !important;
}

.main-nav li a {
  display: block;
  padding: .2rem .6rem !important;
  font-size: 1.3rem;
  font-weight: 600;
  color: #383838;
  transition: all .2s;
}

@media screen and (min-width: 1024px) {
  .main-nav li a {
    font-weight: normal;
    padding: 14px 20px !important;
  }
}

.main-nav li .sub-menu {
  width: 100%;
  display: block;
  margin-left: 1rem;
  border-top: 1px solid rgb(0 66 149 / 10%);
}

@media screen and (min-width: 1024px) {
  .main-nav li .sub-menu {
    display: none;
    margin-left: 0;
    border-top: 1px solid rgb(0 66 149 / 10%);
  }
}

.main-nav li .sub-menu>li>a:hover {}

.main-nav li:hover>a {
  position: inherit !important;
  color: #383838;
  mix-blend-mode: normal;
  backdrop-filter: blur(3.2rem);
}

.main-nav li:hover .sub-menu {
  display: block !important;
}

.main-nav li:hover .sub-menu {
  position: absolute;
  top: inherit;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto !important;
  padding: 16px 0;
  background: #ffffff;
}

@media screen and (min-width: 1024px) {
  .main-nav li:hover .sub-menu {
    left: -140px;
  }
}

.main-nav li li a {
  display: block;
  padding: .2rem .6rem !important;
  font-size: 1.3rem;
  font-weight: 600;
  color: #383838;
  transition: all .2s;
}

.main-nav li li:hover>a {
  background: none !important;
  border: 0;
}

.main-nav li:hover .sub-menu li a {
  font-size: 1.4rem;
  line-height: 1;
}

/* ==============================================================================
home new/rank list
============================================================================= */

.home .sec-articles .sec-articles-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .home .sec-articles .sec-articles-list {
    flex-direction: row;
  }
}

.home .sec-articles .sec-articles-list::before {}

@media screen and (min-width: 1024px) {
  .home .sec-articles .sec-articles-list::before {
    position: absolute;
    top: 0;
    left: -25%;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
  }
}

@media screen and (min-width: 1024px) {
  .home .sec-articles .sec-articles-list::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: 150%;
    height: 100%;
    content: "";
  }
}

.home .sec-articles .sec-articles-list .sec-articles-ranking {
  width: 100%;
}

.en-ttl {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .2rem;
  margin: 0 !important;
  text-transform: uppercase;
}

.l-kv-info .en-ttl {
  font-size: 1.4rem;
}

.ja-ttl {
  position: relative;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  margin-bottom: 1.4rem !important;
}

@media screen and (min-width: 1024px) {
  .ja-ttl {
    margin-bottom: 40px !important;
  }
}

/* ==============================================================================
home categories list
============================================================================= */

.sec-categories {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sec-categories::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  content: "";
}

.sec-categories h2.h2-01 {
  position: relative;
  margin-bottom: 40px;
}

.sec-categories .sec-categories-element .sec-categories-top-wrap {
  margin: auto;
}

.sec-categories .sec-categories-element .sec-categories-top .cat01 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .sec-categories .sec-categories-element .sec-categories-top .cat01 {
    margin-bottom: 15px;
  }
}

.sec-categories .sec-categories-element .sec-categories-top p.ttl01 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin: 0 0 20px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.sec-categories .sec-categories-element .sec-categories-top p.txt01 {
  display: none;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .sec-categories .sec-categories-element .sec-categories-top p.txt01 {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}

.sec-categories .sec-categories-element .sec-categories-bot {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .sec-categories .sec-categories-element .sec-categories-bot {
    width: auto;
    padding: 0;
    margin: 0;
  }
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child {
    flex-direction: row;
  }
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-left {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-left {
    width: 70%;
    padding-right: 2%;
  }
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-left::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background: rgb(0 66 149 / 10%);
}

@media screen and (min-width: 1024px) {
  .sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-left::before {
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
    top: 46px;
    width: 1px;
    height: auto;
  }
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-left .list-article li {
  list-style-type: none;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-left .list-article li a .image01 {
  float: left;
  max-width: 112px;
  margin-right: 26px;
  border-radius: 50vw;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right {
  width: 100%;
  padding: 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right {
    width: calc(30% - 2%);
    padding: 12px 0 0;
  }
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-top {
  margin-bottom: 1.6rem;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-top h2 {
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: .2rem;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-bot h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  letter-spacing: .2rem;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-bot .sv-btn {
  margin-bottom: 1.6rem;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-bot .sv-btn::after {
  position: absolute;
  right: 1.6rem;
  bottom: 1rem;
  padding: 0;
  margin: 0;
  content: url();
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-bot a {
  display: block;
  padding: 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-bot .sv-ttl {
  color: #ffffff;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-bot .sv-sub-ttl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
}

.sec-categories .sec-categories-element .sec-categories-bot .sec-categories-bot-child .sec-categories-right .sec-categories-right-bot .sv-txt {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
}


/* ==============================================================================
home seminar list
============================================================================= */

.sec-seminar-show {
  position: relative;
  z-index: 1;
  background-color: rgb(0 66 149 / 4%);
  border-top: 1px solid rgb(0 66 149 / 10%);
}

.sec-seminar-show::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  background: url(../images/common/sec-seminar_bg.jpg);
  background-repeat: no-repeat;
  background-position: 42vw top;
  opacity: .9;
}

.sec-seminar-show::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  backdrop-filter: blur(.8rem);
}

.sec-seminar-show article {
  position: relative;
  padding: 0;
  margin: 0 auto;
  border: 0;
  transition: .4s all;
}

.sec-seminar-show article:hover {
  z-index: 1;
  box-shadow: 7px 7px 60px rgba(3, 93, 160, 40%);
  transition: .4s all;
}

.sec-seminar-show article a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 3.2rem;
  text-decoration: none;
  background: #ffffff;
  border: 0;
  box-shadow: 7px 7px 60px rgba(3, 93, 160, 20%);
  transition: .4s all;
}

@media screen and (min-width: 1024px) {
  .sec-seminar-show article a {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .sec-seminar-show article a {
    flex-direction: row;
  }
}

.sec-seminar-show article:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.sec-seminar-show article:last-child a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.sec-seminar-show article a:has(.status.__disable) {
  pointer-events: none;
  filter: grayscale(100%);
}

.sec-seminar-show article a .left-info .status {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: 3.2rem;
  height: calc(100% - 3.2rem);
  color: #930421;
  background-color: rgba(218, 15, 63, .1);
  border-radius: 50vw;
}

.sec-seminar-show article a .left-info .status span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .05em;
  word-break: keep-all;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.sec-seminar-show article a .left-info .status span::before {
  margin-right: 4px;
  font-weight: 600;
  content: "";
}

.sec-seminar-show article a .left-info .status.__disable {
  color: #383838;
  background-color: rgba(2, 3, 10, .1);
}

.sec-seminar-show article a .left-info .status.__disable span::before {
  content: "";
}

.sec-seminar-show article a .left-info .text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #383838;
  text-decoration-line: underline;
  margin-top: 4%;
}

.sec-seminar-show article a .left-info .text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 5px;
  background: url() no-repeat left;
  background-size: auto 12px;
}

.sec-seminar-show article a .center-info {
  flex: 1;
  max-height: 100px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 1024px) {
  .sec-seminar-show article a .center-info {
    overflow: hidden;
    max-height: 200px;
  }
}

.sec-seminar-show article a .center-info img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
}

@media screen and (min-width: 1024px) {
  .sec-seminar-show article a .center-info img {
    width: 100%;
    height: 100%;
  }
}

.sec-seminar-show article a .right-info {
  flex: 2;
  padding: 0 0 0 12%;
}

@media screen and (min-width: 1024px) {
  .sec-seminar-show article a .right-info {
    padding: 0;
  }
}

.sec-seminar-show article a .right-info .title {
  margin-bottom: 4%;
  font-size: 1.6rem;
  font-weight: 600;
}

.sec-seminar-show article a .right-info .str {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #383838;
  letter-spacing: .05rem;
}

.sec-seminar-show article a .right-info .more {
  font-size: 1.4rem;
  text-align: right;
}


/*==============================================================================
breadcrumb
============================================================================= */

.breadcrumb {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    font-size: 1.4rem;
  }

}

.breadcrumb a {}


/*==============================================================================
table common
============================================================================= */

.ul__table .tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  line-height: 1.4;
  flex-direction: column;
  border-bottom: 1px solid rgb(0 66 149 / 10%);
}

.contact.ul__table .tr {
  border: none;
}

@media screen and (min-width: 1024px) {
  .ul__table .tr {
    flex-direction: row;
  }
}

.ul__table .th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 0 0.6rem;
}

@media screen and (min-width: 1024px) {
  .ul__table .th {
    width: 36%;
    padding: 2rem;
  }
}

.ul__table .td {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0 1.2rem;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .ul__table .td {
    width: 64%;
    padding: 2rem;
  }
}

.ul__table.row .tr {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.ul__table.row .th {
  width: 50%;
  padding: 1.2rem 0 1.2rem 1.2rem;
}

.ul__table.row li:first-child .th {
  background: rgba(56, 56, 56, .4);
  color: #ffffff;
  font-weight: 600;
  padding: 1.2rem 0;
  justify-content: center;
}

.ul__table.row .td {
  width: 50%;
  align-items: center;
  justify-content: flex-end;
  padding: 1.2rem;
}

.ul__table.row li:first-child .td {
  background: rgba(56, 56, 56, .4);
  color: #ffffff;
  font-weight: 600;
  padding: 1.2rem 0;
  border-left: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .ul__table.row li:first-child .td {}
}

/*==============================================================================
h2
============================================================================= */

h2.bubble-ttl {
  text-align: center;
  background: none !important;
}

h2.bubble-ttl span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 4.6rem;
}

h2.bubble-ttl span:before {
  left: 0;
}

h2.bubble-ttl span:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

h2.bubble-ttl span:after {
  right: 0;
}

h2.bubble-ttl span:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

h2.bubble-ttl span:before,
h2.bubble-ttl span:after {
  content: '';
  position: absolute;
  bottom: 40%;
  display: inline-block;
  width: 3.6rem;
  height: 0.4rem;
  background-color: #004295;
  border-radius: .4rem;
}

/*==============================================================================
single/post common
============================================================================= */

.eyecatch {
  width: 100%;
  border-radius: .4rem;
  margin: 0 auto 1.6rem;
}

@media screen and (min-width: 1024px) {
  .eyecatch {
    margin: 0 auto 2.4rem;
  }
}

#ez-toc-container {
  width: 100% !important;
  background: rgba(236, 236, 236, .3) !important;
  border: none !important;
  border-radius: .4rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 1.6rem 0 3.2rem !important;
  padding: 1.6rem !important;
}

@media screen and (min-width: 1024px) {
  #ez-toc-container {
    margin: 2.4rem 0 4.8rem !important;
  }
}

span.ez-toc-cssicon {
  display: none;
}

.ez-toc-counter nav ul li a::before {
  content: counters(item, "-", decimal) "-" !important;
}

#ez-toc-container .ez-toc-toggle label,
#ez-toc-container label.cssicon,
#ez-toc-widget-container label.cssicon {
  display: none;
  font-size: 1.6rem !important;
  padding: 0;
  border: 1px solid rgba(236, 236, 236, .3) !important;
  border-radius: .4rem !important;
  cursor: pointer;
  top: 0;
  left: 0.4rem !important;
  width: 3.6rem !important;
  width: 3.6rem !important;
}

#ez-toc-container p.ez-toc-title {
  display: block !important;
  text-align: center;
  font-size: 2rem !important;
  font-weight: 600 !important;
  letter-spacing: .6rem;
  border-bottom: 1px solid rgba(236, 236, 236, .3) !important;
  margin: 0 !important;
  padding: 0 !important;
}

div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  font-size: 100% !important;
  margin: 0 .6rem 0 0 !important;
}

#ez-toc-container ul li {
  margin: .4rem 0 !important;
}

@media screen and (min-width: 1024px) {
  #ez-toc-container ul li {
    margin: 1rem 0 !important;
  }
}

#ez-toc-container ul li a {
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

#ez-toc-container a {
  font-weight: 600 !important;
  display: block;
  padding: .6rem 0;
  font-size: 1.6rem;
}

#ez-toc-container ul li ul li {
  border: none !important;
}

#ez-toc-container ul li ul li a {
  color: #383838 !important;
  font-weight: normal !important;
  border: none !important;
}

.o-single__meta {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: normal;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .o-single__meta {
    flex-direction: row;
    align-items: center;
  }
}

.o-single__meta .o-single__tag .o-list-tags-link {
  background: none;
}

.o-single__meta .o-list-tags-link {
  float: left;
  text-align: center;
  margin-right: .8rem;
  margin-bottom: .8rem;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .o-single__meta .o-list-tags-link {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.o-single__meta .o-single__tag {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .o-single__meta .o-single__tag {
    width: 80%;
  }
}


.o-single__meta .o-single__cat .o-list-tags-link {
  font-size: 1.6rem;
  margin-right: 0;
  padding: .8rem 1.4rem;
  background: none;
}

@media screen and (min-width: 1024px) {
  .o-single__meta .o-single__cat .o-list-tags-link {
    font-size: 1.8rem;
    margin-right: 0;
    padding: 1rem 2rem;
  }

}

.o-single__meta .o-single__cat .o-list-tags-link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: .6rem;
  border-radius: 50vw;
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.o-single__meta .o-single__cat:hover .o-list-tags-link:after {
  background: #ffffff;
}

.second-column img.alignnone {
  margin-bottom: 2.4rem;
}

.page .second-column h2,
.single-post .second-column h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  padding: 1.2rem 1.6rem;
  background: rgba(236, 236, 236, .3);
}

@media screen and (min-width: 1024px) {

  .page .second-column h2,
  .single-post .second-column h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.page .second-column h3,
.single-post .second-column h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 1.6rem;
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

.page .second-column h4,
.single-post .second-column h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}

.page .second-column .post-content p,
.page .second-column .post-content pre .single-post .second-column .post-content p,
.single-post .second-column .post-content pre {
  margin: 0 0 1.6em;
  line-height: 2;
}

.post-share h4 {
  background: rgba(236, 236, 236, .3);
  padding: 1.2rem;
  margin-bottom: 0 !important;
}

.post-sns ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (min-width: 1024px) {
  .post-sns ul {
    flex-direction: row;
  }
}

.post-sns ul li {
  width: 100%;
  flex-basis: calc((100% - 4%) / 1);
  text-align: center;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

@media screen and (min-width: 1024px) {
  .post-sns ul li {
    width: 50%;
    flex-basis: calc((100% - 4%) / 2);
    text-align: center;
    border: none;
    border-right: 1px solid rgba(47, 47, 47, .1);
  }
}

.post-sns ul li:last-child {
  border-right: none;
}

.post-sns ul li a {
  display: block;
  font-size: 2rem;
  padding: 2.4rem;
  font-weight: 600;
}

.o-single__date {
  float: right;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .o-single__date {
    font-size: 1.4rem;
  }
}

/* single ul */
.second-column .post-content .post-ul {
  list-style-type: disc;
  padding: 1em 1em 1em 2.5em;
  border-left: 1px solid rgba(47, 47, 47, .1);
  margin-bottom: 2.4rem;
}

.second-column .post-content .post-ul li {
  padding: .3rem .3rem .3rem 0;
}

.second-column .post-content .post-ul li::marker {
  font-size: 1.1em;
}

/* blockquote */
blockquote {
  position: relative;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  background: rgba(236, 236, 236, .3);
  border-radius: .4rem;
}

/*
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23004295%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}
*/
blockquote ul {
  border-left: none !important;
  background: none !important;
  margin-bottom: 1.2rem;
}

blockquote p {
  margin-top: 0;
}

blockquote cite {
  content: "";
  display: block;
  font-size: .8em;
  text-align: right;
}

/* cta */
.post-cta {
  margin: 0;
  background: rgba(236, 236, 236, .3);
  border-radius: 8px;
}

.post-cta .post-cta-inner {
  padding: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .post-cta .post-cta-inner {
    padding: 3.2rem;
  }
}

.post-cta .cta-post-title {
  font-size: 1.6rem !important;
  color: #383838 !important;
  padding: 1.6rem 1.6rem 0;
  text-align: center;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
  .post-cta .cta-post-title {
    font-size: 2rem !important;
    padding: 2.4rem;
  }
}

.post-cta h5 {
  font-size: 1.6rem !important;
  text-align: center;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

@media screen and (min-width: 1024px) {
  .post-cta h5 {
    text-align: left;
  }
}

.post-cta ul li {
  font-size: 1.4rem;
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: .2rem .6rem .2rem 2.8rem;
}

.post-cta ul li:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 6.4px;
  width: 4px;
  height: 6px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: opacity .4s;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .post-cta ul li:before {
    top: calc(50% - 8.6px);
    left: 7px;
    width: 5px;
    height: 8px;
  }
}

.post-cta ul li:after {
  content: '';
  position: absolute;
  display: block;
  top: calc(50% - 1rem);
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  width: 2rem;
  background: #FE7000;
  border-radius: 50vw;
  transition: border-color .4s;
}

@media screen and (min-width: 1024px) {
  .post-cta ul li:after {
    top: calc(50% - 1.3rem);
    height: 2.2rem;
    width: 2.2rem;
  }
}

.post-cta .post-cta-btn {
  transition: .4s all;
}

.post-cta .post-cta-img {
  width: 100%;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .post-cta .post-cta-img {
    width: 30%;
  }
}

.post-cta .post-cta-img img {
  width: 100%;
  border-radius: .4rem;
}

.post-cta .post-cta-cont {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .post-cta .post-cta-cont {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .post-cta .post-cta-cont ul {
    width: 68%;
  }
}

.post-cta p {
  margin-bottom: 1em;
}

.post-cta .post-cta-btn a {
  display: flex;
  padding: 1.6rem;
  width: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50vw;
  background: #FE612C;
  background: -o-linear-gradient(left, #FE612C 0%, #FFA12C 50%);
  background: -webkit-gradient(linear, left top, right top, from(#FE612C), to(#FFA12C));
  background: linear-gradient(to right, #FE612C 0%, #FFA12C 60%);
  transition: .4s all;
}

.post-cta .post-cta-btn a:hover {
  background: #FE612C;
  background: -o-linear-gradient(left, #FFA12C 0%, #FE612C 50%);
  background: -webkit-gradient(linear, left top, right top, from(#FFA12C), to(#FE612C));
  background: linear-gradient(to right, #FFA12C 0%, #FE612C 60%);
  transition: .4s all;
}

@media screen and (min-width: 1024px) {
  .post-cta .post-cta-btn a {
    width: 80%;
  }
}

/*==============================================================================
関連する記事
============================================================================= */

.sec-articles-relations .ja-ttl {
  position: relative;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  margin-bottom: 1.2rem !important;
  padding: 0 !important;
  background: none !important;
}

/*==============================================================================
ページネーション
============================================================================= */

.nav-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-top: 1px solid rgba(47, 47, 47, .1);
}

@media screen and (min-width: 1024px) {
  .nav-links {
    flex-direction: row;
  }
}

.nav-links li {
  width: 100%;
  flex-basis: calc((100% - 4%) / 1);
  border-bottom: 1px solid rgb(0 66 149 / 10%);
}

@media screen and (min-width: 1024px) {
  .nav-links li {
    width: 50%;
    flex-basis: calc((100% - 4%) / 2);
    text-align: center;
    padding: 1.6rem;
    border: none;
    border-right: 1px solid rgb(0 66 149 / 10%);
  }
}

.nav-links li:last-child {
  border-right: none;
}

.nav-links li a {
  display: block;
  font-size: 1.4rem;
  padding: 1.6rem;
}

/*==============================================================================
side
============================================================================= */

.second-column {
  position: relative;
}

.side-inner {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  padding: 3.2rem 3.2rem 3.2rem 0;
}

@media screen and (min-width: 1024px) {
  .side-inner {
    display: block;
    padding: 4.6rem 4.6rem 4.6rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .single-property .side-inner {
    color: #383838;
    background-color: rgb(0 66 149 / 4%);
  }
}

@media screen and (min-width: 1024px) {
  .single-property .side-inner {
    background-color: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .side-inner.is-active {
    border-top-right-radius: 8px;
    margin: -8% 0 0;
  }
}

.o-card.__side-author .o-card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .4s all;
}

.o-card.__side-author .o-card-thumb {
  position: relative;
  display: flex;
  height: 100%;
  padding: 3.2rem 3.2rem 0 3.2rem;
}

.o-card.__side-author .o-card-thumb-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 160px;
  margin: auto;
  overflow: hidden;
  border-radius: .4rem;
  transition: .4s all;
}

.o-card.__side-author .o-card-thumb-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.o-card.__side-author .o-card-thumb-image,
.o-card.__side-author .o-card-thumb-image>img {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  margin: auto;
  object-fit: cover;
  border-radius: 50vw;
  transition: .4s all;
}

.o-card.__side-author .o-card-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #004295;
  transition: .4s all;
}

.o-card.__side-author .o-card-txt {
  display: -webkit-box;
  min-height: 60px;
  max-height: 82px;
  overflow: hidden;
  box-orient: vertical;
}

.page .second-column .side-inner h2 {
  background: none;
}

.page .side-inner li {
  border-bottom: 1px solid rgb(0 66 149 / 10%);
}

.page .side-inner li a {
  display: block;
  padding: 1.6rem 0 1.6rem 1.2rem;
}


/* ----------------------------------------
* property
---------------------------------------- */

#property .slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: .3;
  transition: opacity .25s;
  cursor: pointer;
}

#property .slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .65;
}

#property .slick-slider .slick-prev {
  left: 0;
}

#property .slick-slider .slick-next {
  right: 0;
}

#property .property-images {
  width: 100%;
  margin: 0 auto;
}

#property .property-images li,
#property .property-images figure,
#property .property-images a,
#property .property-images img {
  width: 100%;
  display: block;
  outline: none;
  border: none;
}

#property .property-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}

#property .property-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

#property .property-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.thumb-main img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .thumb-main img {
    height: 25vw;
  }
}

#property .property-images .thumb-nav {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}

#property .property-images .thumb-nav.slick-slider .slick-prev,
#property .property-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}

#property .property-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}

#property .property-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}

#property .property-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

#property .property-images .thumb-nav li img {
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}

#property .property-images .thumb-nav li:hover,
#property .property-images .thumb-nav li:focus {
  border-color: #999;
}

#property .property-images .thumb-nav li.slick-current img {
  border-color: #b2c6df;
}


/* side content */

#side .ul__table .td {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0 1.2rem;
  flex-direction: row;
}


/* main content */

.bop__table {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .bop__table {
    flex-direction: row;
  }
}

.bop__table .ul__table .tr {
  width: 100%;
  flex-direction: row;
}

.bop__table .ul__table .th {
  width: 75%;
  box-sizing: border-box;
  padding: 2rem 0 2rem 2rem;
}

@media (min-width: 1024px) {
  .bop__table .ul__table .th {
    width: 50%;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  ul.ul__table.last .ul__table .th {
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0;
  }
}

.bop__table .ul__table .td {
  width: 50%;
  padding: 2rem 2rem 2rem 0 !important;
}

#bop .ul__table .td,
.bop__table .ul__table .td {
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  padding: 2rem;
}

ul.ul__table.last .tr {
  font-size: 1.4rem;
  flex-direction: row;
}

ul.ul__table.last .th {
  width: 30%;
  font-size: 1.4rem;
  padding: 2rem 0 2rem 2rem;
}

ul.ul__table.last .td {
  width: 70%;
  font-size: 1.8rem;
  padding: 2rem 2rem 2rem 0;
}

ul.ul__table.last .td small {
  font-size: 1.2rem !important;
}

.txt-img {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .txt-img {
    flex-direction: row;
  }
}

.txt-img .txt-area {
  width: 100%;
  padding: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .txt-img .txt-area {
    width: 30%;
  }
}

.access-txt-area.column {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 30px;
  box-sizing: border-box;
}

.access-txt-area {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 30px;
  box-sizing: border-box;
}

.access-txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}

.access-txt-area.column .access-txt {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 1.6rem;
}

.access-txt-area.border .access-txt {
  font-size: 28px;
}

.access-txt .sub {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 4px;
}

.access-txt-area.column .access-txt {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 28px;
}

.access-txt-area .access-txt .num {
  font-size: 40px;
  color: #da0f3f !important;
}

.num.f-c-bro.font-u {}

.txt-img .img-area-bg {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 1024px) {
  .txt-img .img-area-bg {
    width: calc(100% - 30%);
  }
}

.txt-img .img-area-bg>div {
  height: 100%;
  left: 0;
  background-size: auto;
  background-position: center left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-propertiesContact__buttons .o-card-btn-link {
  display: block;
  padding: 2.4rem;
  color: #ffffff;
}

.c-block__ctaTelNumber .o-card-btn-link {
  display: block;
  padding: 2.4rem;
  color: #ffffff;
}



.o-btn::before {
  transition: all 0.6s;
  z-index: -1;
  background: none;
  background: -o-linear-gradient(left, #FE612C 0%, #FFA12C 50%);
  background: -webkit-gradient(linear, left top, right top, from(#FE612C), to(#FFA12C));
  background: linear-gradient(to right, #FE612C 0%, #FFA12C 50%);
}

.o-btn::after {
  z-index: -2;
  background: none;
  background: -o-linear-gradient(left, #FFA12C 0%, #FE612C 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFA12C), to(#FE612C));
  background: linear-gradient(to right, #FFA12C 0%, #FE612C 100%);
}

.contact_us_tel {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 1024px) {
  .contact_us_tel {
    width: 75%;
  }
}

.contact_us_tel h3 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2.2rem;
  padding-bottom: 1rem;
  letter-spacing: 0em;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .contact_us_tel h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 3.2rem;
    padding-bottom: 2rem;
  }
}

.contact_us_tel h3:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  margin-left: -16px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #182b4b;
}

.contact_us_tel hr {
  background-color: rgb(0 66 149 / 10%);
  height: 1px;
  border: none;
  margin: 3.2rem auto;
}

.contact_us_tel .clm {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .contact_us_tel .clm {
    width: 80%;
    margin: 0 auto;
  }
}

.contact_us_tel .clm address {
  display: block;
  text-align: center;
  margin-bottom: 1.4rem;
}

@media (min-width: 1024px) {
  .contact_us_tel .clm address {
    margin-bottom: 2.4rem;
  }
}

.contact_us_tel address {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2.8vw;
  margin: 0 0 12px;
}

@media (min-width: 1024px) {
  .contact_us_tel address {
    font-size: 2vw;
    line-height: 1;
  }
}

.contact_us_tel address svg {
  width: 4.2vw;
  fill: #182b4b;
  vertical-align: revert;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

@media (min-width: 1024px) {
  .contact_us_tel address svg {
    width: 1.6vw;
  }
}

.contact_us_tel .clm address:hove svg {
  fill: #a99664;
}

.contact_us_tel .clm .cmt {
  color: #a99664;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  background: rgba(169, 150, 100, .05);
  padding: 0.8rem 0.8rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .contact_us_tel .clm .cmt {
    width: 70%;
  }
}

.single-property .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
  /* 比率を4:3に固定 */
}

.single-property iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*==============================================================================
form parts common
============================================================================= */

form input[type="submit"],
form button {
  display: flex;
  padding: 1.6rem;
  width: 300px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50vw;
  background: #FE612C;
  background: -o-linear-gradient(left, #FE612C 0%, #FFA12C 50%);
  background: -webkit-gradient(linear, left top, right top, from(#FE612C), to(#FFA12C));
  background: linear-gradient(to right, #FE612C 0%, #FFA12C 50%);
}

form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

span.free,
span.required {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 1rem;
  padding: 3px 6px;
  margin-left: 6px;
  line-height: 1;
  vertical-align: middle;
  color: #ffffff;
  background: #DA0F3F;
  border-radius: .2rem;
  font-weight: 500;
}

span.free {
  background: #383838;
}

@media screen and (min-width: 1024px) {

  span.free,
  span.required {
    font-size: 1.2rem;
  }
}

label.form-control-label {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

label.form-control-label .selection {
  color: #DA3F3D;
}

.text-group label.form-control-label {
  text-align: left;
}

.show-error {
  display: none;
}

.show-error,
.formrun-system-show {
  margin-top: 8px;
  color: #DA3F3D;
}


/* iOS用zoom off*/

select {
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: scale(calc(16 / 16));
  transform: scale(calc(16 / 16));
}


/* Chrome 青い枠を消す */

*:focus {
  outline: none;
}


/* input Reset */

form input[type=text],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=number],
form input[type=date],
form textarea {
  -webkit-appearance: none;
}


/* Form Setting */

form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

form input[type=text],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=number],
form input[type=date],
textarea,
form textarea,
.select,
.mwform-radio-field-text,
.mwform-checkbox-field-text,
.radio-item,
.agree-box {
  cursor: pointer;
  width: 100%;
  padding: 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
  color: #383838;
  background: #ffffff;
  border: 1px solid rgba(47, 47, 47, .1);
  outline: none;
  box-sizing: border-box;
  -webkit-transform: scale(calc(16 / 16));
  transform: scale(calc(16 / 16));
  border-radius: .4rem;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {

  form input[type=text],
  form input[type=email],
  form input[type=url],
  form input[type=tel],
  form input[type=number],
  form input[type=date],
  textarea,
  form textarea,
  .select,
  .mwform-radio-field-text,
  .mwform-checkbox-field-text,
  .radio-item,
  .agree-box {
    width: 100%;
    padding: 1.2rem;
  }
}

textarea {
  width: 100%;
}


/* Select */

.select-box {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.select-box::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 6px;
  width: .6rem;
  height: .6rem;
  border-top: 2px solid #383838;
  border-right: 2px solid #383838;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

@media screen and (min-width: 1024px) {
  .select-box::after {
    top: calc(50% - .6rem);
    right: 2rem;
  }
}

.select {
  content: "";
  cursor: pointer;
  z-index: 1;
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (min-width: 1024px) {
  .select {}
}

option {
  background: #ffffff;
}


/* Radio & Checkbox */

.form-check-label.form-check-inline {}

.radio-box {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .radio-box {}
}


/* Radio Checkbox */

input[type=radio],
input[type=checkbox] {
  display: none;
}

.mwform-radio-field-text,
.radio-item,
.mwform-checkbox-field-text,
.checkbox-item {
  width: 100%;
  box-sizing: border-box;
  transition: background-color .4s;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1.1rem .6rem 1.1rem 3rem;
  border-radius: .4rem;
  background: #ffffff;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {

  .mwform-radio-field-text,
  .radio-item,
  .mwform-checkbox-field-text,
  .checkbox-item {
    padding: 1.4rem 1.4rem 1.4rem 5.2rem;
  }
}

.mwform-radio-field-text:hover,
.radio-item:hover,
.mwform-checkbox-field-text:hover,
.checkbox-item:hover {
  background: rgba(66, 103, 178, .08);
}

input[type=radio]:checked+.mwform-radio-field-text,
input[type=radio]:checked+.radio-item,
input[type=checkbox]:checked+.mwform-checkbox-field-text,
input[type=checkbox]:checked+.checkbox-item {
  font-weight: 600;
  border: 1px solid #4267b2 !important;
  background: rgba(66, 103, 178, 0.1) !important;
}

.mwform-radio-field-text:after,
.radio-item:hover:after,
.mwform-checkbox-field-text:after,
.checkbox-item:hover:after {
  border-color: #53b300;
}

.mwform-radio-field-text:after,
.radio-item:after,
.mwform-checkbox-field-text:after,
.checkbox-item:after {
  position: absolute;
  display: block;
  top: calc(50% - 1.1rem);
  left: .4rem;
  right: 0;
  bottom: 0;
  height: 2.2rem;
  width: 2.2rem;
  background: rgba(203, 209, 216, .4);
  border-radius: 50%;
  content: '';
  transition: border-color .4s;
}

@media screen and (min-width: 1024px) {

  .mwform-radio-field-text:after,
  .radio-item:after,
  .mwform-checkbox-field-text:after,
  .checkbox-item:after {
    top: calc(50% - 1.4rem);
    left: .8rem;
    right: 0;
    bottom: 0;
    height: 2.8rem;
    width: 2.8rem;
  }
}

.mwform-radio-field-text:before,
.radio-item:before,
.mwform-checkbox-field-text:before,
.checkbox-item:before {
  content: '';
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 1.2rem;
  width: 0.4rem;
  height: 0.8rem;
  border-bottom: 0.24rem solid #ffffff;
  border-right: 0.24rem solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: opacity .4s;
  opacity: 0;
  z-index: 99999;
}

@media screen and (min-width: 1024px) {

  .mwform-radio-field-text:before,
  .radio-item:before,
  .mwform-checkbox-field-text:before,
  .checkbox-item:before {
    top: calc(50% - 0.8rem);
    left: 1.8rem;
    width: 0.4rem;
    height: 1rem;
    border-bottom: 0.3rem solid #ffffff;
    border-right: 0.3rem solid #ffffff;
  }
}

input[type=radio]:checked+.mwform-radio-field-text::after,
input[type=radio]:checked+.radio-item::after,
input[type=checkbox]:checked+.mwform-checkbox-field-text::after,
input[type=checkbox]:checked+.checkbox-item::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #4267b2;
  content: '';
  z-index: 1;
}

@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: absolute;
  }

  100% {
    height: 90px;
    width: 90px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
  }
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: absolute;
  }

  100% {
    height: 90px;
    width: 90px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
  }
}

input[type=radio]:checked+.mwform-radio-field-text:before,
input[type=radio]:checked+.radio-item:before,
input[type=checkbox]:checked+.mwform-checkbox-field-text:before,
input[type=checkbox]:checked+.checkbox-item:before {
  opacity: 1;
}

/* check row */

.radio-box.row-02,
.check-box.row-02,
.radio-box.row-03,
.check-box.row-03,
.radio-box.row-04,
.check-box.row-04,
.radio-box.row-05,
.check-box.row-05,
.radio-box.row-06,
.check-box.row-06,
.radio-box.row-07,
.check-box.row-07 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.radio-box.row-02 .mwform-radio-field.horizontal-item,
.check-box.row-02 .mwform-checkbox-field.horizontal-item {
  width: calc((100% - 4%)/2);
}

@media screen and (min-width: 1024px) {

  .radio-box.row-02 .mwform-radio-field.horizontal-item,
  .check-box.row-02 .mwform-checkbox-field.horizontal-item {
    width: calc((100% - 1.5%)/2);
  }
}

.radio-box.row-03 .mwform-radio-field.horizontal-item,
.check-box.row-03 .mwform-checkbox-field.horizontal-item {
  width: calc((100% - 4%)/3);
}

@media screen and (min-width: 1024px) {

  .radio-box.row-03 .mwform-radio-field.horizontal-item,
  .check-box.row-03 .mwform-checkbox-field.horizontal-item {
    width: calc((100% - 4%)/3);
  }
}

.radio-box.row-04 .mwform-radio-field.horizontal-item,
.check-box.row-04 .mwform-checkbox-field.horizontal-item {
  width: calc((100% - 4%)/2);
}

@media screen and (min-width: 1024px) {

  .radio-box.row-04 .mwform-radio-field.horizontal-item,
  .check-box.row-04 .mwform-checkbox-field.horizontal-item {
    width: calc((100% - 4%)/4);
  }
}

.radio-box.row-04::after,
.check-box.row-04::after {
  content: "";
  display: block;
  width: 24%;
}

.radio-box.row-06 .mwform-radio-field.horizontal-item,
.check-box.row-06 .mwform-checkbox-field.horizontal-item {
  width: calc((100% - 8%)/3);
}

@media screen and (min-width: 1024px) {

  .radio-box.row-06 .mwform-radio-field.horizontal-item,
  .check-box.row-06 .mwform-checkbox-field.horizontal-item {
    width: calc((100% - 7%)/6);
  }
}

.radio-box.row-06::after,
.check-box.row-06::after {
  content: "";
  display: block;
  width: 24%;
}

/* check-box vertical */
.vertical-item .mwform-checkbox-field-text {
  font-size: 0;
}


/* form success */

.form-control-success,
.formrun-has-success {
  border: 1px solid #00b1f4 !important;
  box-shadow: 0 -6px 20px 0 rgba(0, 151, 255, 20%), 0 6px 20px 0 rgba(0, 151, 255, 20%) !important;
}

/* form error danger */

.form-control-error,
.form-control-dange,
.formrun-has-error,
.formrun-has-danger,
.is-error .form-control,
.is-error .formrun-has-success {
  border: 1px solid rgba(218, 15, 63, 0.4) !important;
  box-shadow: 0 -6px 20px 0 rgba(218, 15, 63, 0.1), 0 6px 20px 0 rgba(218, 15, 63, 0.1) !important;
}


/* auto complete */

#ui-id-1 {
  width: 300px !important;
  padding: 1.6rem;
  border-radius: .4rem;
  background: #ffffff !important;
  box-shadow: 0px 0px 12px 0px #f0f4f7 !important;
}

li.ui-menu-item {
  width: auto;
  font-size: 1.6rem;
  padding: .6rem 0;
  margin: .6rem 0;
  cursor: pointer;
}

.harassment,
.agree {
  width: 100%;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.harassment p,
.agree h2,
.agree h3,
.agree h4,
.agree p {
  color: #383838;
  font-size: 1.4rem;
}

.harassment-box {
  overflow-y: auto;
  width: 100%;
  height: 70px;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid rgb(0 66 149 / 10%);
  box-sizing: border-box;
  border-radius: .4rem;
  padding: 1.4rem;
  background-color: #ffffff;
  overflow-y: scroll;
}

.agree-box {
  overflow-y: auto;
  width: 100%;
  height: 120px;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid rgb(0 66 149 / 10%);
  box-sizing: border-box;
  border-radius: .4rem;
  padding: 1.4rem;
  background-color: #ffffff;
  overflow-y: scroll;
  cursor: auto;
}

.harassment-box::-webkit-scrollbar,
.agree-box::-webkit-scrollbar {
  width: 8px;
}

.harassment-box::-webkit-scrollbar-track,
.agree-box::-webkit-scrollbar-track {}

.harassment-box::-webkit-scrollbar-thumb,
.agree-box::-webkit-scrollbar-thumb {
  height: 32px;
  border-radius: 50vw;
  background-color: #4267b2;
}

.agree .radio-group {
  display: flex;
  justify-content: center;
}


/* 個人情報欄非表示 */

#user-personal-form {
  /*display: none;*/
}


/* Agree */

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

.agree.check .mwform-radio-field-text,
.agree.check .radio-item {
  border: 1px solid rgba(218, 15, 63, 0.8);
  background: rgba(218, 15, 63, 0.1);
}

.agree.check .mwform-radio-field-text:after,
.agree.check .radio-item:after {
  background: #ffffff;
}

#mw_wp_form_mw-wp-form-704 .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.mwform-radio-field.horizontal-item,
.mwform-checkbox-field.horizontal-item {
  display: block;
  margin-top: .4rem;
  margin-bottom: .4rem;
}

/*
.mw_wp_form .horizontal-item:nth-child(2) {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
*/
.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  #mw_wp_form_mw-wp-form-704 .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 10px;
  }
}

.mw_wp_form .error {
  display: block !important;
  width: 100%;
  font-size: 93%;
  color: #DA3F3D;
  margin-top: 8px;
}

.mw_wp_form_confirm .select-box::after,
.mw_wp_form_preview .select-box::after {
  display: none;
}

/*==============================================================================
thanks・que pre page
============================================================================= */

.page-template-page-thanks .site-branding {
  position: relative;
  width: 100%;
  padding: 8px 0;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0 6px 16px 0 rgba(189, 204, 204, .2);
}

.page-template-page-thanks .m_seminar_002-lp #header p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #003280;
}

.page-template-page-thanks .site-branding #logo {
  display: flex;
  width: 100px;
  height: auto;
  margin: auto;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .page-template-page-thanks .site-branding #logo {
    width: 140px;
  }
}

.page-template-page-thanks .site-branding #logo img {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .page-template-page-thanks .site-branding #logo img {
    width: 140px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-thanks .second-column .post-content {
    margin: 4% 0 0;
  }
}

.page-template-page-thanks #content p {
  font-size: 1.4rem !important;
  margin: 0 0 1rem !important;
  line-height: 1.4 !important;
}

.page-template-page-thanks .campaign {
  background: #f5d129;
  border-radius: .4rem;
}

.page-template-page-thanks img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.page-template-page-thanks .btn {
  max-width: 300px;
}


.btn-outer {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.btn-outer .btn-copy {
  color: #1e2e3e;
}

.btn-outer .btn-copy:before,
.btn-outer .btn-copy:after {
  background-color: #1e2e3e;
}

.btn-outer .btn {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  padding: 2rem;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 50vw;
  border: none;
  transition: .3s;
}

.btn-outer .btn:hover {
  margin-top: 5px;
  transition: .3s;
  opacity: 1;
}

.btn-outer .btn {
  color: #1e2e3e;
  background: #ffffff;
  border-bottom: 6px solid #bcbfc2;
}

.btn-outer .btn:hover {
  background: #e2e6ea;
  margin-top: 5px;
  border-bottom: 1px solid #bcbfc2;
}

.btn-outer .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 16px !important;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1e2e3e;
  border-right: 2px solid #1e2e3e;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.btn-outer .yellow.btn {
  background: #f5d129;
}

.btn-outer .yellow.btn {
  color: #1e2e3e;
  background: #f5d129;
  border-bottom: 6px solid #dcbc24;
}

.btn-outer .yellow.btn:hover {
  background: #f5d129;
  border-bottom: 1px solid #dcbc24;
}

#form-link {
  /*-webkit-animation: floatH 2s ease-in-out infinite alternate;*/
  /*animation: floatH 2s ease-in-out infinite alternate;*/
  -webkit-animation: dokidoki 0.7s ease 0s infinite alternate;
  animation: dokidoki 0.7s ease 0s infinite alternate;
}

@-webkit-keyframes dokidoki {
  from {
    transform: scale(0.92, 0.92);
  }

  to {
    transform: scale(1, 1);
  }
}

@keyframes dokidoki {
  from {
    transform: scale(0.92, 0.92);
  }

  to {
    transform: scale(1, 1);
  }
}


/*
  / modal content Design
  */
.modal__content {
  font-size: 1.2rem;
  line-height: 1.2;
}

.modal__trigger {
  padding: 1.2rem;
  font-family: 1.4rem;
  line-height: 1;
  color: #383838;
  background: #ffffff;
  border-radius: .8rem;
}

.modal__content h2 {
  font-size: 1.6rem !important;
  text-align: center !important;
  margin-bottom: .8rem !important;
  padding: .8rem !important;
}

.modal__content h3 {
  font-size: 1.4rem !important;
  padding-left: 0 !important;
  padding-bottom: .8rem !important;
  margin-top: .8rem !important;
  margin-bottom: .8rem !important;
  border-bottom: 1px solid rgba(47, 47, 47, .3) !important;
}

.modal__content p {
  margin: 0 0 1em !important;
  line-height: 1.4 !important;
}

.modal__content p.copy {
  font-size: 1rem;
}

.modal__content ol,
.modal__content ul {
  margin-bottom: 1.4rem;
}

.modal__content li {
  position: relative;
  line-height: 1.4;
  padding: 0.6rem 0 0.6rem 0.8rem;
  border-bottom: 1px dashed rgba(47, 47, 47, .3);
}

.modal__content li::before {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  left: 0;
  width: 3px;
  height: 3px;
  background: #383838;
  border-radius: 50vw;
}

.modal__link {
  margin: 0 0 .6rem !important;
  line-height: 1 !important;
}



/*==============================================================================
que pre page
============================================================================= */

.pre-que {}

.pre-que label.form-control-label {
  line-height: 1.4 !important;
}

.pre-que .ul__table .tr {
  flex-direction: row !important;
  border: 1px solid rgba(47, 47, 47, .1);
  border-bottom: none;
  border-radius: .4rem;
}

.pre-que .ul__table .th {
  width: 28%;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  padding: 0;

}

.pre-que .ul__table .td {
  width: 36%;
  padding: 0;
  text-align: center;
}


.pre-que .ul__table .td.products-01 {
  border-left: 1px solid rgba(47, 47, 47, .1);
  border-right: 1px solid rgba(47, 47, 47, .1);
}

.pre-que .ul__table .mwform-checkbox-field.horizontal-item {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pre-que .ul__table input[type=checkbox]:checked+.mwform-checkbox-field-text::before {
  z-index: 99999;
}

.pre-que .ul__table input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #4267b2;
  content: '';
  z-index: 9999;
}

.pre-que .ul__table .mwform-checkbox-field-text {
  border-radius: 0;
  border: none;
  font-size: 0;
  padding: 2.1rem;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

.pre-que .ul__table .field-text {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.45rem 0;
  background: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(47, 47, 47, .1);
}

.pre-que .ul__table .th .field-text {
  padding-left: 1.4rem;
}

.pre-que .ul__table .mwform-radio-field-text:after,
.pre-que .ul__table .mwform-checkbox-field-text:after {
  position: absolute;
  display: block;
  top: calc(50% - 1.1rem);
  left: calc(50% - 1.1rem);
}

@media screen and (min-width: 1024px) {

  .pre-que .ul__table .mwform-radio-field-text:after,
  .pre-que .ul__table .mwform-checkbox-field-text:after {
    top: calc(50% - 1.4rem);
    left: calc(50% - 1.4rem);
  }
}

.pre-que .ul__table .mwform-radio-field-text:before,
.pre-que .ul__table .mwform-checkbox-field-text:before {
  content: '';
  position: absolute;
  top: calc(50% - 0.6rem);
  left: calc(50% - 0.4rem);
}

@media screen and (min-width: 1024px) {

  .pre-que .ul__table .mwform-radio-field-text:before,
  .pre-que .ul__table .mwform-checkbox-field-text:before {
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.4rem);
  }
}

.pre-que .ul__table input[type=radio]:checked+.mwform-radio-field-text,
.pre-que .ul__table input[type=checkbox]:checked+.mwform-checkbox-field-text {
  border: none !important;
  border-bottom: 1px solid rgba(47, 47, 47, .1) !important;
}


.submit-outer {
  display: flex;
}

.submit-outer form input[type="submit"] {
  width: calc((100% - 4%) / 2);
}

.submit-outer input.lp-submit.submit.gray {
  color: #383838;
  background: #f0f4f7;
}

/*==============================================================================
single category color scheme
============================================================================= */

.o-list-tags-link.insurance {
  border: 1px solid rgb(84, 109, 172);
}

.o-list-tags-link.extra-income {
  border: 1px solid rgb(172, 84, 84);
}

.o-list-tags-link.tax-saving {
  border: 1px solid rgb(255, 210, 84);
}

.o-list-tags-link.savings {
  border: 1px solid rgb(172, 84, 172);
}

.o-list-tags-link.investment {
  border: 1px solid rgb(84, 172, 109);
}

.o-list-tags-link.ideco {
  border: 1px solid rgb(235, 64, 152);
}

.o-list-tags-link.nisa {
  border: 1px solid rgb(42, 109, 128);
}

.o-list-tags-link.real-estate-investment {
  border: 1px solid rgb(135, 182, 90);
}

.o-list-tags-link.investment-trust {
  border: 1px solid rgb(218, 165, 84);
}

.o-list-tags-link.stock-investment {
  border: 1px solid rgb(136, 84, 90);
}


.o-list-tags-link.insurance:after {
  background: rgb(84, 109, 172);
}

.o-list-tags-link.extra-income:after {
  background: rgb(172, 84, 84);
}

.o-list-tags-link.tax-saving:after {
  background: rgb(255, 210, 84);
}

.o-list-tags-link.savings:after {
  background: rgb(172, 84, 172);
}

.o-list-tags-link.investment:after {
  background: rgb(84, 172, 109);
}

.o-list-tags-link.ideco:after {
  background: rgb(235, 64, 152);
}

.o-list-tags-link.nisa:after {
  background: rgb(42, 109, 128);
}

.o-list-tags-link.real-estate-investment:after {
  background: rgb(135, 182, 90);
}

.o-list-tags-link.investment-trust:after {
  background: rgb(218, 165, 84);
}

.o-list-tags-link.stock-investment:after {
  background: rgb(136, 84, 90);
}

.insurance:hover,
.extra-income:hover,
.tax-saving:hover,
.savings:hover,
.investment:hover,
.ideco:hover,
.nisa:hover,
.real-estate-investment:hover,
.investment-trust:hover,
.stock-investment:hover {
  color: #ffffff;
}

.o-list-tags-link.insurance:hover {
  background: rgb(84, 109, 172);
  border: 1px solid rgb(84, 109, 172);
}

.o-list-tags-link.extra-income:hover {
  background: rgb(172, 84, 84);
  border: 1px solid rgb(172, 84, 84);
}

.o-list-tags-link.tax-saving:hover {
  background: rgb(255, 210, 84);
  border: 1px solid rgb(255, 210, 84);
}

.o-list-tags-link.savings:hover {
  background: rgb(172, 84, 172);
  border: 1px solid rgb(172, 84, 172);
}

.o-list-tags-link.investment:hover {
  background: rgb(84, 172, 109);
  border: 1px solid rgb(84, 172, 109);
}

.o-list-tags-link.ideco:hover {
  background: rgb(235, 64, 152);
  border: 1px solid rgb(235, 64, 152);
}

.o-list-tags-link.nisa:hover {
  background: rgb(42, 109, 128);
  border: 1px solid rgb(42, 109, 128);
}

.o-list-tags-link.real-estate-investment:hover {
  background: rgb(135, 182, 90);
  border: 1px solid rgb(135, 182, 90);
}

.o-list-tags-link.investment-trust:hover {
  background: rgb(218, 165, 84);
  border: 1px solid rgb(218, 165, 84);
}

.o-list-tags-link.stock-investment:hover {
  background: rgb(136, 84, 90);
  border: 1px solid rgb(136, 84, 90);
}

.o-list-tags-link.insurance:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.extra-income:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.tax-saving:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.savings:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.investment:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.ideco:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.nisa:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.real-estate-investment:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.investment-trust:hover .o-list-tags-link:after {
  background: #ffffff;
}

.o-list-tags-link.stock-investment:hover .o-list-tags-link:after {
  background: #ffffff;
}

/*==============================================================================
chart
============================================================================= */

#chart {}

#chart ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.chart-wrap {
  height: 80vw;
}

@media screen and (min-width: 768px) {
  .chart-wrap {
    width: 100%;
    max-height: 400px;
  }
}

.chart-box {
  height: 80vw;
}

@media screen and (min-width: 768px) {
  .chart-box {
    width: 100%;
    max-height: 400px;
  }
}


/*==============================================================================
about
============================================================================= */


/*==============================================================================
consultant
============================================================================= */

.sec-consultant {
  width: 100%;
  margin: 0 auto;
}

.sec-consultant h2.balloon-ttl span {
  box-shadow: 0 -4px 16px 0 rgba(0, 66, 149, 4%), 0 4px 16px 0 rgba(0, 66, 149, 4%);
}

#profile {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  #profile {
    width: 80%;
  }
}

#profile .inner {
  background: #ffffff;
  padding: 2.6rem;
  border-radius: .4rem;
  box-shadow: 0 -4px 16px 0 rgba(0, 66, 149, 4%), 0 4px 16px 0 rgba(0, 66, 149, 4%);
}

#profile .card-header {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#profile .card-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgb(0 66 149 / 10%);
  border-radius: 50vw;
}

@media screen and (min-width: 1024px) {
  #profile .card-avatar {
    width: 200px;
    height: 200px;
  }
}

#profile .card-subtitle {}

#profile p {
  margin: 0;
  line-height: 1.6;
}

#profile img {
  display: block;
  margin: 0 auto;
  border-radius: .4rem;
}

#profile .card-fullname {
  font-weight: 600;
}

#profile .card-desc {
  margin: 0;
}

#profile li {
  list-style: disc;
  list-style-position: inside;
}

.sec-consultant img.thumb {
  border-radius: .4rem;
}

/*==============================================================================
service
============================================================================= */

.sec-service {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.sec-service img {
  display: block;
  margin: 0 auto;
}

.service-list {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 4rem;
  padding: 2.6rem;
  border-radius: .4rem;
  box-shadow: 0 -4px 16px 0 rgba(0, 66, 149, 4%), 0 4px 16px 0 rgba(0, 66, 149, 4%);
}

@media screen and (min-width: 1024px) {
  .service-list {
    flex-direction: row;
    padding: 2.6rem;
  }
}

.service-main .step-arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 1.8rem 2rem 0 2rem;
  line-height: 0px;
  border-color: #ff661b transparent transparent transparent;
  border-radius: .4rem;
}

.service-list-img {
  width: 120px;
  height: 120px;
  position: relative;
  margin: auto;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .service-list-img {
    width: 240px;
    height: 240px;
  }
}

.service-list-img img {
  border-radius: 50vw;
  border: dashed 2px #ff661b;
}

.service-list-img:after {
  content: "";
  width: 120px;
  height: 120px;
  background: rgba(255, 102, 27, .06);
  position: absolute;
  bottom: -1.6rem;
  right: 1rem;
  border-radius: 50vw;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .service-list-img:after {
    width: 240px;
    height: 240px;
  }
}

.service-list-desc {
  width: 100%;
  text-align: left;
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  .service-list-desc {
    width: calc(75% - 50px);
  }
}

.service-list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff661b;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .service-list-ttl {
    font-size: 2.2rem;
    text-align: left;
  }
}

.service-list-txt p {
  text-align: left;
  text-align: justify;
  line-height: 1.8;
  margin-top: 1.2rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .service-list-txt p {
    margin-top: 1.6rem;
  }
}

/*==============================================================================
recommend
============================================================================= */

.sec-recommend {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f0f4f7;
}

.sec-recommend ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.sec-recommend ul li {
  position: relative;
  width: calc((100% - 4%) / 2);
  text-align: center;
  margin-bottom: 1.6rem;
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .sec-recommend ul li {
    width: calc((100% - 4%) / 3);
  }
}

.sec-recommend .o-card-txt {
  padding: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2;
  background: #ffffff;
  border-radius: .4rem;
  border: 3px solid #ff661b;
}

@media screen and (min-width: 1024px) {
  .sec-recommend .o-card-txt {
    font-size: 1.6rem;
  }
}

/*==============================================================================
case
============================================================================= */

.sec-case {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.slick-slider {
  background: none;
  width: 100vw !important;
  margin: 0px calc(50% - 50vw) !important;
}

.slick-list {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

@media screen and (min-width: 1024px) {
  .slick-list {
    width: 100vw !important;
    margin: 0px calc(50% - 50vw) !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.slick-slide {
  padding: 0;
  margin: 0;
}

.slick-track {
  margin: 0px calc(50% - 50vw) !important;
}

li.slick-slide {
  border-radius: .4rem;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 -4px 16px 0 rgba(0, 66, 149, 4%), 0 4px 16px 0 rgba(0, 66, 149, 4%);
  margin: 2.4rem 2.4rem;
  padding: 0;
  min-height: 560px;
}

@media screen and (min-width: 1024px) {
  li.slick-slide {
    margin: 2.4rem 2.4rem;
    min-height: 545px;
  }
}

li.slick-slide .item__img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

li.slick-slide .item__img {}

@media screen and (min-width: 1024px) {
  li.slick-slide .item__img {}
}

li.slick-slide .item__img img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  li.slick-slide .item__img img {
    width: 100%;
    object-fit: cover;
  }
}

li.slick-slide .item__text {
  padding: 1.6rem 2rem 2rem 2rem;
}

li.slick-slide .item__text h3 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 102, 27, .1);
}

li.slick-slide .item__text>div {
  line-height: 2;
}

li.slick-slide hr {
  color: #ffffff;
  height: 1px;
  background-color: rgba(255, 102, 27, .1);
  border: none;
  margin: 0.8rem 0 !important;
}

.slick-slider button {
  display: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  z-index: 3;
  cursor: pointer;
}

.prev-arrow {
  left: .5rem;
  width: 3rem;
  height: 3rem;
  background: #ff661b;
  border-radius: 50vw;
}

@media screen and (min-width: 1024px) {
  .prev-arrow {
    left: 2rem;
  }
}

.prev-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: .8rem;
  height: .8rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.next-arrow {
  right: .5rem;
  width: 3rem;
  height: 3rem;
  background: #ff661b;
  border-radius: 50vw;
}

@media screen and (min-width: 1024px) {
  .next-arrow {
    right: 2rem;
  }
}

.next-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: .8rem;
  height: .8rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*==============================================================================
voice
============================================================================= */

.sec-voice {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.voice-ttl {
  display: initial;
  align-items: center;
  margin-bottom: 16px;
}


.voice-user li.slick-slide {
  border-radius: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: auto;
}



.voice-user li {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .voice-user li {
    display: flex;
    flex-direction: column;
  }
}

.voice-user li .outer {
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 1024px) {
  .voice-user li .outer {
    width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  .voice-user li .outer {
    width: 1200px !important;
  }
}

.voice-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
  flex-direction: row;
  justify-content: flex-start;
}

.voice-ttl img {
  width: 8rem;
  height: auto;
  margin-right: 1.6rem;
  border-radius: 50vw;
}

.voice-user .td {
  width: calc(100% - 6rem);
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .voice-user .td {
    width: calc(100% - 10rem);
  }
}

.voice-user h3 {
  text-align: justify;
  margin: 0 0 .4rem;
}

.voice-balloon {
  position: relative;
  display: inline-block;
  padding: 1.6rem;
  background: #ffffff;
  box-shadow: 0 -4px 16px 0 rgba(0, 66, 149, 4%), 0 4px 16px 0 rgba(0, 66, 149, 4%);
  box-sizing: border-box;
  border-radius: .4rem;
  min-height: 289px;
}

@media screen and (min-width: 1024px) {
  .voice-balloon {
    min-height: auto;
  }
}

.voice-balloon:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 87px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  z-index: 2;
}

.voice-balloon:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 75px;
  margin-left: -5px;
  border-bottom: 14px solid #3d4035;
  z-index: 1;
}

.voice-balloon p {
  margin: 0;
  line-height: 1.8;
  text-align: justify;
}

/*==============================================================================
flow
============================================================================= */

.sec-flow {}

.second_midashi p {
  letter-spacing: 0.02rem;
  line-height: 1.8rem;
}

.second_chart ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  flex-flow: column;
  box-shadow: 0 -4px 16px 0 rgba(0, 66, 149, 4%), 0 4px 16px 0 rgba(0, 66, 149, 4%);
}

@media screen and (min-width: 1024px) {
  .second_chart ul {
    flex-flow: row;
  }
}

.second_chart ul li {
  width: 100%;
  background: #f0f4f7;
  display: flex;
  flex-flow: column;
  padding: 2.4rem 2rem 1.4rem;
  position: relative
}

@media screen and (min-width: 1024px) {
  .second_chart ul li {
    width: 33%;
    background: #f0f4f7;
  }
}

.second_chart ul li:first-child {
  z-index: 4;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

@media screen and (min-width: 1024px) {
  .second_chart ul li:first-child {
    z-index: 4;
    border-top-right-radius: 0;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
  }
}

.second_chart ul li:nth-child(2) {
  z-index: 3;
  background: #ffffff;
}

.second_chart ul li:nth-child(3) {
  z-index: 2;
}

.second_chart ul li:nth-child(4) {
  z-index: 1;
  background: #ffffff;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

@media screen and (min-width: 1024px) {
  .second_chart ul li:nth-child(4) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
  }
}

.second_chart ul li h3 {
  text-align: center;
  padding: 1rem !important;
}

.second_chart ul li h3 br {
  margin: 0;
}

.second_chart ul li .liimg {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .second_chart ul li .liimg {
    width: 160px;
    height: 160px;
  }
}

.second_chart ul li .liimg:after {
  content: "";
  width: 120px;
  background: rgba(255, 102, 27, .06);
  position: absolute;
  bottom: -15px;
  right: 10px;
  border-radius: 50vw;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .second_chart ul li .liimg:after {
    width: 160px;
    height: 160px;
  }
}

.second_chart ul li .liimg.bgcolor:after {
  background: rgba(255, 102, 27, .06);
}

.second_chart ul li .liimg img {
  border-radius: 50vw;
  border: dashed 2px #ff661b;
}

.second_chart ul li p {
  letter-spacing: 0.02rem;
  font-size: 1.4rem;
  line-height: 1.2 !important;
}

.second_chart ul li p small {
  line-height: 1.2;
  margin: 0;
}

.second_chart ul li p small br {
  letter-spacing: 0.02rem;
  line-height: 1.2;
  margin: 0;
}

.threecircle {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 1.2rem;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.threecircle div {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50vw;
  margin: 0 .2rem;
  background: #ffffff;
  border: solid 1px #ff661b;
}

@media screen and (min-width: 1024px) {
  .threecircle div {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 4px;
  }
}

.circleblue {
  background: #ff661b !important;
}

.second_chart ul li:first-child:after,
.second_chart ul li:nth-child(3):after {
  content: "";
  width: 0;
  height: 0;
  top: 99.5%;
  position: absolute;
  right: 50%;
  left: 50%;
  margin: 0 auto;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-top: 2rem solid #f0f4f7;
  transform: translate(-50%, 0px);
}

@media screen and (min-width: 1024px) {

  .second_chart ul li:first-child:after,
  .second_chart ul li:nth-child(3):after {
    border-top: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid #f0f4f7;
    transform: none;
    top: 4rem;
    left: 100%;
    right: -4rem;
  }
}

.second_chart ul li:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  top: 99.5%;
  position: absolute;
  right: 50%;
  left: 50%;
  margin: 0 auto;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-top: 2rem solid #ffffff;
  transform: translate(-50%, 0px);
}

@media screen and (min-width: 1024px) {
  .second_chart ul li:nth-child(2):after {
    border-top: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid #ffffff;
    transform: none;
    top: 4rem;
    left: 100%;
    right: -4rem;
  }
}

/*==============================================================================
review
============================================================================= */

.review-loop {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.review-loop-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2rem;
  border-radius: .4rem;
  box-shadow: 0 -4px 16px 0 rgba(0, 66, 149, 4%), 0 4px 16px 0 rgba(0, 66, 149, 4%);
}

@media screen and (min-width: 1024px) {
  .review-loop-list {
    flex-direction: row;
    padding: 2.6rem;
    column-gap: 2rem;
  }
}

.review-l-cont-wrap {}

.review-l-cont-wrap .review-list-img img {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #fe612c;
  border-radius: 50vw;
  margin: 0 auto 8px;
}

.attribute {
  display: flex;
  flex-direction: column;
}

.review-rating-ttl {
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 4px;
}

.review-tag-list-loop {
  overflow: hidden;
}

.review-tag-list-ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .review-tag-list-ul {
    flex-direction: column;
  }
}

.review-tag-list {
  color: #ffffff;
  background-color: #fe612c;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 2px 0;
  padding: 2px 10px;
  border-radius: 50vw;
  letter-spacing: .04em;
}

.review-tag {}

@media screen and (min-width: 1024px) {
  .review-l-cont-wrap {
    width: 30%;
  }
}

.review-r-cont-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .review-r-cont-wrap {
    width: 70%;
  }
}

.review-r-cont-wrap .review-rating-ttl {
  text-align: left;
}

.review-rating {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
}

.review-rating-stars {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
}

.review-txt-area {
  display: flex;
  flex-direction: column;
}

.review-txt-area-txt {
  font-size: 12px;
  line-height: 18px;
}

.review-txt-area> :not(style)~ :not(style) {
  margin-top: 4px;
  margin-bottom: 8px;
}


/*==============================================================================
process
============================================================================= */

.sec-process .process--group ul {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  flex-direction: row;
}

.sec-process .process--group ul li {
  background: #ffffff;
  text-align: center;
  width: calc((100% - 4%) / 3);
  padding: 0 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
  border-radius: 1rem;
  position: relative;
  display: inline-block;
  border: 1px solid rgb(0 66 149 / 10%);
}

.sec-process .process--group ul li::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #0c409d;
  border-right: solid 2px #0c409d;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 1;
}

.sec-process .process--group ul li:last-child::after {
  display: none;
}

.sec-process .process--group ul li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 0;
  padding-top: 36px;
  margin-bottom: .6rem;
  line-height: 1.2;
  border: none;
}

.sec-process .process--group ul li h3 .nim {
  font-size: 5rem;
  color: #0c409d;
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  margin: auto;
}

.sec-process .process--group ul li figure {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.sec-process .process--group ul li img {
  border-radius: 50vw;
  border: 1px solid rgb(0 66 149 / 10%);
}

.sec-process .process--group ul li p {
  font-size: 1.4rem;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}

.sec-process .process--group ul li .min {
  font-size: 1.2rem;
}