@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 基本定義
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ Webフォント設定
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
    url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("fonts/fa-solid-900.woff2") format("woff2"),
    url("fonts/fa-solid-900.woff") format("woff"),
    url("fonts/fa-solid-900.ttf") format("truetype"),
    url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("fonts/fa-regular-400.woff2") format("woff2"),
    url("fonts/fa-regular-400.woff") format("woff"),
    url("fonts/fa-regular-400.ttf") format("truetype"),
    url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("fonts/fa-brands-400.woff2") format("woff2"),
    url("fonts/fa-brands-400.woff") format("woff"),
    url("fonts/fa-brands-400.ttf") format("truetype"),
    url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'aAccountantSignature';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aAccountantSignature.ttf") format("truetype");
}
.awesome {
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5s {
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5r {
  font-family: 'Font Awesome 5 Regular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opensans {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}
.shippori-mincho {
  font-family: 'Shippori Mincho', serif;
}
.noto {
  font-family: 'Noto Sans', sans-serif;
}
.notojp {
  font-family: 'Noto Sans JP', sans-serif;
}
.aAccountantSignature {
  font-family: 'aAccountantSignature', sans-serif;
}

/* @ Normalize.css調整（原則として改変禁止）
---------------------------------------------------------------------------- */
/* >>> 日本語フォント対応 */
html,
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif, "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  color: #000;
  background-color: #fff;
}
/* >>> 禁則処理 */
p,li,dt,dd,th,td,pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: strict;
  word-break: strict;
}
/* >>> フルードイメージ対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* @ テキスト見出し設定（html要素のfont-sizeを基準に算出、ここでの装飾は行わない）
---------------------------------------------------------------------------- */
h1 { /* 32px */
  font-size: 2rem;
  line-height: 1.5;
}
h2 { /* 28px */
  font-size: 1.75rem;
  line-height: 1.75;
}
h3,h4 { /* 20px */
  font-size: 1.25rem;
  line-height: 1.1667;
}
h5,h6 { /* 18px */
  font-size: 1.125rem;
  line-height: 1.3125;
}

/* @ 見出し設定
---------------------------------------------------------------------------- */
h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  margin: 36px 0;
  color: #073061;
  font-size: 2rem;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6.66vw;
  }
}
h3 {
  padding-bottom: 20px;
  position: relative;
  font-size: 2.500rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
  color: #073061;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 6.66vw;
  }
}
h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 2px;
  background: #073061;
}
h4 {
  margin: 55px 0 32px;
  font-size: 1.75rem; /* 28px */
  font-family: 'Noto Sans', sans-serif;
  color: #10336C;
}
@media screen and (max-width: 768px) {
  h4 {
    margin: 50px 0 15px;
    font-size: 1.25rem; /* 20px */
  }
}

/* @ リンク設定
---------------------------------------------------------------------------- */
a {
  color: #000099;
  outline: none;
}
a:hover {
  color: #000099;
  text-decoration: none;
}


/* @ その他
---------------------------------------------------------------------------- */
strong,b,table th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure {
  margin: 0;
}
ul li,
ol li {
  margin-bottom: 5px;
}
.fr {
  font-weight: 400;
}
.fb {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.feb {
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.headline-box .feb {
  letter-spacing: 0.1em;
}

.flex-box {
  display: flex;
}

.index-profile-box .txt-box{
  letter-spacing: 0.1em;
}

/* @ Youtubeレスポンシブ対応
---------------------------------------------------------------------------- */
.youtube_wrap {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_wrap .youtube_wrap {
  padding-top: 0;
  position: static;
}
.youtube_wrap iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイト共通設定
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wrap {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .wrap {
    padding: 0 20px;
  }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #header.change-color {
    background-color: rgba(255,255,255,.8);
    transition: 0.3s;
  }
}
#header .menu-btn {
  display: none;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #header .menu-btn {
    display: block;
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 50px;
    width: 100%;
    color: #004da0;
    height: 50px;
    font-family: 'FontAwesome';
    font-size: 1.25rem;
    text-align: right;
    background-color: #fff;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}


/* @ ヘッダーナビ
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #header-navi {
    display: none;
  }
}
#header-navi a {
  text-decoration: none;
}

/* @ グローバルナビ
---------------------------------------------------------------------------- */
#header-gnavi {
  display: flex;
  justify-content: flex-end;
  flex-flow: row nowrap;
  margin: 0 40px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header-gnavi {
    display: none;
  }
}
#header-gnavi li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-gnavi li a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  text-align: center;
  color: #073061;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-gnavi li.contact {
  margin-left: 20px;
}
#header-gnavi li.contact a {
  padding: 10px 24px;
  background: #073061;
  border: 1px solid #073061;
  color: #fff;
}
#header-gnavi li.contact a:hover {
  background: #fff;
  color: #073061;
  text-decoration: none;
  box-sizing: border-box;
}
#header-gnavi li.contact a::before {
  margin-right: 6px;
  content: '\f0e0';
  font-weight: normal;
  font-family: 'Font Awesome 5 Solid';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-gnavi li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #header-gnavi li a {
    padding: 34px 15px;
    border: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー（768px以下）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #header-sp {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 9999;
  }
}
#header-sp-logo {
  margin: 0 0 0 20px;
}
#header-sp-logo a {
  display: block;
  padding: 9px 0;
}
#header-sp-logo a img {
  height: 32px;
}

