@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 10px;
  font-family: 'メイリオ', 'Meiryo', sans-serif; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

.inner {
  height: 100%;
  width: 990px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner {
      box-sizing: border-box;
      max-width: 100%;
      padding: 0 10px; } }

.mod-acordion {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  overflow: hidden; }
  .mod-acordion li {
    display: block;
    width: 100%;
    height: 50px;
		padding-top: 10px;}
    .mod-acordion li:nth-child(odd) {
      background-color: #3C78C1; }
    .mod-acordion li:nth-child(even) {
      background-color: #749CDF; }
    .mod-acordion li a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 10px;
      text-decoration: none;
      font-size: 2.4rem;
      color: #fff; }

/*----------------------------------------------------
	メニュー
----------------------------------------------------*/
.mod-gnav {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border-top: solid 2px #2186C4;
  border-bottom: solid 4px #2186C4; }
  .mod-gnav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 990px;
    height: 100%;
    margin: 0 auto;
    list-style-type: none; }
    .mod-gnav ul li {
      flex: 1;
      display: block;
      position: relative;
      padding: 0 10px;
      text-align: center; }
      .mod-gnav ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        content: url("../img/pc/nav_line.png"); }
      .mod-gnav ul li:last-child:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        content: url("../img/pc/nav_line.png"); }

