@charset "utf-8";
/* ------------------------------------------------------------------
  INDEX

  -Reset
  -Common
  -Link
  -Material
  -Layout
  -Text
  -Table
  -Block
  -Section
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
  -Reset (External:reset.css)
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  min-width: 1000px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #060606;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  background: #fff;
}
img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.img {
  width: 100%;
  text-align: center;
}
ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
div, ul, li {
  width: 100%;
}
sup {
  font-size: 30%;
  font-weight: normal !important;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}

.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  body {
    font-size: 3vw;
    min-width: initial;
  }
}


/* ------------------------------------------------------------------
  -Link
------------------------------------------------------------------ */
a {
  color: #060606;
  text-decoration: none;
}
a:hover {
  color: #003399;
  text-decoration: underline;
}
a:hover {
  opacity: 0.9; 
}


/* ------------------------------------------------------------------
  -Material
------------------------------------------------------------------ */
/*ページトップへ戻る*/
#page2top {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 60%;
  z-index: 111;
  width: 100%;
  max-width: 1100px;
  opacity: 1;
  transform: translate(-50%);
}
#page2top a{
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: inline-block;
  width: 58px;
  height: 58px;
  padding: 0;
  cursor: pointer;
  background: url(../img/top-arrow.svg) no-repeat 50% 50%, #ededed;
  background-size: 26px 30px;
  overflow: hidden;
  font-size: 0;
  text-indent: 101%;
  white-space: nowrap;
}
/*contact*/
#tocontact {
  display: block;
  position: fixed;
  bottom: 170px;
  left: 60%;
  z-index: 111;
  width: 100%;
  max-width: 1100px;
  opacity: 1;
  transform: translate(-50%);
}
#tocontact a{
  position: absolute;
  right: 0;
  bottom: 30px;
  display: inline-block;
  width: 180px;
  height: 180px;
  padding: 0;
  cursor: pointer;
  background: url(../img/baloon.svg) no-repeat 100% 100%;
  background-size: contain;
  overflow: hidden;
  font-size: 0;
  text-indent: 101%;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #page2top {
    left: 50%;
    max-width: 100%;
  }
  #page2top a {
    right: 10px;
    width: 40px;
    height: 40px;
  }
  #tocontact {
    left: 50%;
    max-width: 100%;
    top: 50%;
    bottom: initial;
  }
  #tocontact a {
    right: 10px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  #tocontact {
    top: initial;
    bottom: 120px;
  }
  #tocontact a {
    right: 10px;
    width: 15vw;
    height: 15vw;
  }
}

