@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: #2C62B1;
}
@media screen and (max-width: 768px) {
  h4 {
    margin: 50px 0 15px;
    font-size: 1.25rem; /* 20px */
  }
}

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

a.ico-pdf::before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #FF6969;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ その他
---------------------------------------------------------------------------- */
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: #FF6900;
  border: 1px solid #FF6900;
  color: #fff;
}
#header-gnavi li.contact a:hover {
  background: #fff;
  color: #FF6900;
  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: #2C62B1;
  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: #2C62B1;
  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%;
  }
}

.copyright {
  margin: 40px 0 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ メイン
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.MV {
  position: relative;
  padding-top: 75px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(212, 238, 248, 1)), linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(212, 238, 248, 1));
  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: 34.27083vw;
  height: 37.9166vw;
  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: center;
}
@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: 100%;
    }
  }
}
.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: #031C21;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .MV .txt {
    position: absolute;
    right: 20px;
    bottom: 15%;
    order: 1;
  }
}
.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: 6.302vw;
  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.333vw;
  }
}
.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: 0;
  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;
  }
}
.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: #72B9D9;
  text-align: left;
  color: #fff;
  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;
  background: #2C62B1;
}
.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;
  color: #0D2B5C;
  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: 5vw;
  }
}
@media screen and (max-width: 768px) {
  p.no span {
    margin-left: 30px;
    font-size: 5.5vw;
  }
}
.contents-box .txt-box .txt-box-inner .ttl {
  padding-bottom: 20px;
  position: relative;
  font-size: 2.500rem;
  color: #fff;
}
@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: #fff;
}
@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: 160px;
  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 {
  margin: 0 0 80px;
  color: #fff;
}
.index-osaka .headline strong::before,
.index-osaka .headline strong::after {
  background: #fff;
}
.index-osaka .headline {
  margin: 0 0 80px;
  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 {
  margin-top: 130px;
  position: relative;
  padding: 80px 0;
  background: #ECF8FD;
}
@media screen and (max-width: 768px) {
  .index-profile {
    margin-top: 16.6vw;
  }
}
.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: #2C62B1;
}
.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: #2C62B1;
  text-align: center;
  color: #fff;
}
footer .f-cnt .shippori-mincho {
  margin: 0 0 30px;
  font-size: 3rem;
}
footer .f-cnt .shippori-mincho .sub-txt {
  font-size: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  footer .f-cnt .shippori-mincho {
    margin: 0 0  30px;
    font-size: 6.5vw;
  }
  footer .f-cnt .shippori-mincho .sub-txt {
    font-size: 5.25vw;
    margin-right: 0.5rem;
  }
}
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;

  transition: all 0.3s;
  border: 1px solid #FF5719;
}

footer .link-btn a:hover{
  background: #fff;
  color: #FF5719;
  text-decoration: none;
  box-sizing: border-box;
}
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: 18px 0;
  text-align: center;
}

#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;
}

.txt-box-inner ul{
  padding-left: 20px;
  font-size: 1.5rem;
}
.txt-box-inner ul li{
  padding-right: 5px
}

p.no span.rotate{
  transform: rotate(-10deg);

}

@media screen and (max-width: 768px){
  p.no span.rotate{
    font-size: 4.8vw;

  }
  .MV .MV-box .img-box .min-item {
    background-position: left 10% bottom 30%, right bottom 60%, left 70% bottom 2%, left 79% top 5%;
  }
}

@media screen and (max-width: 480px){
  .contents-box .txt-box .txt-box-inner ul {
    font-size: 1rem;
  }
}


/*****************************************************

ラインで相談

*****************************************************/

#header-gnavi li.line a{
  padding: 11px 40px;
  background: #32b051;
  border: 1px solid #32b051;
  color: #fff;
}
#header-gnavi li.line {
  margin-left: 20px;
}
#header-gnavi li.line a:hover {
  background: #fff;
  color: #32b051;
  text-decoration: none;
  box-sizing: border-box;
}
footer .line-btn a {
  display: inline-block;
  padding: 20px 90px;
  background: #32b051;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid #32b051;
}
footer .line-btn a:hover{
  background: #fff;
  color: #32b051;
  text-decoration: none;
  box-sizing: border-box;
}


/*****************************************************

snsアイコン

*****************************************************/

ul.sns-ico {
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  max-width: 600px;
  list-style: none;
}
ul.sns-ico li {
  width: calc(100% / 3);
  text-align: center;
}
.alpha {
  transition: opacity 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 481px){
  ul.sns-ico li {
    margin: 0 20px;
  }
}

.banner-zone {
  padding-top: 30px;
  padding-bottom: 16px;
  background: #f1f6f8;
  padding-bottom: 100px;
}

.sns-text {
  font-size: 2rem;
  font-weight: 300;
  color: #073061;
  text-align: center;
  margin: 0;
  padding-top: 50px;
}

@media screen and (max-width: 480px){
  .sns-text {
    font-size: 1.2rem;
  }
  .sns-ico img{
    width: 60px;
  }
}
.f-cnt .flex_box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.f-cnt ul.sns-ico li {
  width: calc(30% / 3);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .f-cnt ul.sns-ico li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px){
  .f-cnt .flex_box{
    flex-direction: column;
    gap:0;
  }
}
@media screen and (max-width: 1024px){
p.no span{
  margin-left: 0;
  }}


/*1440PX以下に追加*/

@media screen and (max-width: 1440px) {
  .contents-box.ctnR .txt-box {
    margin-left: auto;
  }
}
@media screen and (max-width: 1440px) {
  .contents-box .txt-box {
    position: static;
    transform: none;
    width: 90%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1440px){
  p.no span{
    margin-left: 0;
  }}

@media screen and (min-width: 1025px) and (max-width: 1440px){
  p.no {
    font-size: 17.16vw;
    line-height: 1;
  }
}

/* @ 市政報告
---------------------------------------------------------------------------- */
#contents04 {
  margin: 80px auto 120px;
}
@media screen and (max-width: 768px) {
  #contents04 {
    margin: 10.416vw 0;
  }
}
.sub-headline {
  color: #073061;
  border-bottom: solid 3px #e6ebf6;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .sub-headline {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 376px) {
  .sub-headline {
    font-size: 1.5rem;
  }
}
ul.builtin {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1600px) {
  ul.builtin {
    gap: 56px;
  }
}
@media screen and (max-width: 1200px) {
  ul.builtin {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  ul.builtin {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 480px) {
  ul.builtin {
    grid-template-columns: 1fr;
  }
}
ul.builtin li .ttl {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ul.builtin li .ttl {
    font-size: 1.25rem;
  }
}
ul.builtin li .pdf-link {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 480px) {
  ul.builtin li .pdf-link {
    font-size: 1rem;
  }
}
ul.builtin li .pdf-link a::before {
  margin-left: 0;
}

