@import url('https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');


:root {
  --container: 1100px;
  --container-medium: 970px;
  --container-small: 900px;
  --main-color: #246d4d;
  --main-color-dark: #174c35;
  --main-light: #a6c6b3;
  --light-green: #e8eed2;
  --light-green2: #80b574;
  --light-green3: #a0ca96;
  --light-bg: #fefbf6;
  --poppins: "Poppins", Sans-serif;
  --mincho: "Zen Old Mincho", serif;
  --noto: "Noto Sans JP", sans-serif;
  --varela: 'Varela Round', sans-serif;
  --white: #fff;
  --gray: #F2F2F2;
  --gray2: #999;
  --gray3: #4D4D4D;
  --black: #222;
  --orange: #f94b02;
  --black-trans-darkest: #000000c7;
  --black-trans-darker: #00000087;
  --black-trans-light: #0000002b;
}

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: var(--noto);
}

body{
  background:var(--white);
  color:var(--black);
  line-height:1.6;
  font-size: 18px;
}

img {
  max-width: 100%;
}

a {
  color: var(--main-color);
}
a:hover {
  text-decoration: none;
}

.container {
  width: var(--container);
  margin: auto;
}
.container-small {
  width: var(--container-small);
  margin: auto;
}
.container-medium {
  width: var(--container-medium);
  margin: auto;
}

.hidden-submit {
    display:none;
}
.cf7-real-submit{
    display:none;
}

.wp-block-paragraph {
  margin-bottom: 1.5em;
}
.wp-block-heading {
  margin-bottom: .5em;
}

header.site-header {
  /*position: absolute;
  z-index: 1;
  width: 100%;*/
  position: sticky;
  padding: 20px 0;
  background-color: var(--white);
  border: 1px solid #fbfbfb;
  z-index: 11;
}
body.menu-active:before{
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--black-trans-darkest);
  z-index: 10;
  position: fixed;
}
.site-header .navi{
  display: flex;
  color: var(--white);
  align-items: center;
  justify-content: space-between;
}
.site-header .navi .logo a,
footer .site_info a {
  display: flex;
  color: var(--main-color);
  text-decoration: none;
  gap: 10px;
  font-family: var(--varela);
  align-items: center;
  font-size: 34px;
  font-weight: bold;
}
.site-header .navi .logo a span,
footer .site_info span {
  font-size: 16px;
  margin-top: 3px;
}
.site-header .navi .logo img,
footer .site_info img {
  height: 65px;
  display: block;
  margin-right: 5px;
}
.site-header .navi .menu-main-container,
.site-header .navi .menu-main-top-container  {
  width: calc(100% - 360px);
}
.site-header #menu-main,
.site-header #menu-main-top {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.site-header #menu-main li,
.site-header #menu-main-top li {
  border-bottom: 1px solid transparent;
}
.site-header #menu-main li.current_page_item,
.site-header #menu-main-top li.current_page_item {
  border-bottom-color: var(--black);
}
.site-header #menu-main li:hover,
.site-header #menu-main-top li:hover {
  border-bottom-color: var(--black);
}
.site-header #menu-main li a,
.site-header #menu-main-top li a {
  color: var(--black);
  font-family: var(--poppins);
  text-decoration: none;
  font-size: 14px;
  display: block;
}
.site-header #menu-main svg,
.site-header #menu-main-top svg{
  fill: var(--black);
  width: 21px;
  display: block;
}
.site-header #menu-main li:last-child {
  border: 0 !important;
}
.site-header #menu-main li:last-child a {
  background-color: var(--orange);
  color: var(--white);
  padding: 8px 14px 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.32s;
  display: inline-flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
}
.site-header #menu-main li:last-child a:after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.site-header #menu-main li:last-child a:hover {
  transform: scale(1.02);
}

