@charset "UTF-8";
html {
	scroll-behavior: smooth;
	text-decoration: none;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	font-family: "Roboto", sans-serif;
	--text-en:  "Roboto", sans-serif;
}
a {
	text-decoration: none;
}
body {
	color: #504432!important;
	font-size: 16px;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	list-style: none;
	letter-spacing: 0.3px;
	font-feature-settings: “palt”;
	width: 100%;
}
.text-color {
	color: #e0808b;
	--text-color: #e0808b;
	display: inline-block;
}
.wrap {
	margin: 80px 0px 90px;
}
.wrap__inner {
		width: 100%;
		animation: a;
		margin: auto;
}
a {
	transition: 0.3s;
	color: #504432!important;
	text-decoration: none!important;
}
a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 980x) {
	.wrap {
		margin: 60px 40px 40px;
	}
}
@media screen and (max-width: 960px) {
	.wrap__inner {
		padding: 0 40px;
	}
}
@media screen and (max-width: 540px) {
	.wrap {
		margin: 40px 0px 60px;
	}
	.wrap__inner {
		padding: 0 20px;
	}
}
img {
	width: 100%;
	height: auto;
}
p {
	line-height: 1.8em;
	text-align: justify;
	font-feature-settings: “palt”;
}
.text_wrap span,.title_sec,.en,.news_list li span,.trouble_column span,.btn {
	font-family: "Poppins" ,sans-serif;
}
h3 {
	font-size: 22px;
}
/* header
==================================*/
header {}
header .header_inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 25px 50px;
  align-items: center;
}
header .header_inner .logo {
  position: absolute;
  left: 0;
  top: 0;
}
header .header_inner .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: auto;
  transition: 0.3s;
}
header .header_inner .logo img  {
  width: 100%;
  transition: 0.3s;
  z-index: 2000;
}
header .header_inner nav {
  display: none;
}
.header_pc_list {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.menu_btn {
	display: none;
}
.header_pc_list_inner {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.header_pc_list_inner .fa-solid {
	font-size: 1.8em;
	margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
	header .header_inner .menu_btn {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 79px;
	  height: 32px;
	  background: linear-gradient(to right, #FAD961, #F76B1C);
	  position: relative;
	  padding: 10px;
	  box-sizing: border-box;
	  z-index: 99999;
	  border-radius: 30px;
	  top: 10px;
	  font-family: 'Poppins';
	}
	header .header_inner .menu_btn .btn_wrap {
	  width: 25px;
	  height: 10px;
	  position: relative;
	  transition: 0.3s;
	}
	.header_pc_list {
			display: none;
	}
}
header .header_inner .menu_btn .btn_wrap span {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  background: #fff;
  transition: 0.3s;
}
header .header_inner .menu_btn .btn_wrap span:first-of-type {
  top: 0;
  transform-origin: left top;
}
header .header_inner .menu_btn .btn_wrap span:last-of-type {
  bottom: 0;
  transform-origin: left bottom;
}
header .header_inner .menu_btn .text_wrap span {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  left: 51%;
  bottom: 15px;
  transform: translateX(-50%);
  transition: 0.3s;
  letter-spacing: 2px;
  font-family: 'Poppins';
  line-height: 0;
}
.menu_btn_02 {
	bottom: 7px;
}
header .header_inner .menu_btn .text_wrap .open {
  opacity: 1;
}
header .header_inner .menu_btn .text_wrap .close {
  opacity: 0;
}
header .header_inner .menu_btn.open .btn_wrap {
  height: 15px;
}
header .header_inner .menu_btn.open .btn_wrap span {
  width: 28px;
}
header .header_inner .menu_btn.open .btn_wrap span:first-of-type {
  transform: rotate(28deg);
}
header .header_inner .menu_btn.open .btn_wrap span:last-of-type {
  transform: rotate(-28deg);
}
header .header_inner .menu_btn.open .text_wrap .open {
  opacity: 0;
}
header .header_inner .menu_btn.open .text_wrap .close {
  opacity: 1;
}
header .header_inner .menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f8f7f3;
  padding: 90px 0 70px;
  z-index: 999;
  display: none;
  width: 38%;
}
header .header_inner .menu .logo_wrap {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 175px;
}
header .header_inner .menu .container {
  height: 100%;
  overflow: scroll;
}
header .header_inner .menu .main_nav > ul li {
  box-sizing: border-box;
}
header .header_inner .menu .main_nav > ul li a {
  padding-left: 10px;
  line-height: 45px;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(107, 194, 170,0.3);
}
header .header_inner .menu .main_nav > ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 6px solid rgb(107, 194, 170);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  left: 0;
  top: 0;
  bottom: 0;
}
header .header_inner .menu .main_nav > ul:last-of-type li:last-of-type a {
  border-bottom: none;
}
header .header_inner .menu .main_nav > ul .left_wrap .slide_btn {
  line-height: 45px;
  padding-left: 10px;
  position: relative;
}
header .header_inner .menu .main_nav > ul .left_wrap .slide_btn::before, header .header_inner .menu .main_nav > ul .left_wrap .slide_btn::after 	{
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 10px;
  height: 2px;
  background: rgba(107, 194, 170, 1);
  right: 10px;
  top: 0;
  bottom: 0;
}
header .header_inner .menu .main_nav > ul .left_wrap .slide_btn::after {
  transform-origin: center;
  transition: 0.3s;
  transform: rotate(-90deg);
}
header .header_inner .menu .main_nav > ul .left_wrap .slide_btn.open::after {
  transform: rotate(0);
}
header .header_inner .menu .main_nav > ul .left_wrap .slide_wrap_header {
  display: none;
}
header .header_inner .menu .main_nav > ul .left_wrap .top_wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(107, 194, 170, 0.3);
}
header .header_inner .menu .main_nav > ul .left_wrap .top_wrap li {
  width: 50%;
}
header .header_inner .menu .main_nav > ul .left_wrap .top_wrap li:nth-of-type(2n + 1) {
  border-right: 1px solid #e3e9f0;
}
header .header_inner .menu .main_nav > ul .left_wrap .top_wrap li a {
  padding-left: 16px;
  color: #505050;
}
header .header_inner .menu .main_nav > ul .left_wrap .top_wrap li a::before {
  left: 5px;
}
header .header_inner .menu .main_nav > ul .left_wrap .bottom_wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e3e9f0;
}
.bottom_wrap {
	border-top: 1px solid rgba(107, 194, 170, 0.3);
}
header .header_inner .menu .main_nav > ul .left_wrap .bottom_wrap li {
  width: 50%;
}
header .header_inner .menu .main_nav > ul .left_wrap .bottom_wrap li:nth-of-type(2n + 1) {
  border-right: 1px solid #e3e9f0;
}
header .header_inner .menu .main_nav > ul .left_wrap .bottom_wrap li:nth-of-type(2n) a {
  padding-left: 27px;
}
header .header_inner .menu .main_nav > ul .left_wrap .bottom_wrap li:nth-of-type(2n) a::before {
  left: 10px;
}
header .header_inner .menu .contact_nav {
	background: #fff;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
header .header_inner .menu .contact_nav li.tel {
	border-bottom: 1px solid rgba(107, 194, 170, 0.3);
	width: 100%;
}
header .header_inner .menu .contact_nav li.tel a {
	display: block;
	line-height: 1;
	padding: 16px 0;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
header .header_inner .menu .contact_nav li.tel a span {
	font-size: 11px;
	font-weight: 500;
	margin-left: 2px;
}
header .header_inner .menu .main_nav > ul .left_wrap .bottom_wrap li:nth-of-type(2n + 1) {
	border-right: 1px solid #e3e9f0;
}
header .header_inner .menu .contact_nav li:not(.tel) {
	width: 50%;
	box-sizing: border-box;
}
header .header_inner .menu .contact_nav li:not(.tel):last-of-type {
	border-left: 1px solid rgba(107, 194, 170, 0.3);
}
header .header_inner .menu .contact_nav li:not(.tel) a {
	display: block;
	line-height: 53px;
	text-align: center;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}
header .btn_contact {
	background: linear-gradient(to right, #FAD961, #F76B1C);
	border-radius: 100vw;
	color: #fff!important;
	padding: 7px 30px;
}
@media screen and (max-width: 746px) {
	header .header_inner {
		margin: 10px;
	}
	header .header_inner .menu {
		width: 100%;
		padding: 90px 20px 0;
	}
}
/* TOP
==================================*/

/* MV
==================================*/
#mv {
	height: 500px;
	margin: 40px 0 0;
	overflow: hidden;
	width: 100%;
}
#mv .swiper-horizontal {
	position: relative;
}
#mv.swiper_1.swiper-slide img {
	height: auto;
	position: relative;
	height: 100%;
}
#mv.swiper-wrapper {
	height: 100%;
}
.swiper-img.slide01, .swiper-img.slide02,.swiper-img.slide03 {
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
}
.slide01 {
	background: url("../img/top/mv_01.png")no-repeat;
}
.slide02 {
	background: url("../img/top/mv_02.png")no-repeat;
}
.slide03 {
	background: url("../img/top/mv_03.png")no-repeat;
}
@media screen and (max-width: 960px) {
	#mv {
		margin: 20px auto 0;
		max-width: 100%;
		height: 100vh;
		width: 100%;
	}
	.slide01 {
		background: url("../img/top/mv_01_sp.png")no-repeat;
	}
	.slide02 {
		background: url("../img/top/mv_02_sp.png")no-repeat;
	}
	.slide03 {
		background: url("../img/top/mv_03_sp.png")no-repeat;
	}
}
@media screen and (max-width: 540px) {
	#mv {
		height: 100%;
	}
} 
.swiper-button-next {
	display: none;
}
#mv h1 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 800;
	font-size: 3.3em;
	top: 30px;
	left: 16%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: absolute;
	z-index: 3;
}
#mv h1 span {
	color: #f87700;
	font-size: 3.8rem;
}
.mv_sub {
	position: absolute;
	width: 303px;
	height: auto;
	bottom: 20px;
	left: 21%;
	z-index: 3;
}
@media screen and (max-width: 980px) {
	.swiper-img.slide01, .swiper-img.slide02,.swiper-img.slide03 {
		width: 100vw;
		height: 800px;
	}
	#mv h1 {
		font-size: 3.5rem;
		top: 0;
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
		width: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#mv h1 span {
		font-size: 4rem;
	}
	.mv_sub {
		bottom: 20px;
		left: 65%;
		width: 250px;
	}
}
@media screen and (max-width: 960px) {
	.swiper-img.slide01, .swiper-img.slide02,.swiper-img.slide03 {
		width: 100vw;
		height: 550px;
	}
	#mv h1 {
		font-size: 2.3rem;
		top: 42px;
	}
	#mv h1 span {
		font-size: 2.5rem;
	}
	.mv_sub {
		bottom: 10px;
		left: 60%;
		width: 150px;
	}	
}
/* TOPICS
==================================*/
#post {
	margin: 80px 0 100px;
	width: 100%;
}
@media screen and (max-width: 750px) {
	#post {
		margin: 40px 0 40px;
	}
}
.swiper_2 {
	overflow: hidden;
	position: relative;
}
.swiper_2 .swiper-slide img {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	height: auto;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}
.swiper_2.swiper-backface-hidden .swiper-slide {
	padding: 5px 0;
}
.swiper_2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -35px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right:var(--swiper-navigation-sides-offset,20%)!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left:var(--swiper-navigation-sides-offset,20%)!important;
}
:root {
	--swiper-theme-color: #f87700!important;
}
/* 挨拶
==================================*/
#greeting a {

}
.greeting_wrap {
	max-width: 1800px;
	margin: auto;
}
.heading_title {
	color: #f87700;
	display: flex;
	font-size: 5rem;
	font-weight: 500;
	font-family: var(--text-en);
	justify-content: center;
	text-align: center;
}
.text-container h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 5px 0 0;
	text-align: center;
}
#greeting span {
	display: inline-block;
}
#greeting .column,#trouble .column,#about .column,#price .column {
	display: flex;
	margin: 40px 0px 100px;
}
.delete {
	margin: 0 0 40px!important;
}
.greeting_img {
	margin: auto;
	position: relative;
	padding: 20px 0 60px;
	width: 45%;
}
.engawa_top {
	border-radius: 20px;
}
@media screen and (max-width: 960px) {
	.point_2 {
	}
	.text-container h3 {
		font-size: 1.2rem;
	}
	.greeting_img {
		width: 100%;
	}
}
.mv_img_01 {
	position: relative;
	width: 100%;
}
.mv_img_02 {
	border: 3px solid #fff;
	border-radius: 20px;
	bottom: -30px;
	left: 56%;
	position: absolute;
	width: 50%;
}
.greeting_text {
	margin: auto;
	width: 40%;
}
.greeting_text h4 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
	.greeting_text h4 {
		font-size: 1.55rem;
	}
}
.btn::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0 0 0 10px;
}
.btn {
	border-radius: 30px;
    display: block;
    width: 260px;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff!important;
    position: relative;
    z-index: 0;
    background: linear-gradient(to right, #FAD961, #F76B1C);
}
.btn_2 {
	background: #f8f7f3!important;
	border:#f87700 1px solid;
	border-radius: 30px;
	color: #f87700!important;
	width: 260px;
}
.btn_2:hover {
	border: solid 1px #f8f7f3;
	color: #fff!important;
}
/* マウスホバー時の背景色を重ねて表示（初期状態で透明） */
.btn::before {
    content: "";
	border-radius: 30px;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, #F76B1C, #FAD961);
    opacity: 0;
    transition: opacity 0.5s;
}
.btn:hover {
	opacity: 1;
}
/* マウスホバー時に透明化を解除 */
.btn:hover::before {
	border-radius: 30px;
    opacity: 1;
}
@media screen and (max-width: 960px) {
	#greeting .column,#about .column {
		flex-direction: column;
		margin: 20px 60px 60px;
	}
	.mV_img_01 {
		width: 100%;
	}
	.mv_img_02 {
		left: 54%;
		width: 50%;
		bottom: 10px;
	}
	.greeting_text {
		width: 100%;
	}
	#greeting h2 {
		font-size: 3.3rem;
	}
	.greeting_text h4 {
		margin: 0 0 20px;
		font-size: 2rem;
		text-align: center;
	}
}
@media screen and (max-width: 960px) {
	#greeting .column,#about .column {
		flex-direction: column;
		margin: 20px 20px 60px;
		gap:0px;
	}
	#greeting h2,.heading_title {
		font-size: 2.6rem;
	}
	.greeting_text h4 {
		font-size: 1.5rem;
	}
	.btn {
		margin: 30px auto 0;
	}
}
/* お悩み
==================================*/
.nayami {
	display: flex;
	flex-direction: column;
}
.nayami_title {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.nayami_title p{
	align-items: center; 
	display: flex; 
	font-size: 1.5rem;
	justify-content: center; 
}
.nayami_title p::before,
.nayami_title p::after {
  background-color: #504432; 
  border-radius: 5px; 
  content: "";
  height: 2px; 
  width: 30px; 
}
.nayami_title p::before {
  margin-right: 10px; 
  transform: rotate(60deg); 
}
.nayami_title p::after {
  margin-left: 10px; 
  transform: rotate(-60deg); 
}
.nayami_title h3 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3em;
}
.nayami_title h3 span {
	font-size: 2.6rem
}
.nayami_title h3::after {
	content:"";
	background: #504432;
	display: block;
	margin: 10px auto;
	height:60px;
	width: 2px;
	width: 2px;
}
.nayami_list {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 60px 0 100px;
}
@media screen and (max-width: 960px) {
	.nayami_title p {
		font-size: 1.1rem;
	}
	.nayami_title p::before, .nayami_title p::after {
		margin: 0;
		height: 1px;
		width: 25px;
	}
	.nayami_title h3 {
		font-size: 1.5rem;
	}
	.nayami_title h3 span {
		font-size: 1.8rem;
	}
	.nayami_title h3::after {
		height: 30px;
	}
}
.nayami_img {
	width: 80%;
	height: auto;
	margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
	.nayami_img {
		margin: 0 0 60px;
		width: 100%;
	}
}
.point_wrap {
	background: #f8f7f3;
	position: relative;
	padding: 80px 0;
}
.point::after {
	content:"";
	display: inline-block;
	background: url("../images/top/arrow.webp")no-repeat;
	background-size: cover;
	width: 100px;
	height: 80px;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.point img {
	border-radius: 0 20px 20px 0;
	flex: 1
}
.point_content {
	flex: 1;
}
.point .nayami_title h3::after {
	align-items: center;
	display: none;
}
.point .column {
	align-items: center;
	gap:80px;
}
@media screen and (max-width: 960px) {
	.point .column {
		gap:40px;
	}
}
.column_opposition {
	flex-direction: row-reverse;
	gap:0!important;
	padding-right: 0;
	padding-left: 80px;
}
.column_opposition img {
	border-radius: 20px 0 0 20px;
}
.column_content_opposition {
	padding-right: 0;
}
.point_content img {
	margin: 0 0 20px;
	width: 100px;
}
.point_content h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 20px;
}
.point_content p {
	width: 90%;
}
.point_content a {
	margin: 40px 0 0;
}
.point_btn {
	display: flex;
	height: auto;
	margin: 80px auto 0;
	gap:40px;
	justify-content: center;
	width: 70%;
}
.point_btn a img {
	box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
	border-radius: 20px;
}
@media screen and (max-width: 960px) {
	.point::after {
		width: 85px;
		height: 70px;
	}
	.point_wrap {
		padding: 60px 0;
	}
	.point_content a {
		margin: 30px auto 20px;
	}
	.column_opposition {
		margin: 0!important;
		padding-left: 0;
	}
	.point .column {
		margin: 20px 0 40px !important;
		overflow: hidden;
	}
	.point .column:last-child {
		margin: 20px 0 0!important;
	}
	.column_opposition {

	}
	.point_content h3 {
		font-size: 1.3rem;
	}
	.point img {
		margin: 0 20px 20px 0;
	}
	.column_opposition img {
		margin: 0 0 0 40px;
	}
	.column_content_opposition img {
		margin: 20px 0 20px;
	}
	.point_content {
		width: 90%;
	}
	.point_content p {
		width: 100%;
	}
	.point_btn {
		flex-direction: column;
		margin: 0 auto 0;
		gap:0px;
		width: 90%;
	}
	.point_btn a img {
		border-radius: 20px;
	}
}
/* 報告活動
==================================*/
#active {
	margin: 0 auto 100px;
	max-width: 1800px;
	position: relative;
}
#active .heading_title_left_content {
	margin: 80px 60px 60px;
	position: relative;
}
#active .column,#voice .column {
	display: flex;
	margin: 0 60px 0;
	gap:20px;
}
.column_active {
	align-items: center;
	display: flex;
	gap:10px;
	position: absolute;
	top: 30px;
	right: 60px;
}
.arrow_left {
	right: 0;
	left: 60px;
}
.arrow,.arrow_right {
	width: 50px;
}
@media screen and (max-width: 960px) {
	.column_active {
		font-size: 14px;
		right: 20px;
		gap:5px;
		top: 50px;
	}
	.arrow,.arrow_left {
		right: 0;
		left: 10px;
		top: 50px;
	}
	.arrow,.arrow_right {
		width: 30px;
	}
}
.read-more-btn {
    border: #f87700 1px solid;
    border-radius: 30px;
    color: #f87700 !important;
    width: 260px;
	display: block;
	margin: 10px 0 0;
    padding: 7px 15px;
    border-radius: 30px;
    text-decoration: none;
	text-align: center;
	transition: 0.2;
	width:150px;
}

