@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen&display=swap');


/* Common */
html {
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #221815;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-optical-sizing: auto;
	letter-spacing: 2px;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

nav, section, footer, main {
	overflow: hidden !important;
}

p {
	font-size: 15px;
	line-height: 1.7em;
}

.animate > * {
	display: block;
	opacity: 0;
	filter: blur(10px);
	transform: translateX(-20px);
	transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
}

.animate.from-left > * {
	transform: translateX(-20px);
}

.animate.from-right > * {
	transform: translateX(20px);
}

.animate.from-bottom > * {
	transform: translateY(20px);
}

.animate > *.visible {
	opacity: 1;
	filter: blur(0);
	transform: translateX(0) translateY(0);
}

/* Navbar */
#sp_tel {
	display: none;
}

.navbar {
	align-items: center;
	border: 0;
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	width: 100%;
}
.navbar .wh_wrap {
	border-radius: 45px !important;
}

.navbar-custom {
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 11px;
	letter-spacing: 3px;
	position: absolute;
	transition: background, padding 0.4s ease-in-out 0s;
	z-index: 1000;
}

.navbar-fixed-top {
	position: fixed;
	top: 0;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	width: 100%;
	z-index: 9999;
}

.navbar-custom .dropdown-toggle:after {
	content: "\f105";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	margin-top: -6px;
	position: absolute;
	right: 0;
	text-rendering: auto;
	top: 50%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.navbar-custom li:last-child > a, .btn a {
	background: linear-gradient(135deg, #02a8ff 0%, #207ce5 100%);
	color: #fff;
	line-height: 50px !important;
	top: 10px;
	padding: 0 30px;
	border-radius: 45px;
	margin-left: 1em;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.navbar-custom li:last-child > .dropdown-toggle:after {
	display: none;
}

.navbar-custom .wh_wrap {
	padding: 0 30px;
	margin-top: 2em;
}

#head_logo {
	margin: 0;
}

#head_logo a {
	display: block;
	font-feature-settings: "palt";
	font-size: 12px;
	font-weight: 400;
	height: 70px !important;
	line-height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
}

#head_logo a span {
	display: inline-block;
	vertical-align: middle;
}

.navbar-brand {
	float: none;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	float: left;
	height: 30px;
	width: auto;
}

.navbar a {
	transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .navbar-brand {
	font-size: 24px;
}

.navbar-custom .nav li > a {
	font-size: 14px;
	font-weight: 600;
	line-height: 70px;
	padding-bottom: 0;
	padding-top: 0;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background: none;
	color: #0081ab;
}
.navbar-custom li:last-child > a:hover, .btn a:hover {
	background: #fff !important;
	color: #0081ab !important;
	border: 1px solid #0081ab;
}

.navbar-toggle {
	color: #fff;
	margin-top: 0;
	padding: 0;
	top: 10px;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-right {
	font-weight: 900;
}

/* Header */
#home {
	background: #fff;
	background-size: cover;
	background-position: center;
	padding: 0;
	position: relative;
}
.parallax-bg {
	background-attachment: fixed !important;
	background-size: cover;
}

.contents_wrap {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.wh_wrap {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.65);
	border-radius: 30px;
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	position: relative;
	z-index: 1;
}

#mainImg {
	display: table;
	height: 100vh;
	position: relative;
	text-align: left;
	z-index: 4;
}

#mainImg_txt {
	display: table-cell;
	letter-spacing: 5px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 3;
}

#mainImg_txt h2 {
	font-feature-settings: "palt";
	font-size: 64px;
	font-weight: 900 !important;
	margin: 0 0 20px 0;
}

#mainImg_txt h2 span, #mainImg_txt h2 strong {
	font-weight: 900 !important;
}

#mainImg_txt p {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.7em;
}

.mv_thumb_right {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

#home .mv_thumb_right img {
	display: block;
	max-width: 720px;
}

.slide_wrap {
  width: 100vw;
  height: 120px;
  overflow: hidden;
  margin: 45px auto 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.img_scale {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  animation: loop-slide 60s infinite linear;
}

.img_scale li {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.img_scale li img {
  display: block;
  width: auto;
  height: 120px;
  object-fit: cover;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 2));
  }
}

.slide_wrap:hover .img_scale {
  animation-play-state: paused;
}

