@charset "UTF-8";
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button, select, option,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #0F3C3C;
  background: #FAF9F7;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

iframe {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a.underline {
  text-decoration: underline;
}

li {
  list-style: none;
}

em, address {
  font-style: normal;
}

i {
  position: relative;
}

.tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.tab_sp_only {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ml_auto {
  margin-left: auto;
}

.col_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.v_top {
  vertical-align: top;
}

.hr_red {
  border-top: 4px solid #179B4A;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center;
}

.clear {
  clear: both;
}

.animated {
  opacity: 0;
}

@media all and (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
  .tab_only {
    display: block !important;
  }
  .tab_sp_only {
    display: block !important;
  }
}

@media all and (max-width: 620px) {
  .pc_only {
    display: none !important;
  }
  .tab_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}

@media all and (max-width: 620px) {
  a[href*="tel:"] {
    pointer-events: auto;
    color: #007EC4;
  }
}

.item, a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col_2 {
  margin-left: -65px;
}

.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -30px;
}

.col_3 > * {
  margin-left: 30px;
  width: calc(33.33333% - 30px);
}

.col_4 {
  margin-left: -30px;
}

.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -30px;
}

.col_5 > * {
  margin-left: 30px;
  width: calc(20% - 30px);
}

@media all and (max-width: 620px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: calc(100%);
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    width: calc(100%);
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: calc(100%);
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?doxwa5");
  src: url("../fonts/icomoon.eot?doxwa5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?doxwa5") format("truetype"), url("../fonts/icomoon.woff?doxwa5") format("woff"), url("../fonts/icomoon.svg?doxwa5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_border_b3:before {
  content: "\e921";
}

.icon-arrow_border_b2:before {
  content: "\e91f";
}

.icon-arrow_border_r2:before {
  content: "\e91e";
}

.icon-arrow_border_r:before {
  content: "\e91a";
}

.icon-c_arrow_r:before {
  content: "\e900";
}

.icon-c_arrow_l2:before {
  content: "\e905";
}

.icon-c_arrow_r2:before {
  content: "\e90a";
}

.icon-arrow_top:before {
  content: "\e901";
}

.icon-arrow_down:before {
  content: "\e90e";
}

.icon-arrow_l:before {
  content: "\e90f";
}

.icon-arrow_r:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-phone2:before {
  content: "\e904";
}

.icon-phone3:before {
  content: "\e911";
}

.icon-blank2:before {
  content: "\e920";
}

.icon-blank1:before {
  content: "\e902";
}

.icon-free:before {
  content: "\e908";
}

.icon-fax:before {
  content: "\e90b";
}

.icon-line_cl:before {
  content: "\e91b";
}

.icon-facebook_cl:before {
  content: "\e91c";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-instagram_cl:before {
  content: "\e91d";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-home:before {
  content: "\e912";
}

.icon-home2:before {
  content: "\e914";
}

.icon-home3:before {
  content: "\e903";
}

.icon-pen1:before {
  content: "\e913";
}

.icon-bell:before {
  content: "\e919";
}

.icon-map:before {
  content: "\e915";
}

.icon-mail:before {
  content: "\e909";
}

.icon-mail2:before {
  content: "\e916";
}

.icon-doc:before {
  content: "\e917";
}

.icon-pen:before {
  content: "\e918";
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: none;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 102;
  border-radius: 50%;
  background: #179B4A;
  /* ≡ */
}

.toggle span {
  display: inline-block;
}

.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  height: 1.5px;
  width: 51%;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.toggle:before {
  top: 35%;
}

.toggle i {
  width: 45%;
  top: 50%;
}

.toggle:after {
  top: 65%;
}

@media all and (max-width: 960px) {
  .toggle {
    display: block;
    margin-left: auto;
  }
}

#open {
  display: none;
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#navi_mainが「right: 0;」になります。 */
  /* ≡ > ×アニメーション */
}

#open:checked ~ .navi_main {
  visibility: visible;
  opacity: 1;
}

#open:checked ~ .toggle:before {
  top: 45%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

#open:checked ~ .toggle i {
  width: 0;
}

#open:checked ~ .toggle:after {
  top: 45%;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

#open:checked ~ .bgclose {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
}

/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.navi_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
}

.navi_main ul li {
  margin: 0 20px;
}

.navi_main ul li:first-child {
  margin-left: 0;
}

.navi_main ul li:last-child {
  margin-right: 0;
}

