<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 全体設定　Zen Kaku Gothic New */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    color: #333333;
    font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.05rem;
}
a {
    transition: 0.3s;
}
a:link {
    color: #1F2A66;
    text-decoration: none;
}
a:visited {
    color: #1F2A66;
}
a:hover {
    color: #0068B7;
    transition: 0.3s;
}
a:hover img {
    opacity: 0.8;
    transition: 0.3s;
}
img {
    transition: 0.3s;
}
p {
    font-size: 1rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    text-align: justify;
}
.p-a {
    font-size: 110%;
}
.p-b {
    font-size: 120%;
}
p a:hover {
    text-decoration: underline;
}
.p-a a {
    transition: 0.3s;
}
.p-a a::before {
    content: "≫";
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pt-1 {
    padding-top: 1rem;
}
.pt-2 {
    padding-top: 2rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pt-4 {
    padding-top: 4rem;
}
.pt-5 {
    padding-top: 5rem;
}
.pb-1 {
    padding-bottom: 1rem;
}
.pb-2 {
    padding-bottom: 2rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.pl-1 {
    padding-left: 0.5rem;
}
.pl-2 {
    padding-left: 1rem;
}
.pl-3 {
    padding-left: 1.5rem;
}
.pl-4 {
    padding-left: 2rem;
}
.pl-5 {
    padding-left: 2.5rem;
}
.pr-1 {
    padding-right: 0.5rem;
}
.pr-2 {
    padding-right: 1rem;
}
.pr-3 {
    padding-right: 1.5rem;
}
.pr-4 {
    padding-right: 2rem;
}
.pr-5 {
    padding-right: 2.5rem;
}
.align-right {
    text-align: right;
}

/* ヘッダー設定 */
.ky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 82px;
    background-color: #FFFFFF;
    z-index: 1001;
    border-bottom: 1px solid #DDDDDD;
}
.ky-header-box {
    width: 100%;
    height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ky-header-logo {
    height: 52px;
    margin: 15px;
	flex-shrink: 0;
}
.ky-header-logo img {
    width: auto;
    height: 100%;
}
.ky-header-yk {
    margin-left: auto;
    font-size: 0.8rem;
	align-items: center;
}
.ky-header-yk a {
    color: #333333;
    display: block;
    text-align: center;
}
.ky-header-yk a:hover {
    color: #326EFF;
    text-decoration: underline;
}
.ky-header-gmenu {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width:640px){
.ky-header {
    height: 70px;
}
.ky-header-box {
    height: 70px;
}
.ky-header-logo {
    height: 42px;
}
.ky-header-gmenu {
    margin-right: 10px;
}
}

/* フッター設定 */
.ky-footer-logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ky-footer-logo img {
    width: 100%;
    height: auto;
}
.ky-footer-menu {
    width: 100%;
}
.ky-footer-menu ul {
    width: 100%;
}
.ky-footer-menu ul li a:link {
    color: #333333;
}
.ky-footer-menu ul li a:visited {
    color: #333333;
}
.ky-footer-menu ul li a:hover {
    color: #326EFF;
    text-decoration: underline;
}
.ky-footer-sns {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
}
.ky-footer-sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.ky-footer-sns li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.other-menu {
    position: relative;
}
.other-menu.plus::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #999;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.other-menu.plus::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #999;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}
.other-menu.minus::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #999;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}
.sub-menu.open {
    max-height: 1000px;
    opacity: 1;
}
.sub-menu.close {
    max-height: 0;
    opacity: 0;
}

/* フッター　スマホビュー */
@media screen and (max-width:640px){
.ky-footer {
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.ky-footer-logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.ky-footer-menu {
    width: 100%;
    border-top: 1px solid #DDDDDD;
}
.ky-footer-menu ul li {
    border-bottom: 1px solid #DDDDDD;
}
.ky-footer-menu ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 1.2rem;
    display: block;
    position: relative;
}
.ky-footer-menu ul li a:hover {
    background-color: #F0F0F0;
}
.ky-footer-menu ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: translateY(-50%) rotate(-45deg);
}
.ky-footer-menu .other-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 1.2rem;
    display: block;
    background-color: #F3F3F3;
    cursor: pointer;
    border-bottom: 1px solid #DDDDDD;
}
.ky-footer-sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.ky-footer-sns li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
#menu01 .other-menu {
    display: none;
}
#menu01 .language {
	display: none;
}
#menu01 .sub-menu {
	display: none;
}
.bread-box {
    background-color: #EEEEEE;
    padding: 0.5rem 0 0.5rem 0;
    margin-top: 3rem;
}
.breadcrumb {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li + li::before {
    content: "＞";
    margin: 0 0.1rem;
}
.breadcrumb a {
    text-decoration: none;
    color: #1F2A66;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
}

/* フッター　PCビュー */
@media screen and (min-width:641px){
.ky-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.ky-footer-menu {
    text-align: center;
}
.ky-footer-menu ul {
}
.ky-footer-menu ul li {
    border-left: 1px solid #DDDDDD;
    display: inline-block;
    margin-bottom: 10px;
}
.ky-footer-menu &gt; ul li:last-child {
    border-right: 1px solid #DDDDDD;
}
.ky-footer-menu ul li a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    display: block;
}
#menu01 .other-menu {
    display: none;
}
#menu01 .language {
	display: none;
}
#menu01 .sub-menu {
	display: none;
}
.bread-box {
    background-color: #EEEEEE;
    padding: 0.5rem 0 0.5rem 0;
    margin-top: 3rem;
}
.breadcrumb {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li + li::before {
    content: "＞";
    margin: 0 0.1rem;
}
.breadcrumb a {
    text-decoration: none;
    color: #1F2A66;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
}

/* グローバルメニュー */
.gmenu-bt {
    margin-left: auto;
    background-image: url(/images/gmenu-bt-off.png);
    background-position: center center;
    background-size: 46px 46px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    transition: 0.5s;
    cursor: pointer;
    background-color: #FFFFFF;
}
.gmenu-bt.gmenu-bt-on {
    background-image: url(/images/gmenu-bt-on.png);
}
.gmenu {
    position: fixed;
    top: 82px;
    right: -500px;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    min-height: 100dvh;
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    z-index: 1000;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 100px;
	overflow: auto;
}
.gmenu.active {
    right: 0;
}
.gmenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100dvh;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    z-index: 999;
}
.gmenu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.gmenu ul li {
    border-bottom: 1px solid #DDDDDD;
}
.gmenu ul li:last-child {
    border-bottom: 1px solid #DDDDDD;
}
.gmenu ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 1.2rem;
    display: block;
    position: relative;
    font-weight: 900;
}
.gmenu ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: translateY(-50%) rotate(-45deg);
}
.gmenu ul li a:link {
    color: #333333;
}
.gmenu ul li a:visited {
    color: #333333;
}
.gmenu ul li a:hover {
    color: #326EFF;
    background-color: #F0F0F0;
}
.gmenu .other-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 1.2rem;
    display: block;
    background-color: #F3F3F3;
    cursor: pointer;
    border-bottom: 1px solid #DDDDDD;
}