/* @ グローバルナビ（768px以下）
---------------------------------------------------------------------------- */
#header-gnavi-sp {
  z-index: 12;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: #10336C;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header-gnavi-sp ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
#header-gnavi-sp ul li {
  list-style: none;
}
#header-gnavi-sp li:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,.6);
}
#header-gnavi-sp ul li ul {
  margin: 0;
}
#header-gnavi-sp ul li a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
}
#header-gnavi-sp ul li ul li a {
  padding-left: calc(10px + 1em);
}
#header-gnavi-sp ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #10336C;
}
#header-gnavi-sp ul li a:before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ドロワーメニュー
---------------------------------------------------------------------------- */
/* :::::: toggle button :::::: */
#navTgl {
  display: none;
}
label.label {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
.open {
  z-index: 12;
  width: 50px;
  height: 50px;
  background: #10336C;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
  content: "";
}
.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#navTgl:checked + .open {
  background: #10336C;
  transform: translateX(-250px);
}
#navTgl:checked + .open span {
  transform: scaleX(0);
}
#navTgl:checked + .open::before {
  transform: rotate(45deg);
}
#navTgl:checked + .open::after {
  transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.50);
}
/* :::::: drawer menu :::::: */
#navTgl:checked ~#header-gnavi-sp {
  transform: none;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#header-search {
  margin: 0;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}
@media screen and (max-width: 768px) {
  #header-search {
    display: none;
  }
}
#header-search input[type='text'] {
  float: left;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #efefef;
}
#header-search input[type='submit'] {
  font-family: 'FontAwesome';
  float: right;
  width: 50px;
  height: 40px;
  border: none;
  background-color: #004da0;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ フッター
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #footer {
    min-width: 100%;
  }
}