/* ------------------------------------------------------------------
  -Layout
  base width: 1100px
  breakpoint: 767px
------------------------------------------------------------------ */
.inner {
  width: 1100px;
  margin: 0 auto;
}
.inner100 {
  width: 100%;
  margin: 0 auto;
}
.h-inner,
.n-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
/*Wrap*/
.contentWrap {
  width: 100%;
  margin:  0 auto;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
@media screen and (max-width: 1130px) {
  .h-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner100,
  .n-inner {
    width: 100%;
  }
}


/* ------------------------------------------------------------------
  -Text
------------------------------------------------------------------ */
/* Web font
--------------------------------------------------------*/
.f-maru {
  font-family: "Zen Maru Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
.f-kaku {
  font-family: "Zen Kaku Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

/* 共通Hタグスタイル&レイアウト
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  line-height: 1.4;
}




/* ------------------------------------------------------------------
  -Block 基本ブロック
------------------------------------------------------------------ */

/* header */
.header {
  background: #fff;
  width: 100%;
}
.h-logo a {
  display: inline-block;
  line-height: 1;
  max-width: 540px;
  margin: 12px 0;
}

/*nav*/
.fixed-nav {
  display: flex;
  justify-content: center;
  background: #085337;
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 101;
}
.fixed-nav-box {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  padding: 8px 0;
}
.fixed-nav-box li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 0;
  border-left: 1px solid #FDFDF2;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-nav-box li:last-child a {
  border-right: 1px solid #FDFDF2;
}
.fixed-nav-box li a:hover {
  color: #f9fac5;
}
.fixed-nav-box li a span {
  font-size: 80%;
  margin-left: 2px;
}
.fixed-nav-box .sp_none {
  display: inline-block;
}
.nav-small {
  font-size: 80%;
}

/* billbord */
.billbord {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image:url('../img/fv-pc.jpg');
  background-color: #F5F8FA;
}
.billbord .inner {
  position: relative;
  height: 450px;
  text-align: center;
}
.billbord .esgmark {
  padding-top: 40px;
}
.esgmark img {
  max-width: 240px;
  margin-left: 0;
}
.esgmark-ttl {
  position: relative;
  display: inline-block;
  background: #FDFDF2;
  color: #065337;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  padding: 15px 60px;
  z-index: 3;
  text-align: center;
  border: 4px solid #065337;
  border-radius: 100px;
  margin-top: 50px;
  box-shadow: 0px 3px 0px #0000001a;
}

/* footer */
.footer {
  background: #e9f1e3;
  text-align: center;
  font-size: 11px;
  color: #747474;
  padding-top: 60px;
  padding-bottom: 60px;
}
.copyright {
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fixed-nav-box .sp_none {
    display: none !important;
  }
  .fixed-nav-box {
    padding: 8px 0;
  }
  .fixed-nav-box li a {
    font-size: 12px;
  }
  .fixed-nav-box li:first-of-type a {
    border-left: 0;
  }
  .fixed-nav-box li:last-of-type a {
    border-right: 0;
  }
  .h-logo a {
    display: inline-block;
    max-width: 300px;
    margin: 10px 0;
  }
  .nav-small {
    font-size: 100%;
  }
  .inner100 {
    padding-top: 3vw;
  }
  .billbord {
    background-size: 138%;
    background-position: top 0 right 50%;
  }
  .billbord .inner {
    position: relative;
    height: 40vw;
  }
  .billbord:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 15%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, #ffffff 80%);
  }
  .billbord .esgmark {
    padding-top: 0;
    margin-top: 0;
  }
  .esgmark img {
    width: 24%;
    max-width: 48%;
    margin-left: 0;
  }
  .esgmark-ttl {
    margin: 5vw  auto 0;
    padding: 2vw 4vw;
    font-size: 5.2vw;
    border-width: 0.5vw;
  }
}
@media screen and (max-width: 450px) {
  .fixed-nav-box {
    padding: 0;
  }
  .fixed-nav-box li a {
    font-size: 2.6vw;
    padding: 2vw 0;
  }
  .nav-small {
    font-size: 90%;
  }
}



/*------------------------------------------------------*/
/* Section 各セクションごとのスタイル
/*------------------------------------------------------*/
/* common */
.h2-ttl {
  margin-top: 90px;
  width: 100%;
  line-height: 1.1;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 24px 0;
  background: #065337;
  color: #fff;
  border-radius: 100vh;
}
.h2-ttl:before, .h2-ttl:after	{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border-top: 12px solid #065337;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.h2-txt {
  color: #065337;
  font-size: 23px;
  line-height: 2.3;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 100px;
  text-align: center;
}
.h2-txt span {
  display: inline-block;
  background: #065337;
  color: #fff;
  font-size: 26px;
  border-radius: 25px;
  padding: 0px 20px;
  margin: 14px 20px 14px 0;
  margin-right: 20px;
}
.h2-txt span:first-of-type {
  margin-left: 40px;
}
.h3-ttl {
  background: #F0F0F0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 60px;
  padding: 15px 0 15px 20px;
  display: flex;
  align-items: center;
}
.h3-ttl::before {
  content: "";
  width: 12px;
  height:12px;
  background: #065337;
  display: flex;
  margin-right: 20px;
}
.sec04-note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #333;
}
.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .h2-txt  {
    font-size: 3.5vw;
    letter-spacing: 1px;
    padding: 10vw 0 5vw;
  }
  .h2-txt span {
    font-size: 3.5vw;
    padding: 0px 2.5vw;
    margin: 1.8vw 1vw 1.8vw 0;
    margin-right: 1.5vw;
  }
  .h2-ttl {
    margin-top: 2vw;
    font-size: 4.5vw;
    padding: 5vw 0;
  }
  .h2-ttl:before, .h2-ttl:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-top: 12px solid #065337;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .h3-ttl {
    font-size: 3.5vw;
    margin-top: 8vw;
    padding: 3vw 0 3vw 3vw;
  }
  .h3-ttl::before {
    width: 10px;
    height:10px;
    margin-right: 10px;
  }
}