.mod-header {
  display: block;
  width: 100%;
  height: 90px;
  background-color: #2186C4;
  border-bottom: solid 2px #569CC3; }
  @media screen and (max-width: 768px) {
    .mod-header {
      position: relative;
      width: 100%;
      height: auto; }
      .mod-header img {
        width: 100%;
        height: auto; }
      .mod-header--humbarger {
        display: block;
        background: #2186C4 no-repeat center/100% 100% url("../img/sp/header_humbarger.png");
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 25px; } }
  .mod-header--inner {
    height: 100%;
    width: 990px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .mod-header--inner {
        box-sizing: border-box;
        max-width: 320px;
        padding: 0 10px; } }
  .mod-header--left {
    display: block;
    float: left; }
  .mod-header--left h1{
    font-size: 1.4rem; color: white; font-weight: normal;}
    @media screen and (max-width: 768px) {
      .mod-header--left {
        height: auto;
        border: none; } }
    .mod-header--left p {
      margin-top: 15px;
      font-size: 1.2rem;
      color: #fff; }
    .mod-header--left img {
      margin: 10px 0 0 20px; }
      @media screen and (max-width: 768px) {
        .mod-header--left img {
          display: block;
          width: 100%;
          height: auto; } }
  .mod-header--right {
    display: block;
    float: right; }
    .mod-header--right img {
      margin: 5px 20px 0 0; }

.main_area .main_banner {
  display: block;    background: antiquewhite;}
  .main_area .main_banner .text_block {
    margin: 0 auto;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .main_area .main_banner {
      background-image: url("../img/sp/banner_bg.jpg"); } }

/*----------------------------------------------------
	header内メインビジュアル
----------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .main_area .main_banner {
    position: relative; } }
@media only screen and (max-width: 767px) {
  .main_area .main_banner {
    margin-bottom: 10px; } }
.main_area .main_banner .text_block {
  max-width: 656px;
  position: absolute;
  right: 0;
  left: -200px;
  z-index: 1; }

@media only screen and (min-width: 768px) {
  .main_area .main_banner .text_block {
    padding-top: 20px;
    text-align: right; } }
@media only screen and (max-width: 767px) {
  .main_area .main_banner .text_block {
    padding-top: 0px;
    text-align: center;
    right: 0;
    left: 1px;
    z-index: 1; } }
@media only screen and (max-width: 767px) {
  .main_area .main_banner .text_block img{
   height: 120px;
} }
.main_area .main_banner .slides {
    max-width: 1600px;
    height: auto;
    margin: auto; }

.main_area .main_banner .slides img {
  max-width: 100%; }

/*----------------------------------------------------
	header内メインビジュアル ここまで
----------------------------------------------------*/
.contact {
  width: 100%;
  height: auto;
  padding-top: 20px;
  text-align: center; }

.introduction {
  padding: 40px 0 80px;
  background-color: #FFF5E7; }
  @media screen and (max-width: 768px) {
    .introduction {
      padding: 10px 0 45px; } }
  .introduction .lead_block {
    width: 100%;
    text-align: center; }
    .introduction .lead_block p {
      margin-top: 25px;
      font-size: 1.6rem;
      color: #2186C4; }
      @media screen and (max-width: 768px) {
        .introduction .lead_block p {
          font-size: 1.8rem;line-height: 1.6em; } }
    @media screen and (max-width: 768px) {
      .introduction .lead_block img {
        padding-top: 20px; } }
  .introduction a {
    margin: 0 auto;
    text-align: center; }
  .introduction a.toriatukai {
    display: block;
    width: 260px;
    margin: 0 auto;}
  .introduction .case {
    position: relative; }
    .introduction .case .arrow {
      display: inline-block;
      position: absolute; }
    .introduction .case .arrow_prev {
      top: 130px;
      left: 0; }
    .introduction .case .arrow_next {
      top: 130px;
      right: 0; }
    .introduction .case .card_box {
      position: relative;
      width: 920px;
      height: 440px;
      margin: 0 auto;
      overflow: hidden; }
    .introduction .case .card_box.noslide {
      position:static;
      width: 920px;
      height: auto;
      margin: 0 auto;
      overflow:inherit; }
      .introduction .case .card_box .card_inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 5000px;
        height: 100%; }
      .introduction .case .card_box .card_inner.noslide {
        position:static;
        width: 100%;
        height: 100%; }

        .introduction .case .card_box .card_inner ul {
          margin-top: 30px; }
          .introduction .case .card_box .card_inner ul li {
            border: none;
            display: block;
            float: left;
            vertical-align: top;
            width: 284px;
            height: 420px; }
            .introduction .case .card_box .card_inner ul li:not(:last-child) {
              margin-right: 20px; }
            .introduction .case .card_box .card_inner ul li .card {
              width: 100%;
              height: auto;
              background-color: #fff; }
              .introduction .case .card_box .card_inner ul li .card img {
                width: 100%;
                height: auto; }
              .introduction .case .card_box .card_inner ul li .card .title {
                color: #2D2D2D;
                font-size: 2.4rem;
                text-align: center;
                line-height: 40px; }
            .introduction .case .card_box .card_inner ul li .caption {
              color: #2D2D2D;
              margin-top: 20px;
              font-size: 1.8rem;
              line-height: 2.4rem; }



    @media screen and (max-width: 768px) {
      .introduction .case {
        margin-bottom: 20px;}
      .introduction .case ul {
        margin-top: 40px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
        .introduction .case ul li {
          width: 47%;
          height: auto;
          margin: 0 4px 10px 4px;}
          .introduction .case ul li:not(:first-child) {
            margin-top: 0px; }
          .introduction .case ul li .card {
            background-color: #fff;
            width: 100%;
            height: auto; }
            .introduction .case ul li .card img {
              width: 100%;
              height: auto; }
            .introduction .case ul li .card .title {
              font-size: 1.8rem;
              text-align: center; color: #136c9a;}
          .introduction .case ul li .caption {
            margin-top: 0px;
            font-size: 1.4rem; 
            background: #FFF;
            padding: 4px;
            } }

.flow {
  padding: 40px 0 80px; }
  @media screen and (max-width: 768px) {
    .flow {
      padding: 40px 0 45px; } }
  .flow .lead_block {
    width: 100%;
    text-align: center; }
    .flow .lead_block p {
      margin-top: 25px;
      font-size: 1.6rem;
      color: #2186C4; }
  .flow .chart {
    width: 100%;
    height: 220px;
    margin: 25px auto 0; }
    @media screen and (min-width: 769px) {
      .flow .chart img {
        width: 100%;
        height: auto; } }
    .flow .chart ul {
      height: auto;
      list-style-type: none; }
      @media screen and (max-width: 768px) {
        .flow .chart ul {
          margin-top: 25px; } }
      @media screen and (min-width: 769px) {
        .flow .chart ul .chart1 {
          display: block;
          float: left;
          position: relative;
          box-sizing: border-box;
          width: 300px;
          height: 220px;
          padding-top: 40px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg1.png");
          text-align: center; }
          .flow .chart ul .chart1:not(:last-child):after {
            display: block;
            position: absolute;
            right: -30px;
            top: 80px;
            z-index: 100;
            content: url("../img/common/chart_arrow.png"); } }
      @media screen and (max-width: 768px) {
        .flow .chart ul .chart1 {
          display: block;
          box-sizing: border-box;
          width: 300px;
          height: 165px;
          padding-top: 20px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg1.png");
          text-align: center; } }
      @media screen and (min-width: 769px) {
        .flow .chart ul .chart2 {
          display: block;
          float: left;
          position: relative;
          box-sizing: border-box;
          width: 300px;
          height: 220px;
          padding-top: 40px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg2.png");
          text-align: center; }
          .flow .chart ul .chart2:not(:last-child):after {
            display: block;
            position: absolute;
            right: -30px;
            top: 80px;
            z-index: 100;
            content: url("../img/common/chart_arrow.png"); } }
      @media screen and (max-width: 768px) {
        .flow .chart ul .chart2 {
          display: block;
          box-sizing: border-box;
          width: 300px;
          height: 165px;
          padding-top: 20px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg2.png");
          text-align: center; } }
      @media screen and (min-width: 769px) {
        .flow .chart ul .chart3 {
          display: block;
          float: left;
          position: relative;
          box-sizing: border-box;
          width: 300px;
          height: 220px;
          padding-top: 40px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg3.png");
          text-align: center; }
          .flow .chart ul .chart3:not(:last-child):after {
            display: block;
            position: absolute;
            right: -30px;
            top: 80px;
            z-index: 100;
            content: url("../img/common/chart_arrow.png"); } }
      @media screen and (max-width: 768px) {
        .flow .chart ul .chart3 {
          display: block;
          box-sizing: border-box;
          width: 300px;
          height: 165px;
          padding-top: 20px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg3.png");
          text-align: center; } }
      @media screen and (min-width: 769px) {
        .flow .chart ul .chart4 {
          display: block;
          float: left;
          position: relative;
          box-sizing: border-box;
          width: 300px;
          height: 220px;
          padding-top: 40px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg4.png");
          text-align: center; }
          .flow .chart ul .chart4:not(:last-child):after {
            display: block;
            position: absolute;
            right: -30px;
            top: 80px;
            z-index: 100;
            content: url("../img/common/chart_arrow.png"); } }
      @media screen and (max-width: 768px) {
        .flow .chart ul .chart4 {
          display: block;
          box-sizing: border-box;
          width: 300px;
          height: 165px;
          padding-top: 20px;
          background: #fff no-repeat center/cover url("../img/common/chart_bg4.png");
          text-align: center; } }
    @media screen and (max-width: 768px) {
      .flow .chart {
        width: 300px;
        height: auto;
        margin: 0 auto; } }
  .flow a {
    display: block;
    margin-top: 60px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .flow a {
        margin-top: 40px; } }

.wp-information {
  width: 100%;
  height: auto;
  font-size: 1.6rem; }
  .wp-information--title {
    box-sizing: border-box;
    background: #2180b1;
    padding: 20px;
    font-size: 1.8rem;
    color: #FAFAFA;
    margin-bottom: 20px;
    border-radius: 4px; }
  .wp-information--time {
    font-size: 1.4rem;
    text-align: right; }
  .wp-information--content {
    padding: 20px; }
    .wp-information--content img {
      max-width: 100%;
      height: auto; }

.mod-news {
  position: relative;
  background-color: #FFF5E7;
  padding: 40px 0 80px; }
  @media screen and (max-width: 768px) {
    .mod-news {
      padding: 10px 0 45px; } }
  .mod-news--inner {
    height: 100%;
    width: 990px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .mod-news--inner {
        box-sizing: border-box;
        max-width: 100%;
        padding: 0 10px; } }
  .mod-news--main {
    width: 100%;
    height: auto; }
  .mod-news--title {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: #fff repeat center/auto auto url("../img/pc/bg.png");
    border-radius: 10px 10px 0 0;
    text-align: center; }
  .mod-news--topics {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px 20px 5px;
    border-right: solid 2px #2186C4;
    border-bottom: solid 2px #2186C4;
    border-left: solid 2px #2186C4;
    border-radius: 0 0 10px 10px;
    background-color: #fff; }
    .mod-news--topics ul {
      list-style-type: none; }
      .mod-news--topics ul li {
        display: block;
        width: 100%;
        height: 45px; }
        @media screen and (max-width: 768px) {
          .mod-news--topics ul li {
            height: 70px; } }
        .mod-news--topics ul li:not(:first-child) {
          margin-top: 5px; }
        .mod-news--topics ul li:nth-child(even) {
          background-color: #FFF5E7; }
        .mod-news--topics ul li .date {
          display: inline-block;
          width: 95px;
          margin-left: 15px;
          color: #675E50;
          font-size: 1.4rem;
          font-weight: bold; }
        .mod-news--topics ul li .categoly {
          display: inline-block;
          box-sizing: border-box;
          height: 3.0rem;
          width: 70px;
          margin: 7px 25px 0 0;
          padding: 0.9rem;
          font-size: 1.2rem;
          font-weight: normal;
          border-radius: 4px;
          text-align: center;
          color: #fff; }
          .mod-news--topics ul li .categoly.c1 {
            background-color: #2186C4; }
          .mod-news--topics ul li .categoly.c2 {
            background-color: #569CC3; }
        .mod-news--topics ul li .article {
          font-size: 1.4rem;
          color: #569CC3; }
          @media screen and (max-width: 768px) {
            .mod-news--topics ul li .article {
              display: block;
              padding: 5px 0 0 15px; } }
  .mod-news--linkbtn {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 30px auto;
    text-align: center; }

.category-information {
  padding: 0px 0 80px; }

div.section.category-information:not(:first-child) {
  margin-top: 20px; }

.mod-footer {
  border-top: solid 1px #555; }
  .mod-footer--inner {
    height: 100%;
    width: 990px;
    margin: 0 auto;
    padding: 45px 0 30px; }
    @media screen and (max-width: 768px) {
      .mod-footer--inner {
        box-sizing: border-box;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
  .mod-footer--contact {
    text-align: center; }
    .mod-footer--contact p {
      margin: 15px 0;
      font-size: 1.2rem;
      text-align: right;
      padding-right: 10px; }
  .mod-footer--access {
    position: relative; }
    .mod-footer--access a {
      position: absolute;
      top: 0;
      right: 20px; }
      @media screen and (max-width: 768px) {
        .mod-footer--access a {
          right: 0; } }
    .mod-footer--access .map {
      margin-top: 15px; }
      .mod-footer--access .map img {
        width: 100%;
        height: auto; }
  .mod-footer--contents ul {
    padding: 10px 0 0 2.0rem; }
    .mod-footer--contents ul li {
      font-size: 1.4rem;
      padding-bottom: 15px; }
      @media screen and (min-width: 769px) {
        .mod-footer--contents ul li {
          width: 100%;
          margin-bottom: 5px;
          padding-bottom: 5px; }
          .mod-footer--contents ul li a {
            text-decoration: none; } }
      @media screen and (max-width: 768px) {
        .mod-footer--contents ul li {
          padding: 0;
          font-size: 1.6rem;
          width: auto; }
          .mod-footer--contents ul li:not(:first-child) {
            margin-top: 18px; } }
  .mod-footer--credit {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-top: 25px;
    background-color: #569CC3;
    border-top: solid 1px #555; }
    @media screen and (max-width: 768px) {
      .mod-footer--credit {
        height: 110px;
        padding-top: 35px; } }
    .mod-footer--credit p {
      color: #fff;
      font-size: 1.4rem;
      text-align: center; }

.mod-footerSection {
  display: block;
  width: 330px;
  box-sizing: border-box;
  padding: 0 15px; }
  @media screen and (min-width: 769px) {
    .mod-footerSection:not(:last-child) {
      float: right; } }
  .mod-footerSection--title:after {
    content: url("../img/common/footer_access_line.png"); }
  @media screen and (max-width: 768px) {
    .mod-footerSection {
      max-width: 300px;
      padding: 0;
      float: none;
      margin: 0 auto; }
      .mod-footerSection:not(:first-child) {
        margin-top: 45px; } }




div.section:not(:first-child) {
  margin-top: 60px; }



@media screen and (max-width: 768px) {
  .only_pc {
    display: none; } }
@media screen and (min-width: 769px) {
  .only_sp {
    display: none; } }
