@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
  html .u-sp__none {
    display: none !important;
  }
}

body {
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  position: relative;
}

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

.content-area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 7rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bg_l-blue {
  position: relative;
  width: 100%;
  background: rgb(221, 234, 236);
}
@media (max-width: 767px) {
  .bg_l-blue {
    padding: 0;
  }
  .bg_l-blue .u-sp__none {
    display: none !important;
  }
}

.bg_gray {
  background: rgb(232, 232, 232);
}

.section-title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin: 0 auto 5rem;
  color: rgb(0, 66, 127);
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgb(255, 255, 255);
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 400px;
  height: 400px;
}
@media (max-width: 767px) {
  #splash_logo img {
    width: 20rem;
    height: 20rem;
  }
  #splash_logo img .u-sp__none {
    display: none !important;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  font-size: 70px;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .u-pc__none {
    display: none !important;
  }
  .l-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    height: 100px;
  }
  .l-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .l-header-content {
    width: 192rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0 6rem;
  }
  .l-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
  .l-header-title img {
    width: 100%;
    max-width: 250px;
    margin-right: 1rem;
  }
  .l-header-nav {
    position: relative;
    width: 100%;
  }
  .l-header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
  }
  .l-header-nav-list-li {
    margin-right: 2rem;
  }
  .l-header-nav-list-li a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding: 41px 0;
  }
  .l-header-nav-list-li .l-nav-btn {
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-nav-list-li .l-nav-btn-icon {
    padding-top: 55px;
    padding-bottom: 29px;
  }
  .l-header-nav-list-li .l-nav-btn-icon img {
    width: 42px;
    height: 42px;
  }
  .l-header-nav-list-li .l-nav-btn::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 30px;
    left: 50%;
    background-color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header-nav-list-li.l-header-nav-list-li-text .l-nav-btn:hover::before {
    width: 100%;
  }
  .l-header-nav-list-li.l-header-nav-list-li-text .l-nav-btn:hover {
    opacity: 1;
  }
  .l-header-nav-list-li.l-header-nav-list-li-icon .l-nav-btn:hover::before {
    width: 0%;
  }
  .l-header-nav-list-li.l-header-nav-list-li-icon .l-nav-btn:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .u-md__none {
    display: none !important;
  }
  .l-header-content {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  .u-sp__none {
    display: none !important;
  }
  .l-header-wrap {
    position: fixed; /* ヘッダーをページ上部に固定 */
    top: 0; /* 上部に配置 */
    left: 0;
    right: 0;
    z-index: 998; /* 他の要素の上に表示 */
    background-color: #fff; /* ヘッダーの背景色 */
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* ドロップシャドウを追加 */
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header-title {
    width: 20rem;
    margin-left: 20px;
  }
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブになったエリア*/
  #l-header-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 998;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    /*丸のスタート位置と形状*/
    -webkit-transform: scale(0);
            transform: scale(0);
    /*scaleをはじめは0に*/
    top: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    left: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    /*0.6秒かけてアニメーション*/
  }
  .circle-bg.circleactive {
    -webkit-transform: scale(50);
            transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
    opacity: 0.8;
  }
  /*ナビゲーションの縦スクロール*/
  #l-header-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #l-header-nav.panelactive #l-header-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
  }
  /*ナビゲーション*/
  #l-header-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 998;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /*背景が出現後にナビゲーションを表示*/
  #l-header-nav.panelactive ul {
    opacity: 1;
  }
  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
  #l-header-nav.panelactive ul li {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    /*0.2 秒遅らせて出現*/
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*リストのレイアウト設定*/
  #l-header-nav li {
    text-align: center;
    list-style: none;
    padding: 30px;
    /* アンダーラインとして点線を描画 */
    border-bottom: 1px dotted rgb(0, 66, 127); /* 点線の色と太さを指定 */
    /* 点と点の間隔を調整 */
    border-bottom-style: dotted; /* 点線のスタイルを指定 */
    border-bottom-width: 4px; /* 点と点の間隔を調整 */
  }
  #l-header-nav li:last-child {
    border-bottom: none;
  }
  #l-header-nav li a {
    color: rgb(0, 66, 127);
    text-decoration: none;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .l-nav-btn-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-nav-btn-icon:hover {
    opacity: 0.6;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    top: 25px;
    right: 10px;
    z-index: 9989;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: rgb(0, 66, 127);
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
            transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    width: 30px; /* 幅を30pxに変更 */
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
            transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 30px; /* 幅を30pxに変更 */
  }
}
.l-footer {
  background: rgb(0, 66, 127);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.l-footer__wrap {
  max-width: 194rem;
  width: 100%;
  padding: 70px 60px;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    text-align: center;
    padding: 70px 40px;
  }
  .l-footer__wrap .u-sp__none {
    display: none !important;
  }
}
.l-footer-information {
  color: rgb(255, 255, 255);
}
.l-footer__logo img {
  width: 200px;
}
.l-footer-address {
  font-size: 16px;
  margin: 1rem 0;
  line-height: 1.4;
}
.l-footer-address span {
  font-size: 14px;
}
.l-footer-tel {
  font-size: 16px;
  margin: 1rem 0;
}
.l-footer-copyright {
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: 14px;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    text-align: center;
  }
  .l-footer-copyright .u-sp__none {
    display: none !important;
  }
}