.navi_main ul a {
  font-weight: bold;
  color: #fff;
}

.navi_main .navi_sns {
  display: none;
}

@media all and (max-width: 960px) {
  .navi_main {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    background: #179B4A;
  }
  .navi_main ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navi_main ul li {
    line-height: 1;
    margin: 0 0 30px;
  }
  .navi_main ul li:last-child {
    margin-bottom: 0;
  }
  .navi_main ul li a {
    padding: 0 0;
    display: block;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .navi_main ul i {
    margin-right: 10px;
  }
  .navi_main .navi_sns {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navi_main .navi_sns li {
    margin: 0 10px 0;
  }
  .navi_main .navi_sns a {
    padding: 0;
    font-size: 32px;
    font-size: 2rem;
  }
}

@media all and (max-width: 960px) and (max-width: 620px) {
  .navi_main ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.sns_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns_navi li {
  margin-left: 20px;
}

.sns_navi li:first-child {
  margin-left: 0;
}

.sns_navi li:first-child i {
  margin-right: 5px;
}

.sns_navi a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

@media all and (max-width: 960px) {
  .sns_navi {
    display: none;
  }
}

/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.more_btn {
  position: relative;
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 12px 12px;
  text-align: center;
  color: #179B4A;
  border-radius: 25px;
  font-weight: bold;
  border: 2px solid #179B4A;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.more_btn .icon_arrow_r {
  position: absolute;
  top: 20%;
  right: 15px;
}

.more_btn .down {
  position: absolute;
  top: 30%;
  right: 20px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-color: #179B4A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 12px 12px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  background: #179B4A;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
}

.btn i {
  margin-right: 5px;
}

.btn:hover {
  opacity: 0.8;
}

.more_btn.open .down {
  top: 40%;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-color: #179B4A;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.go_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100px;
  height: 100px;
  line-height: 115px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  background: #179B4A;
}

.go_content i {
  color: #fff;
  font-size: 26px;
}

@media all and (max-width: 960px) {
  .go_content {
    display: none;
  }
}

.wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

@media all and (max-width: 1260px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

header, footer, section {
  position: relative;
  z-index: 2;
}

section {
  background: #FAF9F7;
}

.wrap_inner {
  max-width: 760px;
  margin: 0 auto;
}

.navi_open {
  overflow: hidden;
}

/*---------------------------------------------------------
個パーツ
---------------------------------------------------------*/
.photo {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo:after {
  display: block;
  content: '';
  padding-top: calc(100 / 155 * 100%);
}

.photo_img {
  position: relative;
  overflow: hidden;
}

.photo_img:before {
  display: block;
  content: "";
  padding-top: 53%;
}

.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.icon_arrow_r:before {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #179B4A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.media_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media_block .photo_img {
  width: 290px;
}

.media_block .photo_img:before {
  padding-top: 69%;
}

.media_block .photo_vertical:before {
  padding-top: 137%;
}

.media_block .article_box {
  padding-left: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 290px);
}

@media all and (max-width: 620px) {
  .media_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media_block .photo_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .media_block .article_box {
    width: 100%;
    padding-left: 0;
  }
}

.media_block.align_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item_card {
  position: relative;
  background: #F8FAF2;
}

.item_card article {
  padding: 20px;
}

.item_card article h4 {
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
}

.item_card article h5 {
  position: relative;
  margin-bottom: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  background: #BD9C47;
  font-weight: 400;
}

.item_card article h5:before, .item_card article h5:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.item_card article h5:before {
  top: 0;
  left: 0;
  border-width: 17.5px 0px 17.5px 18px;
  border-color: transparent transparent transparent #F8FAF2;
  border-style: solid;
}

.item_card article h5:after {
  top: 0;
  right: 0;
  border-width: 17.5px 18px 17.5px 0;
  border-color: transparent #F8FAF2 transparent transparent;
  border-style: solid;
}

.item_card article p {
  color: #493C39;
}

.item_card .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.item_card .btn_area .more_btn {
  width: auto;
  padding: 5px 12px;
}

.item_card .btn_area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_card .btn_area .sns li {
  margin-left: 10px;
}

@media all and (max-width: 620px) {
  .item_card article h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .item_card article h5 {
    margin-bottom: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*----------------------------------------
テキスト
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  color: #179B4A;
}

@media all and (max-width: 620px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.border_h {
  position: relative;
  text-align: center;
}

.border_h span {
  padding: 0 1em;
  background: #FAF9F7;
}

.border_h::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #179B4A;
}

h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
}

@media all and (max-width: 620px) {
  h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

article {
  margin-bottom: 60px;
}

article p {
  margin-bottom: 1.5em;
}

.news_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #707070;
  font-size: 18px;
  font-size: 1.125rem;
}

.news_box dl:last-child {
  margin-bottom: 0;
}

.news_box time {
  font-weight: bold;
  margin-right: 2em;
}

.news_box a {
  color: #027590;
}

@media all and (max-width: 620px) {
  .news_box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*----------------------------------------
header
----------------------------------------*/
header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #179B4A;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1;
}

header .logo span {
  color: #fff;
  margin-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media all and (max-width: 960px) {
  header .logo {
    font-size: 62px;
    font-size: 4.92063vw;
  }
  header .logo span {
    font-size: 24px;
    font-size: 1.90476vw;
  }
}

@media all and (max-width: 620px) {
  header .logo {
    font-size: 82px;
    font-size: 6.50794vw;
  }
}

/*　上に上がる動き　*/
.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

/*　下に下がる動き　*/
.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  background: rgba(255, 255, 255, 0.9);
}

.DownMove .logo span {
  color: #0F3C3C;
}

.DownMove .navi_main ul a {
  color: #0F3C3C;
}

.DownMove .sns_navi a {
  color: #0F3C3C;
}

@media all and (max-width: 620px) {
  .DownMove {
    padding: 10px 20px;
  }
  .DownMove .navi_main ul a {
    color: #fff;
  }
  .DownMove .sns_navi a {
    color: #fff;
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*----------------------------------------
footer
----------------------------------------*/
footer {
  position: relative;
  padding: 20px 0;
  background: #0B361B;
}

footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.visual {
  position: relative;
}

.visual .photo_img {
  margin-left: auto;
  height: 100vh;
  width: 100%;
}

.visual .info {
  max-width: 450px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  background: rgba(14, 49, 28, 0.5);
}

.visual .info p {
  margin-bottom: 0;
}

.visual article {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  max-width: 90%;
  margin: 0 0 0 5%;
}

.visual article p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
}

.visual h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.54762;
  font-size: 28px;
  font-size: 2.22222vw;
  color: #179B4A;
  margin-bottom: 10px;
  text-shadow: 3px 3px 0 #011919;
}

.visual h2 strong {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1.12069;
  font-size: 40px;
  font-size: 3.1746vw;
}

.visual h2 span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #179B4A;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 18px;
  font-size: 1.42857vw;
  text-shadow: none;
}

.visual h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-size: 28px;
  font-size: 2.22222vw;
  text-shadow: 3px 3px 0 #011919;
}

@media all and (max-width: 960px) {
  .visual .photo_img:before {
    display: block;
    content: "";
    padding-top: calc(1916 / 1500 * 100%);
  }
  .visual article {
    position: relative;
    margin-top: -150px;
    -webkit-transform: none;
            transform: none;
  }
  .visual article p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .visual h2, .visual h3 {
    text-shadow: none;
  }
  .visual h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-size: 32px;
    font-size: 2.53968vw;
  }
  .visual h2 strong {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
    font-size: 48px;
    font-size: 3.80952vw;
  }
  .visual h2 span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667;
    font-size: 22px;
    font-size: 1.74603vw;
  }
  .visual h3 {
    text-align: center;
    color: #0F3C3C;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-size: 32px;
    font-size: 2.53968vw;
  }
}