/* =========================
BUTTONS
========================= */
.btn{
  padding: 14px 14px 14px 20px;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--main-light);
  color: var(--black);
  cursor: pointer;
  border-radius: 7px;
  font-size: 15px;
  line-height: 1;
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: 0.32s;
  background-color: var(--white);
  font-family: var(--poppins);
  font-weight: bold;
}
.btn:hover {
  transform: scale(1.02);
}
.btn:after {
  content:"";
  width:15px;
  height:15px;
  display:inline-block;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23246d4d' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:contain;
}
.btn.btn-green{
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--white);
}
.btn.btn-green2{
  background-color: var(--light-green2);
  border-color: var(--light-green2);
  color: var(--white);
}
.btn.btn-green:after,
.btn.btn-green2:after {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}
.btn.btn-note:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23246d4d' d='M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0-201.4 201.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 96C35.8 96 0 131.8 0 176L0 432c0 44.2 35.8 80 80 80l256 0c44.2 0 80-35.8 80-80l0-80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 80c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 96z'/%3E%3C/svg%3E");
}
.btn.btn-orange {
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 14px 8px 20px;
    border-radius: 30px;
    border: 0;
}
.btn.btn-orange:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}



/* =========================
   HAMBURGER BUTTON
========================= */
.menu-btn{
    width:50px;
    height:45px;
    background:var(--main-color);
    border: 1px solid var(--main-color);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    gap:6px;
    cursor:pointer;
    z-index:101;
    position:relative;
    transition:0.3s;
    padding: 0 13px;
}

.menu-btn span{
  width:24px;
  height:2px;
  background:var(--white);
  display:block;
  transition:0.3s;
}
.menu-btn span:nth-child(2) {
  width:19px;
}

/* OPEN STATE */
.menu-btn.active{
  background:var(--white);
}
.menu-btn.active span{
  background:var(--main-color);
  display: none;
}
.menu-btn.active span:first-child {
  display: block;
}

/* =========================
   TOGGLE MENU
========================= */
#toggle-menu{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transform:translateY(-100%);
    transition:transform 0.35s ease;
    z-index:100;
    padding: 120px 22px 30px;
}

#toggle-menu .menu-main-container {
  width: 100%;
}

/* open state */
#toggle-menu.active{
    transform:translateY(0);
}

/* MENU LIST */
#toggle-menu ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content: flex-end;
}

#toggle-menu li{
  text-align: right;
  width:100%;
}
#toggle-menu a{
  text-decoration:none;
  color:var(--white);
  font-size:18px;
  border-bottom: 1px solid transparent;
}
#toggle-menu li.current_page_item a,
#toggle-menu li a:hover {
  border-bottom-color: var(--white);
}

#toggle-menu li.current_page_item a {
  border-bottom-color: var(--white);
}
#toggle-menu li svg {
  fill: var(--white);
  width: 23px;
}