.main {
	position: relative;
	z-index: 4;
}
.main h2 {
	color: #0081ab;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 5px;
	margin-bottom: 1.5em;
}
.main .btn, #mainImg_txt .btn {
	width: 100%;
}
.main .btn a, #mainImg_txt .btn a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	width: 35%;
	line-height: 3.75em !important;
	margin: 0 auto;
	padding: 0 20px;
}
#mainImg_txt .btn a {
	margin: 30px 0 0 0;
}
.btn_txt {
	font-weight: 600;
	color: #0081ab;
	text-align: center;
}

.flex_box, .flex_list, .w-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flex_box > div, .flex_list > tr {
	flex: 1;
	min-width: 120px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.flex_box > div a.btn {
	display: block;
	background: #fff;
	color: #0081ab;
	font-weight: 600;
	text-decoration: none;
	line-height: 3.2em;
	border-radius: 7px;
	border: 2px solid #0081ab;
	box-sizing: border-box;
}

section {
	margin: 0 !important;
	padding: 60px 0;
}

h2 {
	font-size: 36px;
	font-weight: 900 !important;
	letter-spacing: 3px;
}

img {
	display: block;
	max-width: 100%;
}

section div p {
	margin-bottom: 1em;
}

section div p:last-child {
	margin-bottom: 0;
}

.highlight {
 display: inline !important;
 background: linear-gradient(transparent 60%, rgba(255, 239, 107, 1) 60%);
 font-weight: bold;
 line-height: 1.7em;
}

#nayami {
	background: #179fed;
	padding-bottom: 140px;
	overflow: visible !important;
}

#nayami h2 {
	color: #fff;
}

#nayami p {
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.nayami_list {
	align-items: stretch;
	gap: 50px 40px;
	list-style-type: none;
	padding: 4em 0 0 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.nayami_list > li {
	min-width: 40%;
	font-size: 18px;
	font-weight: 600;
	color: #ee780c;
	line-height: 1.5em;
	text-align: center;
	position: relative;
	z-index: 0;
}

.nayami_list > li:before {
	display: block;
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25em;
	position: absolute;
	top: -0.75em;
	left: calc(50% + 2px);
	transform: translateX(-50%);
}

.nayami_list > li:nth-child(odd), .nayami_list > li:nth-child(odd):before {
	color: #555;
}

.nayami_list > li:after {
	display: block;
	content: '';
	background: #fff;
	width: 3em;
	height: 3em;
	position: absolute;
	top: -1.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	z-index: -2;
}

.nayami_list > li > span {
	display: block;
	background: #fff;
	position: relative;
	border-radius: 5px;
	padding: 15px;
	z-index: -1;
}

.nayami_list > li:nth-child(odd) > span:after {
	display: block;
	content: '→';
	color: #fff;
	font-size: 84px;
	font-weight: 100;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35%;
	z-index: 3;
}

.nayami_wrap {
	position: relative;
	padding-bottom: 2em;
}

.img_nayami {
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
	left: 0;
	right: 0;
	z-index: 0;
}

.img_nayami img {
	display: block;
	background: #fff;
	margin: 0 auto;
	width: 230px;
	height: 230px;
	object-fit: cover;
	border-radius: 50%;
}

#img_nayami_bottom_left, #img_nayami_bottom_right {
	position: absolute;
	bottom: -160px;
	z-index: 3;
}

#img_nayami_bottom_left {
	left: -13%;
	right: 50%;
}

#img_nayami_bottom_right {
	right: 4%;
}

#img_nayami_bottom_left img, #img_nayami_bottom_right img {
	margin: 0 auto;
	width: auto;
	height: 150px;
}

#intro_top {
	background: #fff;
	padding: 60px 0 90px 0;
	position: relative;
	z-index: -1;
	margin-top: -10px;
}

#intro_top h2 img {
	display: block;
	margin: 0 auto 0.5em auto;
	max-height: 60px;
}

#intro_top, #intro, #support, #reason, #video_area, #voice, #greeting, #plan {
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	padding-bottom: 90px;
}

#intro {
	background: linear-gradient(135deg, #fcfff4 0%, #fffbde 100%);
}

#intro h3 {
	color: #e72410;
	margin-bottom: 0.75em;
}