/* ピックアップ記事 */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 1000;
    cursor: pointer;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    background-color: rgba(255,255,255,0.90);
}
.swiper-button-prev {
    left: 3.5%;
}
.swiper-button-next {
    right: 3.5%;
}
.swiper-button-prev::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-right: 3px solid #0068B7;
    border-bottom: 3px solid #0068B7;
    transform: translateY(-50%) translateX(-30%)rotate(135deg);
    z-index: 1010;
}
.swiper-button-next::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-right: 3px solid #0068B7;
    border-bottom: 3px solid #0068B7;
    transform: translateY(-50%) translateX(-70%)rotate(-45deg);
    z-index: 1010;
}

/* PC・スマホ共通のスタイル */
.ky-container img {
    width: 100%;
    height: auto;
}
ul.list01 li {
    padding-left: 1.1rem;
    position: relative;
    margin-bottom: 0.4rem;
}
ul.list01 li:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #0068B6;
}
ul.list02 li {
    border-top: 1px solid #CCCCCC;
}
ul.list02 li:last-child {
    border-bottom: 1px solid #CCCCCC;
}
ul.list02 li a {
    display: block;
    background-color: #FFFFFF;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 40px;
    padding-right: 1rem;
    font-size: 1.4rem;
    font-weight: 900;
    color: #333333;
    position: relative;
}
ul.list02 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: translateY(-50%) rotate(-45deg);
}
ul.list02 li a:hover {
    background-color: #F0F0F0;
    color: #326EFF;
}
ul.list03 {
    width: 100%;
}
ul.list03 li {
    text-decoration: none;
    font-size: 120%;
    line-height: 2rem;
	margin: 0 0 1rem 0;
}
ul.list03 li a {
    display: block;
}
ul.list03 li img {
    width: 2rem;
    height: 2rem;
    float: left;
	margin: 0 0.8rem 0 0;
}
.list-tit {
    border-radius: 8px;
    background-color: #EEEEEE;
    padding: 15px;
	margin: 0 0 1.5rem 0;
}
.list-tit img {
    width: 3.2rem;
    height: 3.2rem;
    float: left;
	margin: 0 0.8rem 0 0;
}
.list-tit h3 {
    font-size: 1.3rem;
    color: #0068B7;
    padding-left: 4rem;
    margin: 0 0.4rem 0 0;
    line-height: 1.8rem;
}
.list-tit p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding-left: 4rem;
    margin: 0;
}
.small01 {
    font-size: 80%;
}
.totop {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.totop a {
    width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.80);
    border: 1px solid #AAAAAA;
    color: #333333;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1rem;
}
.totop a:hover {
    background-color: rgba(225,225,225,0.60);
}
.post-box &gt; a {
    color: initial;
    background-color: #FFFFFF;
    display: block;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 2rem;
}
.post-box &gt; a:hover {
    background-color: #F0F0F0;
}
a.link-gray {
    transition: 0.3s;
    display: block;
}
a.link-gray:hover {
    background-color: #F0F0F0;
    color: #326EFF;
}
.bt-box01 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
a.bt01 {
    width: 240px;
    height: 40px;
    font-size: 1.2rem;
    background-color: #0068B6;
    color: #FFFFFF;
    padding-top: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.bt01:hover {
    background-color: #009FE8;
}
.bt02 {
	color: #FFFFFF;
	line-height: 2.4rem;
    background-color: #0068B7;
    display: inline-block;
    position: relative;
    border-radius: 1.2rem;
    padding: 0 45px 0 30px;
    margin: 0 0 20px auto;
}
.bt02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: translateY(-50%) rotate(-45deg);
}
.bt02:hover {
    background-color: #00A0E9;
}
.swp-box {
    width: 100%;
    max-width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1rem;
}
.swp-box a {
    display: block;
    height: 100%;
}
.swp-box a:link {
    color: #333333;
}
.swp-box a:visited {
    color: #333333;
}
.swp-box a:hover {
    color: #777777;
    background-color: #F0F0F0;
}
.swp-photo {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.swp-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.swp-border {
    position: relative;
    display: block;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    padding: 7px;
}
.swp-txt {
    line-height: 1.3rem;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 2.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    max-height: 3em;
}
.splide__arrow {
    background-color: rgba(0,0,0,0.70);
    width: 3em;
    height: 3em;
}
.splide__arrow--prev {
    left: 6.5%;
}
.splide__arrow--next {
    right: 6.5%;
}
.splide__arrow svg {
    fill: #FFF;
    height: 1.2em;
    width: 1.2em;
}
.icon01 {
    padding-top: 0.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.2rem;
    border-radius: 4px;
    background-color: #DCF5FF;
    display: inline-block;
    font-size: 1rem;
    margin-left: 0.8rem;
}
.icon02 {
	position: relative;
}
.icon02 img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	right: 10px;
    display: inline-block;
    transform: translateY(-50%);
}
.index-box {
    background-color: #F5FAFF;
    border: 1px solid #EBF0F5;
    border-radius: 6px;
    padding: 20px;
}
.index-box a {
    position: relative;
    padding-left: 16px;
    display: block;
}
.index-box a::before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(-45deg);
}
.index-box a:hover {
    text-decoration: underline;
}
.index-h {
    margin-top: 0.6rem;
    font-weight: 900;
}
.index-p {
    padding-left: 1rem;
}
.index-t {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
}
.index-t:before,
.index-t:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #AAA;
}
.index-t:before {
    margin-right: 1rem;
}
.index-t:after {
    margin-left: 1rem;
}
.photo {
    width: 100%;
}
.photo img {
    width: 100%;
    height: auto;
}
.pickup {
    color: #1F2A66;
    font-size: 1.6rem;
    font-weight: 900;
    border-top: 2px solid #0068B7;
    padding-top: 0.5rem;
    text-align: center;
}
.flex {
    display: flex!important;
	flex-wrap: wrap;
}
.nowrap {
	flex-wrap: nowrap;
}
.col-25p {
    width: 25%;
}
.col-30p {
    width: 30%;
}
.col-40p {
    width: 50%;
}
.col-50p {
    width: 50%;
}
.col-60p {
    width: 60%;
}
.col-70p {
    width: 70%;
}
.col-75p {
    width: 75%;
}
.caption {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0.2rem;
    margin-right: 0.8rem;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.ys-logo {
    width: 80%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.img-col1, .img-col2 {
  display: flex;
  gap: 20px;
}
.img-col1 img {
  width: 100%;
  height: auto;
  display: block;
}
.img-col2 {
  flex-wrap: wrap;
}
.img-col2 img {
  width: calc(50% - 10px);
  height: auto;
  display: block;
}


/* スマホビューのスタイル */
@media screen and (max-width:640px){
html, body {
    width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}
.pc-only {
    display: none;
}
.h1-a {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-bottom: 0.8rem;
    color: #1F2A66;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.3rem;
    border-bottom: 2px solid #00A0E9;
}
.h2-a {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    color: #1F2A66;
    margin-bottom: 2rem;
}
.h2-a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(-45deg, transparent 0 2px, #009FE8 2px 4px);
    height: 5px;
    width: 100%;
}
.h2-b {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 1rem 0;
    margin: 0.5rem 0 3rem 0;
    border-bottom: 2px dotted #00A0E9;
}
.h3-a {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
    border-top: 2px dotted #0068B6;
    border-bottom: 2px dotted #0068B6;
    margin-top: 0rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: #0068B6;
}
.h3-b {
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    padding-left: 13px;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.h3-b::before {
    content: "";
	position: absolute;
	top: 0.4rem;
	left: 0rem;
    width: 5px;
    height: 1.3rem;
    background-color: #296DE5;
}
.h4-a {
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
    padding-left: 10px;
    margin-top: 0rem;
    margin-bottom: 1rem;
    display: flex;
	align-items: center;
	scroll-margin-top: 110px;
}
.h4-a::before {
    content: "";
	position: absolute;
	top: 0.2rem;
	left: 0rem;
    width: 5px;
    height: 1.2rem;
    background-color: #296DE5;
}
.h5-a {
    color: #1F2A66;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}
p {
    font-size: 1rem;
}
.col2 {
    display: block;
    margin-bottom: 0rem;
}
.col-left {
    width: 100%;
    margin-bottom: 0rem;
}
.col-right {
    width: 100%;
}
.col-photo {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-bottom: 1rem;
}
.col-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.box01 {
    background-color: #FBF8F5;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box01 li {
    margin-bottom: 1rem!important;
}
.icon02 {
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 90px;
}
.icon02 img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	right: 5px;
    display: inline-block;
    transform: translateY(-50%);
}
.pagetop {
    margin-top: 70px;
}
.ky-main {
    width: 100%;
}
.ky-main img {
    width: 100%;
    height: auto;
}
.ky-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.main-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.gmenu {
    top: 70px;
}
.col-25p,.col-30p,.col-40p,.col-50p,.col-60p,.col-70p,.col-75p {
    width: 100%;
}
.sp-order1 {
    order: 1;
}
.sp-order2 {
    order: 2;
}
.sp-order3 {
    order: 3;
}
.sp-order4 {
    order: 4;
}
}


/* PCビューのスタイル */
@media screen and (min-width:641px){
body {
}
.sp-only {
    display: none;
}
.h1-a {
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-bottom: 0.8rem;
    color: #1F2A66;
    margin-top: 0;
    margin-bottom: 2rem;
    letter-spacing: 0.3rem;
    border-bottom: 2px solid #00A0E9;
}
.h2-a {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
    color: #1F2A66;
    margin-bottom: 3rem;
}
.h2-a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(-45deg, transparent 0 2px, #009FE8 2px 4px);
    height: 5px;
    width: 100%;
}
.h2-b {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 4rem;
    border-bottom: 2px dotted #00A0E9;
}
.h3-a {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    border-top: 2px dotted #0068B6;
    border-bottom: 2px dotted #0068B6;
    margin-top: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #0068B6;
}
.h3-b {
    color: #1F2A66;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    padding-left: 16px;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.h3-b::before {
    content: "";
	position: absolute;
	top: 0.4rem;
	left: 0rem;
    width: 7px;
    height: 1.6rem;
    background-color: #296DE5;
}
.h4-a {
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    padding-left: 1rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    display: flex;
	align-items: center;
	scroll-margin-top: 110px;
}
.h4-a::before {
    content: "";
	position: absolute;
	top: 0.4rem;
	left: 0rem;
    width: 7px;
    height: 1.6rem;
    background-color: #296DE5;
}
.h5-a {
    color: #1F2A66;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}
p {
    font-size: 1.1rem;
}
.p-c {
    margin-top: 0px;
}
.ky-container ul li {
    font-size: 1.1rem;
}
.col2 {
    display: flex;
}
.col-left {
    width: 25%;
}
.col-right {
    width: 75%;
    padding-left: 1.5rem;
}
.col-photo {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.col-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.box01 {
    background-color: #FBF8F5;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.box01 li {
    font-size: 1.2rem!important;
	line-height: 1.6!important;
    margin-bottom: 1rem!important;
}


.pagetop {
    margin-top: 82px;
}
.ky-main img {
    width: 100%;
    height: auto;
}
.ky-container {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
}
.main-container {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
}
.pc-order1 {
    order: 1;
}
.pc-order2 {
    order: 2;
}
.pc-order3 {
    order: 3;
}
.pc-order4 {
    order: 4;
}
.pc-align-right-bottom {
    position: absolute;
	right: 20px;
	bottom: 0px;
}
.img-right {
    float: right;
    display: table;
    width: 48%;
    margin: 0 0 20px 30px;
}
.img-left {
    float: left;
    display: table;
    width: 48%;
    margin: 0 30px 20px 0;
}
.img-right30 {
    float: right;
    display: table;
    width: 30%;
    margin: 0 0 20px 30px;
}
.img-left30 {
    float: left;
    display: table;
    width: 30%;
    margin: 0 30px 20px 0;
}
.img-right::after {
	content: "";
    display: table;
    clear: both;
}
.img-left::after {
	content: "";
    display: table;
    clear: both;
}
}

/*====================================
add by seek
====================================*/
/* common
--------------------------------------*/
.pt-0 { padding-top: 0rem; }
.pl-0 { padding-left: 0rem; }
.pb-0 { padding-bottom: 0rem; }
.pr-0 { padding-right: 0rem; }

.mt-0 { margin-top: 0rem; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mt-4 { margin-top: 4rem; }
.mt-5 { margin-top: 5rem; }
.mt-6 { margin-top: 6rem; }
.mt-7 { margin-top: 7rem; }
.mt-8 { margin-top: 8rem; }
.mt-9 { margin-top: 9rem; }
.mt-10 { margin-top: 10rem; }

.ml-0 { margin-left: 0rem; }
.ml-1 { margin-left: 1rem; }
.ml-2 { margin-left: 2rem; }
.ml-3 { margin-left: 3rem; }
.ml-4 { margin-left: 4rem; }
.ml-5 { margin-left: 5rem; }
.ml-6 { margin-left: 6rem; }
.ml-7 { margin-left: 7rem; }
.ml-8 { margin-left: 8rem; }
.ml-9 { margin-left: 9rem; }
.ml-10 { margin-left: 10rem; }

.mb-0 { margin-bottom: 0rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }
.mb-5 { margin-bottom: 5rem; }
.mb-6 { margin-bottom: 6rem; }
.mb-7 { margin-bottom: 7rem; }
.mb-8 { margin-bottom: 8rem; }
.mb-9 { margin-bottom: 9rem; }
.mb-10 { margin-bottom: 10rem; }

.mr-0 { margin-right: 0rem; }
.mr-1 { margin-right: 1rem; }
.mr-2 { margin-right: 2rem; }
.mr-3 { margin-right: 3rem; }
.mr-4 { margin-right: 4rem; }
.mr-5 { margin-right: 5rem; }
.mr-6 { margin-right: 6rem; }
.mr-7 { margin-right: 7rem; }
.mr-8 { margin-right: 8rem; }
.mr-9 { margin-right: 9rem; }
.mr-10 { margin-right: 10rem; }

.clearfix {
    zoom:1;
}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

.txt--underline{
    text-decoration: underline !important;
}

.maru-kakomi-moji{
    font-size: 0.85em;
    line-height: 1;
    border: 1px solid #333;
    padding: 0.2em;
    border-radius: 100%;
}
.h2-a .maru-kakomi-moji,
.h3-b .maru-kakomi-moji{
    border-color: #1F2A66;
    border-width: 2px;
}

.movie--wrap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie--wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

@media screen and (max-width:640px){
    .flex--3column-pc .column:not(:last-child){
        margin-bottom: 1.5rem;
    }
}

@media print,screen and (min-width: 641px) {
    .flex--3column-pc{
        display: flex;
    }
    .flex--3column-pc .column{
        width: calc((100% - 1.5rem * 2) / 3);
    }
    .flex--3column-pc .column:not(:nth-child(3n)){
        margin-right: 1.5rem;
    }
}

/* page unique
--------------------------------------*/
#page2025-0915-01 .sec03 .sec03-ttl,
#page2025-0915-01 .sec06 .sec06-ttl{
    text-align: left;
    display: flex;
    align-items: center;
}
#page2025-0915-01 .sec03 .sec03-ttl-icon,
#page2025-0915-01 .sec06 .sec06-ttl-icon{
    width: 60px;
    height: 60px;
    background-color: #F08300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
#page2025-0915-01 .sec03 .sec03-ttl-txt,
#page2025-0915-01 .sec06 .sec06-ttl-txt{
    padding-left: 20px;
}
#page2025-0915-01 .sec06 .sec06-award-wrap{
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
#page2025-0915-01 .sec06 .sec06-award-txt-txt1{
    font-size: 1rem;
}
#page2025-0915-01 .sec06 .sec06-award-txt-txt2{
    font-size: 1.1rem;
    font-weight: bold;
}
#page2025-0915-01 .sec06 .sec06-award-img{
    width: 30%;
    margin-left: 5px;
}

@media screen and (max-width:640px){
    #page2025-0915-01 .sec03 .sec03-ttl-txt,
    #page2025-0915-01 .sec06 .sec06-ttl-txt{
        flex: 1;
    }
    #page2025-0915-01 .sec03 .sec03-ttl-small,
    #page2025-0915-01 .sec06 .sec06-ttl-small{
        padding-top: 1rem;
    }
}

