@media print {
@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}

  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1200px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8; /* なるべく多くのブラウザで切れないようにするため */
  }
body {
  font-weight: 500;
  color: #111; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.3rem;
      text-align: left; } }

.skipLink {
  opacity: 0;
  position: absolute;
  top: -50px; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

#container {
  line-height: 1.8; }

.contents {
  max-width: 1200px;
  padding: 65px 0;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .contents {
      margin: 0 30px; } }
  @media screen and (max-width: 600px) {
    .contents {
      margin: 0 0px; } }

.inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 0 70px; } }
  @media screen and (max-width: 600px) {
    .inner {
      padding: 0 20px; } }

p {
  margin: 0 0 20px; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 1.4rem; } }

.indentfront {
  text-indent: -1em;
  padding-left: 1em; }

.indentfront02 {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin: 0 0 5px; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #006401;
  text-decoration: none;
  border-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

/*

 footer
-----------------------------------*/
.footNav {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 0 15px; }

.footNav ul {
  max-width: 1100px;
  margin: 0 auto 20px;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .footNav ul {
      display: block;
      margin: 0 auto; } }

.footNav ul li {
  font-size: 1.6rem;
  border-right: 1px solid #006401;
  line-height: 1.2; }
  @media screen and (max-width: 1024px) {
    .footNav ul li {
      font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .footNav ul li {
      font-size: 2rem;
      border-right: none;
      padding: 0 0 30px; } }
  @media screen and (max-width: 600px) {
    .footNav ul li {
      font-size: 1.6rem;
      border-right: none;
      padding: 0 0 20px; } }

.footNav ul li:last-child {
  border-right: none; }

.footNav a {
  color: #006401;
  padding: 0 15px;
  text-decoration: none;
  font-weight: bold; }

footer {
  padding: 50px 0 30px;
  margin: 0 0 0;
  overflow: hidden;
  clear: both;
  text-align: center;
  background: #fff;
  border-top: 3px solid #006401; }
  @media screen and (max-width: 920px) {
    footer {
      border-top: 2px solid #006401;
      padding: 50px 0 180px; } }
  @media screen and (max-width: 600px) {
    footer {
      border-top: 2px solid #006401;
      padding: 30px 0 150px; } }

footer p {
  font-size: 1.4rem; }

footer a {
  text-decoration: none; }

footer a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s; }

.copy {
  clear: both;
  font-size: 1.2rem;
  color: #006401;
  line-height: 1.8;
  margin: 30px 0 0;
  letter-spacing: 0.05rem;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .copy {
      margin: 15px 0 0;
      font-size: 1.2rem; } }
  @media screen and (max-width: 600px) {
    .copy {
      font-size: 1.0rem; } }

/*

 attention
-----------------------------------*/
.attention__txt {
  font-size: 1.3rem !important;
  color: #666;
  padding-left: 1.0em;
  text-indent: -1.0em;
  text-align: center;
  margin: -10px 0 0;
  padding: 0 0 20px; }
  @media screen and (max-width: 600px) {
    .attention__txt {
      text-align: left;
      margin: -10px 15px 0; } }

.attention__list {
  color: #666;
  margin: 20px 0 0; }

.attention__list li {
  font-size: 1.4rem !important;
  padding-left: 1.0em;
  text-indent: -1.0em;
  margin: 0 0 5px; }

.attention__list li a {
  color: #666; }

.box__attention {
  background: #FFECEC;
  padding: 20px 30px;
  border-radius: 15px;
  margin: 30px 0;
  display: flex; }
  @media screen and (max-width: 600px) {
    .box__attention {
      padding: 15px 15px 15px 20px;
      margin: 15px 0 0; } }

.box__attention--icon {
  padding: 0 30px 0 0; }
  @media screen and (max-width: 600px) {
    .box__attention--icon {
      padding: 0 15px 0 0; } }

.box__attention--txt {
  font-size: 1.5rem;
  padding: 2px 0 0; }

span.marker {
  background: linear-gradient(transparent 70%, #FFFF85 70%);
  font-size: 2.0rem;
  font-weight: bold; }

/*

 btn
-----------------------------------*/
.btn__more a {
  background: #004b75 url("../img/icon_arrow_white.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  max-width: 500px;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__more a {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .btn__more a {
      max-width: 200px;
      margin: 0 auto;
      padding: 10px 0;
      border-radius: 10px;
      background: #004b75 url("../img/icon_arrow_white.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .btn__more a br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__more a br {
      display: block; } }

.btn__large--green a {
  max-width: 700px;
  padding: 25px 0;
  margin: 15px auto;
  background: #006401 url("../images/icon_arrow_white.svg") center right 30px no-repeat;
  background-size: 10px auto;
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  border-radius: 100px;
  text-align: center;
  display: block;
  font-weight: 900;
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    .btn__large--green a {
      background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
      background-size: 8px auto;
      padding: 15px 0;
      border-radius: 100px;
      font-size: 1.8rem;
      line-height: 1.4; } }

.btn__large--green a:hover {
  background: #1C951D url("../images/icon_arrow_white.svg") center right 30px no-repeat;
  background-size: 10px auto;
  opacity: 1; }

.btn__flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .btn__flex {
      display: block; } }

.btn__small--green a {
  width: 440px;
  padding: 15px 0;
  margin: 25px 10px 0;
  background: #DAEC1D url("../images/icon_arrow_green.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-decoration: none !important;
  border-radius: 50px;
  text-align: center;
  display: block; }
  @media screen and (max-width: 1024px) {
    .btn__small--green a {
      margin: 15px auto 0; } }
  @media screen and (max-width: 600px) {
    .btn__small--green a {
      width: auto;
      max-width: 440px;
      margin: 20px auto 0; } }
  .btn__small--green a span {
    font-size: 1.8rem;
    font-weight: bold;
    color: #006401; }
    @media screen and (max-width: 600px) {
      .btn__small--green a span {
        font-size: 1.7rem;
        line-height: 1.1 !important; } }
  .btn__small--green a .icon__simu {
    background: url("../images/icon_simu.svg") center left no-repeat;
    background-size: 35px auto;
    padding: 5px 0 5px 40px;
    margin: 0 0 0 -20px; }
    @media screen and (max-width: 600px) {
      .btn__small--green a .icon__simu {
        padding: 5px 0 5px 40px; } }
  .btn__small--green a .icon__kinri {
    background: url("../images/icon_kinri.svg") center left no-repeat;
    background-size: 35px auto;
    padding: 5px 0 5px 40px;
    margin: 0 0 0 -20px; }
  @media screen and (max-width: 768px) {
    .btn__small--green a br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__small--green a br {
      display: block; } }

.btn__small--green a:hover {
  opacity: 1;
  background: #EBF95B url("../images/icon_arrow_green.svg") center right 20px no-repeat;
  background-size: 8px auto; }

.btn__small--green02 a {
  padding: 15px 40px;
  margin: 25px 10px 0;
  background: #DAEC1D url("../images/icon_arrow_green.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-decoration: none !important;
  border-radius: 100px;
  text-align: center;
  display: block;
  font-weight: bold; }
  @media screen and (max-width: 1024px) {
    .btn__small--green02 a {
      margin: 15px auto 0; } }
  @media screen and (max-width: 768px) {
    .btn__small--green02 a {
      width: auto;
      padding: 20px 40px 20px 40px;
      max-width: 440px;
      margin: 20px auto 0;
      font-size: 2.344vw;
      line-height: 1.5;
      border-radius: 20px; } }
  @media screen and (max-width: 600px) {
    .btn__small--green02 a {
      background: #DAEC1D url("../images/icon_arrow_green.svg") center right 15px no-repeat;
      background-size: 8px auto;
      width: auto;
      padding: 15px 25px 15px 25px;
      max-width: 440px;
      margin: 20px auto 0;
      font-size: 3.733vw;
      border-radius: 20px; } }

.btn__small--green02 a:hover {
  opacity: 1;
  background: #EBF95B url("../images/icon_arrow_green.svg") center right 20px no-repeat;
  background-size: 8px auto; }

.btn__large--orenge a {
  max-width: 700px;
  margin: 30px auto;
  background: #FFCC33 url("../images/icon_arrow_green.svg") center right 30px no-repeat;
  background-size: 10px auto;
  padding: 25px 0;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: block; }
  @media screen and (max-width: 600px) {
    .btn__large--orenge a {
      background: #FFCC33 url("../images/icon_arrow_green.svg") center right 20px no-repeat;
      background-size: 8px auto;
      margin: 15px auto;
      padding: 15px 0; } }
  .btn__large--orenge a span {
    font-size: 2.6rem;
    color: #006401;
    background: url("../images/icon_moushikomi.svg") left center no-repeat;
    background-size: 55px auto;
    padding: 25px 0 25px 60px;
    font-weight: 900; }
    @media screen and (max-width: 600px) {
      .btn__large--orenge a span {
        background: url("../images/icon_moushikomi.svg") left center no-repeat;
        background-size: 40px auto;
        font-size: 1.8rem;
        padding: 20px 0 20px 40px;
        margin: 0 0 0 -10px; } }

.btn__large--orenge a:hover {
  opacity: 1;
  background: #FFDE71 url("../images/icon_arrow_green.svg") center right 30px no-repeat;
  background-size: 10px auto; }

.btn__line a {
  max-width: 550px;
  margin: 30px auto 0;
  padding: 25px 20px 20px;
  display: block;
  background: #3db156 url("../images/icon_arrow_white.svg") center right 30px no-repeat;
  background-size: 10px auto;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .btn__line a {
      background: #3db156 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
      background-size: 10px auto;
      margin: 20px auto 0;
      padding: 25px 20px 25px; } }
  .btn__line a img {
    width: 80%;
    margin: 0 0 0 -10px; }
    @media screen and (max-width: 600px) {
      .btn__line a img {
        width: 90%;
        margin: 0 0 0 -25px; } }

.btn__line a:hover {
  background: #46c65e url("../images/icon_arrow_white.svg") center right 30px no-repeat;
  background-size: 10px auto;
  opacity: 1; }

/*

 btn fix
-----------------------------------*/
.btn__fix {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 999; }
  @media screen and (max-width: 920px) {
    .btn__fix {
      width: 100%;
      position: fixed;
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      background: #006401;
      padding: 10px;
      display: flex;
      box-sizing: border-box;
      justify-content: space-between; } }
  @media screen and (max-width: 600px) {
    .btn__fix {
      width: 100%;
      position: fixed;
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      background: #006401;
      padding: 10px;
      display: flex;
      box-sizing: border-box;
      justify-content: space-between; } }
  @media screen and (max-width: 920px) {
    .btn__fix .btn__kinri,
    .btn__fix .btn__simu,
    .btn__fix .btn__moushikomi {
      width: 32.3%;
      box-sizing: border-box; } }
  @media screen and (max-width: 600px) {
    .btn__fix .btn__kinri,
    .btn__fix .btn__simu,
    .btn__fix .btn__moushikomi {
      width: 32%;
      box-sizing: border-box; } }

.btn__kinri a {
  margin: 0 0 15px;
  display: block;
  background: #DAEC1D;
  border-radius: 10px 0 0 10px;
  width: 140px;
  height: 140px;
  padding: 20px 0 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #006401;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 920px) {
    .btn__kinri a {
      padding: 10px 0 15px;
      width: 100%;
      border-radius: 6px;
      box-shadow: none;
      margin: 0; } }
  @media screen and (max-width: 600px) {
    .btn__kinri a {
      padding: 10px 0 15px;
      width: 100%;
      border-radius: 6px;
      box-shadow: none;
      margin: 0;
      height: 105px; } }

.btn__simu a {
  margin: 0 0 15px;
  display: block;
  background: #DAEC1D;
  border-radius: 10px 0 0 10px;
  width: 140px;
  height: 140px;
  padding: 20px 0 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: #006401;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 920px) {
    .btn__simu a {
      padding: 10px 0 15px;
      width: 100%;
      border-radius: 6px;
      box-shadow: none;
      margin: 0; } }
  @media screen and (max-width: 600px) {
    .btn__simu a {
      width: 100%;
      border-radius: 6px;
      box-shadow: none;
      margin: 0;
      height: 105px; } }

.btn__kinri a:hover,
.btn__simu a:hover {
  background: #EBF95B;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.btn__moushikomi a {
  margin: 0 0 15px;
  display: block;
  background: #FFCC33;
  border-radius: 10px 0 0 10px;
  width: 140px;
  height: 140px;
  padding: 20px 0 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: #006401;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 920px) {
    .btn__moushikomi a {
      padding: 10px 0 15px;
      width: 100%;
      border-radius: 6px;
      box-shadow: none;
      margin: 0; } }
  @media screen and (max-width: 600px) {
    .btn__moushikomi a {
      width: 100%;
      border-radius: 6px;
      box-shadow: none;
      margin: 0;
      height: 105px; } }

.btn__moushikomi a:hover {
  background: #FFDE71;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.btn__kinri a .img,
.btn__simu a .img,
.btn__moushikomi a .img {
  width: 80px;
  height: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .btn__kinri a .img,
    .btn__simu a .img,
    .btn__moushikomi a .img {
      width: 50px;
      height: 50px; } }

.btn__kinri a .img img,
.btn__simu a .img img,
.btn__moushikomi a .img img {
  width: 100%;
  height: auto; }

.btn__kinri a .txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .btn__kinri a .txt {
      font-size: 1.7rem;
      padding: 2px 0 0; } }
  @media screen and (max-width: 600px) {
    .btn__kinri a .txt {
      font-size: 1.5rem;
      padding: 5px 0 0; } }

.btn__simu a .txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 5px 0 0; }
  @media screen and (max-width: 768px) {
    .btn__simu a .txt {
      font-size: 1.7rem;
      padding: 5px 0 0; } }
  @media screen and (max-width: 600px) {
    .btn__simu a .txt {
      font-size: 1.5rem;
      padding: 2px 0 0; } }
  @media screen and (max-width: 768px) {
    .btn__simu a .txt br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__simu a .txt br {
      display: block; } }

.btn__moushikomi a .txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 5px 0 0; }
  @media screen and (max-width: 920px) {
    .btn__moushikomi a .txt {
      font-size: 1.7rem;
      padding: 5px 0 0; } }
  @media screen and (max-width: 600px) {
    .btn__moushikomi a .txt {
      font-size: 1.5rem;
      padding: 2px 0 0; } }
  @media screen and (max-width: 920px) {
    .btn__moushikomi a .txt br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__moushikomi a .txt br {
      display: block; } }

.topBtn {
  position: fixed;
  top: 535px;
  right: 0;
  display: block;
  width: 54px;
  height: 54px;
  z-index: 9999;
  background: #006401;
  border-radius: 10px 0 0 10px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 920px) {
    .topBtn {
      top: auto;
      bottom: 175px; } }
  @media screen and (max-width: 600px) {
    .topBtn {
      border-radius: 6px 0 0 6px;
      width: 40px;
      height: 40px;
      top: auto;
      bottom: 135px; } }

.topBtn img {
  width: 100%;
  height: auto; }

.topBtn:hover {
  opacity: 1;
  background: #1C951D; }

/*

kv
-----------------------------------*/
.kv {
  background: url("../images/main_bg02.svg") bottom center no-repeat;
  background-size: 2000px auto; }
  @media screen and (max-width: 600px) {
    .kv {
      background-size: 800px auto; } }
  .kv .kv__bg {
    background: url("../images/main_bg01.svg") top 15px center no-repeat; }
    @media screen and (max-width: 768px) {
      .kv .kv__bg {
        background: url("../images/main_bg01_sp.svg") top 5px center no-repeat;
        background-size: 100% auto; } }
  .kv .kv__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0 110px; }
    @media screen and (max-width: 768px) {
      .kv .kv__inner {
        padding: 60px 40px 100px; } }
    @media screen and (max-width: 600px) {
      .kv .kv__inner {
        padding: 40px 40px 30px; } }
  .kv .kv__logo {
    max-width: 920px;
    margin: 0 auto;
    text-align: center; }
    .kv .kv__logo img {
      width: 100%;
      height: auto; }

.mainimg__flex {
  max-width: 870px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 20px;
  padding: 0 0 0 30px; }
  @media screen and (max-width: 768px) {
    .mainimg__flex {
      max-width: 550px;
      display: block;
      margin: 30px auto 20px;
      padding: 0; } }
  @media screen and (max-width: 600px) {
    .mainimg__flex {
      display: block;
      margin: 15px auto 20px; } }

.mainimg__flex--item {
  width: 50%;
  height: 250px; }
  @media screen and (max-width: 768px) {
    .mainimg__flex--item {
      width: 100%;
      margin: 0 0 10px;
      height: auto; } }
  @media screen and (max-width: 600px) {
    .mainimg__flex--item {
      width: 100%;
      margin: 0 0 10px;
      height: auto; } }

.mainimg__flex--item img {
  width: 100%;
  height: auto; }

.mainimg__flex--item a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.mainimg__flex--item a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.mainimg__flex--item a img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.mainimg__flex--item a:hover img {
  margin: -13px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 768px) {
    .mainimg__flex--item a:hover img {
      margin: 0; } }

/*

tatoeba
-----------------------------------*/
.tatoeba {
  padding: 70px 0; }
  @media screen and (max-width: 600px) {
    .tatoeba {
      padding: 25px 0; } }
  .tatoeba .tatoeba__img {
    max-width: 840px;
    text-align: center;
    margin: 0 auto 40px; }
    @media screen and (max-width: 600px) {
      .tatoeba .tatoeba__img {
        margin: 0 auto 15px; } }
    .tatoeba .tatoeba__img img {
      width: 100%;
      height: auto; }
  .tatoeba .tatoeba__txt {
    font-size: 2.4rem; }
    .tatoeba .tatoeba__txt span {
      font-size: 1.6rem; }
    @media screen and (max-width: 600px) {
      .tatoeba .tatoeba__txt {
        font-size: 1.8rem; } }
    @media screen and (max-width: 600px) {
      .tatoeba .tatoeba__txt br {
        display: none; } }
  .tatoeba h2 {
    text-align: center;
    font-size: 3.6rem;
    margin: 0 0 20px;
    color: #006401;
    font-weight: 900; }
    @media screen and (max-width: 768px) {
      .tatoeba h2 {
        line-height: 1.4;
        font-size: 4rem; } }
    @media screen and (max-width: 600px) {
      .tatoeba h2 {
        font-size: 2.4rem;
        line-height: 1.4;
        margin: 0 0 20px; } }
  .tatoeba__txt {
    text-align: center;
    color: #006401;
    font-weight: bold;
    font-size: 2rem; }
    @media screen and (max-width: 600px) {
      .tatoeba__txt {
        text-align: left;
        font-size: 1.8rem; } }
  .tatoeba .fukidashi {
    width: 100%; }
    .tatoeba .fukidashi img {
      width: 100%;
      height: auto; }
  .tatoeba .btn__hensai {
    max-width: 700px;
    margin: 10px auto 30px;
    height: 230px; }
    @media screen and (max-width: 768px) {
      .tatoeba .btn__hensai {
        max-width: 580px;
        height: auto; } }
    @media screen and (max-width: 600px) {
      .tatoeba .btn__hensai {
        margin: 10px auto 15px; } }
    .tatoeba .btn__hensai img {
      width: 100%;
      height: auto;
      margin: 0 0 0 -20px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 768px) {
        .tatoeba .btn__hensai img {
          margin: 20px 0 0; } }
      @media screen and (max-width: 600px) {
        .tatoeba .btn__hensai img {
          margin: 0; } }
    .tatoeba .btn__hensai a:hover img {
      margin: -10px 0 0 -20px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 1; }
      @media screen and (max-width: 768px) {
        .tatoeba .btn__hensai a:hover img {
          margin: 20px 0 0; } }
      @media screen and (max-width: 600px) {
        .tatoeba .btn__hensai a:hover img {
          margin: 0; } }
  .tatoeba .btn__main--green a {
    max-width: 370px;
    padding: 15px 0;
    margin: 0 auto 20px;
    background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 8px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    border-radius: 50px;
    text-align: center;
    display: block;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 600px) {
      .tatoeba .btn__main--green a {
        font-size: 1.6rem;
        margin: 0 auto 15px; } }
  .tatoeba .btn__main--green a:hover {
    opacity: 1;
    background: #1C951D url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 8px auto; }

.font__co2 {
  font-size: 1rem !important;
  font-weight: bold; }

/*

about
-----------------------------------*/
.kaiketu__ttl {
  background: #006401;
  color: #fff;
  text-align: center;
  padding: 2px;
  margin: 0 0 20px;
  font-size: 1.8rem; }
  @media screen and (max-width: 600px) {
    .kaiketu__ttl {
      font-size: 1.6rem; } }

.kaiketu__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .kaiketu__flex {
      display: block; } }

.kaiketu__flex--item {
  width: 32%; }
  @media screen and (max-width: 768px) {
    .kaiketu__flex--item {
      width: 100%;
      margin: 0 0 40px; } }

.kaiketu__flex--item img {
  width: 100%;
  height: auto; }

.kaiketu__flex--item p {
  font-size: 1.5rem !important;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 0; }
  @media screen and (max-width: 768px) {
    .kaiketu__flex--item p {
      font-size: 2rem !important; } }
  @media screen and (max-width: 600px) {
    .kaiketu__flex--item p {
      font-size: 1.6rem !important; } }

/*

about
-----------------------------------*/
.about {
  padding: 70px 0;
  background: url("../images/about_bg.jpg") top center repeat-x; }
  @media screen and (max-width: 768px) {
    .about {
      padding: 70px 0 0; } }
  @media screen and (max-width: 600px) {
    .about {
      padding: 30px 0; } }
  .about h2 {
    max-width: 560px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 600px) {
      .about h2 {
        max-width: 90%;
        margin: 0 auto 15px; } }
    .about h2 img {
      width: 100%;
      height: auto; }
  .about .about__list--item {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin: 0 0 30px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 600px) {
      .about .about__list--item {
        border-radius: 10px;
        padding: 25px;
        margin: 0 0 20px; } }
    .about .about__list--item h3 {
      margin: 0 0 10px; }
      @media screen and (max-width: 768px) {
        .about .about__list--item h3 {
          text-align: center; } }
      .about .about__list--item h3 .marker {
        font-size: 3rem;
        font-weight: bold;
        color: #006401;
        background: linear-gradient(transparent 70%, #FFFF85 70%);
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          .about .about__list--item h3 .marker {
            font-size: 3.6rem; } }
        @media screen and (max-width: 600px) {
          .about .about__list--item h3 .marker {
            font-size: 2.5rem;
            line-height: 1.4; } }
      .about .about__list--item h3 .fontS {
        color: #006401;
        font-weight: bold;
        font-size: 2rem; }
        @media screen and (max-width: 600px) {
          .about .about__list--item h3 .fontS {
            font-size: 1.8rem; } }
    .about .about__list--item p {
      font-size: 1.8rem; }
    .about .about__list--item a {
      text-decoration: underline; }
    .about .about__list--item .fontRed {
      color: #D93B00;
      font-size: 1.8rem;
      font-weight: bold; }
  .about .about__txtbox {
    text-align: center;
    margin: 30px 0 0; }
    .about .about__txtbox h4 {
      font-size: 3.4rem;
      font-weight: bold;
      color: #006401;
      margin: 0 0 10px;
      font-weight: 900; }
      @media screen and (max-width: 600px) {
        .about .about__txtbox h4 {
          font-size: 2.2rem;
          margin: 0 0 5px; } }
    .about .about__txtbox p {
      font-size: 1.8rem;
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        .about .about__txtbox p {
          text-align: left;
          margin: 0 0 15px; } }

/*

contact
-----------------------------------*/
.contact {
  margin: 30px 0 100px; }
  @media screen and (max-width: 768px) {
    .contact {
      margin: 50px 0 50px; } }
  @media screen and (max-width: 600px) {
    .contact {
      margin: 0 0 30px; } }

.contact__box {
  border: 1px solid #006401;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin: 0 0 0;
  overflow: hidden; }

.contact__inner {
  padding: 30px 50px 20px; }
  @media screen and (max-width: 600px) {
    .contact__inner {
      padding: 30px 20px 20px; } }

.contact__box h3 {
  color: #fff;
  background: #006401;
  text-align: center !important;
  padding: 10px 0;
  font-size: 2.4rem;
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    .contact__box h3 {
      font-size: 2.0rem; } }

.contact__txt01 {
  font-weight: 700;
  color: #006401;
  text-align: center;
  margin: 0 0 20px;
  font-size: 1.8rem; }
  @media screen and (max-width: 600px) {
    .contact__txt01 {
      font-size: 1.6rem; } }

.contact__callbox {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 920px) {
    .contact__callbox {
      display: block; } }

@media screen and (max-width: 920px) {
  .contact__callbox--tell {
    display: flex;
    justify-content: center; } }

.contact__callbox--tell span.phone {
  font-size: 6rem;
  font-weight: 700;
  font-family: Arial, Helvetica, "sans-serif";
  color: #006401;
  line-height: 1;
  background: url("../images/icon__contact.svg") center right no-repeat;
  padding: 0 80px 0 0;
  width: 450px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .contact__callbox--tell span.phone {
      font-size: 7.813vw;
      padding: 5px 80px 5px 0; } }
  @media screen and (max-width: 920px) {
    .contact__callbox--tell span.phone {
      width: auto;
      text-align: center; } }
  @media screen and (max-width: 600px) {
    .contact__callbox--tell span.phone {
      width: auto;
      text-align: center;
      font-size: 3.6rem;
      background-size: 40px auto;
      padding: 5px 50px 5px 0; } }

.contact__callbox--txt {
  width: 200px;
  font-size: 1.4rem;
  color: #006401;
  font-weight: 700;
  margin: 0 0 0 20px;
  line-height: 1.4; }
  @media screen and (max-width: 920px) {
    .contact__callbox--txt {
      width: 100%;
      text-align: center;
      margin: 0;
      font-size: 1.8rem;
      line-height: 1.7; } }
  @media screen and (max-width: 600px) {
    .contact__callbox--txt {
      width: 100%;
      text-align: center;
      margin: 0;
      font-size: 1.6rem; } }

.contact__callbox--bottom {
  border-top: 2px solid #006401;
  margin: 20px 0 0;
  padding: 15px 0 15px;
  text-align: center;
  color: #006401;
  font-weight: 700;
  font-size: 1.6rem; }
  @media screen and (max-width: 600px) {
    .contact__callbox--bottom {
      border-top: 1px solid #006401; } }

.contact__callbox--bottom span {
  font-size: 1.6rem;
  font-weight: bold; }
}