.fv {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .fv {
    height: 100%;
  }
  .fv .u-sp__none {
    display: none !important;
  }
}
.fv img {
  height: auto;
}
.fv-title {
  width: 60rem;
  font-size: 8rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .fv-title {
    width: 100%;
  }
  .fv-title .u-sp__none {
    display: none !important;
  }
}
.fv-title__decoration img {
  width: 100%;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .fv-title__decoration img {
    width: 28rem;
  }
  .fv-title__decoration img .u-sp__none {
    display: none !important;
  }
}
.fv-title__text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .fv-title {
    font-size: 3.2rem;
  }
  .fv-title .u-sp__none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .section-title__greetings {
    font-size: 3rem;
  }
  .section-title__greetings .u-sp__none {
    display: none !important;
  }
}

.greetings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .greetings-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greetings-item .u-sp__none {
    display: none !important;
  }
}

.greetings-img {
  width: 50%;
}
@media (max-width: 767px) {
  .greetings-img {
    width: 100%;
  }
  .greetings-img .u-sp__none {
    display: none !important;
  }
}

.greetings-textarea {
  width: 50%;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .greetings-textarea {
    width: 100%;
    padding-left: 0;
    padding: 0 2rem;
  }
  .greetings-textarea .u-sp__none {
    display: none !important;
  }
}

.greetings-textarea-title {
  color: rgb(0, 66, 127);
  font-size: 25px;
  font-weight: 700;
  padding: 2rem 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .greetings-textarea-title {
    text-align: center;
    font-size: 2.4rem;
  }
  .greetings-textarea-title .u-sp__none {
    display: none !important;
  }
}