.intro_box > div {
	max-width: calc(100% - 480px);
}

.intro_box > div:nth-child(2) {
	max-width: 480px;
}

.intro_box > div:nth-child(2) img {
	display: block;
	position: relative;
	bottom: -45px;
}

.intro_box > div:nth-child(1) ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.intro_box > div:nth-child(1) ul li {
	margin: 0;
	padding: 0;
}

.intro_box > div:nth-child(1) ul li:last-child {
	margin-bottom: 0;
}

.intro_box > div:nth-child(1) ul li a {
	display: table;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.intro_box > div:nth-child(1) ul li a span {
	display: table-cell;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	border-radius: 50%;
	background: linear-gradient(135deg, #02a8ff 0%, #207ce5 100%);
	color: #fff;
}

.intro_box > div:nth-child(1) ul li a span i {
	display: block;
	position: relative;
	top: 10px;
	transition: top 0.3s ease;
}

.intro_box > div:nth-child(1) ul li a:hover span {
	background: linear-gradient(135deg, #207ce5 0%, #02a8ff 100%);
	border-radius: 50%;
}

.intro_box > div:nth-child(1) ul li a:hover span i {
	top: 15px;
}

#support {
	background: linear-gradient(135deg, #e9f6fd 0%,#d3eefb 100%);
}

#intro, #support, #reason, #video_area, #voice, #greeting, #staff, #plan {
	margin-top: -45px !important;
}

#support h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.support_box {
	align-items: stretch;
	margin-top: 2%;
	margin-bottom: 4em;
}

.support_box > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 30px;
}

.support_box > div dl {
	font-weight: 600;
	color: #0081ab;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 0;
}

.support_box > div dl dt {
	font-size: 24px;
	font-weight: 600;
	color: #0081ab;
	text-align: center;
}

.support_box > div dl dt img {
	width: auto;
	max-height: 140px;
	margin: 0 auto 20px auto;
}

.support_box > div dl dd {
	font-size: 16px;
}

.service_list, .check_list {
	margin-bottom: 0;
}

.service_list li, .check_list li {
	list-style: none;
	position: relative;
	padding-left: 1.25em;
	margin: 0;
}

.check_list li:last-child {
	margin-bottom: 0;
}

.service_list li:before {
	content: "\f3cf";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #05b178;
}

.check_list li:before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	margin-right: 3px;
}

#greeting {
	background-color: #ffffff;
	background-image: url("../images/cubes.png");
}
#greeting h2 {
	margin-top: 2.3em;
}

#greeting h2 span {
	font-size: 230%;
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 129, 171, 0.5);
    position: absolute;
    top: -0.75em;
    left: 0;
    right: 0;
    transform: rotate(-5deg);
    opacity: 0.5;
    z-index: -1;
}
.greeting_box {
	margin: 2em auto 4em auto;
}
.greeting_box > div:nth-child(1) div {
	position: relative;
}
.greeting_box > div:nth-child(1) div:after {
	display: block;
	content: '';
	width: 360px;
	height: 360px;
	background: rgba(0, 129, 171, 0.2);
	border-radius: 50%;
	position: absolute;
	left: 60px;
	top: 30px;
	z-index: 0;
}
.greeting_box > div div {
	position: relative;
}

.greeting_box > div img {
	width: 360px;
	height: 360px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	object-fit: cover;
}

.greeting_box > div p {
	display: block !important;
}

