/*=========================================================================
# Web Fonts
========================================================================== */

@font-face {
	font-style: normal;
	font-weight: 700;
	src: url("../webfonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
	font-family: Noto Sans JP;
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 500;
	src: url("../webfonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
	font-family: Noto Sans JP;
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
	font-family: Noto Sans JP;
	font-display: swap;
}

/*=========================================================================
# Reset-CSS
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/*=========================================================================
# Common
========================================================================== */

html { /*スムーススクロール*/
	scroll-behavior: smooth;
}

body {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7777777778;
	font-family: "Noto Sans JP", sans-serif;
}

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.wrapper {
	width: 100%;
	max-width: 1025px;
	margin: 0 auto;
}

.inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}

.inner--wide {
	max-width: 945px;
}

.title img {
	width: 100%;
}

/*=========================================================================
# header
========================================================================== */

.header {
	background-color: #BCDCE7;
}

.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__img img {
	width: 510px;
}

.header__btn a {
	display: block;
	transition: all 0.3s;
}

.header__btn a img {
	width: 322px;
}

/*=========================================================================
# mainvisual
========================================================================== */

/*=========================================================================
# セクション
========================================================================== */

/* sec01
-------------------------------------------------------*/

.sec01 {
	padding-bottom: 50px;
}

.sec01__main {
	background: url(../img/sec01-main-bg.webp) no-repeat top 0 center/cover;
}

.sec01__main-img img {
	width: 100%;
}

.sec01__sub-img img {
	width: 100%;
}

.sec01__iframe iframe {
	aspect-ratio: 720/400;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.sec01__iframe + .sec01__iframe {
	margin-top: 25px;
}

/* sec02
-------------------------------------------------------*/

.sec02 {
	padding: 40px 0;
}

.sec02__ttl {
	text-align: center;
}

.sec02__content {
	margin-top: 40px;
}

.sec02__item + .sec02__item {
	margin-top: 25px;
}

.sec02__heading {
	margin-bottom: 10px;
}

.sec02__media {
	display: flex;
	justify-content: space-between;
}

.sec02__media--reverse {
	flex-direction: row-reverse;
}

.sec02__text {
	width: 61%;
	letter-spacing: -0.08em;
}

.sec02__img {
	width: 36%;
}

.sec02__img img {
	width: 100%;
}

/* sec03
-------------------------------------------------------*/

.sec03 {
	padding-bottom: 40px;
}

.sec03__content {
	margin-top: 80px;
}

.sec03__item + .sec03__item {
	margin-top: 40px;
}

.sec03__media {
	display: flex;
	justify-content: space-between;
}

.sec03__img {
	width: 40%;
}

.sec03__body {
	width: 57.5%;
}

.sec03__text {
	margin-top: 10px;
	line-height: 1.5555555556;
}

/* sec04
-------------------------------------------------------*/

.sec04 {
	padding: 60px 0;
}

.sec04__title {
	margin-bottom: 60px;
}

.sec04__iframe {
	margin-top: 10px;
}

.sec04__iframe iframe {
	aspect-ratio: 720/400;
	width: 100%;
	height: 100%;
}

.sec04__content {
	margin-top: 40px;
}

.sec04__item {
	display: flex;
	justify-content: space-between;
}

.sec04__item + .sec04__item {
	margin-top: 25px;
}

.sec04__img {
	width: 46%;
}

.sec04__body {
	width: 52%;
}

.sec04__heading {
	color: #01569E;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: -0.06em;
}

.sec04__text {
	font-size: 17px;
	line-height: 1.6666666667;
	letter-spacing: -0.1em;
}

.sec04__subttl {
	margin-top: 50px;
	text-align: center;
}

.sec04__subttl img {
	width: 626px;
}

.sec04__voice {
	-moz-column-gap: 24px;
	display: flex;
	column-gap: 24px;
	row-gap: 28px;
	flex-wrap: wrap;
	margin-top: 25px;
}

.sec04__card {
	width: calc((100% - 24px) / 2);
	padding: 10px;
	border-radius: 8px;
	background: rgba(228, 239, 243, 0.7);
}

.sec04__card-head {
	display: flex;
	align-items: center;
}

.sec04__card-icon {
	width: 68px;
	min-width: 68px;
	margin-right: 4px;
}

.sec04__card-ttl {
	color: #01569E;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.04em;
}

.sec04__card-body {
	margin-top: 5px;
	font-size: 17px;
	line-height: 1.6666666667;
	letter-spacing: -0.08em;
}

/* sec05
-------------------------------------------------------*/

.sec05 {
	padding-bottom: 60px;
}

.sec05__content {
	margin-top: 50px;
}

.sec05__item {
	margin-top: 50px;
}

.sec05__heading {
	margin-bottom: 25px;
}

.sec05__card {
	display: flex;
	margin-bottom: 20px;
	gap: 20px;
}

.sec05__card img {
	display: block;
	width: calc((100% - 20px) / 2);
}

/* sec06
-------------------------------------------------------*/

.sec06 {
	padding-bottom: 60px;
	background-color: #E4EFF3;
}

.sec06__content {
	margin-top: 30px;
}

.sec06__item {
	display: flex;
	justify-content: space-between;
}

.sec06__item + .sec06__item {
	margin-top: 30px;
}

.sec06__img {
	width: 38%;
}

.sec06__name {
	margin-top: 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.1em;
	text-align: center;
}

.sec06__name span {
	display: inline-block;
	font-size: 36px;
	letter-spacing: -0.1em;
}

.sec06__body {
	width: 60%;
}

.sec06__text {
	font-size: 17px;
	line-height: 1.6666666667;
	letter-spacing: -0.1em;
}

.sec06__box {
	margin-top: 10px;
	padding: 6px;
	border: 1px solid #333;
	border-radius: 8px;
	background-color: #FFF;
}

.sec06__box-ttl {
	color: #01569E;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.2;
}

.sec06__box-text {
	font-size: 19px;
	line-height: 1.3;
	letter-spacing: -0.08em;
}

/* sec07
-------------------------------------------------------*/

.sec07 {
	padding-bottom: 80px;
}

.sec07__content {
	margin-top: 60px;
}

.sec07__faq {
	overflow: hidden;
	border: 2px solid #BCDCE7;
	border-radius: 8px;
}

.sec07__faq + .sec07__faq {
	margin-top: 20px;
}

.sec07__faq-head {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	background-color: #BCDCE7;
}

.sec07__faq-head .sec07__faq-text {
	font-weight: 700;
	font-size: 24px;
}

.sec07__faq-body {
	display: flex;
	padding: 5px 10px;
}

.sec07__faq-body .sec07__faq-icon {
	margin-top: 3px;
}

.sec07__faq-body .sec07__faq-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.75;
}

.sec07__faq-icon {
	width: 32px;
	margin-right: 10px;
}

.sec07__faq-text {
	width: calc(100% - 32px);
	letter-spacing: -0.08em;
}

/* sec08
-------------------------------------------------------*/

.sec08 {
	padding-bottom: 60px;
}

.sec08__content {
	margin-top: 80px;
}

.sec08__text1 {
	margin-top: 15px;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.35;
	letter-spacing: -0.08em;
	text-align: center;
}

.sec08__text2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.35;
	letter-spacing: -0.08em;
	text-align: center;
}