/* HERO */
.hero{
  position:relative;
  overflow-x: hidden;
  display: flex;

  background-size: 60% auto;
  background-position: right center;
  background-repeat: no-repeat;
  
  padding: 20px 0 40px;
}
.hero.hero-top {
  height: 550px;
  padding: 0;
}
.hero.hero-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        white 0%,
        white 30%,
        rgba(255,255,255,0.85) 45%,
        rgba(255,255,255,0) 60%
    );
    pointer-events: none;
}
.hero .container {
  z-index: 1;
}
.hero h1 {
  font-size: 47px;
  line-height: 1.4;
}
.hero h1 span {
  color: var(--main-color);
}
.hero h2 {
  margin: 5px 0 0;
}
.hero p {
  margin-top: 20px;
}
.hero .buttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hero .container-overflow {
  display: flex;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
}
.hero .container-overflow .hero-text {
  width: 860px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.hero .container-overflow .hero-img {
  width: 100%;
  margin-right: calc((100vw - var(--container)) / -2);
  display: flex;
  align-items: flex-start;
}
.hero .container-overflow .hero-img img {
  min-height: 400px;
  object-fit: cover;
  object-position: center;
  height: auto;
  display: block;
}

.sub-hero {
  height: 250px;
  background-position: center 65%;
  background-size: cover;
}
.page-cuisine .sub-hero {
  background-position: center 25%;
}
.sub-hero:after {
  display: none;
}
.sub-hero:before {
  background: var(--black-trans-darker);
}
.hero-onsen {
  height: 350px;
}
.hero-onsen:after {
  display: none;
}

.breadcrumbs  {
  padding: 10px 0;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.breadcrumbs ul li:after {
  content:"";
  width:15px;
  height:15px;
  display:inline-block;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23333' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:contain;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul a {
  color: var(--orange);
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.breadcrumbs ul a:hover {
  border-bottom-color: var(--orange);
}
.breadcrumbs ul span {
  border: 1px solid transparent;
}


section .container-small,
section .container-medium {
  display: flex;
  gap: 50px;
}
section .container-small .content,
section .container-medium .content {
  position: relative;
  width: 100%;
}

.page-how-to-use main {
  margin-bottom: 50px;
}


/* GENERAL */
.general{
  padding:30px 0;
  background-color: var(--white);
}
.general .general-inner {
  align-items: space-between;
  justify-content: center;
}
.general .__box {
  display: flex;
  border-radius: 20px;
  padding: 40px;
  background-color: var(--light-bg);
  justify-content: space-between;
  gap: 30px;
}
.general .__box h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.general .__box .icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.general .__box .icon .arrow {
  width: 30px;
}
.general .__box .icon div {
  width: 155px;
  height: auto;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: var(--black);
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f6f6f6;
}
.general .__box .icon div img {
  width: 113px;
  margin-bottom: 10px;
}
.general .__box .icon div span {
  text-align: center;
  font-size: 13px;
}
.general .__box .icon div span i {
  font-size: 19px;
  font-style: normal;
}
.general .__box .icon div.green img {
  width: 90px;
  margin-top: 15px;
}
.general .__box .icon div.green span {
  color: var(--main-color);
  font-weight: bold;
}


/* Note */
.note{
  background:var(--light-green3);
  color:var(--main-color-dark);
  padding:50px 0;
}
.note .container {
  display: flex;
  gap: 40px;
}
.note .note-box {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--main-light);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 12px;
  width: 310px;
}
.note .note-box h4 {
  font-size: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: var(--poppins);
  font-weight: normal;
  letter-spacing: 3px;
  color: var(--main-color);
  margin-bottom: 5px;
}
.note .note-box h4 svg {
  width: 23px;
  transform: scaleX(-1);
}
.note .note-box h5 {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.note .note-box p {
  text-align: center;
  font-size: 15px;
}
.note .note-box a {
  margin: 15px 0 10px;
}
.note .note-text h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

/* Common */
.common-section {
  padding: 50px 0;
}
.common-section h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-section h3:before {
  content: "• • • •";
  color: var(--main-color);
  margin-right: 15px;
  font-size: 13px;
}
.common-section h3:after {
  content: "• • • •";
  color: var(--main-color);
  margin-left: 15px;
  font-size: 13px;
}

/* Features */
.features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.features ul li {
  position: relative;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  background-color: var(--light-bg);
  padding: 15px;
  display: flex;
  align-items: flex-start;
  gap: 15px
}
.features ul li img {
  width: 125px;
  align-self: center;
}
.features ul li span {
  position: absolute;
  display: block;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: 'Poppins';
  top: 12px;
  left: 12px;
}
.features ul li h4 {
  color: var(--main-color);
}
.features ul li p {
  font-size: 16px;
  margin-top: 5px;
}

/* Recommended */
.recommended {
  background-color: var(--light-bg);
}
.recommended ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.recommended ul li {
  position: relative;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  background-color: var(--white);
  padding: 15px 10px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 17px;
}
.recommended ul li img {
  width: 140px;
}

/* counselors */
.consultants {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.consultants li {
  position: relative;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  background-color: var(--white);
  padding: 15px 10px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
}
.consultants li .upper_area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.consultants li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.counselors.intro li img {
  display: block;
  margin: 0 auto;
}
.consultants li h4 {
  font-size: 22px;
}
.consultants li .tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.consultants li .tags span {
  display: block;
  font-size: 13px;
  background-color: var(--light-green);
  border-radius: 3px;
  padding: 1px 5px;
}
.consultants li p {
  font-size: 15px;
  margin-bottom: 1em;
}
.consultants li .btn {
  align-self: center;
}

.counselors .button_con {
  margin-top: 40px;
}

.counselors.intro {
  padding-bottom: 60px;
}
.counselors.intro .consultants {
  grid-template-columns: repeat(4, 1fr);
}
.counselors.intro .consultants li {
  flex-direction: column;
  align-items: flex-start;
}
.counselors.intro .consultants li .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Pricing */
.pricing {
  padding: 0 0 100px;
  text-align: center;
}
.pricing .container-small {
  display: block;
}
.pricing .fee > p {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.pricing .fee > p svg {
  height: 20px;
}
.pricing .boxes {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.pricing .boxes ._box {
  width: 50%;
  padding: 20px 30px;
  border-radius: 5px;
  text-align: center;
}
.pricing .boxes ._box:first-child{
  background-color: #f6f9e9;
}
.pricing .boxes ._box:last-child{
  background-color: #fef5e4;  
}
.pricing .boxes ._box ._upper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  border-bottom: 1px solid var(--gray2);
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.pricing .boxes ._box ._upper  h5 {
  font-size: 15px;
}
.pricing .boxes ._box ._upper  h4 {
  font-size: 30px;
  margin: 5px 0;
  color: var(--main-color);
}
.pricing .boxes ._box ._upper  h4 b {
  font-size: 15px;
  margin-left: 5px;
  color: var(--main-color);
}
.pricing .boxes ._box ._upper  h4 span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}

.process {
  padding: 0 0 100px;
}
.process ._process{
  display: flex;
  gap: 15px;
}
.process ._process > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33333% - 30px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
}
.process ._process > div span {
  position: absolute;
  display: block;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  width: 50px;
  height: 50px;
  font-family: 'Poppins';
  top: 20px;
  left: 20px;
  line-height: 1;
}
.process ._process > div span b{
  font-size: 20px;
}
.process ._process > div img {
  width: 80px;
}
.process ._process > div h4 {
  color: var(--main-color);
  margin: 5px 0 0;
}
.process ._process > div .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  text-align: center;
}
.process ._process svg {
  fill: var(--light-green2);
  width: 15px;
}
.process .process .button_con {
  margin-top: 20px;
}


/* Network */
.network {
  padding: 0 0 100px;
}
.network .network-inner {
  padding: 30px;
  display: flex;
  background-color: var(--light-bg);
  border-radius: 5px;
  justify-content: space-evenly;
}
.network .network-inner h4 {
  color: var(--main-color);
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
}
.network .network-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.network .network-inner ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}
.network .network-inner ul li:before {
  content: "";
  width:20px;
  height:20px;
  display:inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23246d4d' d='M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:contain;
}
.network .network-inner ._network._left {
  padding-right: 20px;
  border-right: 1px solid var(--main-color);
}
.network .network-inner ._network._right{
  padding-left: 20px;
  text-align: center;
}
.network .network-inner ._network._right {
  font-size: 16px;
}
.network .network_graph {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 55px;
}
.network .network_graph .network1,
.network .network_graph .network2 {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.network .network_graph .network1 img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--main-light);
}
.network .network_graph .network1 p,
.network .network_graph .network2 p{
  font-size: 13px;
  text-align: center;
}
.network .network_graph .network2 p{
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.network .network_graph .network2 {
  width: 70px;
  align-items: center;
}
.network .network_graph .network2 img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--main-light);
}
.network .arrows {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.network .arrows.arrows_right {
  gap: 35px;
}
.network .arrows .arrow-right  {
    width: 50px;
    height: 2px;
    background:  var(--main-color);
    position: relative;
    display: block;
}
.network .arrows .arrow-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: rotate(45deg);
}
.arrow-45 {
    transform: rotate(45deg);
}
.arrow-0 {
    transform: rotate(0deg);
}
.arrow-minus-45 {
    transform: rotate(-45deg);
}
.network .sapu {
  background-color: var(--main-light);
  border-radius: 5px;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.network .sapu span {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}


/* FAQ */
.faq.common-section {
  padding-top: 0;
}
._faq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
._faq li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
}
._faq li > div {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
._faq li > div h6 {
  font-size: 16px;
  line-height: 1.2em;
  background: var(--main-color);
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--poppins);
  margin-top: 2px;
}
._faq li > div.a h6{
  color: var(--black);
  background-color: var(--light-green);
}
._faq li > div p {
  width: calc(100% - 35px);
  width: calc(100% - 35px);
  font-size: 16px;
  line-height: 1.5em;
}