.greetings-textarea-text {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .greetings-textarea-text {
    line-height: 1.4;
  }
  .greetings-textarea-text .u-md__none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .greetings-textarea-text {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
  .greetings-textarea-text .u-sp__none {
    display: none !important;
  }
}

.content-area__vision {
  text-align: center;
}

@media (max-width: 767px) {
  .section-title__vision {
    font-size: 3rem;
  }
  .section-title__vision .u-sp__none {
    display: none !important;
  }
}

.abundant {
  font-size: 35px;
  font-weight: 700;
  color: rgb(0, 66, 127);
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .abundant {
    display: none;
  }
  .abundant .u-sp__none {
    display: none !important;
  }
}

.vision-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .vision-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vision-item .u-sp__none {
    display: none !important;
  }
}
.vision-img {
  width: 37.5%;
}
.vision-img img {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .vision-img {
    width: 100%;
  }
  .vision-img .u-sp__none {
    display: none !important;
  }
  .vision-img img {
    border-radius: 20px 20px 0 0;
  }
}
.vision-textarea {
  width: 62.5%;
  text-align: left;
  background: rgb(255, 255, 255);
  border-radius: 0 20px 20px 0;
  padding: 30px;
  display: grid;
  place-items: center start;
}
@media (max-width: 767px) {
  .vision-textarea {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 5rem 3rem;
  }
  .vision-textarea .u-sp__none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .vision-textarea-content {
    max-width: 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .vision-textarea-content .u-sp__none {
    display: none !important;
  }
}
.vision-textarea-title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(0, 66, 127);
  letter-spacing: 0.2em;
  padding-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .vision-textarea-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .vision-textarea-title .u-md__none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .vision-textarea-title {
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 10px;
  }
  .vision-textarea-title .u-sp__none {
    display: none !important;
  }
}
.vision-textarea-list {
  margin-top: 2rem;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 0.7fr 8fr 1.3fr;
}
@media (max-width: 767px) {
  .vision-textarea-list {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .vision-textarea-list .u-sp__none {
    display: none !important;
  }
}
.vision-textarea-list-item {
  font-size: 24px;
  margin-left: 10px;
  padding: 1.5rem 0;
  list-style-type: disc;
  grid-column: 2/4;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .vision-textarea-list-item {
    font-size: 18px;
  }
  .vision-textarea-list-item .u-md__none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .vision-textarea-list-item {
    font-size: 1rem;
    padding: 0.5rem 0;
    margin-left: 10px;
  }
  .vision-textarea-list-item .u-sp__none {
    display: none !important;
  }
}

.icon-area {
  margin: -2rem auto;
}
.icon-plus {
  position: relative;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 990;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section-title__profile {
    font-size: 3rem;
  }
  .section-title__profile .u-sp__none {
    display: none !important;
  }
}

.profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-wrapper .u-sp__none {
    display: none !important;
  }
}

.profile-item {
  margin: auto 0;
  font-size: 18px;
  padding-left: 2rem;
  display: grid;
  grid-template-columns: 1.4fr 8.6fr;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .profile-item {
    font-size: 12px;
  }
  .profile-item .u-md__none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .profile-item {
    grid-template-columns: 1fr;
    font-size: 1rem;
    padding: 5px 2rem;
    letter-spacing: 0.001em;
  }
  .profile-item .u-sp__none {
    display: none !important;
  }
  .profile-item:first-child {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .profile-item-multiple {
    padding-bottom: 0;
  }
  .profile-item-multiple .u-sp__none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .profile-item-year-none {
    padding: 0 2rem;
  }
  .profile-item-year-none .u-sp__none {
    display: none !important;
  }
}
.profile-img {
  width: 37.5%;
}
.profile-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .profile-img {
    width: 100%;
  }
  .profile-img .u-sp__none {
    display: none !important;
  }
}
.profile-list {
  width: 62.5%;
  line-height: 1.4;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .profile-list {
    width: 100%;
  }
  .profile-list .u-sp__none {
    display: none !important;
  }
}
.profile-year {
  color: rgb(0, 66, 127);
  font-weight: 700;
}
@media (max-width: 767px) {
  .profile-year {
    display: block;
  }
  .profile-year .u-sp__none {
    display: none !important;
  }
}
.profile-year-none {
  height: 0;
}
.profile-year-none::before {
  content: "";
}
@media (max-width: 767px) {
  .profile-text {
    margin-top: -10px;
  }
  .profile-text .u-sp__none {
    display: none !important;
  }
}

.record-title {
  color: rgb(0, 66, 127);
  font-size: 25px;
}
@media (max-width: 767px) {
  .record-title {
    font-size: 2rem;
  }
  .record-title .u-sp__none {
    display: none !important;
  }
}

.record-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .record-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .record-item .u-sp__none {
    display: none !important;
  }
}

.record-textarea {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .record-textarea {
    width: 100%;
    margin-bottom: 5rem;
  }
  .record-textarea .u-sp__none {
    display: none !important;
  }
}

