@charset "utf-8";

.in-first-text01 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2em;
}

/*===========================================================
下層ヘッダー
===========================================================*/

.header-container {
    padding: 10px 70px 10px 0;
}

.header-logo {
    max-width: 106px;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(31, 6, 0, .5);
}

.in-cover-title-box {
    margin: 0 auto;
    max-width: 1220px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.in-cover-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #FFF;
    font-family: var(--font-family01);
}

.in-cover-sub-title {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.3236)), 21px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #FFF;
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.bread-link {
    display: block;
    color: var(--base-font-color);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--base-font-color);
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    position: relative;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

.inner05 {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}

/*===========================================================
共通パーツ
===========================================================*/

.in-common-block01 {
    margin: 50px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.in-common-block01:first-child {
    margin: 0;
}

.in-common-img-box01 {
    width: 100%;
}

.in-common-text-container01 {
    margin: 30px 0 0;
}

.in-common-text-box01 {
    margin: 20px 0 0;
}

.in-common-radius-item {
    width: 100px;
    height: 100px;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}

.in-common-radius-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-common-radius-text {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.3883)), 22px);
}

/*===========================================================
テーブル
===========================================================*/

.base-table {
	width: 100%;
	letter-spacing: 0.05em;
	line-height: 1.44em;
	background: var(--white);
	border: solid 1px #96D1DB;
	border-bottom: 0;
}

.base-table-tr {
	border-bottom: solid 1px #96D1DB;
}

.base-table-th {
	display: flex;
	align-items: center;
	background: #E4F5F8;
	font-weight: 500;
	padding: 15px;
}

.base-table-td {
	padding: 15px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    height: 300px;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    padding: 80px 15px;
}

/*===========================================================
共通パーツ
===========================================================*/

.in-common-block01 {
    margin: 60px 0 0;
}

.in-common-block01 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.in-common-block01:nth-of-type(even) {
    flex-direction: row-reverse;
}

.in-common-img-box01 {
    max-width: 570px;
    width: 46.8%;
}

.in-common-text-container01 {
    margin: 0;
    max-width: 585px;
    width: 49%;
}

.in-common-text-box01 {
    margin: 30px 0 0;
}

.in-common-radius-item {
    width: 120px;
    height: 120px;
}

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    height: 400px;
}

/*===========================================================
下層ヘッダー
===========================================================*/

.header-container {
    padding: 25px 20px 20px 150px;
}

.header-logo {
    max-width: 195px;
}

/*===========================================================
パンくず
===========================================================*/

.bread-box {
    font-size: 14px;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    padding: 150px 15px;
}

.in-first-wrapper {
    padding: 120px 15px;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table-tr-small {
	padding: 20px 0;
}

.base-table-th {
	padding: 20px;
}

.base-table-td {
	padding: 20px;
}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1350px) {


/*===========================================================
下層ヘッダー
===========================================================*/

.header-logo {
    max-width: 148px;
}

} /* min-width: 1350px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 