html {
	scroll-behavior: smooth;
}

body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body .mincyo {
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
body a {
	color: #000;
	text-decoration: none;
}

.hidden {
	display: block;
	height: 0px;
	width: 0px;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden;
}

/*===============================================
●style.css 画面の横幅が980px以上
===============================================*/
@media all and (min-width: 980px) {

.sp {display: none;}

body {
	font-size: 16px;
	line-height: 1.6em;
	position: relative;
/*	letter-spacing: 0.1em;
	font-feature-settings: "palt";*/
}
body a {
	transition: all  0.5s ease;
}
body a:hover {
	opacity: 0.7;
}
body img {
	max-width: 100%;
	display: block;
}


header {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 10px 30px;
	position: fixed;
	background: rgb(255 255 255 / 0.8);
	z-index: 999;
}
header h1 a {
	display: block;
	width: 220px;
	height: 40px;
	background: url(img/h1-kashou.svg) center / 207px auto no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}
header nav {
	position: absolute;
	top: 10px;
	right: 30px;
}
header nav h2 {
	display: none;
}
header nav ul {
	list-style: none;
	display: flex;
	top: 0;
	right: 0;
}
header nav ul li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	font-size: 18px;
	line-height: 40px;
}

section {
	width: 100%;
	overflow-x: none;
	scroll-margin-top: 60px;
}
section:nth-of-type(odd) {
	background: #EFEAE5;
}
section h2 {
	color: #4D4D4D;
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
}
section#top {
	position: relative;
	padding: 60px 0 55px;
	background: transparent;
}
section#top h2 {
	position: absolute;
	height: 110px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(img/main-after-text.svg) center / contain no-repeat;
	opacity: 0.6;
	z-index: 10;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}
section#top p {
	display: block;
	position: absolute;
	top: calc(15dvw + 60px);
	left: 0;
	height: 24.6dvw;
	width: 100%;
	background: url(img/main-text_pc.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}

section#message {
	padding: 70px calc(50% - 450px) 10px;
}
section#message p {
	font-size: 18px;
	line-height: 1.8em;
	margin: 50px 0;
	text-align: justify;
}

section#outline {
	padding: 70px calc(50% - 450px) 60px;
	background: #EFEAE5 url(img/outline-img.jpg) calc(50dvw + 95px) 150px / auto calc(100% - 150px - 60px) no-repeat;
}
section#outline dl {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 1.5em;
	margin: 50px 0 0;
}
section#outline dl dt {
	width: 110px;
	margin-bottom: 6px;
}
section#outline dl dd {
	width: 390px;
	margin-bottom: 6px;
}
section#outline dl dd span {
	font-size: 0.75em;
}

section#biography {
	padding: 70px calc(50% - 450px) 60px;
	overflow: auto;
}
section#biography h2 {
	margin-bottom: 50px;
}
section#biography p {
	font-size: 18px;
	line-height: 1.8em;
	float: right;
	text-align: justify;
	width: 440px;
}
section#biography img {
	width: 420px;
}

section#support {
	padding: 70px 0 60px;
	overflow: auto;
}
section#support p.intro {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	margin: 20px 0 40px;
}
section#support .splide h3 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 5px 0;
}
section#support .splide p {
	font-size: 14px;
	line-height: 1.8em;
	text-align: justify;
	width: 100%;
}
section#support .splide__arrow {
 display: none;
}


section#movie {
	padding: 70px 0 30px;
	overflow: auto;
}
section#movie video {
	width: 700px;
	margin: 40px auto;
}

section#contact {
	padding: 70px calc(50% - 450px) 60px;
	overflow: auto;
}
section#contact p {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	margin: 30px 0 30px;
}
section#contact p span {
	font-size: 16px;
	line-height: 1.8em;
	display: block;
}
section#contact .telfax {
	margin: 30px auto;
	width: 700px;
	display: flex;
	list-style: none;
}
section#contact .telfax li {
	display: block;
	color: #78B5D5;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.8em;
	text-align: center;
	width: 50%;
}
section#contact dl {
	border-top: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 40px 0;
}
section#contact dl dt {
	width: 200px;
	font-size: 20px;
	line-height: 30px;
	padding: 10px;
	margin: 25px 0 0;
}
section#contact dl dt span {
	font-size: 14px;
	float: right;
}
section#contact dl dd {
	width: 675px;
	font-size: 20px;
	line-height: 30px;
	margin: 25px 0 0;
}

input,
textarea,
select,
button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: 100%;
    border-radius: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: inherit;
}

textarea {
    resize: vertical;
    display: block;
}

select {
    cursor: pointer;
}

button {
    padding: 0;
    cursor: pointer;
}