.record-textarea__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 残りの領域を均等に分配 */
  line-height: 1.6;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  list-style-type: disc;
  margin: 0 20px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .record-textarea__text {
    font-size: 14px;
  }
  .record-textarea__text .u-md__none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .record-textarea__text {
    font-size: 1.2rem;
  }
  .record-textarea__text .u-sp__none {
    display: none !important;
  }
}

.record-imagearea__img {
  aspect-ratio: 400/300;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .record-imagearea__img {
    width: 100%;
  }
  .record-imagearea__img .u-sp__none {
    display: none !important;
  }
}

.record-imagearea__img:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-title__activity-history {
    font-size: 3rem;
  }
  .section-title__activity-history .u-sp__none {
    display: none !important;
  }
}

.activity-items-area {
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* 最大2列 */
}
@media (max-width: 767px) {
  .activity-items-area {
    padding: 0 1rem;
    grid-template-columns: 1fr;
  }
  .activity-items-area .u-sp__none {
    display: none !important;
  }
}

.actibity-item {
  max-width: 550px;
  width: 100%;
  position: relative;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  margin-top: 4rem;
}
.actibity-item:nth-child(1), .actibity-item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .actibity-item {
    margin-top: 3rem;
  }
  .actibity-item .u-sp__none {
    display: none !important;
  }
  .actibity-item:first-child {
    margin-top: 0;
  }
  .actibity-item:nth-child(2) {
    margin-top: 3rem;
  }
}
.actibity-item img {
  border-radius: 10px 10px 0 0;
}
.actibity-item::before {
  content: "";
  border-radius: 10px;
  position: absolute;
  top: 0px;
  /* 上辺からのオフセット */
  left: 0px;
  /* 左辺からのオフセット */
  right: 0px;
  /* 右辺からのオフセット */
  bottom: 0px;
  /* 下辺からのオフセット */
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* 影の設定 */
  z-index: -1;
  /* 要素の下に配置 */
}
.actibity-item-textarea {
  width: 100%;
  display: grid;
  place-content: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .actibity-item-textarea {
    padding: 3rem;
  }
  .actibity-item-textarea .u-sp__none {
    display: none !important;
  }
}
.actibity-item-textarea__date {
  font-size: 12px;
  color: rgb(0, 66, 127);
  text-align: left;
}
.actibity-item-textarea__title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .actibity-item-textarea__title {
    font-size: 16px;
  }
  .actibity-item-textarea__title .u-sp__none {
    display: none !important;
  }
}
.actibity-item-textarea__text {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .actibity-item-textarea__text {
    font-size: 1.2rem;
  }
  .actibity-item-textarea__text .u-sp__none {
    display: none !important;
  }
}

.c-title-decoration {
  height: 30px;
  margin: 0 auto 5px;
}
.c-title-decoration__greetings {
  width: 150px;
}
@media (max-width: 767px) {
  .c-title-decoration__greetings {
    width: 10rem;
  }
  .c-title-decoration__greetings .u-sp__none {
    display: none !important;
  }
}
.c-title-decoration__greetings img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.c-title-decoration__vision {
  width: 150px;
}
@media (max-width: 767px) {
  .c-title-decoration__vision {
    width: 10rem;
  }
  .c-title-decoration__vision .u-sp__none {
    display: none !important;
  }
}
.c-title-decoration__vision img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.c-title-decoration__profile {
  width: 85px;
}
@media (max-width: 767px) {
  .c-title-decoration__profile {
    width: 10rem;
  }
  .c-title-decoration__profile .u-sp__none {
    display: none !important;
  }
}
.c-title-decoration__profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.c-title-decoration__activity-history {
  width: 175px;
}
@media (max-width: 767px) {
  .c-title-decoration__activity-history {
    width: 10rem;
  }
  .c-title-decoration__activity-history .u-sp__none {
    display: none !important;
  }
}
.c-title-decoration__activity-history img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}/*# sourceMappingURL=style.css.map */