/* Usage */
.usage {
  padding:0 0 100px;
}
.usage .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.usage .container > div {
  border-radius: 5px;
  background-color: var(--light-bg);
  padding: 15px;
}
.usage h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.usage .boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.usage .boxes ._box{
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 15px;
}
.usage .boxes ._box h5 {
  font-size: 15px;
}
.usage .boxes ._box h4 {
  font-size: 28px;
  margin: 5px 0;
}
.usage .boxes ._box h4 b {
  font-size: 12px;
  margin-left: 5px;
}
.usage .boxes ._box h4 span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.usage .fee > p {
  text-align: center;
  margin-top: 20px;
}
.usage .process {
  width: 615px;
}
.usage ._process {
  display: flex;
  gap: 15px;
}
.usage ._process > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33333% - 30px);
  background-color: #fff;
}
.usage ._process > div span {
  position: absolute;
  display: block;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 25px;
  height: 25px;
  font-family: 'Poppins';
  top: 10px;
  left: 10px;
}
.usage ._process > div img {
  width: 65px;
}
.usage ._process > div .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
}
.usage ._process > div .text p {
  font-size: 13px;
}
.usage ._process svg {
  fill: var(--light-green2);
  width: 15px;
}
.usage .process .button_con {
  margin-top: 20px;
}



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