#footer-copyright {
  background: #2d3339;
}
#footer-copyright .copyright {
  margin: 0;
  color: #fff;
  padding: 15px 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  #footer-copyright .copyright {
    text-align: center;
  }
}
#footer-copyright .copyright small {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #footer-copyright .copyright span {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ メイン
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.MV {
  position: relative;
  padding-top: 75px;
  background: #E8F6F9;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .MV {
    padding-top: 30px;
  }
}
.MV::before,
.MV::after {
  content: '';
  position: absolute;
  z-index: 1;
}
.MV::before {
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  width: 27.34375vw;
  height: 36.40625vw;
  background: url(/img/item-top.webp) no-repeat;
  background-size: cover;
}
.MV::after {
  right: 0;
  bottom: 0;
  transform: translate(35%,35%);
  width: 28.90625vw;
  height: 33.385416vw;
  background: url(/img/item-bottom.webp) no-repeat;
  background-size: cover;
}
.MV .MV-box {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .MV .MV-box {
    flex-direction: column;
  }
  .MV .MV-box p {
    text-shadow: -1px -1px 4px #e8f6f9, -1px 0 4px #e8f6f9, -1px 1px 4px #e8f6f9,
      0 -1px 4px #e8f6f9,                    0 1px 4px #e8f6f9,
      1px -1px 4px #e8f6f9,  1px 0 4px #e8f6f9,  1px 1px 4px #e8f6f9;
  }
}
@media screen and (max-width: 768px) {
  .MV .MV-box p {
    font-size: 3.75vw;
  }
}
.MV .MV-box .img-box {
  position: relative;
  margin: 0 3.125vw 0 4.16vw;
}
@media screen and (max-width: 768px) {
  .MV .MV-box .img-box {
    left: -80px;
    order: 2;
  }
}
.MV .MV-box .img-box figure {
  width: min(37.65625vw,723px);
}
@media screen and (max-width: 768px) {
  .MV .MV-box .img-box figure {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  @media screen and (max-width: 768px) {
    .MV .MV-box .img-box figure {
      width: 70%;
    }
  }
}
.MV .MV-box .img-box .min-item  {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/min-item.webp),
    url(../img/min-item2.webp),
    url(../img/min-item3.webp),
    url(../img/min-item4.webp);
  background-repeat: no-repeat;
  background-position: left 10% bottom 30%,
    right bottom 50%,
    left 41% bottom 2%,
    left 38% bottom 15%;
}
@media screen and (max-width: 768px) {
  .MV .MV-box .img-box .min-item  {
    background-position: left 10% bottom 30%, right bottom 80%, left 70% bottom 2%, left 79% top 15%;
  }
}
.MV .txt {
  position: relative;
  color: #073061;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .MV .txt {
    position: absolute;
    right: 20px;
    bottom: 5%;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  @media screen and (max-width: 768px) {
    .MV .txt {
      bottom: 0;
      right: 0px;
    }
  }
}
.MV .txt .notojp {
  font-size: 1.979vw;
}
@media screen and (max-width: 768px) {
  .MV .txt .notojp {
    font-size: 2.90vw;
  }
}
@media screen and (max-width: 480px) {
  .MV .txt .notojp {
    font-size: 3.75vw;
  }
}
.MV .txt .notojp span {
  position: relative;
}
.MV .txt .notojp span::before,
.MV .txt .notojp span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #073061;
}
.MV .txt .notojp span::after {
  bottom: -13px;
}
.MV h1.shippori-mincho {
  margin: 56px 0 0;
  font-size: 5.5vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .MV h1.shippori-mincho {
    margin: 6.59vw 0 0;
    font-size: 6.596vw;
    text-shadow: -1px -1px 4px #e8f6f9, -1px 0 4px #e8f6f9, -1px 1px 4px #e8f6f9, 0 -1px 4px #e8f6f9, 0 1px 4px #e8f6f9, 1px -1px 4px #e8f6f9, 1px 0 4px #e8f6f9, 1px 1px 4px #e8f6f9;
  }
}
@media screen and (max-width: 480px) {
  .MV h1.shippori-mincho {
    font-size: 8.25vw;
  }
}
.MV h1.shippori-mincho strong {
  font-size: 2.25vw;
}
@media screen and (max-width: 480px) {
  .MV h1.shippori-mincho strong {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 376px) {
  .MV h1.shippori-mincho strong {
    font-size: 2.6vw;
  }
}
.MV h1.shippori-mincho span {
  margin-top: 36px;
  display: block;
  font-size: 1.25vw; /* 24px */
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .MV h1.shippori-mincho span {
    margin-top: 2.11vw;
    font-size:2.11vw; /* 24px */
  }
}
.MV .affiliation {
  margin-top: 60px;
  font-size: 2.239vw;
}
@media screen and (max-width: 768px) {
  .MV .affiliation {
    margin-top: 5.27vw;
    font-size: 2.902vw;
  }
}
.band-area {
  background: url(../img/background-img.webp) no-repeat;
  color: #fff;
}
.band-area .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 218px;
}
@media screen and (max-width: 480px) {
  .band-area .wrap {
    min-height: auto;
  }
}
.band-area p {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .band-area p {
    font-size: 5.27vw;
    padding: 30px 0px;
  }
}
/*
.band-area p::before,
.band-area p::after {
  content: '“';
  font-size: 6.250rem;
}
.band-area p::before {
  margin-right: 10px;
}
.band-area p::after {
  transform: rotate(180deg);
}
*/