/**/
.sec-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 40px;
  background: #fff;
  padding: 50px 70px;
}
.ttl-img {
  margin: 0 auto;
  text-align: center;
}
.content-box {
  margin-top: 30px;
  padding: 0 15px;
}
.img-box {
  margin: 30px 15px 0;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-radius: 4px;
  border: 1px solid #ecf2e4;
}
.disc-list {
  margin: 0.5em 0;
  padding: 1em 0 1em 2em;
  list-style-type: disc; 
  list-style-position: inside;　/* ul範囲に中点を入れる */
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.num-list {
  margin: 0.5em 0;
  padding: 1em 0 1em 2em;
  list-style-type: decimal; 
  list-style-position: inside;　/* ul範囲に中点を入れる */
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.num-list li{
  font-weight: 700;
  margin-bottom: 1em;
}
.target-link a {
  color: #003399;
  text-decoration: underline;
  padding-left: 30px;
  position: relative;
}
.target-link a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 8px solid #CECECE;
}
.ex-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #F0F0F0;
  padding-top: 30px;
}
.ex-box-head {
  width: 200px;
}
.ex-box-head img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #E8F0E1;
}
.ex-box-body {
  width: calc(100% - 230px);
}
.ex-box-body .txt {
  font-size: 14px;
}
.sec02 .ex-box-body .notice-ttl {
  margin-top: 0;
}
.sec03 .ex-box-body .notice-ttl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec-box {
    margin-top: 6vw;
    padding: 5vw 15px;
  }
  .content-box {
    margin-top: 4vw;
    padding: 0 3vw;
  }
  .img-box {
    width: calc(100% - 30px);
    margin: 30px 3vw 0;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ecf2e4;
  }
  .target-link a {
    display: flex;
    font-size: 12px;
    padding-left: 1em;
  }
  .target-link a:before {
    left: 0;
    border: 1vw solid transparent;
    border-left: 1.5vw solid #CECECE;
  }
  .ex-box {
    flex-direction: column;
    margin-top: 5vw;
    padding: 3vw 3vw 5vw;
  }
  .ex-box-head {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .ex-box-head img {
    width: 100%;
    max-width: 200px;
    border-radius: 20px;
  }
  .ex-box-body {
    width: 100%;
    margin-top: 5vw;
  }
  .ex-box-body .target-link {
    margin-top: 3vw;
  }
  .ex-box-body .target-link br {
    display: none;
  }
  .sec02 .ex-box-body .notice-ttl {
    margin-top: 0;
  }
  .sec03 .ex-box-body .notice-ttl {
    margin-top: 0;
  }
  .num-list {
    margin: 3vw 0;
    padding: 1em 0 1em 5vw;
    text-indent: -3.8vw;
  }
}

