@charset "UTF-8";

/*
Theme Name: machitry
Theme URI: https://wordpress.org/themes/machitry/
Author: Norit Japon
Author URI: https://www.norit.jp/
Description:
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: machitry
Tags:

This theme WordPress Theme, (C) 2025 WordPress.org
This theme distributed under the terms of the GNU GPL.
*/

/* reset＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1.5;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
word-break: break-all;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
/* reset end＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* common ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  color: #000;
}
body {
  font-size: 1.6rem;
  /* letter-spacing: 0.1em; */
  line-height: 1.5;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
.link{
  transition: .3s;
}
.link:hover{
  opacity: .7;
}
img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
}
p {
  text-align: justify;
  word-break: break-all;
}
li { list-style: none; }
.list_marker li{
  padding-left: 1em;
  position: relative;
}
.list_marker li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list_num{
  counter-reset: list-num;
}
.list_num li{
  padding-left: 1.5em;
  position: relative;
  counter-increment: list-num;
}
.list_num li::before{
  content: counter(list-num)".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#box {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-top: 100px;
}

div, li, a{
  box-sizing: border-box;
}

.title h2,
.title p{
  text-align: center;
}
.title_left h2,
.title_left p{
  text-align: left;
}
.title h2{
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.title p{
  font-family: "Hammersmith One", sans-serif;
  font-size: 1.8rem;
  color: #3da02f;
}

.btn_pageLink{
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #3da02f;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  border: 2px solid #3da02f;
  transition: .3s;
}
.btn_pageLink::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  transition: .3s;
}
.btn_pageLink:hover{
  background: #fff;
  color: #3da02f;
}
.btn_pageLink:hover::after{
  border-color: #3da02f;
}

.br_spOnly{
  display: none;
}

.fadeInTrigger{
  opacity: 0;
}
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* common end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* sp menu ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.inner {
  display: none;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: rgba(247,207,33,.95); */
  background: #3da02f;
  z-index: 100;
  overflow-y: scroll;
}
header nav ul {
  display: block;
  list-style: none;
}
#nav_toggle {
  display: block;
  width: 62px;
  height: 62px;
  position: relative;
  z-index: 101;
  background: #3da02f;
}
/* #nav_toggle div {
  position: relative;
} */
#nav_toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  z-index: 1001;
  right: 16px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /* border-radius: 6px; */
}
#nav_toggle span:nth-child(1) {
  top: 18px;
}
#nav_toggle span:nth-child(2) {
  top: 30px;
}
#nav_toggle span:nth-child(3) {
  top: 42px;
}

.open #nav_toggle span{
  background: #fff;
}
.open #nav_toggle span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 31px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.scroll-no {
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.sp-nav-wrap {
  width: 90%;
  max-width: 600px;
  margin: 100px auto 150px;
}
.sp-nav{
  width: 100%;
  text-align: center;
  /* margin: 0 0 50px; */
}
.link_sp-nav{
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #fff;
  /* transition: .3s; */
  /* padding: 0 5%; */
  /* height: 86px; */
}

.sp-nav_sns-wrap{
  display: flex;
  justify-content: center;
  padding: 30px;
}
.sp-nav_sns-wrap li{
  margin: 0 10px;
}
.sp-nav_sns-wrap li:nth-child(1){
  width: 27px;
}
.sp-nav_sns-wrap li:nth-child(2){
  width: 31px;
}
.sp-nav_sns-wrap li:nth-child(3){
  width: 30px;
}
.sp-nav_sns-wrap .link_sp-nav{
  border-bottom: none;
  padding: 0;
}