#contents01 {
  margin:  80px 0 -90px;
}
@media screen and (max-width: 768px) {
  #contents01 {
    margin: 10.416vw 0;
  }
}
.headline-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .headline-box {
    display: block;
  }
}
.headline {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 3rem;
  color: #073061;
}
@media screen and (max-width: 768px) {
  .headline {
    margin: 0 0 5.2083vw;
  }
}
@media screen and (max-width: 480px) {
  .headline {
    font-size: 10vw;
  }
}
.headline strong {
  position: relative;
  padding: 0 25px;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .headline strong {
    font-size: 6.66vw;
  }
}
.headline strong::before,
.headline strong::after {
  content: '';
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 17px;
  height: 2px;
  background: #073061;
}
.headline strong::before {
  left: 0;
}
.headline strong::after {
  right: 0;
}
.headline span {
  margin-top: 10px;
  display: block;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #8298B2;
}
.headline-box h2 {
  margin: 0 0 0 64px;
  padding: 30px 0 30px 64px;
  position: relative;
}
.headline-box h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  background: #F7F34A;
  width: 8px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .headline-box h2 {
    margin: 0;
    padding: 5.2083vw 0 0;
    text-align: center;
  }
  .headline-box h2::before {
    top: 0;
    right: 50%;
    left: auto;
    transform: translateX(50%);
    width: 200px;
    height: 8px;
  }
}