.read-more-btn:hover {
    background: linear-gradient(to right, #F76B1C, #FAD961);;
	border: #f87700 1px solid;
	color: #fff !important;
	opacity: 1;
	
}
@media screen and (max-width: 960px) {
	#active {
		margin: 0 0 60px;
	}
	#active .heading_title_left_content {
		margin: 60px 20px 40px;
	}
	#active .column,#voice .column {
		margin: 0 20px 0;
	}
}
@media screen and (max-width: 960px) {
	#active .column,#voice .column {
		flex-direction: column;
		margin: 0 20px;
	}
	#active .heading_title_left_content {
		margin: 60px 20px 40px;
	}
	.arrow {
		right: 20px;
		top:30px;
	}
}

#active li img {
	border-radius: 10px;
}
#active ul dl dt {
	font-size: 1.5rem;
	margin: 10px 0;
}
#active ul dl dd {
	line-height: 1.5em;
}
.active_column {
    display: flex;
    gap: 40px;
    margin: 40px 60px 60px;
}
@media screen and (max-width: 960px) {
	.active_column {
		flex-direction: column;
		margin: 40px 20px 20px;
	}
}
.heading_title_left_content {
	margin: 100px 60px 100px;
}
.heading_title_left_content h3 {
	text-align: left;
}
.heading_title_left {
	justify-content: flex-start;
}
/* インタビュー
==================================*/
#interview {
	background: #f8f7f3;
	overflow: hidden;
	padding: 80px 0 100px;
}
#interview .heading_title_left_content {
	margin: 0 60px 60px;
}
#interview .heading_title_left,#voice .heading_title_left {
	justify-content: flex-end;
}
#interview .heading_title_left_content h3,#voice .heading_title_left_content h3 {
	text-align: right;
}
.interview_wrap {
	max-width: 1800px;
	margin: auto;
	position: relative;
}
#interview .swiper-slide {
  transform: scale(.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
#interview .swiper-slide-active {
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
.interview_list {
	text-align: left;
}
.interview_list dl dt {
	font-size: 1.4rem;
	line-height: 1.5em;
}
.interview_list dl dd {
	font-size: 1.2rem;
}
.interview_list dl dd span {
	font-size: 1rem;
}
.swiper-container {
  z-index: 1; 
}
.ashirai_fukidashi {
	background: #FFF;
	border: solid 2px #555;
	border-radius: 20px;
	box-sizing: border-box;
	color: #555;
	display: inline-block;
	font-size: 16px;
	min-width: 120px;
	max-width: 100%;
	margin: 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
	position: relative;
	padding: 20px 40px 30px;
	width:calc(100% / 3);
	height: auto;
}
.ashirai_fukidashi:before {
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	z-index: 2;
}

.ashirai_fukidashi:after {
	content: "";
	border: 14px solid transparent;
	border-top: 14px solid #555;
	bottom: -29px;
	left: 50%;
	margin-left: -17px;
	position: absolute;
	z-index: 1;
}
.ashirai_fukidashi p {
	margin: 0;
	padding: 0;
}
.ashirai_fukidashi dl dt {
	font-size: 1.3rem;
	margin: 0 0 10px;
	text-align: center;
}
.ashirai_fukidashi dl dt span {
	font-size: 1.1rem;
}
.voice_img {
	bottom: -188px;
	height: auto;
	left: 0;
	position: absolute;
	width: 200px;
}
@media screen and (max-width: 960px) {
	#interview {
		padding: 60px 0 60px;
	}
	#interview .heading_title_left_content {
		margin: 0 20px 30px;
	}
	.ashirai_fukidashi {
		width: 100%;
	}
}
/* インタビュー_個別ページ
==================================*/
#interview_list .top {
	margin: 60px 0 0;
}
#interview_list .content {
	margin: 40px 0 0;
}
#interview_list .content dl dt {
	display: flex;
	font-size: 1.3em;
	margin: 0 0 10px;
	flex-direction: column;
	color: #f87700;
}
#interview_list .content dl dt::after {
	content:"";
	display: inline;
	background: #504432;
	height: 1px;
	width: auto;
	margin: 10px 0 0;
}
#interview_list .content dl dd {
	margin: 0 0 40px;
	line-height: 1.6em;
	text-align: justify;
}
#interview_list .info {
	background: #fef1e5;
	border-radius: 10px;
	padding: 40px;
}
#interview_list .info h4::before {
	content:"";
	background: #f97700;
	display: inline-block;
	height: auto;
	width: 5px;	
}
#interview_list .info h4 {
	color: #f87700;
	font-size: 1.6em;
	font-weight: bold;
	display: flex;
	margin: 10px 0 10px;
	gap:10px;
}
#interview_list .info h5 {
	font-size: 1.5em;
	margin: 0 0 10px;
}
#interview_list .info_content {
	align-items: center;
	display: flex;
	margin: 0 0 40px;
}
#interview_list .info_content {
	gap:40px;
	height: auto;
	width: 100%;
}
#interview_list .info_content_text {
	width: 100%;
}
#interview_list .btn {
	margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
	#interview_list .top {
		margin: 20px 0 40px;
	}
	#interview_list .content {
		margin: 0 20px 0;
	}
	#interview_list .content dl dd {
		line-height: 1.8em;
	}
	#interview_list .info_content {
		flex-direction: column;
	}
	#interview_list .info_content {
		gap:20px;
	}
}
/* 新着情報
==================================*/
#news {
	align-items: center;
	display: flex;
	gap:40px;
	max-width: 1800px;
	margin: 80px auto 80px;
}
.news_content_text {
	flex: 1;
	margin: 0 100px 0 0;
}
.news_list:first-of-type {
	border-top: 1px solid;
}
.news_list {
	border-bottom: 1px solid;
	display: flex;
	gap:20px;
	padding: 20px 10px 10px;
}
@media screen and (max-width: 960px) {
	#news {
		flex-direction: column;
		margin: 50px auto 60px;
	}
	#news .text-container.heading_title_left_content {
		margin : 0 20px;
	}
	#news .heading_title_left_content h3 {
		text-align: center;
	}
	.news_content_text {
		margin: 0 20px;
	}
	.news_list {
		gap: 0;
        flex-direction: column;
		padding: 10px;
	}
}
/* CPAについて
==================================*/
#about {
	margin: 100px 0 0;
}
.cpa_about .mv_img_02 {
	border: none;
}
.point_list {
	border-radius: 30px;
	display: grid;
	margin:  60px auto 60px;
	max-width: 1000px;
	grid-template-columns: repeat(4, 1fr);
	gap:20px;
}
.point_list li {
	align-items: center;
	display: flex; 
}
.point_list li a {
	align-items: center;
	border: solid 1px;
	border-radius: 20px;
	display: flex;
	height: 250px;
	flex-direction: column;
	margin: auto;
	justify-content: center;
	width: 250px;
}
.point_list li a:hover {
	background: rgba(80,68,50,.2);
}
.point_list li figure {
	height:auto;
	width: 50%;
}
.point_list li dl {
	text-align: center;
}
.point_list li dl dt {
	font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
	#about .column_opposition {
		padding-left: 0;
	}
}
@media screen and (max-width: 960px) {
	.point_list {
		margin: 40px 20px 0;
	}
}
@media screen and (max-width: 960px) {
	.heading_title_left_content {
		margin: 60px 20px 60px;
	}
	#about {
		margin: 80px 0 0;
	}
	#about span {
		display: block;
		line-height: 1.5em;
	}
	.point_list li a {
		height: 200px;
	}
	.point_list li dl dt {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 748px) {
	.point_list {
		margin: 20px 20px 0;
		grid-template-columns: repeat(2, 1fr);
	}
}