.banner {
  padding-bottom: 50px;
}
.banner .banner-inner {
  border-radius: 5px;
  background-color: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 40px;
}
.banner .banner-inner img {
  width: 180px;
  position: relative;
  margin-top: -53px;
}
.banner.banner2 .banner-inner img {
  margin-top: -40px;
}
.banner .banner-inner .banner_text {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.banner.banner2 .banner-inner .banner_text{
  height: 200px;
  align-items: flex-start;
}
.banner .banner-inner h4 {
  font-size: 22px;
}
.banner.banner2 .banner-inner h4 {
  color: var(--main-color);
}
.banner .banner-inner .btn {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  height: 45px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}
.banner .banner-inner .btn:after{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.page-content {
  margin-bottom: 100px;
}

/* Inquiry Form */
.wpcf7 {
  display: flex;
  border-radius: 10px;
  padding: 40px;
  background-color: var(--light-bg);
  justify-content: space-between;
  gap: 30px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
form .field label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
form .field .required {
  color: var(--main-color);
  font-size: 14px;
}
form .field input:not([type="radio"]):not([type="checkbox"]),
form .field textarea,
form .field select{
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form .field textarea {
  height: 200px;
}
form .btns {
  text-align: center;
  margin-top: 20px;
}
form .btns .btn {
  margin-bottom: 10px;
}
form .btns .btn.btn-orange {
  font-size: 18px;
  padding: 15px;
  width: 286px;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
}
form .btns .btn.btn-orange:after {
  right: 20px;
  position: absolute;
}
form .btns ._note {
  font-size: 14px;
}
form .btns .btn.btn-gray{
  margin-right: 10px;
}
form .tos {
  text-align: center;
  margin-top: 30px;
}
form .tos .wpcf7-list-item {
  margin: 0;
}
form .tos .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
}


.small_note {
  font-size: 15px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
}
.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.time-choice .wpcf7-radio {
  grid-template-columns: repeat(2, 1fr);
}
.time-choice .wpcf7-radio .first {
  background-color: #f6f9e9;
}
.time-choice .wpcf7-radio .last {
  background-color: #fef5e4;
}
.wpcf7-radio input {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 25px;
}
.wpcf7-radio .wpcf7-list-item-label b{
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #999;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  left: 20px;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 24px;
  top: 30px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.wpcf7-spinner {
  position: absolute;
}


.check-circle {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--light-green);
  position: relative;
}
.check-circle::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 44%;
  width: 17px;
  height: 34px;
  border-right: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  transform: translate(-50%, -50%) rotate(45deg);
}

.contactus-success {
  padding: 100px 0 200px;
}
.contactus-success .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.contactus-success h2 {
  color: var(--main-color);
}

.apply-success {
  padding: 50px 0 100px;
}
.apply-success .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.apply-success h2 {
  color: var(--main-color);
}

.apply-success .mailbox {
  background-color: #f6f9e9;
  padding: 50px 40px;
  border-radius: 10px;
  margin-top: 20px;
  align-items: center;
  justify-content: flex-start;
}
.apply-success .mailbox img {

}
.apply-success .mailbox h3 {
  color: var(--main-color);
}
.apply-success .mailbox .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}





.conselor-points .boxes {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 20px 40px;
  background-color: var(--light-bg);
  gap: 40px;
  margin-bottom: 30px;
}
.conselor-points .boxes ._text {
  display: flex;
  gap: 40px;
}
.conselor-points .boxes.box1 img,
.conselor-points .boxes.box2 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fcf9e6;
  border: 1px solid #eceedc;
}
.conselor-points .boxes h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.conselor-points .boxes .button p {
  font-size: 14px;
}
.conselor-points .boxes .button .btn {
  background-color: var(--orange);
  border-color:  var(--orange);
  color: #fff;
  width: 320px;
  height: 60px;
  margin-bottom: 10px;
  justify-content: center;
}
.conselor-points .boxes .button .btn:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    margin-left: auto;
}
.conselor-points .boxes.box3 h3{
  color: var(--main-color);
}
.conselor-points .boxes.box3 p {
  margin-bottom: 20px;
}
.conselor-points .boxes.box3 hr {
  margin: 0 0 20px;
}
.conselor-points .boxes.box3 p:last-child {
  margin-bottom: 0;
}
.conselor-points .boxes.box3 .text {
  width: calc(100% - 190px);
}