@media all and (max-width: 620px) {
  .visual h2 {
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .visual h2 strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
  }
  .visual h2 span {
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
  .visual h3 {
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
  }
}

.copy_h2 {
  font-size: 46px;
  font-size: 2.875rem;
}

.copy_h2 span {
  display: block;
  font-size: 32px;
  font-size: 2rem;
}

@media all and (max-width: 960px) {
  .copy_h2 {
    margin-top: 60px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .copy_h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.copy_h3 {
  font-size: 16px;
  font-size: 1rem;
}

/*----------------------------------------
youtube枠
----------------------------------------*/
.youtube {
  width: 100%;
  padding: 110px 0 0;
}

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------
ニュース
----------------------------------------*/
#blog {
  position: relative;
  padding: 110px 0 0;
}

#blog .col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#blog .h_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 9em;
}

#blog .h_col h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  color: #179B4A;
}

#blog .h_col a {
  display: block;
  margin-top: auto;
  margin-left: auto;
}

#blog .news_box {
  width: calc(100% - 9em - 130px);
  margin-left: auto;
}

@media all and (max-width: 620px) {
  #blog {
    padding: 60px 0;
  }
  #blog .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #blog .h_col {
    display: none;
  }
  #blog .news_box {
    width: 100%;
    margin-left: 0;
  }
  #blog .btn_area {
    text-align: center;
    padding: 30px 0 0;
  }
}