/* sec00
------------------------------------------------------------------ */
.sec00 {
  background: #E8F2E1;
}
.note-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 40px;
  background: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 2.5;
  padding: 50px 70px;
  border-radius: 30px;
  border: 8px solid #DDF2D0;
}
.note-box span {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.sec00 .ttl-img {
  max-width: 400px;
}
.sec00 .h3-ttl.c-env::before {
  background: #5CAA16;
}
.sec00 .h3-ttl.c-soc::before {
  background: #F6B52C;
}
.sec00 .h3-ttl.c-gov::before {
  background: #056EB7;
}
.sec00-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.sec00-list dt {
  width: 260px;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 15px;
}
.sec00-list.c-env dt {
  color: #075437;
  padding: 10px 0;
  background-color: #e3f7d6;
}
.sec00-list.c-soc dt {
  color: #b66200;
  padding: 10px 0;
  background-color: #faefd1;
}
.sec00-list.c-gov dt {
  color: #046eb8;
  padding: 10px 0;
  background-color: #e4eef5;
}
.sec00-list dd {
  width: calc(100% - 280px);
  font-size: 14px;
  margin-bottom: 15px;
}
 
.h2-txt.sec00-bottom {
  padding-top: 50px;
  line-height: 2;
}
.note-box span::before {
  content: "";
  display: flex;
  width: 100%;
  height: 2px;
  background: #fff;
}
.sec00-txt {
  max-width: 850px;
  margin: 40px auto 0;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .sec00 .inner {
    padding: 0 15px 0;
  }
  .sec00 .ttl-img {
    max-width: 60vw;
    margin-top: 3vw;
  }
  .sec00 .notice-img {
    margin: 3vw auto 5vw
  }
  .note-box {
    font-size: 3.5vw;
    margin-top: 5vw;
    padding: 5vw 5vw;
  }
  .h2-txt.sec00-bottom {
    font-size: 3.5vw;
    padding-top: 50px;
    line-height: 2;
  }
  .sec00-txt {
    max-width: 90%;
    margin: 4vw auto 0;
    font-size: 2.8vw;
  }
  .sec00-list {
    margin-top: 4vw;
  }
  .sec00-list dt {
    width: 48%;
    text-align: center;
    border-radius: 8px;
    font-size: 2.8vw;
    margin-bottom: 5vw;
  }
  .sec00-list dd {
    width: 48%;
    font-size: 2.6vw;
    margin-bottom: 5vw;
  }
}

/* sec01
------------------------------------------------------------------ */
.sec01 {
  background: #E8F2E1;
}
.sec01 .inner {
  padding-bottom: 50px;
}
.merit-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 50px;
  background: #F0F0F0;
  padding: 40px;
}
.merit-lead {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 24px 0;
  background: #fff;
  color: #065337;
  border-radius: 100vh;
}
.merit-lead::before, .merit-lead::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border-top: 12px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.merit-ttl {
  margin-top: 40px;
  line-height: 1.1;
  font-size: 35px;
  font-weight: 600;
  color: #065337;
  text-align: center;
}
.archive-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.archive-item {
  width: 48%;
  border-radius: 8px;
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid #DAE3D3;
}
.archive-img-wrap {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.archive-img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}
.archive-ttl {
  margin: 20px auto;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #065337;
}
.archive-desc {
  padding: 0 20px;
}
.sec01 .ttl-img {
  max-width: 160px;
}
.sec01-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px auto 20px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec01 .inner {
    padding: 10vw 15px 5vw;
  }
  .sec01 .ttl-img {
    max-width: 20vw;
    margin-top: 3vw;
  }
  .sec01 .notice-img {
    margin: 3vw auto 5vw
  }
  .merit-box {
    margin-top: 5vw;
    padding: 4vw 3vw;
  }
  .merit-lead {
    width: 100%;
    font-size: 3.3vw;
    padding: 4vw 0;
  }
  .merit-ttl {
    margin-top: 5vw;
    font-size: 4vw;
  }
  .archive-list {
    margin-top: 5vw;
    display: flex;
    justify-content: space-between;
  }
  .archive-item {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    border: 1px solid #DAE3D3;
  }
  .archive-img-wrap {
    width: 100%;
    height: 40vw;
    margin-bottom: 0;
  }
  .archive-img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
  }
  .archive-ttl {
    margin: 4vw auto;
    line-height: 1.4;
    font-size: 3.5vw;
    font-weight: 700;
    text-align: center;
    color: #065337;
  }
  .archive-desc {
    padding: 0 3vw;
  }
}

/* sec02
------------------------------------------------------------------ */
.sec02 {
  background: #E8F1E1;
}
.sec02 .ttl-img {
  max-width: 300px;
}
.sec02 .inner {
  padding: 20px 0 50px;
}
.sec02 .txt small {
  font-size: 80%;
}
.sec02 .notice-ttl {
  padding: 0 0 15px 0;
  margin: 50px 0 0;
  border-radius: 10px;
  display: flex;
}
.sec02 .notice-ttl::before {
  content: "";
  display: flex;
  width: 12px;
  height: auto;
  background: #065337;
  border-radius: 10px;
  margin-right: 10px;
}
.sec02 .notice-img {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .inner {
    padding: 10vw 15px 5vw;
  }
  .sec02 .ttl-img {
    max-width: 40vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .sec02 .notice-img {
    margin: 3vw auto 5vw
  }
}

/* sec03
------------------------------------------------------------------ */
.sec03 {
  background: #E8F1E1;
}
.sec03 .ttl-img {
  max-width: 300px;
}
.sec03 .inner {
  padding: 20px 0 50px;
}
.sec03 .txt small {
  font-size: 80%;
}
.sec03 .notice-ttl {
  padding: 0 0 15px 0;
  margin: 50px 0 0;
  border-radius: 10px;
  display: flex;
}
.sec03 .notice-ttl::before {
  content: "";
  display: flex;
  width: 12px;
  height: auto;
  background: #065337;
  border-radius: 10px;
  margin-right: 10px;
}
.sec03 .notice-img {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}
.adv-num {
  margin-top: 30px;
}
.adv-num b{
  color: #065337;
  font-size: 200%;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    padding: 10vw 15px 5vw;
  }
  .sec03 .h4-ttl {
    font-size: 3.2vw;
    padding: 3vw 0 3vw 0;
    margin: 3vw 3vw 0;
  }
  .sec03 .ttl-img {
    max-width: 40vw;
    margin-top: 5vw;
  }
  .sec03 .notice-img {
    margin: 3vw auto 5vw
  }
  .adv-num {
    margin-top: 5vw;
  }
}