.greeting_box > div p.txt_ps {
	width: 100%;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.merit_list > li .fa, .merit_list > li .fa-brands, .merit_list > li .fa-regular, .merit_list > li .fa-solid, .merit_list > li .fab, .merit_list > li .far, .merit_list > li .fas {
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 20px;
	background: #e84572;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	padding-left: 2px;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}

.merit_list > li span {
	display: inline;
}

.process_list {
	margin-bottom: 4em;
}

.process_list > div {
	flex: 1;
	position: relative;
}
.process_list > div:nth-child(1) {
	z-index: 2;
}
.process_list > div:nth-child(2) {
	z-index: 1;
}
.process_list > div:nth-child(0) {
	z-index: 0;
}
.process_list > div:after {
	display: block;
	content: "\f055";
	font-family: "Font Awesome 6 Free";
	font-size: 40px;
	font-weight: 600;
	color: #e84572;
	line-height: 1em;
	position: absolute;
	top: 45%;
	right: -32px;
	transform: translateY(-45%);
	z-index: 3;
}

.process_list > div:last-child:after {
	display: none;
}

.process_list > div dl {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.process_list > div dl dt {
	font-size: 24px;
	text-align: center;
}

.process_list > div dl dd img, .process_list > div dl dd strong {
	display: block;
	font-size: 24px;
	color: #e84572;
	text-align: center;
	margin: 15px auto;
}

.process_list > div dl dd img {
	max-height: 200px;
	width: auto;
}

.process_list > div dl dd ul {
	list-style: none;
	margin: 0 4%;
	padding: 0;
}

.process_list > div dl dd ul li {
	font-weight: 600;
	color: #e84572;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #e84572;
	margin-bottom: 0.75em;
	padding: 5px 15px;
	border-radius: 30px;
}

.process_list > div dl dd ul li:last-child {
	margin-bottom: 0;
}

#reason {
	background: linear-gradient(135deg, #fcfff4 0%,#fff4e9 100%);
}

#reason h3 {
	font-weight: 600;
	color: #ee780f;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.reason_list .reason_box {
	margin-bottom: 60px;
}
.reason_list .reason_box:nth-child(even) {
	flex-direction: row-reverse;
}
.reason_list .reason_box > div {
	width: 49%;
}
.reason_list .reason_box > div > .reason_tip {
	background: #ee780f;
	width: 4.35em;
	height: 4.35em;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.reason_list .reason_box:nth-child(even) > div > .reason_tip {
	right: 0;
}
.reason_list .reason_box > div > .reason_tip div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reason_list .reason_box > div > .reason_tip div span {
	display: block;
	font-family: "Orbitron", 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
	font-weight: 600;
	color: #fff;
	line-height: 1.1em;
	text-align: center;
}
.reason_list .reason_box > div > .reason_tip div span:nth-child(2) {
	font-size: 24px;
}
.reason_list .reason_box img {
	display: block;
	max-width: 480px;
	margin: 0 auto;
}
#video_area {
	background-color: #ffffff;
	background-image: url("../images/cubes.png");
	text-align: center;
}
.youtube {
	width: 80%;
	margin: 60px auto 30px auto;
	max-width: 100%;
	overflow: hidden;
}

.video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	border-radius: 10px;
}

.video-container iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

 /* 動画埋め込み版
.video-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

video {
	width: 100%;
	height: auto;
	border: 2px solid #ddd;
	box-sizing: border-box;
	border-radius: 20px;
}
 */

#voice {
	background: linear-gradient(135deg, #e9f6fd 0%,#d3eefb 100%);
}

.voice_list {
	width: 80%;
	margin: 5% auto;
}
.voice_list .voice_box {
	margin-bottom: 30px;
}
.voice_list .voice_box .voice_txt {
	width: calc(100% - 200px);
}
.voice_list .voice_box .voice_txt div {
	position: relative;
}
.voice_list .voice_box:nth-child(even) {
	flex-direction: row-reverse;
}
.voice_list .voice_box:nth-child(even) .voice_txt div:before {
	content: "";
	position: absolute;
	top: 40%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}
.voice_list .voice_box:nth-child(odd) .voice_txt div:before {
	content: "";
	position: absolute;
	top: 40%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}
.voice_list .voice_box:last-child {
	margin-bottom: 0;
}
.voice_list .voice_box .voice_thumb {
	width: 180px;
	font-size: 14px;
	text-align: center;
}
.voice_list .voice_box .voice_thumb img {
	display: block;
	background: linear-gradient(135deg, #b2e1ff 0%,#66b6fc 100%);
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto 7px auto;
}

#staff {
	background: linear-gradient(135deg, #fcfff4 0%, #fff4e9 100%);
}

.txt_staff {
	text-align: center;
}
.carousel-container {
	width: 100%;
	margin: 50px auto;
	position: relative;
}

.carousel {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-item {
	flex: 0 0 33.33%;
	padding: 10px;
	text-align: center;
	transition: opacity 0.5s ease, filter 0.5s ease;
}

.carousel-item dl {
	padding: 30px 20px;
	border-radius: 8px;
	height: 100%;
}

.carousel-item dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
.carousel-item dd span {
	background: #efefef;
	object-fit: cover;
	margin: 0 auto 20px auto;
}
.carousel-item dd span, .carousel-item dd img {
	display: block;
	width: 180px;
	height: 180px;
	min-height: 180px;
	object-fit: cover;
	border-radius: 50%;
}

.carousel-item strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.carousel-item dd div {
	font-size: 14px;
	text-align: left;
	line-height: 1.75em;
}
.carousel-prev, .carousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	border-radius: 50%;
	padding: 0;
}

.carousel-prev {
	left: -10px;
}

.carousel-next {
	right: -10px;
}

.carousel-indicators {
	display: flex;
	justify-content: center;
		margin-top: 10px;
		bottom: -30px;
}

.indicator {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.indicator.active {
	background: #333;
}

#plan {
	background: linear-gradient(135deg, #e9f6fd 0%, #d3eefb 100%);
	position: relative;
}

#plan h2 small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35em;
	margin-top: 0.75em;
}

table.plan {
	width: 100%;
	background: rgba(255,255,255,0.8);
	font-size: 18px;
	font-weight: 600;
	table-layout: fixed;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.plan tr th {
	background: linear-gradient(135deg, #4fb3d3 0%, #0081ab 100%);
	color: #fff;
	font-size: 20px;
	text-align: center;
}
table.plan tr th, table.plan tr td {
	padding: 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.plan_list {
	font-size: 14px;
	color: #555;
	text-align: center;
	margin-bottom: 60px;
}

#footer {
	background: linear-gradient(135deg, #221815 0%, #3f4c6b 100%);
	font-size: 14px;
	padding-top: 60px;
}

#footer .wh_wrap {
	max-width: 80%;
	margin: 2% auto;
}

#footer table {
	width: 100%;
	color: #ddd;
	line-height: 1.35em;
}

#footer .flex_list > tr th {
	font-weight: 400;
	padding: 5px 10px;
	border: 1px solid #ddd;
	text-align: center;
	white-space: nowrap;
}

#footer .flex_list > tr td {
	padding-left: 10px;
}
#footer .flex_list > tr td a {
	color: #ddd;
}

