@charset "UTF-8"; 
 
 dd,dl,dt,ol,p,ul{padding-left:0;margin:0}
 *{box-sizing:border-box;text-decoration: none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}figure{margin:0}
 
 @-ms-viewport{width:auto;initial-scale:1}@viewport{width:device-width;initial-scale:1}


 html,
 :root{
     font-size: 62.5%;
 }
 html { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
	}

body{
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:auto;
    font-size:14px;
    font-family:"じゅん 201","Jun 201","ヒラギノ角ゴ ProN W7","Hiragino Kaku Gothic ProN","Noto Sans JP","Montserrat","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
    color:#000;
    background-color:rgb(255, 255, 255);
}

.img-wrap { width: 200px; } 

@media(min-width:820px){
  .sp{
      display: none !important;
  }
  .m-img_sp{
    display: none !important;
  }
}
@media(max-width:821px){
  .pc{
      display: none !important;
  }
  .m-img_sp img{
    max-width: 100%;
  }
}
#wrap {
  overflow: hidden;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/* **************************************************************
Header
****************************************************************/
body.dcms_editor header {
    position: static;
  }
  header {
    width: 100%;
    background-color:  #ffffff;
    z-index: 99;
    transition: 0.8s;
    text-decoration: none;
    position: fixed;
  }
  @media only screen and (max-width: 820px) {
    header {
      z-index: 100;
    }
  }


  .header_back {
    width: 100%;
    background-color:  #ffffff;
    z-index: 1;
    position: fixed;
  }

  .header-top {
    height: 100px;
    width: 100%;
    text-decoration: none;
    background-position: 50% 50%;
  }

  .header-contents {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 0 0 2%;
    display: flex;
    align-items: center;
  }

  header #header_area {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
  }
  
  
  .header-logo {
    display: flex;
    flex-basis: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 0;
    padding: 40px 0px;
    }

    .co-logo {
        width: 86px;
        display: unset;
        vertical-align: middle;
        margin-right: 15px;
    }

    .co-txt01 {
      margin: 3px 0 2px 0;
      font-size: 15px;
    }

    .co-txt02 {
      font-size: 22px;
    }

    @media only screen and (max-width: 1040px) {
      .header-logo span{
        font-size: 2rem;
        letter-spacing: 0.2rem;
    }
    }

  .main-menu {
    margin: 10px 0;
  }
  .menu-list {
    display: inline-flex;
    text-align: center;
  }



  header .gnavi_area {
    display: block;
    width: auto;
    text-align: center;
  }




  @media only screen and (max-width: 820px) {
    .header-top {
      height: 100px;
      width: 100%;
      text-decoration: none;
      background-position: unset;
      box-shadow: 0px 0px 1px 0px #777777;
      background-image: unset;
      background-color: #fff;
    }
    .header-logo {
        display: flex;
        flex-basis: 500px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 0 20px;
        padding: 40px 0px;
        font-size: 10px;
        line-height: 1.1em;
    }
    .co-logo {
        width: 70px;
        display: unset;
        vertical-align: middle;
        margin-right: 10px;
    }
    .co-txt01 {
      margin: 8px 0 8px 0;
      font-size: 12px;
    }

    .co-txt02 {
      font-size: 16px;
    }
    header .gnavi_area {
      display: none !important;
      }
  }

  header .gnavi_area nav {
    height: 100%;
  }
  
  header .gnavi_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  
  header .gnavi_area ul li {
    margin:0 17px;
    list-style: none;
    height: 100%;
  }
  @media only screen and (max-width: 1000px) {
      header .gnavi_area ul li {
      margin: 0;
    }
  }
  
  header .gnavi_area ul li a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0px;
      margin: 0 35px;
      position: relative;
      font-weight: 600;
      -webkit-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
      color: #000;
      line-height: 2rem;
      font-size: 17px;
  }
  
  header.is-animation .gnavi_area ul li a {
    color: rgb(0, 0, 0);
  }
  
  header .gnavi_area ul li a::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    width: 0%;
    margin-bottom: 15px;
    background-color: #FFFCBD;
    border-radius: 3px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
  
  header .gnavi_area ul li a:hover {
    color: #41B9B9;
    text-decoration: none;
  }
  
  header .gnavi_area ul li a:hover::after {
    width: 100%;
  }
  
  header .gnavi_area ul li.main_current a {
    text-decoration: none;
  }

  .headmenu-a {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #41B9B9;
    padding: 0 80px;
    border-radius: 0 0 0 15px;
  }

  .headmenu-b {
    display: flex;
    flex-direction: row;
    border-bottom: 5px solid #41B9B9;
  }

  .h-btn {
    display: flex;
    justify-content: end;
  }

  
  .contact-botan {
    margin: 7px;
    transition: 0.8s;
  }
  
  .contact-botan a {
    display: flex;
    line-height: 2.2em;
    justify-content: center;
    color: #ffffff;
    background-color: #41B9B9;
    border-radius: 10px;
    width: 180px;
    height: 35px;
    font-size: 17px;
    font-weight: bold;
  }
  
  .contact-botan a:hover {
    text-decoration: none;
    color: #41B9B9;
    background-color: #FFFCBD;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }

  .contact-botan a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    width: 0%;
    margin-bottom: 30px;
    background-color: #fcfafa;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }


  .menu-botan {
    margin: 15px 15px 0 10px;
  }
  
  .menu-botan a {
    color: #333;
    font-size: 18px;
    padding: 5px 10px 0 10px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }

  .menu-botan a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    width: 0%;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 0;
  }

  .menu-botan a::after {
    content: "";
    display: block;
    height: 0%;
    width: 100%;
    background-color: #41B9B9;
    border-radius: 8px 8px 0 0;
    z-index: -1;
  }
  
  .menu-botan a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
  
  .menu-botan a:hover::after {
    height: 100%;
  }


  .sub-icon {
    margin: 0 5px 0 0;
  }

  .sub-icon :hover,.sub-icon:focus{
    fill: #41B9B9;
  }

  .cls-1 {
    stroke-linecap: round;
  }

  .cls-1, .cls-2 {
    fill: none;
    stroke: #FFFCBC;
    stroke-miterlimit: 10;
    stroke-width: 30px;
  }

  .sub-icon :hover,.cls-1, .cls-2{
    fill: #41B9B9;
  }

  .cls-3 {
    fill: #41B9B9;
    stroke-miterlimit: 10;
    stroke-width: 30px;
  }

  .sub-icon :hover,.cls-3{
    stroke: #FFF;
  }

    
  .contact-botan-b {
    margin: 7px;
    transition: 0.8s;
    color: #41B9B9;
  }

  .btn-menber {
    font-weight: 300;
  }

  .contact-botan-b img{
    height: 50%;
    width: auto;
    margin-right: 5px;
  }
  
  .contact-botan-b a {
    display: flex;
    line-height: 2.5em;
    justify-content: center;
    color: #41B9B9;
    background-color: #fff;
    border: 2px solid  #41B9B9;
    border-radius: 19px;
    width: 205px;
    height: 38px;
    font-size: 14px;
    font-weight: bold;
  }
  
  .contact-botan-b a:hover {
    text-decoration: none;
    background-color: #FFFCBD;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }

  .contact-botan-b a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    width: 0%;
    margin-bottom: 30px;
    background-color: #fcfafa;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }

  .nav_items02 {
    width: 100%;
    text-align: center;
    padding: 5px 0 60% 0;
    background-color: #204264;
  }


  .contact-botan_smenu a {
    display: flex;
    margin: 25px auto;
    line-height: 2.6em;
    justify-content: center;
    color: #ffffff;
    background-color: #41B9B9;
    border-radius: 5px;
    width: 290px;
    height: 38px;
    font-size: 14px;
    font-weight: bold;
  }
  
  .contact-botan_smenu a:hover {
    text-decoration: none;
    color: #41B9B9;
    background-color: #FFFCBD;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }

  .contact-botan_smenu a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    width: 0%;
    margin-bottom: 30px;
    background-color: #fcfafa;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }

  
  
  /***********************************************
  ハンバーガーメニュー
  ************************************************/
  /* ヘッダーのナビ部分 */
  .header_nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%); 
    background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
    margin-top: 100px;
    padding-bottom: 80px;
    z-index: 100;
    overflow-y: scroll;
  }
  .header_nav ul{
    list-style: none;
  }
  .header_nav li{
    padding-left:0;
  }
  /* ハンバーガーメニュー */