.sec08__row {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	gap: 20px;
}

.sec08__col {
	position: relative;
	width: 100%;
}

.sec08__btn {
	position: absolute;
	bottom: 115px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

.sec08__btn a {
	display: block;
	width: 330px;
	margin: 0 auto;
	transition: all 0.3s;
}

.sec08__btn img {
	width: 100%;
}

.sec08__btn--hb {
	bottom: 10px;
}

/*=========================================================================
# キャンペーン
========================================================================== */

.campain {
	padding: 35px 0 50px;
	background-color: #FFFFE5;
}

.campain__row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.campain__col {
	position: relative;
	width: 100%;
}

.campain__btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

.campain__btn a {
	display: block;
	width: 330px;
	margin: 0 auto;
	transition: all 0.3s;
}

.campain__btn img {
	width: 100%;
}

/*=========================================================================
# footer
========================================================================== */

.footer {
	padding: 35px 0;
	background-color: #BCDCE7;
}

.footer__copy {
	text-align: center;
}

.footer__copy small {
	font-size: 16px;
}

/*=========================================================================
# SP表示
========================================================================== */

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

.header__btn a:hover,
.header__btn a:active {
	opacity: 0.8;
}

.sec08__btn a:hover,
.sec08__btn a:active {
	opacity: 0.8;
}

.campain__btn a:hover,
.campain__btn a:active {
	opacity: 0.8;
}

}

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

