@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 120px;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.is-hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

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

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* Layout */

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-header.is-scroll {
	background: rgba(255, 255, 255, 0.95);
}

.l-footer {
	position: relative;
	background: #FFF;
	margin-top: 120px;
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 100;
}

.l-wrapper {
	position: relative;
	z-index: 3;
	width: 89.33333%;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary__en img {
	margin: 0 auto;
	display: block;
	height: 88px;
}

.heading-primary__en--message img {
	height: 124px;
}

.heading-primary__jp {
	margin-top: 35px;
	text-align: center;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 2.4rem;
	line-height: 1.6667;
}

.heading-primary__jp--mt-0 {
	margin-top: 0;
}

.heading-secondary {
	text-align: center;
	font-family: YakuHanMP, "Noto Serif JP", serif;
}

.heading-secondary__small {
	font-size: 2.679rem;
	line-height: 1.46;
}

.heading-secondary__large {
	font-size: 5.358rem;
	line-height: 1.12;
	margin-top: 12px;
	display: block;
}

.heading-secondary--mt {
	margin-top: 105px;
}

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

.heading-tertiary {
	text-align: center;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 5rem;
	line-height: 1.3;
}

.heading-tertiary__top {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.heading-tertiary__small {
	font-size: 2rem;
	-ms-flex-item-align: center;
	align-self: center;
	display: inline-block;
	vertical-align: middle;
}

.heading-tertiary--mt {
	margin-top: 105px;
}

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.5rem;
	line-height: 2.53;
}

.text-base p,
.text-base ol,
.text-base ul {
	margin-bottom: 2.53em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p,
.text-sm ol,
.text-sm ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.header-logo {
	width: 185px;
}

.header-logo img {
	display: block;
	width: 100%;
}

.menu-btn {
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 70px;
	aspect-ratio: 1/1;
}

.menu-btn__icon {
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	background: currentColor;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn.is-open .menu-btn__icon {
	width: 34px;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gnavi-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px 0;
}

.gnavi__item {
	font: 700 1.8rem YakuHanMP, "Noto Serif JP", serif;
}

.gnavi__item a {
	text-decoration: none;
}

.footer {
	border-top: 1px solid #cccccc;
	padding: 20px 0;
}

.footer__logo {
	width: 208px;
	display: block;
}

.footer__logo img {
	display: block;
	width: 100%;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__address {
	font-size: 1.4rem;
	line-height: 1.65;
	margin-left: 50px;
}

.footer__tel {
	font-size: 1.6rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin-left: 92px;
}

.footer__mail {
	text-decoration: none;
	font-size: 1.6rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mv {
	position: relative;
	height: 100svh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 830px;
}

.mv__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.mv__title img {
	height: 579px;
}

.mv__text {
	width: 791px;
	margin-top: 60px;
}

.lead {
	position: relative;
	margin-top: 309px;
}

.lead__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7.7%;
}

.lead__title {
	margin-top: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.lead__title img {
	height: 187px;
}

.lead__text {
	font-size: 1.6rem;
	line-height: 2.5;
}

.lead__text p + p {
	margin-top: 2.5em;
}

.message {
	position: relative;
	margin-top: 328px;
}

.message__content {
	margin-top: 83px;
	display: grid;
	grid-template-columns: 380px 1fr;
	grid-template-areas: "image name" "image text";
	gap: 23px 60px;
}

.message__image {
	grid-area: image;
}

.message__image img {
	display: block;
	width: 100%;
	height: auto;
}

.message__name {
	grid-area: name;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 1.6rem;
	color: #231815;
}

.message__name strong {
	font-size: 2.4rem;
	line-height: 2.4;
}

.message__text {
	grid-area: text;
	text-align: justify;
	font-size: 1.5rem;
	line-height: 2.4;
}

.vision {
	position: relative;
	margin-top: 200px;
}

.vision__content {
	position: relative;
	width: 100%;
	margin-top: 45px;
}

.vision__images-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vision__img-01 {
	width: 360px;
}

.vision__img-02 {
	width: 600px;
	position: absolute;
	top: -320px;
	right: 65px;
	z-index: -1;
}

.vision__img-03 {
	width: 400px;
	margin-top: 40px;
}

.vision__img-04 {
	display: block;
	width: 300px;
	margin-top: 70px;
}

.vision__text {
	margin-top: 30px;
	text-align: justify;
	font-size: 1.5rem;
	line-height: 2.53;
	width: 50%;
}

.vision-detail {
	position: relative;
	padding-bottom: 120px;
}

.scroll-image-container-wrap {
	width: 1230px;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	margin-top: 50px;
}

.scroll-image-container {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.scroll-image-container::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 130px;
	height: 102px;
	display: block;
	background: url(../img/img_scroll.png) no-repeat center/contain;
	opacity: 0;
	z-index: 1;
}

.scroll-image-container.is-announce::before {
	-webkit-animation: scrollAnnounce 3s forwards;
	animation: scrollAnnounce 3s forwards;
}

.scroll-image-container__main {
	width: 100%;
	display: block;
}

.scroll-image-container__deco {
	margin-top: -40px;
	display: block;
	max-width: 1230px;
	width: 1230px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

.seminar-examples {
	margin-top: 110px;
}

.seminar-examples__title {
	text-align: center;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 3.6rem;
	line-height: 1.3;
}

.seminar-examples__wrap {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 37px;
}

.seminar-example__title {
	text-align: center;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 2.2rem;
	line-height: 1.3;
	margin-top: 16px;
}

.seminar-example__detail {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.4;
	margin-top: 12px;
}

.access {
	position: relative;
	margin-top: 130px;
}

.access-information__image {
	max-width: 680px;
	display: block;
	margin: 85px auto 0;
}

.access-information__map {
	width: 100%;
	margin-top: 75px;
	height: 530px;
}

.access-information__map iframe {
	width: 100%;
	height: 100%;
}

.mail-icon {
	width: 26px;
	margin-right: 10px;
}

.bg-grade {
	background: linear-gradient(to top, #eaf5f5 0%, rgba(255, 255, 255, 0) 1851px, rgba(255, 255, 255, 0) 100%);
	position: relative;
}

.bg-fuwari {
	position: absolute;
	pointer-events: none;
}

.bg-fuwari--01 {
	width: 869.5px;
	bottom: 52%;
	left: 48%;
}

.bg-fuwari--02 {
	width: 629.5px;
	right: calc(50% + 280px);
	top: 45%;
}

.bg-fuwari--03 {
	width: 571px;
	left: calc(50% + 290px);
	bottom: -200px;
}

.bg-fuwari--04 {
	width: 494.5px;
	right: calc(50% - 120px);
	top: -260px;
}

.bg-fuwari--05 {
	width: 758.5px;
	left: calc(50% + 360px);
	top: -100px;
}

.bg-fuwari--06 {
	width: 437px;
	right: calc(50% + 270px);
	top: 100px;
}

.bg-fuwari--07 {
	width: 838.5px;
	right: calc(50% + 130px);
	top: 0;
}

.bg-fuwari--08 {
	width: 869.5px;
	left: calc(50% + 280px);
	top: 100px;
}

.bg-fuwari--09 {
	width: 395.5px;
	right: calc(50% + 130px);
	top: -100px;
}

.bg-fuwari--10 {
	width: 573.5px;
	left: calc(50% + 240px);
	top: 100px;
}

.bg-fuwari--11 {
	width: 1134px;
	right: calc(50% + 240px);
	top: -500px;
}

.bg-fuwari--12 {
	width: 1040.5px;
	left: calc(50% + 290px);
	top: 0;
}

/*********************************************
* css for Recruit footer template
*********************************************/

.r-footer {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 10px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

.r-footer > a {
	display: block;
	width: 258px;
	height: 37px;
}

img[width="1"] {
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
}

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

.l-body { /* pc */
	min-width: 1100px;
}

.l-wrapper { /* pc */
	max-width: 1000px;
}

.l-wrapper--lg {
	max-width: 1200px;
}

.vision__images-wrap { /* pc */
	gap: 48px;
	position: absolute;
	right: -180px;
	bottom: -65px;
}

}

@media print, screen and (min-width: 681px) {

.r-footer a {
	margin-top: 0;
}

}

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

div[id],
section[id],
article[id] { /* sp */
	scroll-margin-top: 66px;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-header { /* sp */
	height: 60px;
	padding: 12px;
}

.l-footer { /* sp */
	margin-top: 0;
	padding-top: 10px;
}

.heading-primary__en img { /* sp */
	height: 53px;
}

.heading-primary__en--message img { /* sp */
	height: 73px;
}

.heading-primary__jp { /* sp */
	font-size: 1.4rem;
	margin-top: 16px;
}

.heading-primary__jp--mt-0 { /* sp */
	margin-top: 0;
}

.heading-secondary__small { /* sp */
	font-size: 1.8rem;
}

.heading-secondary__large { /* sp */
	font-size: 3.4rem;
	margin-top: 10px;
}

.heading-secondary--mt { /* sp */
	margin-top: 30px;
}

.heading-tertiary { /* sp */
	letter-spacing: -0.02em;
	font-size: 2.6rem;
}

.heading-tertiary__small { /* sp */
	font-size: 1.1rem;
}

.heading-tertiary--mt { /* sp */
	margin-top: 30px;
}

.text-base { /* sp */
	font-size: 1.4rem;
	line-height: 2;
}

.header-logo { /* sp */
	width: 93px;
}

.menu-btn { /* sp */
	width: 35px;
}

.menu-btn__icon { /* sp */
	width: 15px;
	height: 10px;
}

.menu-btn.is-open .menu-btn__icon { /* sp */
	width: 17px;
}

.gnavi { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 0;
}

.gnavi__item { /* sp */
	font-size: 1.4rem;
}

.footer { /* sp */
	border-top: 0;
	padding-bottom: 40px;
}

.footer__logo { /* sp */
	width: 123px;
}

.footer__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__address { /* sp */
	margin: 15px auto 0;
	font-size: 1.1rem;
	text-align: center;
}

.footer__tel { /* sp */
	margin: 15px auto 0;
	font-size: 1.5rem;
}

.footer__mail { /* sp */
	margin: 10px auto 0;
	font-size: 1.5rem;
}

.mv { /* sp */
	min-height: 460px;
}

.mv__title img { /* sp */
	height: 228px;
}

.mv__text { /* sp */
	margin-top: 30px;
	width: 313px;
	max-width: 100%;
}

.lead { /* sp */
	margin-top: 60px;
}

.lead__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}

.lead__title { /* sp */
	text-align: center;
}

.lead__title img { /* sp */
	height: 82px;
}

.lead__text { /* sp */
	font-size: 1.4rem;
	line-height: 2;
}

.lead__text p + p { /* sp */
	margin-top: 2em;
}

.message { /* sp */
	margin-top: 85px;
}

.message__content { /* sp */
	margin-top: 26px;
	grid-template-columns: 195px 1fr;
	grid-template-areas: "image name" "text text";
	gap: 22px 20px;
}

.message__name { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1.6153;
	padding-bottom: 20px;
}

.message__name strong { /* sp */
	font-size: 2rem;
	line-height: 1.5;
}

.message__text { /* sp */
	font-size: 1.4rem;
	line-height: 2;
}

.vision { /* sp */
	margin-top: 80px;
}

.vision__content { /* sp */
	margin-top: 190px;
}

.vision__images-wrap { /* sp */
	max-width: 375px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 22px;
	position: relative;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vision__img-01 { /* sp */
	width: 167px;
}

.vision__img-02 { /* sp */
	width: 301.5px;
	top: -150px;
	right: 20px;
}

.vision__img-03 { /* sp */
	width: 185px;
	margin-top: 16px;
}

.vision__img-04 { /* sp */
}

.vision__img-04 img {
	max-width: unset;
	width: 100%;
}

.vision__img-04 {
	margin-top: 30px;
	position: relative;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vision__text { /* sp */
	font-size: 1.4rem;
	line-height: 2;
	width: 100%;
}

.vision__text p:not(:last-child) { /* sp */
	margin-bottom: 2em;
}

.vision-detail { /* sp */
	margin-top: 48px;
	padding-bottom: 50px;
}

.scroll-image-container-wrap { /* sp */
	margin-top: 30px;
	width: 100vw;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	overflow: scroll;
}

.scroll-image-container { /* sp */
	width: 956px;
}

.scroll-image-container__main { /* sp */
	max-width: unset;
}

.scroll-image-container__deco { /* sp */
	width: 833px;
}

.seminar-examples { /* sp */
	margin-top: 50px;
}

.seminar-examples__title { /* sp */
	font-size: 2rem;
}

.seminar-examples__wrap { /* sp */
	margin-top: 30px;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
}

.seminar-example__title { /* sp */
	font-size: 1.5rem;
	margin-top: 7px;
}

.seminar-example__detail { /* sp */
	font-size: 1.1rem;
	margin-top: 6px;
}

.access { /* sp */
	margin-top: 70px;
}

.access-information__image { /* sp */
	margin: 30px auto 0;
}

.access-information__map { /* sp */
	height: 249px;
	position: relative;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 50px;
}

.mail-icon { /* sp */
	width: 20px;
	margin-right: 5px;
}

.bg-fuwari--01 { /* sp */
	width: 80%;
	top: -20%;
	bottom: auto;
	left: 40%;
}

.bg-fuwari--02 { /* sp */
	width: 60%;
	right: auto;
	left: -30%;
	top: auto;
	bottom: 50%;
}

.bg-fuwari--03 { /* sp */
	width: 80%;
	top: 40%;
	bottom: auto;
	left: auto;
	right: -40%;
}

.bg-fuwari--04 { /* sp */
	width: 100%;
	right: auto;
	left: -40%;
	bottom: 90%;
	top: auto;
}

.bg-fuwari--05 { /* sp */
	width: 109.6%;
	left: auto;
	right: -45.3%;
	top: auto;
	bottom: 10%;
}

.bg-fuwari--06 { /* sp */
	width: 62.9%;
	right: auto;
	left: -31.5%;
	top: -10%;
}

.bg-fuwari--07 { /* sp */
	width: 77.3%;
	top: 20%;
	right: auto;
	left: -38.7%;
}

.bg-fuwari--08 { /* sp */
	width: 80.5%;
	left: auto;
	right: -37.3%;
	top: auto;
	bottom: 40%;
}

.bg-fuwari--09 { /* sp */
	width: 95.5%;
	right: auto;
	left: -37.3%;
	top: -20%;
}

.bg-fuwari--10 { /* sp */
	width: 53%;
	left: auto;
	right: -26.7%;
	top: 30%;
}

.bg-fuwari--11 { /* sp */
	width: 104.8%;
	right: auto;
	left: -62.7%;
	top: -80%;
}

.bg-fuwari--12 { /* sp */
	width: 96.3%;
	left: auto;
	right: -42.7%;
	top: auto;
	bottom: 40%;
}

}

@-webkit-keyframes scrollAnnounce {

0% {
	opacity: 0;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes scrollAnnounce {

0% {
	opacity: 0;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