/*----------------------------------------
政策方針
----------------------------------------*/
#policy {
  padding: 110px 0 0;
}

#policy h2 {
  margin-bottom: 110px;
}

#policy h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#policy h3 em {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #179B4A;
}

#policy h3 span {
  width: calc(100% - 55px);
}

#policy .drop_down .article_inner {
  position: relative;
  max-height: 6em;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#policy .drop_down .article_inner:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: calc(100% + 50px);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #FAF9F7));
  background: linear-gradient(to bottom, transparent, #FAF9F7 60%);
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#policy .drop_down .article_inner.active {
  max-height: 400vh;
}

#policy .drop_down .article_inner.active:after {
  opacity: 0;
}

@media all and (max-width: 620px) {
  #policy h2 {
    margin-bottom: 40px;
  }
}

/*----------------------------------------
プロフィール
----------------------------------------*/
#profile {
  padding: 70px 0 240px;
  background: no-repeat 50% bottom/cover url(../img/photo/profile_bg.jpg);
  background-attachment: fixed;
  background: no-repeat 50% bottom/cover url(../img/photo/profile_bg.jpg);
  background-attachment: fixed;
}

#profile h2 {
  margin-bottom: 20px;
  line-height: 1;
}

#profile h2 img {
  display: inline-block;
  margin-bottom: 10px;
}

#profile h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

#profile h3 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

#profile .media_block .photo_img {
  border: 5px solid #fff;
}

#profile .media_block p {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#profile .media_block:nth-child(even) .photo_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#profile .media_block:nth-child(even) .article_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 40px;
}

@media all and (max-width: 620px) {
  #profile {
    position: relative;
    z-index: 1;
    background: none;
  }
  #profile:before {
    display: block;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  #profile .media_block {
    margin-bottom: 40px;
  }
  #profile .media_block p {
    text-shadow: none;
  }
  #profile .media_block:nth-child(even) .photo_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #profile .media_block:nth-child(even) .article_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}

@media all and (max-width: 620px) {
  #profile.active:before {
    background: no-repeat 50% 85%/cover url(../img/photo/profile_bg_sp.jpg);
  }
}

/*----------------------------------------
サポーター
----------------------------------------*/
.supporter .supporter_inner {
  position: relative;
  top: -200px;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 5px 5px 0 0;
  background: #FAF9F7;
}

.supporter .supporter_inner h3 {
  text-align: center;
}

.supporter .supporter_inner .text_r {
  margin-bottom: 0;
}

@media all and (max-width: 620px) {
  .supporter .supporter_inner {
    width: 90%;
    padding: 20px;
  }
}

.bnr_area {
  margin-top: -200px;
}

/*----------------------------------------
バナー
----------------------------------------*/
.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-bottom: 30px;
}

.bnr > * {
  margin-left: 15px;
  width: calc(33.3333% - 15px);
}

@media all and (max-width: 620px) {
  .bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
  .bnr > * {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 110px;
  font-size: 32px;
  font-size: 2rem;
}

.sns li {
  margin: 0 20px;
}

@media all and (max-width: 620px) {
  .sns {
    padding-bottom: 60px;
  }
}

/*----------------------------------------
後援会&お問い合わせ
----------------------------------------*/
#contact {
  padding: 60px 0;
  color: #fff;
  background: no-repeat 50%/cover url(../img/photo/contact_bg.jpg);
}

#contact .wrap {
  padding: 60px;
  border-radius: 5px;
  background: rgba(10, 28, 36, 0.5);
}

#contact h2 {
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-bottom: 40px;
}

#contact h2 span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

#contact h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.125rem;
}

#contact h3 strong {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
}

#contact h3 a {
  color: #fff;
}

@media all and (max-width: 620px) {
  #contact .wrap {
    padding: 20px;
  }
  #contact h2 {
    margin-bottom: 20px;
  }
  #contact h2 span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #contact h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
  #contact h3 strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/*# sourceMappingURL=style.css.map */