.contents-box {
  position: relative;
  background: url(../img/contents-box-bg.webp) no-repeat;
  background-position: right top;
  background-size: 228px;
}
.contents-box.ctnL {
  text-align: right;
  background-position: left top;
}
.index-tennoji .contents-box .contents-box-bg:first-of-type {
  padding-top:  130px;
}
@media screen and (max-width: 768px) {
  .index-tennoji .contents-box .contents-box-bg:first-of-type {
    margin-top: 12.5vw;
    padding-top:  0;
  }
}
.contents-box .contents-box-bg {
  padding-top:  80px;
}
.contents-box .txt-box {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(calc(50% + 65px));
  max-width: 960px;
  padding: 0 0 56px 80px;
  background: #FFFB48;
  text-align: left;
  color: #073061;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .contents-box .txt-box {
    padding: 0 80px 56px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contents-box .txt-box {
    position: static;
    transform: none;
    width: 90%;
    max-width: 100%;
  }
}
@media screen and (max-width:  768px) {
  .contents-box .txt-box {
    padding: 0  30px 56px  30px;
  }
}
.contents-box.ctnR .txt-box {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .contents-box.ctnR .txt-box {
    margin-left: auto;
  }
}
.contents-box.ctnL .txt-box {
  right: auto;
  left: 0;
  border-radius: 0 30px 30px 0;
}
.contents-box .txt-box .txt-box-inner {
  margin-top: -9%;
}
.contents-box .txt-box .txt-box-inner p.notojp {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .contents-box .txt-box .txt-box-inner p.notojp {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1601px) {
  .contents-box .txt-box .txt-box-inner {
    width: calc(100% - ((100vw - 1600px) / 2));
  }
}
p.no {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 8.375rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  p.no {
    font-size: 29.16vw;
  }
}
p.no span {
  margin-left: 100px;
  font-size: 3.5rem;
  transform: rotate(-15deg);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  p.no span {
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) {
  p.no span {
    margin-left: 30px;
    font-size: 6.25vw;
  }
}
.contents-box .txt-box .txt-box-inner .ttl {
  padding-bottom: 20px;
  position: relative;
  font-size: 2.500rem;
}
@media screen and (max-width: 768px) {
  .contents-box .txt-box .txt-box-inner .ttl {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 480px) {
  .contents-box .txt-box .txt-box-inner .ttl {
    font-size: 6.25vw;
  }
}
.contents-box .txt-box .txt-box-inner .ttl::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 2px;
  background: #073061;
}
@media screen and (max-width: 1600px) {
  .contents-box.ctnL figure,
  .contents-box.ctnR figure {
    width: 90%;
  }
  .contents-box.ctnL figure {
    margin-left: auto;
  }
}
.contents-box.ctnR figure img {
  border-radius: 0 30px 30px 0;
}
.contents-box.ctnL figure img {
  border-radius: 30px 0 0 30px;
}
.index-osaka {
  margin-top: 30px;
  padding: 100px 0;
  background-color: #0D2B5C;
  background-image: url(../img/Osaka-BG.webp),
    url(../img/Osaka-BG.webp);
  background-size: 228px;
  background-position: left top 10%,right bottom 10%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .index-osaka {
    padding: 10.416vw 0;
  }
}

.index-osaka .headline strong::before,
.index-osaka .headline strong::after {
  background: #fff;
}
.index-osaka .headline {
  margin: 0 0 40px;
  color: #fff;
}
.index-osaka-box {
  position: relative;
  margin-top: -10%;
  padding: 0 80px 80px 80px;
  background: #FFDD4A;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index-osaka-box {
    padding: 0 30px 30px 30px;
  }
}
.index-osaka-box p.no {
  transform: translateY(-90%);
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .index-osaka-box p.no {
    margin-left: 0;
  }
}
.index-osaka-box p.no span {
  transform: rotate(-8deg);
  color: #717753;
}
@media screen and (max-width: 1024px) {
  .index-osaka-box p.no span {
    font-size: 4.8828125vw;
  }
}
@media screen and (max-width: 768px) {
  .index-osaka-box p.no span {
    margin: 0;
    font-size: 7.161vw;
  }
}
.index-osaka-box .noto.fb {
  margin: 24px 0;
  font-size: 1.75rem; /* 28px */
  color: #073061;
}
@media screen and (max-width: 480px) {
  .index-osaka-box .noto.fb {
    font-size: 1.25rem; /* 20px */
  }
}
.index-osaka-box p {
  font-size: 1.5rem; /* 24px */
  color: #073061;
}
@media screen and (max-width:  480px) {
  .index-osaka-box p {
    font-size: 1rem;
  }
}

.index-profile {
  position: relative;
  padding: 80px 0;
  background: #F5F7FC;
}
.index-profile::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 532px;
  height: 360px;
  background: url(../img/dot.webp) no-repeat;
}
@media screen and (max-width: 768px) {
  .index-profile::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 69.27vw;
    height: 360px;
    background: url(../img/dot.webp) no-repeat;
  }
}
.index-profile::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 549px;
  height: 219px;
  background: url(../img/triangle.webp) no-repeat;
}
@media screen and (max-width: 768px) {
  .index-profile::after {
    width: 369px;
    height: 139px;
  }
}
.index-profile .headline {
  margin-top: 0;
}
.index-profile-box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .index-profile-box {
    display: block;
  }
}
.index-profile-box .img-box {
  position: relative;
  width: 438px;
  margin-right: 200px;
  padding: 0 80px 0 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .index-profile-box .img-box  {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
}
.index-profile-box .txt-box {
  position: relative;
  width: calc(100% - 200px - 438px - 80px - 50px);
}
@media screen and (max-width: 1024px) {
  .index-profile-box .txt-box {
    width: 100%;
  }
}
.index-profile-box .img-box .min-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index-profile-item.webp),
    url(../img/index-profile-item2.webp),
    url(../img/index-profile-item3.webp),
    url(../img/index-profile-item4.webp),
    url(../img/index-profile-item5.webp);
  background-position: right 36% bottom 3%,
    left 24% top 4%,
    right 0% bottom 36%,
    right 18% bottom 31%,
    left 0% top 37%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .index-profile-box .img-box .min-item {
    background-position: right 16% bottom 2%, left 24% top 0%, right -5% bottom 46%, right 8% bottom 24%, left -20% top 67%;
  }
}
.index-profile-box .txt-box > h4:first-of-type {
  margin-top: 0;
}
.index-profile-box .txt-box p {
  font-size: 1.5rem; /* 24px */
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .index-profile-box .txt-box p {
    font-size: 1rem;
  }
}
.index-profile-box .txt-box::before,
.index-profile-box .txt-box::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #10336C;
}
.index-profile-box .txt-box::before {
  left: -64px;
}
.index-profile-box .txt-box::after {
  left: -84px;
}
.index-profile-box .txt-box .aAccountantSignature {
  margin: 34px 0 0;
  font-size: 4.500rem;
  text-align: right;
  color: #073061;
  transform: translateX(60px);
}
@media screen and (max-width: 1890px) {
  .index-profile-box .txt-box .aAccountantSignature {
    transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  .index-profile-box .txt-box .aAccountantSignature {
    font-size: 10.41vw;
  }
}

footer {
  padding: 60px 0 20px;
  background: #10336C;
  text-align: center;
  color: #fff;
}
footer .f-cnt .shippori-mincho {
  margin: 0 0 50px;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  footer .f-cnt .shippori-mincho {
    margin: 0 0  30px;
    font-size: 6.25vw;
  }
}
footer .f-cnt .noto {
  font-size: 1.25rem; /* 20px */
}
footer .link-btn {
  margin: 30px 0;
  text-align: center;
}
footer .link-btn a {
  display: inline-block;
  padding: 20px 40px;
  background: #FF5719;
  text-decoration: none;
  color: #fff;
}
footer .link-btn a::before {
  margin-right: 6px;
  content: '\f0e0';
  font-weight: normal;
  font-family: 'Font Awesome 5 Solid';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.headline-box h2{
  font-weight: 100;
}

#footer-links ul li a {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  color: #ffffff;
  font-size: 0.857rem;

}

#footer-links ul li {
  list-style-type: none;
  display: inline;
  margin: 0 13px 0 0;
  padding: 0;
}
#footer-links ul {
  margin: 0;
  padding: 4px 0;
  text-align: center;
}