/* ======================= */
/* テキスト / テキストエリア */
/* ======================= */
input {
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #999;
    outline: none;
    background: #FFF;
}

/* プレースホルダー */
input::placeholder {
    font-weight: bold;
    color: var(--color-placeholder);
}

/* フォーカス時 */
input:focus {
    outline: 1px solid var(--color-focus-border);
}
input.submit {
	display: block;
	font-size: 24px;
	font-weight: bold;
	width: 210px;
	line-height: 60px;
	background: #000;
	color: #FFF;
	margin: 40px auto;
	cursor: pointer;
}

/* テキストエリア固有（高さ・自動リサイズ） */
textarea {
    min-height: 150px;
    field-sizing: content;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #999;
    outline: none;
    background: #FFF;
}

/* ======================= */
/* ラジオボタン・チェックボックス */
/* ======================= */
.form-option-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.form-option-label {
    --radio-checkbox-size: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

/* ラベルテキスト（透明のborderでフォーカス時のレイアウトシフトを防止） */
.form-option-label span {
    --form-option-underline-width: 2px;
    opacity: 0.7;
    border-top: var(--form-option-underline-width) solid transparent;
    border-bottom: var(--form-option-underline-width) solid transparent;
}

/* ラジオ/チェックボックスの枠（::beforeで描画） */
.form-option-label::before {
    content: "";
    display: inline-block;
    width: var(--radio-checkbox-size);
    height: var(--radio-checkbox-size);
    border: 1px solid var(--color-border);
    flex-shrink: 0;
}

/* ラジオ用・丸形 */
.form-option-label--radio::before {
    border-radius: 50%;
}

/* チェックボックス用・角丸四角 */
.form-option-label--checkbox::before {
    border-radius: 4px;
}

/* チェック時のラベルテキスト */
.form-option:checked + .form-option-label span {
    color: var(--color-primary);
    opacity: 1;
}

/* チェック時の枠（背景色をprimaryに） */
.form-option:checked + .form-option-label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

/* チェック時のアイコン（::after + mask-imageで白い図形を表示） */
.form-option:checked + .form-option-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: var(--radio-checkbox-size);
    height: var(--radio-checkbox-size);
    transform: translateY(-50%);
    background-color: var(--color-white);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* ラジオ用・丸アイコン */
.form-option--radio:checked + .form-option-label--radio::after {
    mask-image: url(../img/icon-radio.svg);
}

/* チェックボックス用・チェックマークアイコン */
.form-option--checkbox:checked + .form-option-label--checkbox::after {
    mask-image: url(../img/icon-check.svg);
}

/* フォーカス時のラベル（下線で表示） */
.form-option:focus-visible + .form-option-label span {
    opacity: 1;
    border-bottom: var(--form-option-underline-width) solid var(--color-focus-border);
}

/* ======================= */
/* セレクトボックス */
/* ======================= */
.form-select-wrap {
    position: relative;
}

/* プルダウン矢印（borderで三角形を描画して45度回転） */
.form-select-wrap::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 18px;
    top: 50%;
    translate: 0 -50%;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    rotate: 45deg;
    pointer-events: none;
}

.form-select {
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    outline: none;
    border: 1px solid var(--color-border);
}

/* セレクトのフォーカス時 */
.form-select:focus {
    outline: 1px solid var(--color-focus-border);
}

/* ======================= */
/* 送信ボタン */
/* ======================= */
.form-button {
    background-color: var(--color-black);
    color: var(--color-white);
    display: block;
    padding: 14px 24px;
    font-weight: bold;
    border-radius: 100vh;
    outline: none;
    border: 3px solid var(--color-black);
    transition:
        background-color 0.3s,
        border 0.3s;
}

@media (any-hover: hover) {
    .form-button:hover {
        background-color: var(--color-black-hover);
        border: 3px solid var(--color-black-hover);
    }
}

.form-button:focus {
    background-color: var(--color-black-focus);
    border: 3px solid var(--color-focus-border);
}


footer {
	background: #808080;
	color: #FFF;
	padding: 10px 20px;
}
footer copyright {
	font-size: 14px;
	line-height: 20px;
	float: left;
}
footer address {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}


.thanks {
	height: 100dvh;
	display: grid;
	place-items: center;
}
.thanks .container {
	width: 100%;
}
.thanks .logo {
	background: url(img/main-after-text.svg) center top / 465px auto no-repeat;
	padding-top: 100px;
	margin: 60px auto;
}
.thanks .logo h1 {
	width: 200px;
	height: 28px;
	background: url(img/h1-kashou.svg) center / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin: auto;
}
.thanks p {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	margin: 60px auto;
}
.thanks a {
	display: block;
	width: 220px;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	color: #FFF;
	background: #000;
	margin: 60px auto;
}


#end{}
}