<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;display=swap");
/*============================================================================
	html body
==============================================================================*/
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden; } }

body {
  font: 14px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  background: #fff;
  letter-spacing: 0.06em;
  position: relative; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 12px;
      overflow-x: hidden; } }

input,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

div {
  box-sizing: border-box; }

/*============================================================================
	画像
==============================================================================*/
img {
  vertical-align: top; }

.imgBox img {
  width: 100%;
  height: auto; }

/*============================================================================
	リンク
==============================================================================*/
a {
  text-decoration: none;
  color: #00215D;
  text-decoration: none;
  transition: 1s; }

a:link {
  color: #00215D; }

a:visited {
  color: #000; }

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  transition: 1s; }

a:active {
  color: #000; }

a {
  color: #00215D;
  text-decoration: none;
  transition: 1s; }

a:active,
a:focus,
input:active,
input:focus {
  outline: 0; }

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

/*============================================================================
	汎用
==============================================================================*/
/* Headings
---------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  box-sizing: border-box; }

h1 {
  font-size: 153.9%;
  /*margin: .6em 0 .6em 0;*/ }

h2 {
  font-size: 138.5%; }

h3 {
  font-size: 123.1%; }

h4 {
  font-size: 116%; }

h5 {
  font-size: 108%; }

h6 {
  font-size: 100%; }

/* float */
.imgR {
  float: right;
  padding: 0 0 10px 10px; }

.imgL {
  float: left;
  padding: 0 30px 20px 0; }

/* 明朝 */
.mincho {
  font-family: "ＭＳ 明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Century, "Times New Roman", Times, serif; }

/* clearfix */
.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

/* Section
---------------------------------*/
.sec01 {
  width: 100%;
  background-color: #fff; }

.sec02 {
  width: 100%;
  background-color: #fff; }

.sec03 {
  width: 100%;
  background-color: #fff; }

.page-section {
  width: 100%;
  padding: 120px 0 80px;
  background-color: #fff; }

/*============================================================================
	LOADING
==============================================================================*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loader img {
    z-index: 1;
    width: 14em;
    height: auto; }

/*============================================================================
	フォントサイズ
==============================================================================*/
.std10 {
  font-size: 77%; }

.std11 {
  font-size: 85%; }

.std12 {
  font-size: 93%; }

.std13 {
  font-size: 100%; }

.std14 {
  font-size: 108%; }

.std15 {
  font-size: 116%; }

.std16 {
  font-size: 123.1%; }

.std17 {
  font-size: 131%; }

.std18 {
  font-size: 138.5%; }

.std19 {
  font-size: 146.5%; }

.std20 {
  font-size: 153.9%; }

.std21 {
  font-size: 161.6%; }

.std22 {
  font-size: 167%; }

.std23 {
  font-size: 174%; }

.std24 {
  font-size: 182%; }

.std25 {
  font-size: 189%; }

.std26 {
  font-size: 197%; }

.Bold {
  font-weight: bold; }

/*============================================================================
	カラー
==============================================================================*/
.white {
  color: #ffffff; }

.black {
  color: #000000; }

.gray {
  color: #666666; }

.lgray {
  color: #999999; }

.red {
  color: #ff0000; }

.wred {
  color: #cc0000; }

.pink {
  color: #ff3366; }

.green {
  color: #006600; }

.green2 {
  color: #01b200; }

.orange {
  color: #ff6600; }

.blue {
  color: #205ea9; }

.dblue {
  color: #1a1a6a; }

.lblue {
  color: #00b3dc; }

.yellow {
  color: #ffff00; }

.gold {
  color: #996633; }

/*============================================================================
	背景画像
==============================================================================*/
/*============================================================================
	ボタン
==============================================================================*/
a.btn-01 {
  color: #fff;
  border: 2px solid #fff;
  width: 80%;
  line-height: 5;
  text-align: center;
  display: block;
  margin: 0 auto 50px auto;
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 16px;
  border-radius: 80px;
  background-color: #0C1E5D; }
  a.btn-01::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    width: 15px;
    height: 15px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box; }
  a.btn-01.nakaura-link {
    padding: 15px 60px;
    line-height: 1.4; }
    a.btn-01.nakaura-link::after {
      transform: translateY(-2px) rotate(45deg); }
  @media screen and (max-width: 768px) {
    a.btn-01 {
      width: 100%;
      padding: 1em;
      font-size: 12px;
      line-height: 1.2;
      border: 1px solid #fff; }
      a.btn-01::after {
        right: 20px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; } }
  a.btn-01:hover {
    text-decoration: none;
    background-color: #fff;
    color: #00215D;
    opacity: 1;
    border: 2px solid #0C1E5D; }
    a.btn-01:hover::after {
      border-top: 2px solid #0C1E5D;
      border-right: 2px solid #0C1E5D; }

a.btn-02 {
  border: 1px solid #00215D;
  display: block;
  padding: 0.3em 1em;
  width: 15em;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #00215D;
  background-color: #fff;
  border-radius: 5px; }
  @media screen and (max-width: 768px) {
    a.btn-02 {
      padding: 0.2em 1em;
      font-size: 12px;
      width: 100%; } }
  a.btn-02:hover:hover {
    text-decoration: none;
    background-color: #fff;
    color: #00215D;
    opacity: 1; }

/*============================================================================
	位置
==============================================================================*/
.tL {
  text-align: left; }

.tC {
  text-align: center; }

.tR {
  text-align: right; }

/*=変形見出し===================================================================*/
h1.h1-tit-01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 40px; }
  h1.h1-tit-01::after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -10px;
    /*下線の上下の位置*/
    left: 50%;
    width: 30px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #333;
    /*下線の色*/ }

h2.h2-tit-01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #00215D;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  letter-spacing: 0.06em;
  border-right: 3px solid #00215D; }
  @media screen and (max-width: 768px) {
    h2.h2-tit-01 {
      font-size: 5vw; } }

h2.h2-subtit-01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #00215D;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 45px;
  display: flex;
  letter-spacing: 0.5em;
  border-right: 3px solid #00215D; }
  @media screen and (max-width: 768px) {
    h2.h2-subtit-01 {
      font-size: 7vw;
      margin-right: 15px; } }

h2.h2-tit-02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #00215D;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  letter-spacing: 0.06em; }

/*============================================================================*/
/*=PC/SP切り替え===================================================================*/
/*============================================================================*/
@media screen and (min-width: 769px) {
  .dis-pc {
    display: block; }

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

  .dis-sp-inline {
    display: none; }

  .br-pc {
    display: block; }

  .br-sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .dis-pc {
    display: none !important; }

  .dis-sp {
    display: block; }

  .dis-sp-inline {
    display: inline; }

  .br-pc {
    display: none; }

  .br-sp {
    display: block; } }
</pre></body></html>