.copyright{
  margin-top: 50px;
}
#footer-links ul li a::before {
  content: '\f138';
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10336c;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  font-family: 'Font Awesome 5 Solid';
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 追記
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*　ツイッター　*/

.side_btn {
  position: fixed;
  top: 210px;
  left: 0;
  z-index: 3;
}

.side_btn img{
  padding-bottom: 10px;
}

.side_btn .s_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: auto;
  width: 90px;
  height: 240px;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 0px 10px 10px 0px;
  border-right: none;
  background-color: #009CEC;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.side_btn .s_btn a.sns_x {
  background-color: #000;
  border: 4px solid #fff;
  border-left: none;
}

.side_btn .s_btn span{
  writing-mode: vertical-rl;
}
.footer_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  z-index: 3;
}
.footer_btn .foot_btn {
  width: 100%;
  background: #fff;
}

.footer_btn .foot_btn a {
  background-color: #9c364f;
}
.footer_btn .foot_btn a span {
  font-size: 1rem;
}
.footer_btn .foot_btn img{
  padding-bottom: 6px;
}
.footer_btn .foot_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5px 0;
  background-color: #0096d6;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.footer_btn .foot_btn a.sns_x {
  background-color: #000;
  border-top: 4px solid #fff;
}

.side_btn .s_btn a:hover {
  background-color: #8FD4F5;
}
.side_btn .s_btn a.sns_x:hover {
  background-color: #666;
}

.footer_btn .foot_btn a:hover {
  background-color: #8FD4F5;
}
.footer_btn .foot_btn a.sns_x:hover {
  background-color: #666;
}


/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
  footer{
    padding-bottom: 80px;
  }
}

/*-- Twitter  --*/
.twitter{
  background-image: url(../img/twitter-back.webp);
  background-position: bottom;
  background-size: contain;
  padding-bottom: 200px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
  .twitter{
    padding-bottom: 10px
  }
}
.twitter-zone .headline{
  margin-bottom: 10px;
}
.twitter-normal{
  font-size: 2rem;
  font-weight: 300;
  color: #073061;
  text-align: center;
  margin: 0;
}
.sns-timeline {
  text-align: center;
}

.f-cnt .ico-gmap{
  position: relative;
  display: inline-block;
  padding-left: 17px;
  color: #ffffff;
}

.f-cnt .ico-gmap::before
{
  content: '\f3c5';
  position: absolute;
  top: 1px;
  left: 0;

  font-family: 'Font Awesome 5 Solid';
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}


/*-- TENNOJI  --*/

.banner-zone{
  padding-top: 80px;
  padding-bottom: 16px;

  padding-bottom: 60px;
}
.banner-zone .headline{
  margin-bottom: 20px;
}
.wrap-bannerp{
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.banner-zone .text{
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.alpha {
  transition: opacity 0.3s;
}

.alpha:hover{
  opacity: 0.6;
}

.link01 a {
  text-decoration: none;
  color: #073061;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .3s;
}

a.ico-pdf::before{
  margin-right: 10px;
  content: '\f15c';
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.link01 a:hover {
  color: #073061;
}


.background_btn01 {
  display: inline-block;
  position: relative;
  background: #ffffff; /* 背景色 */
  border: 2px solid #073061;
  padding: 1em 2em;
  font-weight: bold;
  color: #073061; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  font-size: 1.25rem;
}

/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #073061; /* 背景色 */
  color: #fff; /* 文字色 */
}



@media screen and (max-width: 480px){
  .background_btn01{
    font-size: 0.75rem;
  }

}


.banner-zone #contents03{
  border-bottom: solid 3px #e6ebf6;
  position: relative;
  font-size: 1.5rem;
  color: #073061;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 10px;
}

#contents02 .sub-m{
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
#contents02 .sub-m2{
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}


#contents02 figure{
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

@media screen and (max-width: 480px){
  #contents02 .sub-m{
    font-size: 1.5rem;
  }
  #contents02 .sub-m2{
    font-size: 1rem;
  }

}

@media screen and (max-width: 768px){
  #contents02 .sub-m2{
    padding: 0 20px;

  }
}