/* sec04
------------------------------------------------------------------ */
.sec04 {
  background: #E8F1E1;
}
.sec04 .inner {
  padding: 20px 0 50px;
}
.sec04 .txt small {
  font-size: 80%;
}
.sec04 .h4-ttl {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  padding: 15px 0 15px 0;
  margin: 40px 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #065337;
}

/* Table */
.table01 { 
  width: 100%;
  background: #fff;
}
.table01 thead {
  background: #DDEBF6;
}
.table01 th,
.table01 td {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec04 .inner {
    padding: 10vw 15px 5vw;
  }
  .sec04 .h4-ttl {
    font-size: 3.2vw;
    padding: 3vw 0 3vw 0;
    margin: 3vw 3vw 0;
  }
  .table01 thead th:first-of-type {
    width: 30%;
  }
  .table01 th, .table01 td {
    font-size: 12px;
  }
}

/* sec-contact
------------------------------------------------------------------ */
.sec-contact {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image:url('../img/sec03_bg.jpg');
  background-color: #F5F8FA;
}
.sec-contact-bg {
  background: linear-gradient(180deg, rgb(232, 241, 225) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  /* background: rgb(232, 241, 225); */
}
.sec-contact-bg .inner {
  padding: 100px 15px 150px;
  text-align: center;
}
.sec-contact h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 auto;
  background: #fff;
  border-radius: 100vh;
  padding: 20px 0;
  margin-bottom: 50px;
  display: flex;
  width: 740px;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 3px solid #075B60;
}
.sec-contact h3:before, .sec-contact h3:after	{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border-top: 12px solid #075B60;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.sec-contact h3:after	{
  bottom: calc( 3.5px - 12px );
  border-top: solid 12px #fff;
}
.sec-contact h3 img {
  width: 48px;
  margin-right: 30px;
  margin-left: -10px;
}
.sec-contact-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px auto 40px;
  max-width: 750px;
  text-align: left;
  line-height: 2.5;
}
.sec-contact-list dt {
  width: 200px;
  text-align: right;
}
.sec-contact-list a {
  color: #003399;
}
.footer-logo {
  margin: 0 auto;
  max-width: 550px;
}
.logo-box {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 40px auto 200px;
}
.logo-box-item {
  width: 18%;
  margin: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.logo-box-item img {
  width: auto;
  height: 50px;
}
.logo-box-item.logo-box-item03 img {
  height: 30px;
}
.logo-box-item.logo-box-item04 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image:url('../img/sec03_bg.jpg');
    background-color: #fff;
  }
  .sec-contact-bg {
    background: linear-gradient(180deg, rgb(232, 241, 225) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
    /* background: rgb(232, 241, 225); */
  }
  .sec-contact-bg .inner {
    padding: 2vw 15px 5vw;
  }
  .sec-contact h3 {
    font-size: 3.5vw;
    padding: 2vw 0;
    margin-bottom: 3vw;
    width: 100%;
    border: 2px solid #075B60;
  }
  .sec-contact h3:after	{
    bottom: calc( 2.5px - 12px );
    border-top: solid 12px #fff;
  }
  .sec-contact h3 img {
    width: 6vw;
    margin-right: 4vw;
    margin-left: 5vw;
  }
  .sec-contact-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 30px auto 40px;
    max-width: 80%;
  }
  .sec-contact-list dt {
    width: 100%;
    text-align: left;
  }
  .sec-contact-list span {
    display: block;
    width: 100%;
  }
  .footer-logo {
    margin: 10vw auto 0;
    max-width: 80%;
  }
  .logo-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 5vw auto 30vw;
  }
  .logo-box-item {
    width: 18%;
    margin: 0 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5vw 0;
    border-radius: 10px;
  }
  .logo-box-item img {
    height: 8vw;
  }
  .logo-box-item.logo-box-item03 img {
    height: 5vw;
  }
  .logo-box-item.logo-box-item04 img {
    width: 100%;
    height: auto;
  }
}