/* sp menu end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* header ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#pageheader{
  width: 100%;
  padding-left: 48px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-inner{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_header{
  width: 248px;
  display: block;
}
.header_nav{
  width: calc( 100% - 570px );
  display: flex;
}
.header_nav li{
  padding: 0 20px;
}
.header_nav li a{
  font-weight: 500;
  transition: .3s;
}
.header_nav li a:hover{
  opacity: .7;
}
.header_contact{
  width: 214px;
  height: 100%;
  background: #3da02f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
}
.header_contact::before{
  content: "";
  width: 30px;
  height: 21px;
  background-image: url(assets/images/icon_mail.jpg);
  background-size: cover;
  margin-right: 20px;
}

/* header end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* footer ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.footerContact-wrap{
  width: 100%;
  min-height: 239px;
  background: #3da02f;
  padding: 40px 0 46px;
}
.footerContact-wrap p{
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.btn_footerContact{
  background: #fff !important;
  color: #3da02f !important;
  border: none;
  margin: 0 auto;
}
.btn_footerContact::after{
  border-color: #3da02f !important;
}

#pagefooter{
  width: 100%;
  padding: 50px 0 30px;
}
.footer-inner{
  width: 90%;
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
.logo_footer{
  width: 50%;
}
.logo_footer a{
  width: 115px;
  display: block;
  margin: 0 auto;
}
.footer_nav{
  width: 50%;
  padding-left: 20px;
}
.footer_nav li:not(:last-of-type){
  margin-bottom: 1em;
}
.footer_nav li a{
  font-weight: 500;
  transition: .3s;
}
.footer_nav li a:hover{
  opacity: .7;
}

.footerCopy{
  font-size: 1.2rem;
  text-align: center;
}
/* footer end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* top ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mv-wrap{
  width: 100%;
  /* height: 735px; */
  aspect-ratio: 96 / 49;
  background-image: url(assets/images/top/mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 40px;
}
.mv_text{
  /* font-size: 2.8rem; */
  font-size: 1.9444444444444444vw;
  line-height: 2;
  position: absolute;
  top: 50px;
  left: 70px;
  text-decoration: underline;
  text-decoration-color: #3da02f;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}

.topCopy{
  width: 70%;
  max-width: 987px;
  margin: 0 auto;
  padding: 50px 0;
}

.topAbout-wrap{
  padding: 50px 0;
}
.topAbout-inner{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.topAbout_title{
  width: 480px;
  padding-left: 80px;
}
.topAbout_contents{
  width: calc( 100% - 480px );
}
.topAbout_contents p{
  font-size: 1.8rem;
  line-height: 2.555;
  margin: 0 0 45px;
}

.topBG{
  width: 100%;
  height: 554px;
  background-image: url(assets/images/top/bg.jpg);
  background-size: cover;
  background-position: bottom;
}

.topInfo-wrap{
  padding: 50px 0;
}
.infoList{
  width: 90%;
  max-width: 864px;
  margin: 40px auto 0;
  border-top: 1px solid #000;
}
.infoList li{
  padding: 16px 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
.info_date{
  width: 116px;
  font-family: "Hammersmith One", sans-serif;
  font-size: 1.8rem;
}
.info_tag{
  width: 106px;
  height: 44px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;

  background: #3da02f;
}
.info_tag_report{
  background: #b7aa00;
}
.info_title{
  width: calc( 100% - 242px );
  font-weight: 500;
  line-height: 2;
  transition: .3s;
}
.info_title:hover{
  opacity: .7;
}
.btn_topInfo{
  margin: 50px auto 0;
}

.topService-wrap{
  width: 100%;
}
.topService_intro{
  width: 60%;
  max-width: 856px;
  margin: 30px auto 20px;
}
.topService-inenr{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 0;
}
.topService_box{
  display: flex;
}
/* .topService_box:nth-child(even){
  flex-direction: row-reverse;
} */
.topService_box:nth-child(odd){
  flex-direction: row-reverse;
}
.topService_box:not(:last-of-type){
  margin-bottom: 120px;
}
.topService_contents{
  width: 50%;
  display: flex;
}
.topService_box:nth-child(odd) .topService_contents{
  padding: 0 3% 0 5%;
  justify-content: flex-end;
}
.topService_box:nth-child(even) .topService_contents{
  padding: 0 5% 0 3%;
  justify-content: flex-start;
}
.topService_inner{
  width: 100%;
  max-width: 580px;
}
.topService_num{
  font-weight: 500;
  color: #3da02f;
}
.topService_title{
  font-size: 3rem;
  font-weight: 700;
  margin: 3px 0 15px;
}
.topService_text{
  line-height: 2;
  margin-bottom: 50px;
}
.topService_recommend-wrap{
  width: 100%;
  padding: 60px 0 0 50px;
  position: relative;
}
.icon_topService_recommend{
  width: 236px;
  position: absolute;
  top: 0;
  left: 0;
}
.topService_recommend{
  width: 100%;
  padding: 45px 30px;
  background: #f0f0f0;
}
.topService_recommend li{
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
.topService_recommend li::before{
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  background-image: url(assets/images/top/checkbox.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topService_recommend li:not(:last-of-type){
  margin-bottom: 20px;
}
.topService_ph{
  width: 50%;
}
.btn_topService{
  margin: 30px auto 50px;
}

.topStrengths-wrap{
  width: 100%;
  padding: 50px 0 70px;
}
.topStrengths-inner{
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 85px;
}
.topStrengths_box{
  width: 25%;
  max-width: 336px;
  position: relative;
  padding: 3.8799% 3.8799% 0;
  box-sizing: content-box;
}
.topStrengths_num{
  width: 25%;
  max-width: 107px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.topStrengths_box h3{
  font-size:min(2.083333333333333vw,30px);
}
.topStrengths_title{
  padding: min(2.638888888888889vw, 38px) 0 min(2.569444444444444vw, 37px);
}
.topStrengths_title_2line{
  padding: min(1.0416666666666665vw, 15px) 0;
}
.topStrengths_box p{
  line-height: 2;
}
.btn_topStrengths{
  margin: 0 auto;
}

.topFlow-wrap{
  width: 100%;
  /* background:
    url('assets/images/top/bg_flow.png') repeat,
    linear-gradient(to right, #e3f7ea, #f7f8da); */
  background:
    url('assets/images/top/pattern.png') repeat,
    linear-gradient(to right, #e3f7ea, #f7f8da);
  background-blend-mode: multiply;
  padding: 50px 0 45px;
}
.topFlow-inner{
  width: 90%;
  max-width: 956px;
  margin: 0 auto;
}
.topFlow_box{
  width: 100%;
  display: flex;
  padding: 32px 0;
  position: relative;
}
.topFlow_box:not(:last-of-type)::after{
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #3da02f transparent transparent transparent;
  position: absolute;
  left: 70px;
  bottom: 0;
}
.topFlow_num{
  width: 156px;
  background: #3da02f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hammersmith One", sans-serif;
  font-size: 2.4rem;
  color: #fff;
}
.topFlow_text{
  width: calc(100% - 156px);
  min-height: 104px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  padding: 20px 45px;
  box-sizing: border-box;
  background: #fff;
  line-height: 2;
}
.topFlow_note{
  display: block;
  padding-left: 1em;
  position: relative;
}
.topFlow_note::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* top end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* page ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.page-wrap{
  width: 100%;
}
.pageTitle-wrap{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageTitle{
  position: absolute;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
/* page end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* about ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.aboutMessage-wrap{
  width: 100%;
  padding: 60px 0;
}
.aboutMessage-inner{
  width: 90%;
  max-width: 814px;
  margin: 45px auto 0;
}
.aboutMessage-inner p{
  font-size: 1.8rem;
  line-height: 2.4444;
}
.aboutMessage-inner p:not(:last-of-type){
  margin-bottom: 50px;
}

.aboutSummary-wrap{
  width: 100%;
  background: #e8f5e8;
  padding: 70px 0 90px;
}
.aboutSummary-inner{
  width: 90%;
  max-width: 864px;
  margin: 45px auto 0;
}
.aboutSummary_table{
  width: 100%;
}
.aboutSummary_table th,
.aboutSummary_table td{
  font-weight: 500;
  border-bottom: 1px solid #262626;
  padding: 38px 40px;
  box-sizing: border-box;
}
.aboutSummary_table tr:first-of-type th,
.aboutSummary_table tr:first-of-type td{
  border-top: 1px solid #262626;
}
.aboutSummary_table th{
  width: 170px;
  color: #fff;
  background: #3da02f;
}
.aboutSummary_table td{
  width: calc(100% - 170px);
  background: #fff;
}
.aboutSummary_list li:not(:last-of-type){
  margin-bottom: .5em;
}

.aboutPlan-wrap{
  width: 100%;
  padding: 90px 0;
}
.aboutPlan-inner{
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding-top: 5px;
}
.aboutPlan-inner h3{
  font-size: 2.4rem;
  font-weight: 400;
  color: #3da02f;
  margin: 45px 0 10px;
}
.aboutPlan_list li{
  margin-bottom: .5em;
}

/* about end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* member ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.memberTable_scroll{
  margin-bottom: 10px;
  display: none;
}
.memberTable-wrap{
  width: 100%;
  padding: 100px 0;
  background: #e8f5e8;
}
.memberTable-inner{
  width: 90%;
  max-width: 864px;
  margin: 0 auto;
}
.memberTable{
  width: 100%;
}
.memberTable th,
.memberTable td{
  padding: 15px 20px;
}
.memberTable th{
  background: #3da02f;
  color: #fff;
  text-align: left;
}
.memberTable td{
  border-bottom: 1px solid #262626;
  background: #fff;
}
.memberTable tr:last-of-type td{
  border-bottom: none;
}
.memberTable td a{
  text-decoration: underline;
  transition: .3s;
}
.memberTable td a:hover{
  opacity: .7;
}

/* member end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* faq ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.faqContent{
  width: 90%;
  max-width: 866px;
  margin: 0 auto;
  padding: 88px 0 72px;
}
.faqBox{
  width: 100%;
  border-bottom: 1px solid #262626;
}
.faqBox dt {
  position: relative;
  cursor: pointer;
  display: flex;
  border-top: 1px solid #262626;
}
.q_num{
  width: 170px;
  color: #fff;
  background: #3da02f;
  font-family: "Hammersmith One", sans-serif;
  font-size: 3.2rem;
  text-align: center;
  padding: 26px 0;
}
.q_text{
  width: calc(100% - 170px);
  padding: 26px 60px 26px 40px;
  display: flex;
  align-items: center;
  transition: .3s;
}
.faq-open .q_text{
  background: #f0f0f0;
}

.faqBox dt::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #3da02f;
  border-bottom: 2px solid #3da02f;
  background: transparent;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.faqBox dt::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #3da02f;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.faqBox dt.faq-open::before {
  opacity: 0;
}
.faqBox dt.faq-open::after {
  opacity: 1;
}
.faqBox dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  line-height: 2.25;

}
.a_text{
  padding: 40px 10px;
}
/* faq end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* info list ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pageNewsList-wrap{
  padding: 60px 0;
}

.archive_pagination {
  width: 90%;
  margin: 100px auto 50px;
}

.archive_pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.archive_pagination .page-numbers {
  display: block;
  padding: 8px 14px;
  border: 1px solid #000;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  margin: 0 3px 10px;
  transition: .3s;
}
.page-numbers.dots{
  pointer-events: none;
}

.archive_pagination .current {
  background-color: #3da02f;
  color: #fff;
  border-color: #3da02f;
  pointer-events: none;
}
/* info list end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* info detail ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.infoDetail-wrap{
  padding: 60px 0 100px;
}
.infoDetail-inner{
  width: 90%;
  max-width: 864px;
  margin: 0 auto;
}

.infoDetail_date{
  font-family: "Hammersmith One", sans-serif;
  font-size: 2rem;
}
.infoDetail_title{
  font-size: 3rem;
  font-weight: 700;
  margin: 10px 0 30px;
}
.infoDetail_mv{
  width: 100%;
  margin-bottom: 50px;
}
.infoDetail_content p{
  line-height: 2;
  margin-bottom: 1em;
}
.infoDetail_content img{
  margin: 30px 0;
}

.infoDetail_pagination-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 100px 0 90px;
}
.infoDetail_pagination.prev,
.infoDetail_pagination.next {
  width: 100px;
}
.infoDetail_pagination_all,
.infoDetail_pagination a {
  font-weight: 500;
  color: #fff;
  padding: 13px 32px;
  background: #3da02f;
  border: 1px solid #3da02f;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: .3s;
}
.infoDetail_pagination_all:hover,
.infoDetail_pagination a:hover {
  opacity: .7;
}
/* info detail end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* contact ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pageContact{
  padding: 55px 0 65px;
}
.contact-inner{
  width: 90%;
  max-width: 864px;
  margin: 0 auto;
}
.contact_intro{
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.5555;
  margin-bottom: 56px;
}
.contact_intro span{
  color: #3da02f;
}

.contactForm-wrap{
  width: 100%;
}
.form-group{
  margin-bottom: 30px;
}
.form-group p{
  display: flex;
}
.form-group p label{
  width: 170px;
  font-weight: 500;
  padding: 15px 0;
}
.form-group p label span{
  color: #3da02f;
}
.form-group p .wpcf7-form-control-wrap{
  width: calc(100% - 170px);
}
.form-group p .wpcf7-form-control-wrap input,
.form-group p .wpcf7-form-control-wrap textarea{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  font-size: 1.6rem;
}
.form-group p .wpcf7-form-control-wrap .wpcf7-checkbox input{
  width: auto;
}
.form-group p .wpcf7-form-control-wrap .wpcf7-checkbox span{
  color: #000;
}

.form-checkbox p .wpcf7-list-item label{
  padding: 0;
}
.form-checkbox p .wpcf7-form-control-wrap{
  padding: 15px 0;
}
.form-checkbox p .wpcf7-list-item{
  margin: 0 1em .5em 0;
}

.wpcf7-not-valid-tip{
  margin-top: 5px;
}

.contact_privacy p label{
  width: 100%;
  text-align: center;
}

.contact_privacy a{
  text-decoration: underline;
  transition: .3s;
}
.contact_privacy a:hover{
  opacity: .7;
}

.btn_send{
  width: 300px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
.btn_send input{
  width: 100%;
  height: 70px;
  background: #3da02f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  transition: .3s;
}
.btn_send::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}
.btn_send input:disabled{
  background: #c6c6c6;
}

.contact_note{
  margin-top: 50px;
}
.contact_note li{
  padding-left: 1em;
  position: relative;
  display: table;
  margin: 0 auto;
}
.contact_note li::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0
}
/* contact end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* privacy ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pagePreivacy{
  padding: 60px 0 100px;
}
.privacy-inner{
  width: 90%;
  max-width: 864px;
  margin: 0 auto;
}
.privacy-inner h2{
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2em;
}
.privacy-inner p{
  line-height: 2;
}
.privacy-inner ul{
  margin-top: 1em;
}
.privacy-inner ul li{
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.privacy-inner ul li:not(:last-of-type){
  margin-bottom: 10px;
}
.privacy-inner ul li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy_last{
  text-align: right;
  margin-top: 2em;
}


/* privacy end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* not found ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.notFound-wrap{
  width: 90%;
  min-height: calc(100vh - 701px);
  margin: 0 auto;
  padding: 100px 0;
}
.notFound-wrap p{
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
.notFound-wrap p a{
  text-decoration: underline;
}
/* not found end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media screen and (max-width: 1160px) {
  #pageheader{
    padding-left: 20px;
  }
  .header_nav{
    width: calc(100% - 500px);
  }
  .header_nav li{
    padding: 0 10px;
  }
  .header_contact{
    width: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .inner{
    display: block;
  }
  .header_nav,
  .header_contact{
    display: none;
  }
  #pageheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
  }
  .header-inner{
    height: 62px;
  }
  #box{
    padding-top: 62px;
  }

  /* top */
  .topAbout_title {
    width: 320px;
    padding-left: 0;
  }
  .topAbout_contents {
    width: calc(100% - 320px);
  }

  .topService_box{
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .topService_ph{
    width: 100%;
    margin-bottom: 30px;
  }
  .topService_contents{
    width: 100%;
  }
  .topService_box:nth-child(odd) .topService_contents,
  .topService_box:nth-child(even) .topService_contents{
    padding: 0;
  }
  .topService_inner{
    max-width: none;
  }
  .topService_num,
  .topService_title,
  .topService_text{
    padding: 0 5%;
  }
  .topService_title{
    font-size: 2.4rem;
  }
  .topService_recommend-wrap{
    padding: 60px 0 0;
  }
  .icon_topService_recommend{
    left: 30px;
  }

  .topStrengths-inner{
    width: 96%;
  }
  /* top end */
}


@media screen and (max-width: 768px) {
  /* common */
  .title h2{
    font-size: 2.6rem;
  }
  .title p{
    font-size: 1.6rem;
  }

  .br_pcOnly{
    display: none;
  }
  .br_spOnly{
    display: inline;
  }
  /* common end */

  /* footer */
  .footerContact-wrap p{
    font-size: 2.6rem;
  }
  .footer-inner{
    width: 96%;
  }
  .footer_nav{
    padding-left: 0;
  }

  /* footer end */

  /* top */
  .mv-wrap{
    width: 100%;
    aspect-ratio: 750 / 877;
    background-image: url(assets/images/top/mv_sp.jpg);
    margin: 0 0 20px;
  }
  .mv_text{
    font-size: 5.6000000000000005vw;
    /* left: 0;
    right: 0; */
    position: static;
    margin: 0 auto;
    display: table;
    padding-top: 50px;
  }
  .topCopy{
    width: 80%;
    padding: 30px 0 15px;
  }
  .topAbout-inner{
    display: block;
  }
  .topAbout_title,
  .topAbout_contents{
    width: 100%;
  }
  .topAbout_contents{
    padding-top: 20px;
  }
  .topAbout_title .title_left h2,
  .topAbout_title .title_left p{
    text-align: center;
  }
  .topAbout_contents .btn_pageLink{
    margin: 0 auto;
  }
  .topAbout_contents p{
    font-size: 1.6rem;
  }
  .topBG{
    height: 277px;
  }

  .infoList{
    width: 100%;
  }
  .infoList li{
    flex-wrap: wrap;
    padding: 16px;
  }
  .info_date{
    font-size: 1.6rem;
  }
  .info_tag{
    width: 80px;
    height: 32px;
    font-size: 1.6rem;
  }
  .info_title{
    width: 100%;
    margin-top: 8px;
  }

  .topService_intro{
    width: 90%;
    max-width: 630px;
  }

  .topStrengths-inner{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: block;
  }
  .topStrengths_box{
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
  .topStrengths_box:not(:last-of-type){
    margin-bottom: 50px;
  }
  .topStrengths_num{
    left: 10px;
  }
  .topStrengths_box h3{
    font-size: 2.4rem;
  }
  .topStrengths_title,
  .topStrengths_title_2line{
    padding: 15px 5%;
  }
  .topStrengths_box p{
    padding: 0 5%;
  }

  .topFlow_box{
    flex-direction: column;
    align-items: center;
  }
  .topFlow_box:not(:last-of-type)::after{
    left: auto;
  }
  .topFlow_num{
    width: 100%;
  }
  .topFlow_text{
    width: 100%;
    padding: 15px 20px;
  }
  /* top end */


  /* page common */
  .pageTitle{
    font-size: 2.6rem;
  }
  /* page common end */


  /* about */
  .aboutMessage-inner p{
    font-size: 1.6rem;
  }

  .aboutSummary_table th,
  .aboutSummary_table td{
    display: block;
    width: 100%;
    padding: 20px;
  }
  .aboutSummary_table tr:first-of-type td{
    border-top: none;
  }
  .aboutPlan-inner h3{
    font-size: 2rem;
  }
  /* about end */


  /* info detail */
  .infoDetail_date{
    font-size: 1.8rem;
  }
  .infoDetail_title{
    font-size: 2.4rem;
  }
  .infoDetail_pagination-wrap{
    padding-bottom: 80px;
    margin-bottom: 0;
    position: relative;
  }
  .infoDetail_pagination.prev,
  .infoDetail_pagination.next{
    position: absolute;
    bottom: 0;
  }
  .infoDetail_pagination.prev{
    left: 0;
  }
  .infoDetail_pagination.next{
    right: 0;
  }
  /* info detail end */


  /* member */
  .memberTable_scroll{
    display: inline-block;
  }
  .memberTable-inner{
    overflow-x: scroll;
  }
  .memberTable{
    width: 700px;
  }
  /* member end */


  /* faq */
  .q_num{
    font-size: 2.4rem;
    width: 100px;
  }
  .q_text{
    width: calc(100% - 100px);
    padding: 26px 36px 26px 20px;
  }
  .faqBox dt::before,
  .faqBox dt::after{
    right: 12px;
  }
  .a_text{
    padding: 20px 10px;
  }
  /* faq end */


  /* contact */
  .contact_intro{
    font-size: 1.6rem;
    text-align: left;
  }
  .form-group p{
    display: block;
  }
  .contact_privacy p{
    display: flex;
  }
  .form-group p label,
  .form-group p .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
  }
  .contact_privacy p label,
  .contact_privacy p .wpcf7-form-control-wrap{
    display: inline;
    width: auto;
  }
  /* contact end */


  /* not found */
  .notFound-wrap{
    min-height: calc(100vh - 688px);
    padding: 50px 0;
  }
  .notFound-wrap p{
    font-size: 1.8rem;
    text-align: justify;
  }
  /* not found end */
}
