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

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
}

/* Filetype Web Font **********************************************************/
@font-face {
  font-family: TeXGyreAdventorRegular;
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TeXGyreAdventorItalic;
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TeXGyreAdventorBold;
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TeXGyreAdventorBolditalic;
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBolditalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Minion Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Minion Pro Semibold"), url("../fonts/minion-pro/MinionPro-Semibold.woff") format("woff");
}

@font-face {
  font-family: 'Minion Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Minion Pro Regular"), url("../fonts/minion-pro/MinionPro-Regular.woff") format("woff"), url("../fonts/minion-pro/MinionPro-Regular.ttf") format("truetype");
}

/* 基本サイト幅 **********************************************************/
.basicWrap {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.wideWrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* アンカーリンクさせる相手のブロックにつける ************************/
.anchorlinkTab {
  margin-top: -90px;
  padding-top: 90px;
}

/* absoluteされるブロックに適用する。 */
.absoluteWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

section {
  text-align: center;
}

h2 {
  margin-bottom: 20px;
  font-family: Minion Pro Semibold;
  font-size: 75px;
  line-height: 1;
  color: #80B51F;
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 60px;
  }
}

.greenBack {
  background-color: #00913A;
}

.greenBack h2 {
  color: #9FD629;
}

.bt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  height: 54px;
  min-width: 224px;
  box-sizing: border-box;
  border-radius: 10px;
  color: white !important;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.bt:hover {
  opacity: 0.8;
}

.bt.bt-green {
  background-color: #00B900;
}

.bt.bt-blue {
  background-color: #00B3CE;
}

/* 共通コピーライトフォーマット */
.copyright {
  padding-top: 4em;
  padding-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: black;
}

.scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 10;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  line-height: 50px;
  opacity: 0.5;
  transition: 0.3s;
}

.scroll i {
  font-size: 20px;
}

.scroll:hover {
  opacity: 0.8;
  color: red;
}

.scroll.is-show {
  bottom: 20px;
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  align-self: center;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: scale(1.2);
  transition: 0.5s;
}

.modal_content img {
  width: 100%;
  max-width: 506px;
  height: auto;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1);
  opacity: 1;
}