@media print,screen and (min-width: 641px) {
    #page2025-0915-01 .sec03 .sec03-ttl,
    #page2025-0915-01 .sec06 .sec06-ttl{
        justify-content: center;
    }
    #page2025-0915-01 .sec03 .sec03-ttl-icon,
    #page2025-0915-01 .sec06 .sec06-ttl-icon{
        width: 80px;
        height: 80px;
    }
    #page2025-0915-01 .sec06 .sec06-award-wrap{
        justify-content: center;
        margin: 2rem 0;
    }
    #page2025-0915-01 .sec06 .sec06-award-txt-txt1{
        font-size: 1.3rem;
    }
    #page2025-0915-01 .sec06 .sec06-award-txt-txt2{
        font-size: 1.5rem;
    }
    #page2025-0915-01 .sec06 .sec06-award-img{
        width: 120px;
        margin-left: 10px;
    }
}

#page2025-0915-04 table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #d2d2d2;
}
#page2025-0915-04 th,
#page2025-0915-04 td{
    padding: 0.5em;
    border: 1px solid #d2d2d2;
}
#page2025-0915-04 th,
#page2025-0915-04 .sec01 .bg-gray{
    background-color: #f5f5f5;
}
#page2025-0915-04 .color-red{
    color: #E60012;
}
#page2025-0915-04 .color-blue{
    color: #00A0E9;
}
#page2025-0915-04 .color-green{
    color: #67A530;
}

@media screen and (max-width:640px){
    #page2025-0915-04 .sec01 th:nth-child(2){
        width: 9em;
    }
    #page2025-0915-04 .sec02 th:nth-child(1){
        width: 7em;
    }
}

@media print,screen and (min-width: 641px) {
    #page2025-0916-01 .sec02 .sec02-img-wrap{
        width: 30%;
    }
}</pre></body></html>