#footer img {
	display: block;
	margin: 0 auto 4em auto;
	max-width: 60px;
}

.footer .copyright {
	clear: both;
	color: #ddd;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #2b3449;
	padding-top: 20px;
}

/* Typography */
a {
	color: #221815;
}

a:hover, a:focus {
	color: #aaa;
	outline: 0;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
}

h2, .navbar-custom .nav li > a {
	transform: rotate(.03deg);
}

/* Responsive Styles - Media Queries */
@media (max-width: 1280px) {
#home .mv_thumb_right {
	right: -13%;
}	
	
#home .mv_thumb_right img {
	display: block;
	max-width: 640px;
}
@media (max-width: 1180px) {
#mainImg_01 {
	right: 10%;
}

#mainImg_02 {
	right: -7%;
}

#mainImg_03 {
	right: -18%;
}
	.navbar-custom .nav li > a {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	
	.navbar-custom .wh_wrap {
		max-width: 90% !important;
		width: 90% !important;
	}

	.navbar-nav > li {
		line-height: 45px;
	}

	.navbar-nav > li a {
		letter-spacing: 1px;
	}

	.navbar-custom li:last-child > a {
		padding: 0 15px;
		line-height: 45px !important;
		top: 12px;
	}
	#mainImg {
	width: 880px;
	}
	#mainImg_txt {
	padding-right: 35%;
	}
	#mainImg_txt h2 {
		font-size: 48px;
	}
	#mainImg_txt p br {
	display: none;
	}
	#mainImg .mv_thumb_right {
		right: -10%;
	}

	#mainImg .mv_thumb_right img {
		height: 320px;
		width: auto;
	}

	.w-footer > div {
		max-width: fit-content;
	}
}