/* CPAについての会員の声
==================================*/
#voice {
	background:#f8f7f3;
	padding: 80px 0 102px;
	
}
.voice_wrap {
	max-width: 1800px;
	margin: auto;
	position: relative;
}
#voice .heading_title_left_content {
	margin: 0px 60px 0px;
}
@media screen and (max-width: 960px) {
	#voice {
		padding: 60px 0 145px;
	}
	#voice .heading_title_left_content {
		margin: 0px 20px 0px;
	}
}

#price {
	background: rgb(250 217 97 / 10%);
	padding: 80px 0 100px;
}

.price_wrap {
	margin: 0 60px;
}
.price_list {
	background: #fff;
	border-radius: 20px;
	margin: 60px 0 0;
	flex: 1;
	padding: 50px;
}
.price_list h3 {
	font-size: 2.2rem;
	font-weight: 600;
	margin: 0 0 20px;
	text-align: center;
}
.price_list li {
	line-height: 1.5em;
	margin: 0 0 20px;
}
.price_list p {
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-align: center;
}
.price_list span {
	font-size: 2.5rem;
	font-family: var(--text-en);
}
#price .column {
	margin: 0;
	gap:40px;
}
.price_wrap p {
	margin: 20px 0 0;
	text-align: center;
}
@media screen and (max-width: 960px) {
	.price_wrap {
	margin: 0 20px;	
	}
	.price_list {
		margin: 20px 0;
		padding: 40px;
	}
	#price {
		padding: 60px 0 40px;
	}
	#price .column {
		flex-direction: column;
		gap:0;
	}
	.price_list h3 {
		font-size: 1.8rem;
	}
	.price_list p {
		font-size: 1.2rem;
	}
	.price_list span {
		font-size: 1.5rem;
	}
	.price_list li {
		margin: 0;
	}
}
/* 入会の流れ
==================================*/
#flow {
	margin: 0 0 100px;
}
.flow_list {
	margin: 0 0 40px;
}
.flow_list li {
	display: flex;
	gap:20px;
	justify-content: center;
}
.step {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 120px;
	z-index: 33;
}
.step::before {
	content: "";
    position: absolute;
    bottom: -15%;
    left: 60px;
    z-index: 1;
    display: inline-block;
    width: 0;
    height: calc(100% - 78px - 20px);
	border-right: 2px dotted #3C2C25;
	z-index: -1;
}
.flow_list_last .step::before {
	display: none;
}
.step p {
	font-size: 1.3rem;
	font-family: var(--text-en);
	font-weight: 600;
}
.step img {
	filter: box-shadow(0 2px 3px rgba(125, 55, 4, 0.26));
}
.step_text {
	width: 60%;
}
.step_text dl {
	background: #f8f7f3;
	border-radius: 20px;
	box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
	padding: 30px 30px;
}
.step_text h4 {
	font-size: 1.5em;
	margin: 0 0 10px;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    max-width: 900px;
    margin:0 auto;
	width: 96%;
}
.accordion-area h2 {
	font-weight: 600;
	font-size: 1.5rem;
	margin: 60px 20px 40px;
}
@media screen and (max-width: 748px) {
	.accordion-area h2 {
		font-weight: 600;
		font-size: 1.2rem;
		margin: 40px 20px 20px;
	}
}
.accordion-area li{
    margin: 40px 0 30px;
}
.accordion-area section {
	box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
	border-radius: 10vw;
	background: #fff;
}
/*アコーディオンタイトル*/
.accordion-area_text {
	cursor: pointer;
	display: flex;
	font-size:1rem;
	font-weight: normal;
	padding: 3% 3% 3% 50px;
	position: relative;
	transition: all .5s ease;
}
.accordion-area_text::before,
.accordion-area_text::after{
	content:'';
	background-color: #333;
	height: 2px;
    position: absolute;
    width: 15px;
}
.accordion-area_text::before{
	right: 60px;
	top:48%;
	transform: rotate(0deg);
	transition: 0.3s;
}
.accordion-area_text::after{
	right: 60px;
	top:48%;
	transform: rotate(90deg);
	transition: 0.3s;
}
.accordion-area_text.close::before{
	transform: rotate(45deg);
}
.accordion-area_text.close::after{
	transform: rotate(-45deg);
}
.accordion-area_answer {
    display: none;
    margin: 0 3% 3% 3%;
    padding: 0% 3% 3% 23px;
}
.accordion-area_answer p {
	width: 80%;
}
.accordion-area_answer span {
	color: #1B4C77;
}
#faq {
	background: #f8f7f3;
	padding: 80px 0 60px;
}
#faq .heading_title_left_content {
	margin: 0px 60px 40px;
}
@media screen and (max-width: 960px) {
	#faq {
		padding: 60px 0;
	}
	#faq span {
		display: block;
	}
	#faq .heading_title_left_content {
		margin: 0 20px 40px;
	}
	.faq_wrap {
		margin: 30px 0 0;
	}
}
.faq_q,.faq_a {
	align-items: center;
	background: #f87700;
	border-radius: 100vw;
	color: #fff;
	display: flex;
	font-family: 'Poppins';
	font-size: 1.2rem;
	height: 2rem;
	justify-content: center;
	margin-right: 10px;
	width: 2rem;
	}