.company_info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.company_info .container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 40px;
  background-color: var(--light-bg);
  gap: 20px;
}
.company_info .container#privacy,
.company_info .container#terms {
  scroll-margin-top: 80px;
}
.company_info .container h4 {
  display: flex;
  gap: 10px;
  color: var(--main-color);
  align-items: center;
  font-size: 20px;
}
.company_info .container figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f6f9e9;
}
.company_info .container svg {
  width: 18px;
  fill: var(--main-color);
}
.company_info #disclosure svg {
  width: 24px;
}
.company_info .container table {
  border-radius: 3px;
  border: 1px solid var(--gray);
  border-collapse: collapse;
  border-spacing: 0;
}
.company_info .container table th,
.company_info .container table td {
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid var(--gray);
  text-align: left;
  vertical-align: top;
}
.company_info .container table th {
  background-color: var(--light-green);
  color: var(--main-color);
  font-weight: 500;
  width: 225px;
}
.company_info .container .inner_table th,
.company_info .container .inner_table td {
  padding: 8px;
  font-size: 14px;
  border: 1px solid var(--gray2);
}
.company_info .container .inner_table th {
  width: auto;
  min-width: 190px;
  background-color: var(--gray);
  color: var(--black);
}
.company_info .container table td {
  background-color: #fff;
}
.company_info .container ._textarea {
  border: 1px solid var(--gray);
  border-radius: 3px;
  height: 250px;
  overflow-y: scroll;
  background-color: #fff;
  font-size: 14px;
  padding: 20px;
}
.company_info .container ._textarea h4 {
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
  margin-top: 1.3em;
}
.company_info .container ._textarea p {
  margin-bottom: 1.3em;
}
.company_info .container ._textarea ol {
  padding-left: 1.3em;
}

ol.paren {
    list-style: none;
    counter-reset: item;
    padding: 0 !important;
}
ol.paren > li {
    counter-increment: item;
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: .5em;
}
ol.paren > li::before {
    content: "(" counter(item) ")";
}


footer {
  min-height:auto;
  background:var(--light-green3);
  color: var(--main-color-dark);
  position:relative;
  padding:50px 0 0;
}
footer .container {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--main-color-dark);
  gap: 20px;
}
footer .site_info {
  font-size: 17px;
  max-width: 455px;
}
footer .site_info p {
  margin-top: 10px;
  font-size: 15px;
}
footer nav {
  width: calc(100% - 455px - 20px);
  margin-top: 22px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer nav ul li {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}
footer nav ul li:after {
  content:"・";
  margin-top: -5px;
  color: var(--main-color);
}
footer nav ul li:last-child:after {
  display: none;
}
footer nav ul a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 15px;
}
footer nav ul a:hover{
  border-bottom-color: var(--white);
}
footer .copyright{
  font-size: 14px;
  padding: 10px;
  text-align: center;
}