@media (max-width: 767px) {
	#sp_tel {
		display: block;
		position: absolute;
		left: 6%;
		z-index: 9999;
	}

	#sp_tel a {
		display: block;
		font-size: 24px;
		text-align: center;
	letter-spacing: 1px;
	pointer-events: auto !important;
		position: relative;
		touch-action: manipulation;
	}

	#sp_tel a small {
		display: block;
		font-size: 9px;
		line-height: 1em;
	}

	.container {
		width: 100%;
	}

	.navbar-fixed-top {
		width: 90%;
		margin: 0 auto;
	}

	.navbar-custom .wh_wrap {
		max-width: 100% !important;
		width: 100% !important;
		background: rgba(255, 255, 255, 0.8);
		margin-top: 1.25em;
	}

	.navbar-brand img {
		height: 30px;
		position: relative;
		width: auto;
	}

	.navbar-collapse.in {
		border-top: none;
		overflow: hidden;
		position: relative;
	}

	.navbar-custom .navbar-toggle .icon-bar {
		background: #000;
		width: 30px;
	}

	.navbar-custom .navbar-toggle .icon-bar {
		margin-left: 15%;
		width: 85%;
	}

	.navbar-custom .navbar-toggle .icon-bar:nth-child(4) {
		margin-left: 30%;
		width: 70%;
	}

	.navbar-custom .navbar-toggle .menu_txt {
		display: block;
		margin-top: 3px;
	}

	.navbar-toggle {
		color: #221815 !important;
		margin: 0 !important;
		padding: 0;
		right: 6%;
		width: max-content;
		z-index: 9999;
		position: absolute;
	}

	.navbar-fixed-top .navbar-collapse {
		max-height: fit-content;
	}
	.navbar-custom li {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
	.navbar-custom li:last-child > a {
		line-height: 70px !important;
		top: 0;
		padding: inherit;
	margin-left: 0;
	border: none;
	}
	.navbar-custom li:last-child > a:hover {
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	.navbar-custom .nav li > a {
		font-size: 15px;
		line-height: 65px;
	}

	#head_logo {
		margin: 0 auto;
		text-align: center;
	}

	#head_logo a {
		display: inline-block;
		font-size: 18px;
		height: 50px !important;
		letter-spacing: 3px;
		line-height: 50px;
		vertical-align: top;
	}

	.navbar-custom {
		font-weight: 600;
	}

	.navbar-custom .navbar-nav {
		letter-spacing: 3px;
	}

	.navbar-custom li {
		margin: 1.25em 0.5em;
	}

	.navbar-custom li > a:hover {
		background: rgba(255, 255, 255, 0.8) !important;
	}

	.navbar-custom li a {
		background: #fff;
		text-align: center;
		border-radius: 45px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	.navbar-custom .dropdown-toggle:after {
		content: "\f105";
		right: 7%;
	}

	.navbar-custom .nav > .open > .dropdown-toggle:after {
		content: "\f106";
		right: 7px;
	}

	.navbar-nav > li:last-child {
		margin-left: 0;
	}

	#home {
		background-position: center !important;
		background-size: cover !important;
	}

	#mainImg {
		height: calc(100vh - 210px);
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#mainImg_txt {
	padding-right: 0;
	}
	#mainImg_txt h2 {
		font-size: 42px;
		margin-bottom: 20px !important;
	}

	#mainImg_txt p {
		font-size: 16px;
		letter-spacing: 2px;
	}

	#mainImg_txt a {
		margin: 1.5em auto 0 auto;
	}

	#home .mv_thumb_right {
	display: block !important;
		left: 0;
		right: 0;
		bottom: 60px;
		top: auto;
		transform: none;
	}

	#home .mv_thumb_right img {
		height: 240px;
		margin: 0 auto;
	}

	.slide_wrap, .slide_wrap ul li img {
		height: 80px;
	}

	p {
		font-size: 14px;
	}

	p br {
		display: none;
	}

	.contents_wrap {
		max-width: 90%;
		margin: 0 5%;
	}

	section h2, #intro_top h2 {
		font-size: 24px;
		margin-bottom: 1.75em !important;
	}

	#intro, #support, #reason, #videa_area, #voice, #greeting, #staff, #plan {
		border-top-left-radius: 45px;
		border-top-right-radius: 45px;
	}

	.nayami_list {
		display: block;
		gap: 20px;
		padding-top: 0;
		margin-top: 4em;
	}

	.nayami_list > li {
		font-size: 16px;
		margin-bottom: 6em;
	}

	.nayami_list > li:nth-child(even) {
		margin-bottom: 3em;
		padding-bottom: 1.75em;
		border-bottom: 1px dotted #ddd;
	}

	.nayami_list > li:nth-child(even):last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

	.nayami_list > li > span {
		padding: 20px 30px;
	}

	.nayami_list > li:nth-child(odd) > span:after {
		left: 0;
		right: 0;
		top: auto;
		bottom: -25px;
		transform: rotate(90deg);
		margin-left: 12px;
		z-index: -1;
	}

	#nayami {
		padding-bottom: 110px;
	}

	#nayami dl {
		width: 100%;
		position: relative;
		margin-top: 1em;
	}

	#nayami dl dt img {
		width: 160px;
		height: 160px;
	}

	#nayami dl dd {
		font-size: 20px;
	}

	#img_nayami_bottom_left, #img_nayami_bottom_right {
		bottom: -130px;
	}
	
	#img_nayami_bottom_right {
		right: -4%;
	}

	#img_nayami_bottom_left img, #img_nayami_bottom_right img {
		height: 100px;
	}

	#intro_top {
		padding-bottom: 60px !important;
	}

	#intro_top h2 br {
		display: none;
	}

	#intro_top h2 img {
		margin-bottom: 0.75em;
	}

	.intro_box {
		display: block !important;
	}

	.intro_box > div {
		max-width: 100%;
	}

	.intro_box .flex_list {
		display: flex !important;
	}

	.intro_box > div .flex_list li {
		flex: 1;
		font-size: 90%;
	}

	.intro_box > div p br {
		display: none;
	}
	
	.intro_box > div:nth-child(2) img {
		max-width: 320px;
		margin: 0 auto;
	}

	#support h2 {
		font-size: 26px;
		margin-bottom: 0 !important;
	}

	.support_box {
		display: block;
		width: 100%;
	}

	.support_box > div {
		max-width: 100%;
		padding: 30px;
	}

	.support_box > div dl dt {
		font-size: 20px;
		line-height: 1.5em;
		text-align: center;
	}

	.support_box > div dl dt img {
		max-height: 180px;
	}

	.support_box > div dl dd {
		font-size: 18px;
	}

	.support_box > div dl dd small {
		font-size: 12px;
	}

	#support .wh_wrap {
		margin-bottom: 2em;
	}

	.greeting_box {
		display: block;
		position: relative;
	}

	.greeting_box > div {
		max-width: 100%;
	}

	.process_list {
		display: block;
		width: 100%;
	}

	.process_list > div dl {
		padding: 30px;
	}
	
	.voice_list .voice_box .voice_thumb {
		width: 90px;
		font-size: 12px;
	}
	.voice_list .voice_box .voice_thumb img {
		width: 90px;
		height: 90px;
	}
	.voice_list .voice_box .voice_txt {
		width: calc(100% - 120px);
	}
	.voice_list .voice_box .voice_txt div {
		padding: 20px;
	}
		
	.video-container,
	.youtube {
		width: calc(100% - 1px) !important;
		max-width: calc(100% - 1px) !important;
		overflow: hidden !important;
	}
	.video-container iframe {
		width: calc(100% - 1px) !important;
		min-width: 0;
		border: none !important;
		margin: 0 auto;
	}
	.youtube {
		margin: 30px auto;
	}
	
	.process_list > div:after {
		top: auto;
		left: 0;
		right: 0;
		bottom: -30px;
		transform: none;
		text-align: center;
	}

	.greeting_box > div img, .greeting_box > div:nth-child(1) div:after {
		width: 300px;
		height: 300px;
	}
	.greeting_box > div img {
		margin-bottom: 60px;
	}

	#plan .flex_box {
		display: block;
		width: 100%;
	}

	#plan .flex_box > div {
		max-width: 100% !important;
	}

	#plan .flex_box > div h2, #plan .flex_box > div > img {
		display: inline-block;
		vertical-align: middle;
	}

	#plan .flex_box > div h2 {
		font-size: 30px;
		width: calc(90% - 112px);
		padding: 5%;
	}

	#plan h2 small small {
		font-size: 13px;
		margin-top: 5px;
	}

	#plan .flex_box > div > img {
		display: inline-block;
		max-width: 112px;
		max-height: 180px;
		margin: 0 auto;
		text-align: center;
	}
		
	.process_list > div dl dt span {
		display: block;
	}
	
	table.plan tr, table.plan tr th {
		display: block;
		width: 100%;
	}
	table.plan tr td {
		display: block;
		width: 100%;
		border: none;
	}
	table.plan tbody tr:nth-child(4) td:nth-child(1), table.plan tbody tr:nth-child(5) td:nth-child(1) {
		background: #efefef;
	}
	
	.main .btn a, #mainImg_txt .btn a, .voice_list, .reason_list .reason_box > div {
		width: 100% !important;
	}
	
	.carousel-container {
		padding: 0;
	}

	.carousel-item {
		flex: 0 0 100%;
	}

	.carousel-prev, .carousel-next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.w-footer {
		gap: 5px 15px;
	}

	#footer .wh_wrap {
		width: 90%;
	}

	#footer .flex_list {
		display: block;
		width: 100%;
	}

	#footer .flex_list > tr {
		margin-bottom: 1.5em;
	}

	#footer .flex_list > tr:last-child {
		margin-bottom: 0;
	}

	#footer .flex_list > tr th {
        width: 120px;
        font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.navbar-brand {
		padding-right: 0;
	}

	.navbar-custom .nav li > a {
		font-size: 14px;
	}

	.navbar-custom .navbar-brand {
		font-size: 18px;
	}

	#head_logo a {
		position: relative;
	}

	#head_logo a img {
		margin: 10px 0;
		top: 0;
	}

	#mainImg {
		height: calc(95vh - 270px);
	}

	#mainImg_txt h2 {
		font-size: 30px;
	}

	#mainImg_txt p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	#mainImg_txt .btn a {
		margin-top: 20px;
	}
	.btn a {
		letter-spacing: 3px;
	}

	.parallax-bg {
		background-attachment: unset !important;
		background-position: top !important;
		background-size: 200% !important;
		background-repeat: no-repeat !important;
	}

	section h2, #support h2 {
		font-size: 20px;
		line-height: 1.5em;
	}

	#intro_top h2 {
		font-size: 20px;
	}

	#img_nayami_bottom_left img, #img_nayami_bottom_right img {
		height: 75px;
	}

	#img_nayami_bottom_left {
		left: -19%;
	}

	#img_nayami_bottom_right {
		right: -9%;
	}

	.intro_box > div:nth-child(1) p u {
		text-decoration: none;
	}

	.intro_box > div:nth-child(1) p a {
		text-shadow: none;
	}

	.intro_box > div .flex_list {
		gap: 10px;
	}

	.intro_box > div .flex_list li a {
		font-size: 14px;
	}

	.intro_box > div:nth-child(1) ul li a span {
		width: 110px;
		height: 110px;
	}

	.intro_box > div:nth-child(1) ul li a span {
		letter-spacing: 0;
		font-size: 12px;
	}

	#support h2 span {
		display: block;
	}

	.support_box {
		display: block;
		margin-top: 4%;
	}

	.support_box > div {
		padding: 30px;
		margin-bottom: 4%;
	}

	.support_box > div:last-child {
		margin-bottom: 0;
	}

	.support_box > div dl dt {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}

	.support_box > div dl dt img {
		max-height: 160px;
	}

	.merit_list > li .fa, .merit_list > li .fa-brands, .merit_list > li .fa-regular, .merit_list > li .fa-solid, .merit_list > li .fab, .merit_list > li .far, .merit_list > li .fas {
		margin-right: 7px;
	}

	.merit_list > li {
		padding-right: 20px;
	}
	
	#reason h3 {
		font-size: 20px;
	}
	.reason_list .reason_box img {
		max-width: 320px;
	}

	#plan .flex_box > div > img {
		max-height: 160px;
	}

	#plan .flex_box > div h2 {
		width: calc(100% - 110px);
		padding: 0;
	}

	#plan h2 small small {
		font-size: 12px;
	}

	#footer .wh_wrap {
		max-width: 100%;
	}

	#footer .l-container.wh_wrap {
		margin-top: 4%;
	}

	.c-copyright {
		font-size: 11px;
	}
}
	
@media (max-width: 375px) {
	#mainImg {
		height: calc(95vh - 240px);
	}
	#mainImg_txt p {
		letter-spacing: 0;
	}
	#home .mv_thumb_right {
		bottom: 35px;
	}
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none !important;
	}
}