body {
	font-size: 16px;
	line-height: 1.5;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.inner {
	max-width: 520px;
	padding: 0 10px;
}

.header {
	padding: 3px 0;
}

.header__content {
	justify-content: center;
}

.header__img {
	text-align: center;
}

.header__img img {
	width: 53.6%;
}

.sec01 {
	padding-bottom: 35px;
}

.sec01__main {
	background: none;
}

.sec01__main-inner {
	display: contents;
}

.sec01__movie {
	margin-top: 20px;
}

.sec01__iframe + .sec01__iframe {
	margin-top: 20px;
}

.sec02__ttl img {
	width: 80%;
}

.sec02__content {
	margin-top: 25px;
}

.sec02__item + .sec02__item {
	margin-top: 20px;
}

.sec02__media {
	flex-direction: column-reverse;
}

.sec02__text {
	width: 100%;
	margin-top: 10px;
}

.sec02__img {
	width: 100%;
}

.sec03__content {
	margin-top: 25px;
}

.sec03__item + .sec03__item {
	margin-top: 20px;
}

.sec03__media {
	flex-direction: column;
}

.sec03__img {
	order: 2;
	width: 100%;
}

.sec03__body {
	display: contents;
	width: 100%;
}

.sec03__heading {
	order: 1;
	margin-bottom: 10px;
}

.sec03__text {
	order: 3;
}

.sec04 {
	padding: 20px 0;
}

.sec04__title {
	margin-bottom: 10px;
}

.sec04__content {
	margin-top: 20px;
}

.sec04__item {
	flex-direction: column;
}

.sec04__img {
	order: 2;
	width: 100%;
}

.sec04__body {
	display: contents;
	width: 100%;
}

.sec04__heading {
	order: 1;
	font-size: 25px;
	text-align: center;
}

.sec04__text {
	order: 3;
	margin-top: 10px;
	font-size: 17px;
	line-height: 1.6428571429;
}

.sec04__voice {
	flex-direction: column;
	gap: 10px;
}

.sec04__card {
	width: 100%;
}

.sec04__card-body {
	font-size: 17px;
	line-height: 1.7;
}

.sec05 {
	padding-bottom: 40px;
}

.sec05__content {
	margin-top: 20px;
}

.sec05__item {
	margin-top: 30px;
}

.sec05__heading {
	margin-right: calc(50% - 50vw);
	margin-bottom: 10px;
	margin-left: calc(50% - 50vw);
}

.sec05__card {
	flex-direction: column;
	margin-bottom: 10px;
	gap: 10px;
}

.sec05__card img {
	width: 100%;
}

.sec06 {
	padding-bottom: 40px;
}

.sec06__item {
	flex-direction: column;
}

.sec06__img {
	width: 100%;
	text-align: center;
}

.sec06__img img {
	width: 67.5%;
}

.sec06__name {
	font-weight: 500;
	font-size: 20px;
}

.sec06__name span {
	font-size: 32px;
}

.sec06__body {
	width: 100%;
}

.sec06__text {
	margin-top: 10px;
	line-height: 1.6428571429;
}

.sec06__box-ttl {
	font-size: 19px;
}

.sec06__box-text {
	font-size: 16px;
}

.sec07 {
	padding-bottom: 40px;
}

.sec07__content {
	margin-top: 30px;
}

.sec07__faq-head {
	padding: 10px 5px 10px 10px;
}

.sec07__faq-head .sec07__faq-text {
	font-size: 17px;
}

.sec07__faq-body {
	padding: 10px;
}

.sec07__faq-body .sec07__faq-icon {
	margin-top: 0;
}

.sec07__faq-body .sec07__faq-text {
	font-size: 17px;
}

.sec07__faq-icon {
	width: 28px;
	margin-right: 5px;
}

.sec07__faq-text {
	width: calc(100% - 28px);
}

.sec08 {
	padding-bottom: 40px;
}

.sec08__content {
	margin-top: 30px;
}

.sec08__text1 {
	font-size: 20px;
}

.sec08__text2 {
	font-size: 20px;
}

.sec08__obi {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.sec08__row {
	flex-direction: column;
	gap: 25px;
}

.sec08__btn a {
	width: 95%;
}

.sec08__btn--hb {
	bottom: 10px;
}

.sec08__btn--sapporo {
	bottom: 160px;
}

.sec08__btn--susukino {
	bottom: 10px;
}

.campain {
	padding: 25px 0 35px;
}

.campain__row {
	flex-direction: column;
	gap: 25px;
}

.campain__btn a {
	width: 95%;
}

.footer {
	padding: 25px 0;
}

.footer__copy small {
	font-size: 12px;
}

}

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

.sec08__btn--sapporo {
	bottom: 115px;
	bottom: 30.667vw;
}

}