.element-from-bottom {
    opacity: 0;
}
.element-from-bottom.animate {
    -webkit-animation: element-from-bottom .7s 1 ease-in-out;
    -moz-animation: element-from-bottom .7s 1 ease-in-out;
    animation: element-from-bottom .7s 1 ease-in-out;
    opacity: 1;
    -webkit-backface-visibility: hidden;
}





/* moveInBotom Animation */ 
@keyframes element-from-bottom {
    0% {
        opacity: 0;
        transform: translate(0,30%)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}


@media screen and (max-width: 1140px) {
  .container {
    width: calc(100% - 40px);
  }
  .hero {
    background-size: 100%;
  }
  .hero::before {
    background: linear-gradient(
        to right,
        white 0%,
        white 30%,
        rgba(255,255,255,0.85) 45%,
        rgba(255,255,255,0) 80%
    );
  }
  .general .__box {
    padding: 40px;
  }
  .general .__box .icon {
    gap: 5px;
  }
  .general .__box h3 br {
    display: none;
  }

  .consultants {
    grid-template-columns: repeat(1, 1fr);
  }

  .usage .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .usage .process {
    width: 100%;
    margin: auto;
  }
  .usage ._process {
    max-width: 585px;
    margin: auto;
  }

  .network .network_graph {
    gap: 5px;
  }
  .network .network_graph .network2 {
    width: 100px;
  }
  .network .network_graph .network1 p, 
  .network .network_graph .network2 p {
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  .container-medium,
  .container-small {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .general .__box {
    flex-direction: column;
    justify-content: center;
  }
  .general .__box .text {
    text-align: center;
  }
  .general .__box .icon {
    justify-content: center;
  }

  .features ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .features ul li {
    align-items: flex-start;
  }

  .recommended ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .counselors.intro .consultants {
    grid-template-columns: repeat(3, 1fr);
  }
  .conselor-points .boxes ._text {
    flex-direction: column;
  }

  .network .network-inner {
    flex-direction: column;
    gap: 40px;
  }
  .network .network-inner ._network._left,
  .network .network-inner ._network._right {
    border: 0;
    padding: 0;
  }
}
@media screen and (max-width: 840px) {
  .container-small {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 782px) {
  .general .container-small .content {
    width: 100%;
  }

  .btn {
    font-size: 15px;
    min-width: 180px;
  }
}


.site-header .navi > .special_navi {
  display: none;
}

.pc-felx-view{ display: flex; }
.pc-view{ display: block; }
.sp-view{ display: none; }
@media screen and (max-width: 767px) {
  .pc-felx-view{ display: none !important; }
  .pc-view{ display: none !important; }
  .sp-view{ display: block !important; }


  .site-header .navi > .menu-main-container {
    display: none;
  }
  .site-header .navi > .special_navi {
    display: block;
  }

  #toggle-menu ul {
    gap: 20px;
  }
  
  .hero {
    height: auto;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
  }
  .hero.hero-top::before {
    background: #ffffff73;
  }
  .note {
    padding: 50px 0;
  }
  .note .container {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .note .note-text { 
    text-align: center;
  }
  .note .note-box {
    margin: auto;
    width: 100%;
  }

  

  .common-section {
    padding: 50px 0;
  }

  .counselors.intro .consultants {
    grid-template-columns: repeat(2, 1fr);
  }
  .conselor-points .boxes {
    align-items: flex-start;
  }
  .conselor-points .boxes.box1 img, 
  .conselor-points .boxes.box2 img, 
  .conselor-points .boxes.box3 img {
    width: 150px;
  }
  .conselor-points .boxes {
    gap: 20px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .conselor-points .boxes.box3 .text {
    width: 100%;
    text-align: center;
  }
  .conselor-points .boxes .button {
    text-align: center;
  }
  .conselor-points .boxes .button .btn {
    width: auto;
  }

  .pricing .boxes {
    gap: 10px;
  }
  .pricing .boxes ._box {
    padding: 10px;
  }
  .pricing .boxes ._box ._upper {
    gap: 15px;
  }

  .process ._process {
    flex-direction: column;
    align-items: center;
  }
  .process ._process > div {
    max-width: 280px;
    width: 100%;
  }
  .process ._process svg {
    transform: rotate(90deg);
  }

  ._faq {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner .banner-inner {
    padding: 0 40px;
  }
  .banner .banner-inner .banner_text {
    width: calc(100% - 180px - 40px);
  }

  .company_info .container {
    padding: 20px;
  }
  .company_info .container table th,
  .company_info .container table td {
    display: block;
    width: 100%;
  }

  .company_info .container .inner_table th,
  .company_info .container .inner_table td {
    display: table-cell;
  }
  .company_info .container .inner_table {
    width: 571px;
  }
  .table-wrap {
    overflow: auto;
    width: 480px;
  }

  .wpcf7 {
    padding: 20px;
  }
  .wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .apply-success {
    padding-bottom: 20px;
  }
  .apply-success .mailbox {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
  .apply-success .mailbox img {
    width: 140px;
  }
  .apply-success .mailbox .text {
    text-align: center;
    align-items: center;
  }

  .banner.banner2 .banner-inner {
    padding: 20px;
    gap: 20px;
  }
  .banner.banner2 .banner-inner img {
    width: 120px;
    margin-top: 0;
  }

  footer .container {
    flex-direction: column;
    gap: 30px;
  }
  footer nav ul {
    justify-content: flex-start;
  }
  footer .site_info,
  footer nav {
    width: 100%;
  }
}

.pc-view-md{ display: block; }
.sp-view-md{ display: none; }
@media screen and (max-width: 600px) {
  .pc-view-md{ display: none; }
  .sp-view-md{ display: block; }

  body{
    font-size: 16px; 
  }

  .hero h1 {
    font-size: 37px;
  }
  .hero h2 {
    font-size: 1.3em;
  }

  .note .note-text h4,
  .general .__box h3,
  .common-section h3 {
    font-size: 25px;
  }
  .common-section h3:before,
  .common-section h3:after {
    display: none;
  }
  .usage h3 {
    font-size: 20px;
  }

  .general .__box {
    padding: 15px;
  }
  .general .__box .icon {
    gap: 0;
  }
  .general .__box .icon .arrow {
    width: 20px;
  }
  .general .__box .icon div {
    padding: 10px 5px;
  }
  .general .__box .icon div span {
    font-size: 14px;
  }
  .general .__box .icon div span i {
    font-size: 15px;
  }

  .consultants li h4{
    font-size: 18px;
  }

  .recommended ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner .banner-inner {
    padding: 20px;
  }
  .banner .banner-inner img {
    width: 100px;
  }
  .banner .banner-inner .banner_text {
    width: 100%;
    height: auto;
  }
  .banner .banner-inner {
    flex-direction: column;
    gap: 10px;
  }

  .network .network_graph {
    flex-direction: column;
    gap: 22px;
  }
  .network .arrows {
    flex-direction: row;
    gap: 0;
  }
  .network .arrows .arrow-right {
    width: 35px;
  }
  .arrow-0,
  .arrow-45,
  .arrow-minus-45 {
    transform: rotate(90deg);
  }
  .network .network_graph .network2 {
    flex-direction: row;
    width: 100%;
  }
  .network .arrows.arrows_right {
    grid-area: 19px;
  }
  .network .network_graph .network2 p {
    bottom: -28px;
  }

  .table-wrap {
    width: 300px;
  }

  .site-header .navi .logo a span, 
  footer .site_info span {
    display: none;
  }

  .pricing .boxes {
    flex-direction: column;
  }
  .pricing .boxes ._box {
    width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .usage .boxes {
    grid-template-columns: repeat(1, 1fr);
  }

  .usage ._process {
    flex-direction: column;
  }
  .usage ._process svg {
    display: none;
  }
  .usage ._process > div {
    width: 230px;
    margin: auto;
  }

  .time-choice .wpcf7-radio{
    grid-template-columns: repeat(1, 1fr);
  }

  .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }

  .counselors.intro .consultants {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pc-view-sm{ display: block; }
.sp-view-sm{ display: none; }
@media screen and (max-width: 400px) {
  .pc-view-sm{ display: none; }
  .sp-view-sm{ display: block; }

  .table-wrap {
    width: 260px;
  }
}