.a-position {
	display: flex;
}
@media (max-width: 960px) {
	.accordion-area {
		width: 90%;
	}
}
@media (max-width: 768px) {
	.accordion-area_text {
		padding: 20px 20px;
		display: flex;
		align-items: center;
	}
	.accordion-area_text span, .accordion-area_answer span {
		margin-right: 15px;
	}
	.accordion-area_answer {
		padding: 0 20px 30px;
		margin: 0;
	}
	.accordion-area_text::before,.accordion-area_text::after {
		right: 30px;
	}
}
@media screen and (max-width: 960px) {
	#flow {
		margin: 0 0 60px;
	}
	#flow .heading_title_left_content {
		margin: 60px 20px 40px;
	}
	.step {
		width: 20%;
	}
	.step::before {
		height: calc(100% - 78px - 20px);
		left: 38px;
        top: 56px;
	}
	.step p {
		font-size: 1rem;
	}
	.step_text h4 {
		font-size: 1.1rem;
	}
	.step_text p {
		font-size: 16px;
		line-height: 1.5em;
	}
	.step_text dl {
		padding: 30px 20px;
	}
}
/* 代表挨拶
==================================*/
.message_text span {
	display: block!important;
	text-align: right;
}
.top_column {
	margin: 0 0 0px!important;
}
#overview {
	max-width: 1800px;
	margin: auto;
}
#overview .heading_title_left_content {
	margin: 80px 60px 60px;
}
.msg_content {
	margin: 140px 0 0;
}
.msg_content .text-container {
	margin: 0 0 40px;
}
.overview_list {
	margin: 0 0 60px 60px;
	width: 100%;
}
.overview_list th {
	font-size: 1.1rem;
	font-weight: bold;
	width: 19.5%;
}
.overview_list th,.overview_list td {
	font-size: 1.1rem;
	line-height: 1.5em;
	padding: 10px 0;
}
.overview_list li dl {
	display: flex;
	gap:20px;
}
.overview_map {
	width: 100%;
}
.overview_map iframe {
	padding: 0 0 40px;
	height: 500px;
	width: 100%;
}
.parking {
	margin: 0 20px;
}