.header_hamburger {
  width: 48px;
  height: 100%;
  padding-top: 5px;
  list-style: none;
}

.hamburger {
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
  position: relative;
  background:#41B9B9;
  cursor: pointer;
  width: 50px;
  height: 52px;
  border-radius: 5px;
  text-align: -webkit-center;
  padding: 0px 6px 13px 6px;
  margin-right: 1em;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

.header_hamburger.active {
  width: 48px;
  height: 100%;
  padding-top: 5px;
}


.hamburger.active {
  background-color: transparent;
  border-color: #41B9B9;
  z-index: 9999;
  position: relative;
  background:#fff;
  cursor: pointer;
  width: 50px;
  height: 52px;
  border-radius: 5px;
  text-align: -webkit-center;
  padding: 0px 6px 6px 6px;
  color: #41B9B9;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 90%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: -1;
}

.hamburger span:nth-child(2) {
  margin:6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}
.hamburger span:nth-child(3)::after {
	content:"目次";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}
.hamburger.active span {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #41B9B9;
  position: relative;
  transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}
/* ハンバーガーメニュークリック後のスタイル */
.header_nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(3)::after {
	content:"閉じる";/*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(45deg);
  top: 8px;
  left: -14px;
  font-weight: bold;
  color: #41B9B9;
}



.nav-items {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* ナビのリンク */
.nav-items_item a {
  color: black;
  display: block;
  text-align: left;
  font-size: 18px;
  padding: 15px;
  margin: 0 25px 0 25px;
  border-top: 6px dotted #41B9B9;
}
.nav-items_item a:hover {
  text-decoration: none;
  color: #41B9B9;
  background-color: #FFFCBD;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.nav-items_item a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 0px;
  width: 0%;
  margin-bottom: 30px;
  background-color: #fcfafa;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/***********************************************
  ハンバーガーメニュー end
************************************************/
  
/****************************************************************
Contents
****************************************************************/

.container {
  width: 100%;
  margin-top: 100px;
  background-color: #FFFCBD;
  z-index: 2;
}


.m-banner {
    width: 100%;
    height: auto;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper {
  width: 1280px;
  height: 905px;
  }

.swiper-img-sub {
  display:none
}



.swiper-img-sub {
display:none
}

.swiper{
  position: relative;
  overflow: hidden;
}
.swiper .swiper-button-next,.swiper .swiper-button-prev{
    background-color: #41B9B9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
}

.swiper .swiper-button-next::after {
    content: '\f054'; /* FontAwesomeの右矢印 */
}

.swiper .swiper-button-prev::after {
    content: '\f053'; /* FontAwesomeの左矢印 */
}

@media only screen and (max-width: 820px) {
.swiper {
  width: auto;
  height: 50%;
}
.m-img_sp {
  display: block;
}
.m-img_sp img{
  width: 50%;
}
.swiper .swiper-button-next,.swiper .swiper-button-prev{
    background-color: #41B9B9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
}
.swiper .swiper-button-next::after {
  content: '\f054'; /* FontAwesomeの右矢印 */
}

.swiper .swiper-button-prev::after {
  content: '\f053'; /* FontAwesomeの左矢印 */
} 
}

@media only screen and (max-width: 480px) {
.swiper {
  width: auto;
  height: auto;
}
.m-img_sp {
  display: block;
}
.m-img_sp img{
  width: 50%;
}
}

#contents-main {
  width: 100%;
  background: linear-gradient(to bottom, #FFFCBD 1%,#fff 25%);
  z-index: 2;
  font-feature-settings: "palt";
}

#contents{
  max-width: 1280px;
  margin: 20px auto;
  width: 100%;
  padding-top: 100px;
  z-index: 2;
}

@media only screen and (max-width: 820px) {
  .m-banner {
    align-content: baseline;
  }
  #contents {
    padding-left: 5%;
    padding-right: 5%;
  }
  }
  @media only screen and (max-width: 480px) {
    #contents{
      padding-top: 0px;
    }
  }



/*========= 本体 =========*/

.contents_title{
  margin-top: 140px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
}

.title {
  margin-top: 140px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
}


.title-news {
  margin: 140px 0 -20px 0;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
}

.title_page {
  margin-top: 140px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
  border-bottom: 3px solid #41B9B9;
}

.title_page-sub {
  margin-top: 40px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
}

.title_page-sub-b {
  padding-left: 30px;
  margin-top: 40px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
}

@media only screen and (max-width: 480px) {
  .contents_title{
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 35px;
  }
  .title_page {
    font-size: 25px;
    line-height: 30px;
  }
  
  .title_page-sub {
    font-size: 22px;
    line-height: 28px;
  }
  
  .title_page-sub-b {
    padding-left: 0;
    font-size: 22px;
    line-height: 28px;
  }
}


.main-txt {
  margin: 45px auto;
  font-size: 18px;
  line-height: 36px;
}

.page-txt {
  margin: 45px auto;
  font-size: 18px;
  line-height: 28px;
}

.page-txt02 {
  text-align: center;
  margin: 20px 70px;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .page-txt02 {
    text-align: left;
    margin: 20px 0;
  }
}

.page-txt_lead{
  padding-left: 50px;
  font-size: 18px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .page-txt_lead{
    padding-left: 0px;
  }
}

.page-txt_lead-b{
  padding: 30px 0 30px 30px;
  font-size: 18px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .page-txt_lead-b{
    padding-left: 0px;
  }
}

.page-txt_lead-c{
  padding: 30px 0 30px 0px;
  font-size: 18px;
  line-height: 36px;
  font-feature-settings: "palt" 0;
}

.page-txt_lead-cap{
  display: flex;
  align-items: flex-end;
  padding: 0px;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}

.page-txt_lead-c_sub{
  padding: 10px 0 30px 30px;
  font-size: 18px;
  line-height: 48px;
}

@media only screen and (max-width: 480px) {
  .page-txt_lead-c {
    line-height: 30px;
  }
  .page-txt_lead-cap, .page-txt_lead-c_sub {
    padding-left: 0px;
    line-height: 25px;
  }
}

.page-img {
  text-align: center;
  display: flex;
  justify-content: center;
}

.m_txt-bold {
  font-size: 22px;
  color: #FF4096;
}

.link-btn {
  display: flex;
  justify-content: flex-end;
  margin: auto;
  font-size: 22px;
}
.moreLink-txt {
  color: #41B9B9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.moreLink-txt:hover .line_arrow {
    border-bottom: 3px solid #ff4096;
    border-right: 3px solid #ff4096;
}
.moreLink-txt:hover {
    color: #ff4096;
}
.line_arrow {
  display: flex;
  align-items: flex-end;
  width: 200px;
  height: 20px;
  border-bottom: 3px solid #41B9B9;
  border-right: 3px solid #41B9B9;
  transform: skew(45deg);
  margin: -15px 0 0 -10px;
}

.moreLink-page-txt {
  display: flex;
  align-items: center;
  color: #41B9B9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.moreLink-page-txt:hover .line_arrow {
    border-bottom: 3px solid #ff4096;
    border-right: 3px solid #ff4096;
}
.moreLink-page-txt:hover {
    color: #ff4096;
}
.moreLink-page-txt img{
  margin-left: 5px;
}


.link-btn_b {
  margin: auto;
  font-size: 17px;
}
.moreLink-txt_b {
  margin-right: 20px;
  text-align: end;
  color: #41B9B9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.moreLink-txt_b:hover .line_arrow_b {
    border-bottom: 3px solid #ff4096;
    border-right: 3px solid #ff4096;
}
.moreLink-txt_b:hover {
    color: #ff4096;
}
.line_arrow_b {
  width: 103%;
  height: 20px;
  border-bottom: 3px solid #41B9B9;
  border-right: 3px solid #41B9B9;
  transform: skew(45deg);
  margin: -15px 0 0 -1%;
}

.page-support_area {
  margin: 50px 0 0 0;
  padding: 0 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-support {
  margin: 20px 0 0 0;
  width: 48%;
}

.pege-support_title {
  background-color: #41B9B9;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}





.page-support_btn_area {
  width: 100%;
  margin: 70px auto 30px auto;
  padding: 0 15% 0 15%;
}

.page-support_btn {
  width: 100%;
}

.page-support_btn-box-a, .page-support_btn-box-b{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 120px;
  padding: 10px;
  border-radius: 70px;
  box-shadow: #ddd 0.2em 0.2em .4em;
}

.page-support_btn-box-a {
  background-color: #FFD800;
}

.page-support_btn-box-b {
  background-color: #A5ED03;
}

.page-support_btn-box-a p{
  float: left;
}
.page-support_btn-box-b p{
  float: left;
}

.page-support_btn-box_lead {
  color: #333;
  text-align: left;
  margin: 40px 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
}

.page-support_btn-box-a:hover, .page-support_btn-box-b:hover {
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.sub-icon-page-support_btn {
  margin-top: 20px;
}

.banner-icon-page-support_btn {
  position: absolute;
  margin: 36px 0 0 800px;
}

@media only screen and (max-width: 820px) {
  .page-support_btn_area {
    padding: 0;
  }
  .page-support_btn-box_lead {
    color: #333;
    text-align: left;
    margin: 40px 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }
  .banner-icon-page-support_btn {
    margin: 36px 0 0 280px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-icon-page-support_btn {
    margin: 36px 0 0 280px;
  }
  .sub-icon-page-support_btn {
    position: absolute;
    margin: 20px 0 0 -65px;
  }
}


@media only screen and (max-width: 480px) {
  .page-support {
    width: 100%;
  }
  .about-hogo-chara img{
    width: 100%;
  }
}

.page-project-list_area {
  margin: 50px 0 0 0;
  padding: 0 0px;
  display: flex;
  justify-content: flex-end;
}

.page_left-img {
  margin-left: 10px;
}

.page_left-img img{
  width: 100%;
  height: auto;
}

.project_left-img {
    margin-left: 10px;
    width: 30%;
}


@media only screen and (max-width: 480px) {
  .page-project-list_area {
    margin: 25px 0 0 0;
    justify-content: left;
    flex-wrap: wrap;
  }
  .page_left-img{
    width: 100%;
    margin: 10px 0;
  }
  .project_left-img {
    width: 100%;
}
}

.page-project-list {
  margin: 20px 0 0 0;
  width: 73%;
}

.pege-project-list_title {
  margin-bottom: 20px;
  background-color: #41B9B9;
  border-radius: 20px 0 20px 0;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}



@media only screen and (max-width: 820px) {
  .main-txt {
    margin: 45px auto;
    padding: 0 2%;
  }
  
  .m_txt-bold {
    font-size: 22px;
    color: #FF4096;
  }
}
@media only screen and (max-width: 480px) {
  .pege-project-list_title {
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: left;
    font-size: 20px;
  }
  .page-project-list {
    margin: 20px 0 50px 0;
    width: 100%;
  }
}


/*========= table =========*/


.list-title table {
  width: 60%;
  margin: 20px auto;
  text-align: left;
  line-height: 23px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 18px;
  white-space: nowrap;
}

.list-title table th{
  border: 0;
}
@media only screen and (max-width: 820px) {
.list-a_area {
  overflow-x: scroll;
}
}

.list-a_area table {
  width: 60%;
  margin: 0 auto 50px auto;
  text-align: center;
  line-height: 23px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 18px;
  white-space: nowrap;
}

.list-a_area table th {
  border-block: 0;
  writing-mode: horizontal-tb;
  padding: 30px 0;
  text-align: left;
}

.list-a_area table td {
  border-block: 1px  solid #ccc;
  writing-mode: horizontal-tb;
  padding: 30px 0;
}

.list-a_area td:nth-child(1) {
  width: 50%;
  text-align: left;
  padding-right: 10px;
}

.list-a_area td:nth-child(2) {
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .list-a_area table {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
.list-b_area {
  overflow-x: scroll;
}
}

.list-b_area table {
  width: 60%;
  margin: 0 auto 50px auto;
  text-align: center;
  line-height: 23px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 18px;
  white-space: nowrap;
}

.list-b_area table th {
  border-block: 1px  solid #ccc;
  writing-mode: horizontal-tb;
  padding: 30px 0;
  font-weight: normal;
}

.list-b_area th:nth-child(1) {
  width: 34%;
  text-align: center;
  padding: 30px 8%;
}

.list-b_area th:nth-child(2) {
  border-left: 1px  solid #ccc;
  width: 33%;
  text-align: center;
  padding: 30px 8%;
}

.list-b_area th:nth-child(3) {
  border-left: 1px  solid #ccc;
  width: 33%;
  text-align: center;
  padding: 30px 8%;
}

.list-b_area table td {
  border-block: 1px  solid #ccc;
  writing-mode: horizontal-tb;
}

.list-b_area td:nth-child(1) {
  width: 34%;
  text-align: left;
  padding: 30px 8%;
}

.list-b_area td:nth-child(2) {
  border-left: 1px  solid #ccc;
  width: 33%;
  text-align: right;
  padding: 30px 9%;
}

.list-b_area td:nth-child(3) {
  border-left: 1px  solid #ccc;
  width: 33%;
  text-align: right;
  padding: 30px 9%;
}

@media only screen and (max-width: 480px) {
  .list-b_area table {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
.list-c_area {
  overflow-x: scroll;
}
}

.list-c_area table {
  width: 60%;
  margin: 30px auto 50px auto;
  text-align: center;
  line-height: 23px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 18px;
  white-space: nowrap;
}

.list-c_area table th {
  border-block: 1px  solid #ccc;
  writing-mode: horizontal-tb;
  padding: 30px 0;
  font-weight: normal;
  text-align: center;
}

.list-c_area th:nth-child(1) {
  width: 34%;
  padding: 30px 0;
}

.list-c_area th:nth-child(2) {
  border-left: 1px  solid #ccc;
  width: 33%;
  padding: 30px 0;
}

.list-c_area th:nth-child(3) {
  border-left: 1px  solid #ccc;
  width: 33%;
  padding: 30px 0;
}

.list-c_area table td {
  border-block: 1px  solid #ccc;
  writing-mode: horizontal-tb;
  text-align: center;
}

.list-c_area td:nth-child(1) {
  width: 34%;
  padding: 30px 0;
}

.list-c_area td:nth-child(2) {
  border-left: 1px  solid #ccc;
  width: 33%;
  padding: 30px 0;
}

.list-c_area td:nth-child(3) {
  border-left: 1px  solid #ccc;
  width: 33%;
  padding: 30px 0;
}

@media only screen and (max-width: 480px) {
  .list-c_area table {
    width: 100%;
  }
}


.top-news{
margin: auto;
}



/*========= news =========*/

.news-top{
  margin: 0 auto;
}


.area {
  padding:30px 0;
}

.area a.no-color-change:link,
a.no-color-change:visited,
a.no-color-change:hover,
a.no-color-change:active {
  color: #ff4096;
}

.area p{
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #7e7e7e;
}

.area li{
  padding: 10px 0 30px 0; 
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  font-size: 16px;
}
@media only screen and (max-width: 820px) {
  .news_area {
    padding:0px 20px 50px 20px;
  }
}


/*========= DL area =========*/

.page-dl_area {
  width: 100%;
  margin: 45px auto 100px auto;
}

.page-dl_contents {	
	display: flex;
}

.page-dl_contents-data {
  margin: 0 10px 70px 10px;
  text-align: center;
}

.page-dl_contents-data img{
  border: 1px solid #ccc;
}

.dl_cap {
  margin: 10px auto;
  font-size: medium;
  text-align: center;
}

.page-dl_btn {
  width: 100%;
}

.page-dl_btn-box {
  padding-top: 3px;
  height: 40px;
  border-radius: 20px;
  box-shadow: #ddd 0.2em 0.2em .4em;
  background-color: #FF4096;
}

.page-dl_btn-box_lead {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.page-dl_btn-box:hover {
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

@media only screen and (max-width: 480px) {
  .page-dl_contents {	
    width: 100%;
    display: block;
  }
}


/*========= form area =========*/

.title-form {
  margin: 140px 0 50px 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
}

.form-txt-a {
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
}

.form-txt-a_sub {
  text-align: center;
  margin: 10px 0 50px 0;
  font-size: 14px;
}

.form-txt-b {
  margin: 45px auto;
  font-size: 18px;
  line-height: 28px;
}

.form-txt-c {
  text-align: center;
  margin: 20px 70px;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .title-form {
    margin: 50px 0 50px 0;
    font-size: 35px;
  }
  .form-txt-c {
    text-align: left;
    margin: 20px 0;
  }
}

.form-txt_lead-a {
  padding: 30px 0 10px 0px;
  font-size: 18px;
  line-height: 30px;
  color: #339c9c;
}

.form-txt_lead-a p{
  padding: 0 0 30px 0;
}

.form-txt_lead-b {
  padding: 30px 0 30px 0px;
  font-size: 24px;
  line-height: 30px;
  color: #FF4096;
}

.form-txt_lead-b p{
  padding: 0 0 20px 0;
}

.form-txt_lead{
  padding-left: 50px;
  font-size: 18px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .form-txt_lead{
    padding-left: 0px;
  }
}

.form-subtitle {
  margin: 50px 0 50px 0;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #333;
}

.list-suport table {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  line-height: 23px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 24px;
  white-space: nowrap;
}

.list-suport table td {
  border-block: 1px  solid #ccc;
  writing-mode: horizontal-tb;
  padding: 30px 0;
}

.list-suport td:nth-child(2) {
  border-left: 1px  solid #ccc;
  width: 50%;
  padding: 30px 0;
}

/*========= form area table =========*/
@media only screen and (max-width: 820px) {
.form_area {
  overflow-x: scroll;
  margin: 0;
}
}

.form_area table {
  width: 60%;
  margin: 0 auto 50px auto;
  text-align: center;
  line-height: 23px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 18px;
  white-space: nowrap;
}

.form_area table td {
  border-block: 1px  solid #ccc;
  writing-mode: horizontal-tb;
  padding: 30px 0;
}

.form_area td:nth-child(1) {
  width: 30%;
  text-align: left;
  padding-right: 10px;
}

.form_area td:nth-child(2) {
  width: 70%;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .form_area table {
    width: 100%;
  }
  .form_area table td {
    float: left;
    border: none;
  }
  .form_area td:nth-child(1) {
    width: 100%;
    border-top: 1px  solid #ccc;
  }
  .form_area td:nth-child(2) {
    width: 100%;
  }
}


/* 必須・任意 */
.form_area_required,
.form_area_optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.form_area_required {
  background: #ff4096;
}

.form_area_optional {
  background: #878D8E;
}


/* 送信ボタン */
.form_area_btn {
  margin: 20px auto 120px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

input[type="submit"] {
  margin-left: 10px;
  background-color: #FF4096;
  color: #FFF;
  border-radius: 30px;
  border: 0;
  width: 200px;
  height: 60px;
  font-size: 18px;
}

input[type="submit"]:hover {
  color: #333;
  background-color: #fcbbd8;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type="button"].wpcf7-previous {
  margin-right: 10px;
  background-color: #FF4096;
  color: #FFF;
  border-radius: 30px;
  border: 0;
  width: 200px;
  height: 60px;
  font-size: 18px;
}

input[type="button"].wpcf7-previous:hover {
  color: #333;
  background-color: #fcbbd8;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.wpcf7-spinner {
  display: none;
}


input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
  background: #FCC;
  display: block;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #FF4096;
}
.screen-reader-response {
  display: none;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.form_area-txt {
  text-align: center;
  margin: 10px 0 50px 0;
  font-size: 14px;
}

.form_area-txt p{
  margin: 30px 0;
}

.form_area-tel {
  text-align: center;
  margin: 10px 0 50px 0;
  font-size: 16px;
}

.form_area-tel_a {
  font-size: 25px;
}

.form_area-phone {
  font-family: "じゅん 501" , "Jun 501";
  font-size: 40px;
  font-weight: 600;
}


/*========= form area donations =========*/

.donations {	
	padding-bottom: 50px;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.donations-btn {
  background-color: #FF4096;
  color: #FFF;
  border-radius: 60px;
  border: 0;
  margin: 20px;
  width: 300px;
  height: 120px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.donations-btn:hover {
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

@media only screen and (max-width: 480px) {
  .donations-btn {
    border-radius: 40px;
    height: 80px;
    margin: 10px;
  }
}

/*========= form area tax =========*/

.title_taxpage {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 35px;
  color: #666;
}

@media only screen and (max-width: 480px) {
  .title_taxpage {
  font-size: 22px;
  line-height: 28px;
  }
}


.tax-area {
  width: 80%;
  margin: 20px 0 50px 0;
}

.tax-txt-s {
  font-size: 18px;
  line-height: 30px;
}

.tax-txt-l {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.tax-form {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 480px) {
  .tax-area {
    width: 100%;
  }
}


/*========= news =========*/

.news-top{
    margin: 0 auto;
  }
  
  .area {
    background: #fff;
    padding:50px 20px;
  }
  
  .area p{
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #7e7e7e;
  }
  
  .area li{
    padding: 10px 0 30px 0; 
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    font-size: 16px;
  }
  @media only screen and (max-width: 820px) {
    .news_area {
      padding:0px 20px 50px 20px;
    }
  }




  /*========= p-news =========*/

.p-overview_news {
    width: 100%;
    padding: 50px 0;
  }
  
  .news-area {
    width: 100%;
    margin: 0px auto 150px auto;
  }
  
  .news-btn-area {
    width: 100%;
    margin-bottom:0px;
      padding:0 0px;
      display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  @media screen and (max-width: 480px) {
    .p-overview_news {
      padding: 50px 2%;
    }
    
    .news-area {
      width: 100%;
      padding: 0 5%;
    }
  } 
  
  .news-top{
    margin: 0 auto;
  }
  
  .news-top a {
    color: #000;
  }
  
  .news-top a:hover {
    color: #FF4096;
  }
  
  .list-area {
    background: #fff;
    margin:0px 0 50px 0;
    border-top: 1px solid #ddd;
  }
  
  .list-area p{
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #7e7e7e;
  }
  
  .list-area li{
    padding: 10px 0 30px 0; 
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    font-size: 16px;
  }
  
  .listmain-area {
    margin:0px 0 10px 0;
    border-bottom: 1px solid #ddd;
  }
  
  .listmain-area p{
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #7e7e7e;
  }
  
  .listmain-area li{
    padding: 10px 0 30px 0; 
    list-style-type: none;
    font-size: 16px;
  }
  
  .newstitle-area {
    margin:0px 0 30px 0;
    border-bottom: 1px solid #ddd;
  }
  
  .newstitle-area p{
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #7e7e7e;
  }
  
  .newstitle-area li{
    padding: 10px 0 0 0; 
    list-style-type: none;
    font-size: 25px;
  }
  
  .newscontents-area {
    width: 100%;
    margin: auto;
  }
  .newscontents-area a {
    color: #FF4096;
  }
  .newscontents-area a:hover{
    color: #41B9B9;
  }
  
  
  
  @media only screen and (max-width: 820px) {
    .news_area {
      padding:0px 20px 50px 20px;
    }
  }
  
  .news-btn {
    margin: 10px 0;
  }
  
  
  .news-botan {
    transition: 0.8s;
    color: #00518E;
  }
  
  .news-botan a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #41B9B9;
    border-radius: 7px;
    width: 210px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    transition: .5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  
  .news-botan a:hover {
    text-decoration: none;
    background-color: #FF4096;
    color: #fff;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: scale(1.2);
  }
  
  .news-botan a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    width: 0%;
    margin-bottom: 30px;
    background-color: #fcfafa;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
  
  .news-botan_nb {
    transition: 0.8s;
    color: #00518E;
    margin: 50px auto;
    display: flex;
    justify-content: center;
  }
  
  .news-botan_nb p{
    margin: 0 20px;
  }
  
  .news-botan_nb a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #41B9B9;
    border-radius: 7px;
    width: 210px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    transition: .5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  
  .news-botan_nb a:hover {
    text-decoration: none;
    background-color: #FF4096;
    color: #fff;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    transform: scale(1.2);
  }
  
  .news-botan_nb a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    width: 0%;
    margin-bottom: 30px;
    background-color: #fcfafa;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
  
  @media only screen and (max-width: 820px) {
    .news-btn {
      margin: 10px 0 0 0;
    }
    .news_area {
      padding:0px 20px 50px 20px;
    }
  }
  @media only screen and (max-width: 480px) {
    .news-botan a {
      width: 160px;
      height: 35px;
      line-height: 28px;
    }
    .news-botan_nb a {
      width: 160px;
      height: 35px;
      line-height: 28px;
    }
  }



/***********************************************
  Contents end
************************************************/


/****************************************************************
Footer area
****************************************************************/

/*========= banner-a =========*/

.f-banner-area {
  width: 100%;
  margin: 45px auto 0 auto;
}

.content-f-banner {	
	margin-bottom:10px;
	padding:0 0px;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-banner-area-b {
  width: 31%;
  padding-right: 0;
}

.f-banner-box {
  position: relative;
  text-align: center;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid  #ccc;
  border-radius: 15px;
  box-shadow: #ddd 0.2em 0.2em .4em;
  font-size: 22px;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  line-height: 30px;
  font-family: "新ゴ M","Shin Go Medium";
}

.f-banner-box img{
  max-width: 100%;
  display: inline;
}

.f-banner-box:hover {
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}


.f-banner-box_lead-a {
  color: #85C831;
}

.f-banner-box_lead-b {
  color: #D3CD16;
}

.f-banner-box_lead-c {
  color: #63A8E8;
}

.f-banner-box_lead-d {
  color: #EB9A42;
}

.f-banner-box_lead-e {
  color: #F4726D;
}

.f-banner-box_lead-f {
  color: #B174C0;
}

.banner-icon {
  position: absolute;
  margin: 75px 0 0 330px;
}

@media only screen and (max-width: 820px) {
  .f-banner-box_lead-a, .f-banner-box_lead-b, .f-banner-box_lead-c, .f-banner-box_lead-d, .f-banner-box_lead-e, .f-banner-box_lead-f {
    font-size: 18px;
    line-height: 26px;
  }
  
  .banner-icon {
    margin: 100px 0 0 160px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-icon {
    margin: 100px 0 0 280px;
  }
}

@media screen and (max-width: 630px) {
  .f-banner-area {
    width: 100%;
  }
  .p-overview_f-banner {
    padding: 0px 0;
  }
  .f-banner-area-b {
    width: 100%;
    padding-right: 0px;
  }
} 


/*========= banner-b =========*/

.f-banner-area-02 {
  width: 100%;
  margin: 100px auto 0 auto;
}

.content-f-banner-02 {	
	margin-bottom:10px;
	padding:0 0px;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-banner-area-b-02 {
  width: 31%;
  padding-right: 0;
}

.f-banner-box-02 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 8px 0 0 0;
  margin-bottom: 35px;
  background-color: #fff;
  border: 1px solid  #333;
}

.f-banner-box-02 p{
  float: left;
}

.f-banner-box_lead-02 {
  color: #000;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.f-banner-box-02img {
  margin: 12px 10px;
}

.f-banner-box-02 img{
  max-width: 100%;
}

.f-banner-box-02:hover {
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.banner-title {
  font-size: 1.2em;
  font-family: "リュウミン M-KL","Ryumin Medium KL";
  color: #333;
  line-height: 2.3em;
}


@media only screen and (max-width: 820px) {
  .f-banner-box_lead-02{
    font-size: 16px;
    line-height: 26px;
  }
  .banner-title {
    font-size: 0.7em;
    line-height: 3.6em;
  }
}

@media only screen and (max-width: 480px) {
  .banner-icon-02 {
    margin: 80px 0 0 210px;
  }
  .banner-title {
    font-size: 1.2em;
    line-height: 2.3em;
  }
}

@media screen and (max-width: 630px) {
  .f-banner-area-02 {
    width: 100%;
  }
  .p-overview_f-banner-02 {
    padding: 50px 0;
  }
  .f-banner-area-b-02 {
    width: 100%;
    padding-right: 0px;
  }
} 



/*========= banner-c =========*/

.f-banner-area-03 {
  width: 100%;
  margin: 100px auto;
}

.content-f-banner-03 {	
	margin-bottom:10px;
	padding:0 0px;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-banner-area-b-03 {
  width: 48%;
  padding-right: 0;
}

.f-banner-box-03a, .f-banner-box-03b{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 120px;
  padding: 10px;
  border-radius: 50px;
  box-shadow: #ddd 0.2em 0.2em .4em;
}

.f-banner-box-03a {
  background-color: #FFD800;
}

.f-banner-box-03b {
  background-color: #A5ED03;
}

.f-banner-box-03a p{
  float: left;
}
.f-banner-box-03b p{
  float: left;
}

.f-banner-box_lead-03a, .f-banner-box_lead-03b {
  color: #333;
  text-align: left;
  margin: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
}

.f-banner-box_lead-03as, .f-banner-box_lead-03bs {
  font-size: 14px;
  line-height: 14px;
}



.f-banner-box-03a:hover, .f-banner-box-03b:hover {
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}



.sub-icon-03 {
  margin-top: 20px;
}

.cls-5, .cls-4 {
  fill: none;
  stroke: #FFFCBC;
  stroke-miterlimit: 10;
  stroke-width: 30px;
}

.banner-icon-03 {
  position: absolute;
  margin: 36px 0 0 530px;
}


@media only screen and (max-width: 820px) {
  .f-banner-box_lead-03{
    font-size: 12px;
    line-height: 14px;
  }
  .f-banner-box-03a, .f-banner-box-03b {
    border-radius: 30px;
  }
  .f-banner-box_lead-03a, .f-banner-box_lead-03b {
    color: #333;
    text-align: left;
    margin: 11px 0 0 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
  }
  .banner-icon-03 {
    margin: 36px 0 0 280px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-icon-03 {
    margin: 36px 0 0 280px;
  }
}

@media screen and (max-width: 630px) {
  .f-banner-area-03 {
    width: 100%;
  }
  .p-overview_f-banner-03 {
    padding: 50px 0;
  }
  .f-banner-area-b-03 {
    width: 100%;
    margin: 20px 0;
  }
} 



/*========= footer =========*/

.footer-area {
  background-color: #41B9B9;
  z-index: 200;
  padding: 70px 0 100px 0;
  display: flex;
  justify-content: center;
}

.footer-menu_area {
  margin: 70px auto 100px auto;
}

.footer-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-info a{
  color: #fff;
}
.footer-info  a:hover{
  color: #fff;
}

.f-logo {
  margin: 0 30px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(222deg) brightness(101%) contrast(103%);
}

.f-txt01 {
  margin: 10px 0 2px 0;
  font-size: 15px;
}

.f-txt02 {
  font-size: 22px;
}

.f-txt03 {
  margin: 8px 0 2px 0;
  font-size: 15px;
  line-height: 25px;
}

.f-txt03b {
  font-weight: bold;
}

.footer-menu {
  margin: 0 30px;
  font-size: 15px;
  line-height: 34px;
  list-style: none;
}

.footer-menu a:hover {
  color: #204264;
  font-weight: 800;
}

.footer-menu ul{
  list-style: none;
}

@media only screen and (max-width: 1400px) {
  .footer-menu {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 820px) {
  .footer-menu_area {
    width: 100%;
    padding: 0 30px;
  }
  .f-logo {
    margin: 0 15px 0 0;
    font-feature-settings: "palt" 1;
  }
  .f-txt02 {
    font-size: 18px;
  }
  .footer-menu {
    margin: 0 15px 0 0;
    font-size: 12px;
    line-height: 24px;
    font-feature-settings: "palt" 1;
  }
}

@media only screen and (max-width: 480px) {
  .footer-info {
    display: inline-grid;
    justify-content: center;
  }
  .f-logo  {
    order: 2;
    width: 100%;
    margin-top: 60px;
  }
  .f-txt02 {
    font-size: 22px;
  }
  .footer-menu  {
    order: 1;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
  }
  .footer-area {
    padding: 20px 0 50px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/***************************************************************
Footer
****************************************************************/
footer {
    color: #333;
    background-color: #fff;
    padding: 40px 0;
  }

  small {
      font-size: 12px;
      text-align: center;
      letter-spacing: .03em;
      display: block;
  }

/***********************************************
  Footer area end
************************************************/