@media screen and (max-width: 960px) {
	.msg_content {
		margin: 60px 20px 0;
	}
	#overview {
		overflow: hidden;
		width: 100%;
	}
	#overview .heading_title_left_content {
		margin: 60px 20px 40px;
	}
	.msg_content .column .greeting_img {
		padding: 40px 0 20px;
	}
	.msg_content .text-container {
		margin: 0px;
	}
	.overview_list {
		margin: 0 20px;
		overflow: hidden;
		width: 100%;
	}
	.overview_list th, .overview_list td {
		font-size: 1rem;
	}
	.overview_list td {
		margin: 0 0 0 20px;
	}
	.overview_map iframe {
		height: 300px;
		padding: 20px 0;
		width: 100%;
	}
}
#history {
	margin: 0 0 100px;
}
#history .heading_title_left_content {
	margin: 80px 60px;
}
.history_list {
	margin: 80px 0 0 60px;
	position: relative;
}
.history_list::after {
	content:"";
	display: inline-block;
	height: 100%;
	position: absolute;
	left: 74px;
	z-index: -1;
	background: #000;
	width: 1px;
	top: 0;
}
.history_list dt {
	background: #fff;
	padding: 10px 0;
	font-size: 2.2rem;
	position: relative;
}
.history_list dt::after {
	content:"年";
	display: inline-block;
	font-size: 1.2rem;
}
.history_list dd {
	padding: 0 130px 0;
}
.history_list ul {
	padding: 20px 0;
}
.history_list ul li {
	font-size: 1.2rem;
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.history_list ul li::before {
	content:"";
	display: inline-block;
	height: 1px;
	width: 20px;
	background: #000;
	top: 10px;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 960px) {
	#history {
		margin: 0 0 60px;
	}
	#history .heading_title_left_content {
		margin: 60px 20px 40px;
	}
	.history_list {
		margin: 0 20px;
	}
	.history_list ul li {
		font-size: 1rem;
	}
	.history_list dt {
		font-size: 1.8rem;
	}
	.history_list dt::after {
		font-size: 1rem;
	}
	.history_list dd {
		padding: 0 0 0 90px;
	}
}
/* パンくずリスト
==================================*/
.breadcrumb {
	display: flex;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 40px 60px;
}
.breadcrumb_02 {
	margin: 120px 0px 0;
}
.breadcrumb_03 {
	margin: 40px 80px 0;
}
@media (max-width: 899px) {
	.breadcrumb {
		font-size: 12px;
		margin: 20px 30px;
	}
	.breadcrumb_02 {
		margin: 120px 0px 0;
	}
}
/* インタビュー
==================================*/
#interview_list {
	max-width: 960px;
	margin: 80px auto;
}
.interview_all_list {
    display: grid;
	margin: 60px 60px 80px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
@media (max-width: 899px) {
	#interview_list {
		margin: 60px auto;
	}
	.interview_all_list {
    	grid-template-columns: 1fr 1fr;
		gap:20px;
		margin: 40px 20px;
	}
	.interview_list dl dt {
		font-size: 1.2rem;
	}
	.interview_list dl dd {
		font-size: 1rem;
	}
}
/* footer
==================================*/
footer {
	background: #f8f7f3;
	position: relative;
}
footer br {
	display: block;
}
footer .footer_inner .container {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 0.7fr 200px;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
footer .footer_inner .container .nav_wrap {
	border-right: 1px solid #29385e;
	box-sizing: border-box;
	padding: 80px 50px;
	width: 100%;
}
footer .footer_inner .container .nav_wrap .logo_ft {
	max-width: 390px;
	width: 100%;
}
footer .footer_inner .container .nav_wrap nav a {
	font-size: 15px;
	line-height: 3;
}
footer .footer_inner .container .nav_wrap nav a:hover {
	opacity: 0.6;
}
footer .footer_inner .container .nav_wrap .btn_corp {
	padding: 40px 0 30px;
	position: relative;
}
footer .footer_inner .container .nav_wrap .btn_corp a {
	border: 1px solid #29385e;
	border-radius: 25px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 62px;
	line-height: 62px;
	max-width: 412px;
	padding-left: 24px;
	position: relative;
}
footer .footer_inner .container .nav_wrap .btn_corp a::after {
	content: "";
	background: url(../images/common/arw_wht.svg) no-repeat center center/contain;
	height: 11px;
	position: absolute;
	right: 20px;
	transition: 0.3s;
	top: 26px;
	width: 34px;
}
footer .footer_inner .container .nav_wrap .btn_corp a span {
 	position: relative;
}
footer .footer_inner .container .nav_wrap .btn_corp a span::after {
	content: "";
	background: url(../images/common/icon_outlink_wht.svg) no-repeat center center/contain;
	height: 9px;
	position: absolute;
	right: -20px;
	top: 5px;
	width: 11px;
}
footer .footer_inner .container .nav_wrap .btn_corp a:hover {
 	border: 1px solid #fff;
}
footer .footer_inner .container .nav_wrap .btn_corp a:hover::after {
 	transform: translateX(7px);
}
footer .footer_inner .container .nav_wrap .copy small {
 	font-size: 11px;
}
footer .footer_inner .container .conus_wrap {
	box-sizing: border-box;
	max-width: 422px;
	margin-inline: auto;
	padding: 0 30px;
	width: 100%;
}
footer .footer_inner .container .conus_wrap h5 {
	color: #504432;
	font-size: clamp(38px, 4vw, 50px);
	font-family: "Poppins";
	font-weight: 600;
	letter-spacing: -0.01em;
	letter-spacing: -0.01em;
	padding-bottom: 40px;
	padding-left: 10px;
}
footer .footer_inner .container .conus_wrap h5 span {
	font-size: 15px;
	font-family: "Noto Sans JP";
	font-weight: 700;
	display: block;
	padding-bottom: 20px;
	letter-spacing: 0.08em;
}
footer .footer_inner .container .conus_wrap .info_list .ttl_m {
	font-size: 15px;
	padding-left: 10px;
}
footer .footer_inner .container .conus_wrap .info_list .tel_number {
	color: #504432;
	font-size: clamp(24px, 3vw, 36px);
	font-family: "Poppins";
	font-weight: 600;
	letter-spacing: -0.01em;
	letter-spacing: -0.01em;
	padding-left: 10px;
	text-decoration: none!important;
	margin: 30px 0 32px;
}
footer .footer_inner .container .conus_wrap .info_list .tel_number span {
	display: inline-block;
	font-size: 24px;
}
footer .footer_inner .container .conus_wrap .info_list .tel_number small {
	display: block;
	font-size: 14px;
	letter-spacing: 0.08em;
}
footer .footer_inner .container .conus_wrap .info_list .btn_contact {
	padding-top: 45px;
}
footer .footer_inner .container .conus_wrap .info_list .btn_contact a {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	font-family: 'YakuHanJP';
	font-weight: 700;
	height: 75px;
	line-height: 89px;
	max-width: 362px;
	padding-left: clamp(20px, 2vw, 40px);
	position: relative;
	width: 100%;
}
footer .footer_inner .container .conus_wrap .info_list .btn_contact a:hover {
	background-color: #504432;
	border: 1px solid #fff;
	color: #fff!important;
}
.conus_wrap h3 {
    font-weight: bold;
    font-size: 3.3em;
}

.conus_wrap span {
    font-weight: 400;
    font-size: 0.35em;
    display: block;
}
footer .footer_inner .container .entry_wrap {
	border-left: 1px solid #29385e;
	height: 100%;
	position: relative;
}
footer .footer_inner .container .entry_wrap .btn_entry {
  position: fixed;
  bottom: 27px;
  right: 30px;
  z-index: 1001;
}
footer .footer_inner .container .entry_wrap .btn_entry a {
	background: rgb(0, 49, 175);
	background: linear-gradient(126deg, rgb(255 215 100) 0%, rgb(255 215 100) 91%);
	box-shadow: 0px 0px 20px 2px rgba(255,215,100,0.4);
	border-radius: 50%;
	display: block;
	height: 140px;
	text-align: center;
	transition: 0.3s ease-out;
	width: 140px;
}
footer .footer_inner .container .entry_wrap .btn_entry a span {
	align-items: center;
	display: flex;
	height: 100%;
	font-size: 17px;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	font-weight: 900;
	flex-direction: column;
	justify-content: center;
}
footer .footer_inner .container .entry_wrap .btn_entry a span small {
	font-family: "Poppins";
	font-weight: 600;
	font-size: 21px;
	letter-spacing: -0.01em;
}
footer .footer_inner .container .entry_wrap .btn_entry a:hover {
  transform: scale(1.05);
}
footer	.info_list .btn {
	margin: 30px 0;
}
.footer_column {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.nav_wrap_list {
	margin: 0 0 20px;
}
@media (max-width: 1135px) {
  footer .footer_inner .container {
    grid-template-columns: 1fr 200px;
  }
  footer .footer_inner .container .nav_wrap {
    grid-column: 1/2;
    grid-row: 2/3;
    border-top: 1px solid #29385e;
    border-right: none;
    padding: 60px 30px;
  }
  footer .footer_inner .container .nav_wrap .logo_ft {
    margin-bottom: 20px;
  }
  footer .footer_inner .container .conus_wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-inline: initial;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .footer_inner .container .conus_wrap h5 {
	color: #504432;
	padding-bottom: 20px;
  }
  footer .footer_inner .container .conus_wrap .btn_contact {
    padding-top: 30px !important;
  }
  footer .footer_inner .container .entry_wrap {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (max-width: 899px) {
	footer {
	padding: 60px 0 40px;
	}
	footer span {
		display: inline;
	}
	.footer_column {
		grid-template-columns: 1fr;
	}
	.footer_column li {
	align-items: center;
    border-bottom: 0.1px solid;
	display: flex;
    justify-content: space-between;
    padding: 13px 0 0;
	}
	.footer_column li::after {
		content: "\f105";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 10px 0 0;
	}
  footer .footer_inner .container {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  footer .footer_inner .container .nav_wrap {
    border-right: none;
    border-top: 1px solid #29385e;
    padding: 36px 30px 0;
    width: 100%;
  }
  footer .footer_inner .container .nav_wrap .logo_ft {
    max-width: 300px;
    margin-bottom: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
  footer .footer_inner .container .nav_wrap nav {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-left: 6px;
    padding-right: 6px;
  }
  footer .footer_inner .container .nav_wrap nav a {
    /* color: #fff; */
    font-size: 15px;
    line-height: 2.6;
    display: block;
  }
  footer .footer_inner .container .nav_wrap nav a:hover {
    opacity: 1;
  }
  footer .footer_inner .container .nav_wrap .btn_corp {
    padding: 30px 0 30px;
  }
  footer .footer_inner .container .nav_wrap .btn_corp a {
	color: #fff;
	height: 70px;
	line-height: 1.4;
	font-size: 15px;
	padding-left: 24px;
	padding-top: 13px;
	position: relative;
  }
  footer .footer_inner .container .nav_wrap .btn_corp a::after {
	content: "";
	background: url(../images/common/arw_wht.svg) no-repeat center center/contain;
	height: 11px;
	right: 16px;
	top: 28px;
	width: 34px;
	position: absolute;
  }
  footer .footer_inner .container .nav_wrap .btn_corp a span::after {
    right: -18px;
    top: 28px;
  }
  footer .footer_inner .container .nav_wrap .btn_corp a:hover {
    border: 1px solid #29385e;
  }
  footer .footer_inner .container .nav_wrap .btn_corp a:hover::after {
    transform: none;
  }
  footer .footer_inner .container .nav_wrap .copy small {
    font-size: 11px;
  }
	footer .copy {
		margin: 20px 0 0;
	}
  footer .footer_inner .container .conus_wrap {
    padding-top: 0;
    padding-bottom: 36px;
    width: 100%;
  }
  footer .footer_inner .container .conus_wrap h5 {
    font-size: 42px;
    padding-bottom: 25px;
    padding-left: 0;
  }
  footer .footer_inner .container .conus_wrap h5 span {
    font-size: 14px;
    padding-bottom: 12px;
  }
  footer .footer_inner .container .conus_wrap .info_list .ttl_m {
    font-size: 15px;
    padding-left: 0;
  }
  footer .footer_inner .container .conus_wrap .info_list .tel_number {
    font-size: 32px;
    padding-left: 0;
  }
  footer .footer_inner .container .conus_wrap .info_list .tel_number span {
    font-size: 24px;
    display: inline-block;
    margin: 25px 0 0;
  }
  footer .footer_inner .container .conus_wrap .info_list .tel_number a {
    /* color: #fff; */
  }
  footer .footer_inner .container .conus_wrap .info_list .tel_number small {
    font-size: 14px;
  }
  footer .footer_inner .container .conus_wrap .info_list .btn_contact {
    padding-top: 25px;
  }
  footer .footer_inner .container .conus_wrap .info_list .btn_contact a {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	display: block;
	height: 70px;
	line-height: 69px;
	max-width: 412px;
	padding-left: 30px;
  }
  footer .footer_inner .container .conus_wrap .info_list .btn_contact a:hover {
	background-color: #504432;
	border: 1px solid #504432;
	color: #fff;
  }
a.tel {
	font-size: 1.1em
}
  footer .footer_inner .container .conus_wrap .info_list .btn_contact a:hover::after {
    transform: none;
  }
  footer .footer_inner .container .entry_wrap {
    position: initial;
  }
  footer .footer_inner .container .entry_wrap .btn_entry {
	bottom: 18px;
	right: 20px;
	position: fixed;
	transition: 0.3s ease-out;
	z-index: 1001;
  }
  footer .footer_inner .container .entry_wrap .btn_entry a {
    width: 100px;
    height: 100px;
  }
  footer .footer_inner .container .entry_wrap .btn_entry a span {
    font-size: 14px;
    line-height: 1.3;
  }
  footer .footer_inner .container .entry_wrap .btn_entry a span small {
	font-family: "Poppins";
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.01em;
  }
  footer .footer_inner .container .entry_wrap .btn_entry a:hover {
    transform: scale(1);
  }
  footer .footer_inner .container .entry_wrap .btn_entry.stop {
	bottom: 20px;
	transition: 0.3s ease-out;
	position: fixed;
	}
}
footer #pageTop {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 72px;
	row-gap: 20px;
	transition: 0.3s;
	top: 116px;
	z-index: 888;
}
footer #pageTop.active {
	opacity: 1;
}
footer #pageTop a {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	height: 55px;
	width: 55px;
	position: relative;
}
footer #pageTop a::after {
	content: "";
	border-top: 2px solid #504432;
	border-left: 2px solid #504432;
	height: 8px;
	left: 50%;
	margin-top: 2px;
	position: absolute;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	width: 8px;
}
footer #pageTop a::before {
	content: "PAGE TOP";
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 600;
	letter-spacing: -0.01em;
	position: absolute;
	right: 19px;
	top: 68px;
	white-space: nowrap;
	writing-mode: vertical-rl;
}
footer #pageTop a:hover {
  opacity: 0.7;
}
@media (max-width: 1135px) {
  footer #pageTop {
    top: 61px;
  }
}
@media (max-width: 899px) {
  footer #pageTop {
    right: 10px;
	top: 20px;
  }
  footer #pageTop a::before {
    display: none;
  }
  footer #pageTop:hover {
    opacity: 1;
  }
}
#info{
  display: none;
}
#privacypolicy {
	max-width: 960px;
	margin: auto;
}
#privacypolicy h2 {
    margin: 120px 0px 0px;
}
.privacy_btn {
	display: inline-block;
	margin: 40px 0 0;
}
@media (max-width: 899px) {
	#privacypolicy h2 {
		margin: 40px 0 0;
	}
}
#privacypolicy p {
	margin-bottom: 20px;
}
#privacypolicy h3 {
	align-items: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#privacypolicy ul {
	margin-bottom: 40px;
}
#privacypolicy li {
	margin-bottom: 10px;
}
@media (max-width: 959px) {
	#privacypolicy {
		max-width: 100%;
		margin: 0 20px;
	}
	#privacypolicy h3 {
		font-size: 18px;
	}
}
.shop p {
	margin: 180px 0;
	text-align: center;
}
.contact_banner picture img {
	align-items: center;
	display: flex;
	filter: drop-shadow(0px 0px 4px rgba(80 68 50/0.2));
	max-width: 960px;
	width: 100%;
	margin: auto;
	margin-bottom: 80px;
	text-align: center;
}
@media (max-width: 959px) {
	.contact_banner picture img {
		margin: -20px 0 60px;
		padding: 0 20px;
	}
}
/* Animation
==================================*/
.feedin {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.0s;
}
.feedin.show {
  opacity: 1;
  transform: translateY(0);
}
.feedin.show:nth-of-type(1) {
  transition-delay: 0s;
}
.feedin.show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.feedin.show:nth-of-type(3) {
  transition-delay: 0.2s;
}
.feedin.show:nth-of-type(4) {
  transition-delay: 0.3s;
}
/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#breadcrumbs {
	display: none;
}
