@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #fff;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
  background-color: #fff;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?tallij');
  src: url('fonts/icomoon.eot?tallij#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?tallij') format('truetype'), url('fonts/icomoon.woff?tallij') format('woff'), url('fonts/icomoon.svg?tallij#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-right2:before {
  content: "\ea3c";
}
img {
  width: 100%;
  height: auto;
}
.zen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/**/
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 5rem;
}
.mgb60 {
  margin-bottom: 30px;
}
.mgb80 {
  margin-bottom: 40px;
}
.txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .txt {
    font-size: 16px;
    line-height: 2;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
  .mgb80 {
    margin-bottom: 80px;
  }
}
.fluffy {
  /* アニメーション名、時間、無限ループ、加減速設定 */
  animation: float 2s ease-in-out infinite alternate;
}
@keyframes float {
  0% {
    transform: translateY(0px); /* 開始位置 */
  }
  100% {
    transform: translateY(-20px); /* 上に20px移動 */
  }
}
/*header*/
.header_wrap {
  z-index: 1000;
  padding: 8px 10px 0 20px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.header_wrap.active {
  /*  padding: 10px 15px 10px;*/
  background: #fff;
}
.header_wrap .logo {
  line-height: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  width: 140px;
}
.header_wrap .header-r {
  display: flex;
}
.header_wrap .gnav_list li a {
  font-size: 16px;
  display: block;
  position: relative;
  color: #000;
  line-height: 1.4;
  padding: 1.5rem 1.25rem;
  text-align: left;
}
.header_wrap #spNav {
  height: 100%;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding: 7rem 20px 20px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.header_wrap #spNav.active {
  visibility: visible;
  right: 0;
}
.header_wrap #spNav .gnav_list {
  z-index: 10;
}
.header_wrap #spNav .gnav_list li {
  border-bottom: 1px solid #ddd;
}
.header_wrap #spNav .gnav_list li a {
  font-size: 24px;
  padding: 30px 20px;
  position: relative;
}
.header_wrap #spNav .gnav_list li a::before {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\ea3c";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 14px;
  transition: all 0.3s;
  background-color: #000;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.con-bg-inr {
  animation: 20s 0s rotate linear infinite;
  background: url('../images/index/concept-txt.png') center center / contain no-repeat;
  content: '';
  height: 150%;
  left: -25%;
  top: -25%;
  position: absolute;
  width: 150%;
  z-index: -1;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 768px) {
  .con-bg-inr {
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
  }
}
.header_wrap .sp_menu {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 20px;
  width: 50px;
  height: 50px;
  z-index: 10100;
  border-radius: 100%;
  background-color: #222222;
  margin-left: 10px;
}
.header_wrap .sp_menu.active {
  background-color: #5bb531;
}
.header_wrap .sp_menu span {
  background-color: #fff;
  height: 2px;
  width: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.header_wrap .sp_menu span:nth-of-type(1) {
  top: 1.8rem;
}
.header_wrap .sp_menu span:nth-of-type(2) {
  top: 2.4rem;
}
.header_wrap .sp_menu span:nth-of-type(3) {
  top: 3rem;
}
.header_wrap .sp_menu.active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) translateY(6px) rotate(-30deg);
  transform: translateX(-50%) translateY(6px) rotate(-30deg);
}
.header_wrap .sp_menu.active span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) translateY(0) rotate(30deg);
  transform: translateX(-50%) translateY(0) rotate(30deg);
}
.header_wrap .sp_menu.active span:nth-of-type(3) {
  background-color: transparent
}
@media only screen and (min-width: 769px) {
  .header_wrap {
    display: flex;
    padding: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .header_wrap .logo {
    width: 190px;
  }
  .header_wrap #spNav {
    padding: 100px;
    overflow: hidden;
  }
  .header_wrap #spNav .gnav_list {
    flex-wrap: wrap;
  }
  .header_wrap #spNav .gnav_list li {
    width: 100%;
  }
  .header_wrap #spNav .gnav_list li a {
    font-size: 32px;
    padding: 30px;
    position: relative;
  }
  .header_wrap #spNav .gnav_list li a::before {
    right: 12px;
    font-size: 14px;
    width: 60px;
    height: 40px;
  }
  .header_wrap .sp_menu {
    width: 70px;
    height: 70px;
  }
  .header_wrap .sp_menu span {
    height: 3px;
    width: 30px;
  }
  .header_wrap .sp_menu span:nth-of-type(1) {
    top: 2.5rem;
  }
  .header_wrap .sp_menu span:nth-of-type(2) {
    top: 3.4rem;
  }
  .header_wrap .sp_menu span:nth-of-type(3) {
    top: 4.3rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) translateY(9px) rotate(-30deg);
    transform: translateX(-50%) translateY(9px) rotate(-30deg);
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(-50%) translateY(0) rotate(30deg);
    transform: translateX(-50%) translateY(0) rotate(30deg);
  }
  .header_wrap .gnav_list {
    display: flex;
    align-items: center;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .header_wrap .gnav_list li a {
    font-size: 14px;
  }
  .header_wrap .gnav_list li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    background-color: #5bb531;
    height: 2px;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .header_wrap .gnav_list li a:hover::after {
    width: 100%;
  }
  .header_wrap .gnav_list li a:hover {
    color: #5bb531;
  }
}
@media only screen and (min-width: 1367px) {
  .header_wrap {
    padding: 15px 30px;
  }
  .header_wrap .logo {
    width: 210px;
  }
  .header_wrap .sp_menu {
    width: 80px;
    height: 80px;
  }
  .header_wrap .sp_menu span:nth-of-type(1) {
    top: 3rem;
  }
  .header_wrap .sp_menu span:nth-of-type(2) {
    top: 3.9rem;
  }
  .header_wrap .sp_menu span:nth-of-type(3) {
    top: 4.8rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) translateY(9px) rotate(-30deg);
    transform: translateX(-50%) translateY(9px) rotate(-30deg);
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(-50%) translateY(0) rotate(30deg);
    transform: translateX(-50%) translateY(0) rotate(30deg);
  }
  .header_wrap .gnav_list li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 999px) {
  .gnav_list.pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap.active {
    padding: 4px 10px 4px 20px
  }
}
/*footer*/
.footer_contact {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-top: 60px;
}
.footer_contact a {
  background: #222222;
  /*  background: linear-gradient(#222222, #303030, #222222);*/
  display: block;
  color: #fff;
  padding: 60px 20px;
  font-size: 45px;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}
.footer_contact a .cont_inr::before {
  right: calc(74px / 2 - 9px);
  font-size: 18px;
}
.footer_contact a .cont_inr::after {
  width: 74px;
  height: 42px;
  background-color: #5bb531;
}
.footer_contact a small {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
.footer_contact a span {
  font-weight: 800;
}
footer {
  padding: 80px 20px 70px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
footer .cont_inr {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
footer .cont_inr .footer-left {
  width: 306px;
}
footer .cont_inr .footer-left .txt {
  margin-top: 15px;
  font-size: 14px;
}
footer .footer_bottom {
  width: 100%;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}
footer .footer_bottom a {
  color: #fff;
  margin-right: 10px;
}
footer .copyright {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .footer_contact {
    border-radius: 50px 50px 0 0;
    margin-top: 100px;
  }
  .footer_contact a .cont_inr::after {
    width: 144px;
    height: 72px;
  }
  .footer_contact a:hover .cont_inr::after {
    background-color: #222;
  }
  .footer_contact a .cont_inr::before {
    right: calc(144px / 2 - 14px);
    font-size: 28px;
  }
  footer {
    padding: 80px 30px 70px;
  }
  footer .footer_gnav {
    width: calc(100% - 300px);
    max-width: 600px;
  }
  footer .footer_gnav .gnav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer_gnav .gnav_list > li {
    margin-bottom: 20px;
  }
  footer .footer_gnav .gnav_list li {
    text-align: right;
    margin-left: 20px;
  }
  footer .footer_gnav .gnav_list li a {
    font-size: 16px;
  }
  .footer_contact a {
    padding: 100px 60px;
    font-size: 80px;
  }
  .footer_contact a:hover {
    background: #5bb531;
  }
  footer .footer_gnav .gnav_list li a:hover {
    color: #5bb531;
  }
  .footer_contact a:hover .cont_inr::before, .footer_contact a:hover .cont_inr::after {
    transform: scale(0.9)translateY(-50%)
  }
  footer .footer_gnav .right a {
    font-size: 14px;
  }
  footer .copyright {
    text-align: right;
    margin-top: 80px
  }
  .footer_contact a small {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  footer .cont_inr {
    justify-content: center;
  }
  footer .cont_inr .footer-left .logo {
    width: 80%;
    margin: auto;
  }
  footer .cont_inr .footer-left .txt {
    margin-top: 20px;
  }
  footer .cont_inr .footer-left .txt, .footer_gnav .right {
    text-align: center;
  }
  .footer_gnav .right {
    margin-top: 40px;
  }
}
.contents {
  padding: 130px 15px;
}
.cont_inr {
  max-width: 1300px;
  margin: auto;
}
.common_mv {
  padding: 80px 15px 100px
}
.common_mv .common-img {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.common_mv .mv_ttl {
  font-size: 60px;
  /*  font-size: 40px;*/
  line-height: 1;
  /*  letter-spacing: 0.1rem;*/
}
.common_mv .mv_ttl .en {
  font-size: 18px;
  color: #46C1E6;
  display: block;
  letter-spacing: 0.1rem;
  margin-top: 20px;
}
/*breadcrumbs_wrap*/
.breadcrumbs_wrap {
  text-align: left;
  margin-bottom: 6rem;
  font-size: 13px;
}
.breadcrumbs_wrap a {
  color: #999999;
}
.scr_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 15px;
}
.scr_contents {
  padding: 0 10px;
  width: 100%;
  /*  padding-top: 100px;*/
}
.scr_contents .anchorpoint {
  max-width: 950px;
  margin: auto;
}
.scr_contents .anchorpoint .cont_inr {
  margin-top: -200px;
  padding-top: 200px;
}
.scr_contents .anchorpoint.contents {
  padding: 100px 0;
}
.scr_anchor {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px #ddd;
  max-width: 500px;
  margin: auto;
  border-radius: 20px;
  padding: 30px;
}
.scr_anchor .index-ttl {
  text-align: right;
  color: rgba(0, 0, 0, 0.31);
  font-size: 22px;
}
.scr_anchor ul {
  margin-top: 20px;
}
.scr_anchor ul li {
  margin-top: 5px;
}
.scr_anchor a {
  background-color: #EAF5F4;
  color: #222;
  padding: 16px 20px;
  border-radius: 10px;
  display: block
}
.scr_anchor a.active {
  background-color: #72B247;
  color: #fff;
}
.ball-list {
  position: relative;
  padding: 5px 0 20px;
}
.ball-list::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
  left: 15px;
  top: 0;
}
.ball-list li {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  margin-top: 40px;
  position: relative;
  padding-left: 40px;
  z-index: 1
}
.ball-list li::after {
  position: absolute;
  content: "";
  background: url("../images/common/maru.png")no-repeat center center/contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 3px;
}
.ball-list li .day {
  color: #46C0E6;
  font-size: 20px;
  margin-right: 20px;
  width: 110px;
}
.ball-list li .txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 5px;
  width: 100%;
}
.image_txt {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.image_txt .txt-cont {
  width: 100%;
}
.image_txt .txt-cont .ttl {
  font-size: 20px;
}
.image_txt .txt-cont .txt {
  font-size: 14px;
  margin-top: 20px;
}
.image_txt .image {
  width: 100%;
  max-width: 420px;
}
.bg_bl-txt {
  padding: 30px 15px;
  background-color: #EAF6F5;
  border-radius: 28px;
  margin-top: 70px;
}
.w-b-list li {
  background-color: #fff;
  border-radius: 20px;
  /*  margin-top: 20px;*/
  padding: 20px;
}
.w-b-list li:nth-child(2n) {
  background-color: transparent;
}
.w-b-list li .ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.w-b-list li .txt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px
}
@media only screen and (min-width: 769px) {
  .ball-list::after {
    left: 20px;
  }
  .ball-list li {
    margin-top: 40px;
    padding-left: 72px;
  }
  .ball-list li::after {
    width: 40px;
    height: 40px;
  }
  .ball-list li .day {
    font-size: 22px;
    margin-right: 20px;
    width: 110px;
  }
  .ball-list li .txt {
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 140px)
  }
  .image_txt {
    justify-content: space-between;
  }
  .image_txt .txt-cont {
    width: 50%;
    max-width: 480px;
  }
  .image_txt .txt-cont .ttl {
    font-size: 24px;
  }
  .image_txt .txt-cont .txt {
    font-size: 16px;
    margin-top: 20px;
  }
  .image_txt .image {
    width: 45%;
    max-width: 420px;
  }
  .contents {
    padding: 130px 30px;
  }
  .common_mv {
    padding: 120px 30px 100px
  }
  .common_mv .common-img {
    height: 432px;
    margin-bottom: 78px;
  }
  .common_mv .cont_inr {
    padding: 0 60px;
    max-width: inherit
  }
  .common_mv .mv_ttl {
    font-size: 70px;
    /*    font-size: 50px;*/
  }
  .common_mv .mv_ttl .en {
    font-size: 20px;
    margin-top: 30px;
  }
  .scr_contents {
    padding: 100px 20px 0;
  }
  .breadcrumbs_wrap {
    margin-bottom: 7rem;
  }
  .bg_bl-txt {
    padding: 50px 30px
  }
  .w-b-list li {
    border-radius: 28px;
    padding: 35px;
  }
  .w-b-list li .ttl {
    font-size: 24px;
  }
  .w-b-list li .txt {
    font-size: 18px;
    margin-top: 10px
  }
}
@media only screen and (min-width: 1000px) {
  .common_mv {
    padding: 120px 30px 110px
  }
  .common_mv .mv_ttl {
    font-size: 75px;
    /*    font-size: 60px;*/
  }
  .common_mv .mv_ttl .en {
    font-size: 30px;
  }
  .scr_wrap {
    padding: 0;
  }
  .scr_anchor {
    width: 320px;
    border-radius: 0 40px 40px 0;
    margin: 0;
    position: sticky;
    top: 130px;
    left: 0;
  }
  .scr_contents {
    padding: 0 40px 0 40px;
    width: calc(100% - 320px);
  }
  .bg_bl-txt {
    padding: 70px 40px
  }
}
@media only screen and (min-width: 1360px) {
  .common_mv {
    padding: 120px 60px 110px
  }
  /*
  .common_mv .mv_ttl {
    font-size: 65px;
  }
*/
  .scr_contents {
    padding: 0 40px 0 60px;
  }
}
@media only screen and (max-width: 999px) {
  .scr_anchor {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .image_txt .txt-cont {
    margin-top: 30px;
  }
}
.cl2, .cl3, .cl4 {
  display: flex;
  flex-wrap: wrap;
}
.cl2 li, .cl3 li, .cl4 li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .cl2, .cl3, .cl4 {
    justify-content: space-between;
  }
  .cl2 li {
    width: calc(100% / 2 - 1rem);
  }
  .cl3 li {
    width: calc(100% / 2 - 4rem);
  }
  .cl4 li {
    width: calc(100% / 4 - 1rem);
  }
}
@media only screen and (min-width: 1367px) {
  .cl3 li {
    width: calc(100% / 3 - 4rem);
  }
}
/*nomalBtn*/
.indList li {
  padding-left: 2.5rem;
  text-indent: -1rem;
}
/**/
a.page-numbers {
  color: #fff;
  background-color: #4FB53F;
}
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.page-numbers .icon-arrow.next, .prev.page-numbers .back {
  font-size: 1rem;
  position: relative;
}
.page-numbers .icon-arrow.next::after, .page-numbers .icon-arrow.back::after {
  font-family: 'icomoon' !important;
  content: "\ea3c";
  position: absolute;
  top: -7px;
  right: -9px;
  font-size: 15px;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  color: #fff;
}
.page-numbers.current {
  background-color: #EAF5F4;
  color: #000;
  pointer-events: none;
  border: none;
}
.page-numbers.dots {
  background-color: #4FB53F;
  color: #fff;
  pointer-events: none;
  border: none;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2rem;
  background-color: #349126;
  color: #fff;
  border-radius: 100vh;
}
.prev.page-numbers .back::after {
  transform: rotate(180deg);
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media only screen and (min-width: 769px) {
  .next.page-numbers:hover, .prev.page-numbers:hover, .page-numbers:hover {
    background-color: #000;
    color: #fff;
  }
  .page-numbers:hover .icon-arrow.next::after, .page-numbers:hover .icon-arrow.back::after {
    color: #fff;
  }
}
/**/
.cont_ttl {
  line-height: 1.4;
  font-weight: 600;
  color: #222222;
  text-align: left;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}
.cont_ttl small {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.continr_ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.continr_ttl .en {
  font-size: 15px;
  display: block;
  color: #509CF8;
}
.cat span {
  background-color: #43bde8;
  padding: 5px 10px;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  border-radius: 30px;
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block
}
.cat span:first-child {
  margin-left: 20px;
}
time {
  color: #999999;
}
.er404 .contents {
  padding: 8rem 5rem;
}
.er404 .round-btn a {
  margin: 6rem auto;
  width: 220px
}
.er404 .cvsbtn a {
  padding: 25px;
}
.green-table {
  width: 100%;
  font-size: 15px;
}
.green-table tr {
  background-color: #EAF6F5
}
.green-table tr:nth-child(2n) {
  background-color: #fff
}
.green-table tr th {
  width: 190px;
  text-align: center;
  padding: 20px;
  vertical-align: top
}
.green-table tr td {
  width: calc(100% - 190px);
  padding: 20px;
  font-weight: 500;
}
.green-table .maru-btn {
  margin-top: 10px;
}
.green-table .maru-btn a {
  width: 190px;
  padding: 14px 20px 15px;
  font-size: 14px;
}
.green-table .maru-btn a::before {
  font-size: 14px;
}
.sitemap .green-table tr th {
  width: 290px;
  text-align: left;
  padding: 30px;
  font-size: 18px;
}
.sitemap .green-table a {
  text-decoration: underline;
  font-weight: 500;
}
/**/
.arrow {
  display: block;
  position: relative;
}
.arrow::before {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\ea3c";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 14px;
  transition: all 0.3s;
}
.arrow::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 26px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.3s;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.txt-btn {
  position: relative;
  text-align: center;
  line-height: 1;
}
.txt-btn a {
  color: #000000;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding-right: 50px;
  letter-spacing: 0.1rem;
}
.round-btn {
  margin-top: 40px;
}
.maru-btn a {
  border-radius: 50px;
  max-width: 310px;
  max-height: 60px;
  background-color: #000;
  color: #fff;
  position: relative;
  font-size: 15px;
  display: block;
  padding: 18px 30px 20px;
  line-height: 1;
}
.maru-btn a::before {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\ea3c";
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s;
}
.round-btn a {
  border-radius: 100%;
  width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5bb531;
  color: #fff;
  position: relative;
  font-size: 18px;
}
.round-btn a::before {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\ea3c";
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 18px;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .cat span {
    padding: 8px 15px;
    font-size: 12px;
    margin-left: 10px;
  }
  .continr_ttl {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .continr_ttl .en {
    font-size: 20px;
  }
  .cont_ttl {
    font-size: 55px;
    margin-bottom: 40px;
  }
  .cont_ttl small {
    display: block;
    font-size: 23px;
  }
  .green-table {
    font-size: 18px;
  }
  .round-btn a:hover {
    background-color: #222;
    transform: scale(0.9);
  }
  .maru-btn a::before {
    transition: all 0.5s;
  }
  .maru-btn a:hover::before {
    right: 12px;
  }
  .arrow::before {
    right: 15px;
    font-size: 20px;
  }
  .arrow::after {
    width: 50px;
    height: 36px;
  }
  .arrow:hover::after {
    background-color: #5bb531;
    transform: scale(0.9)translateY(-50%)
  }
  .arrow:hover::before {
    transform: scale(0.9)translateY(-50%)
  }
}
@media only screen and (max-width: 768px) {
  .sitemap .green-table tr, .sitemap .green-table tr th, .sitemap .green-table tr td {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .sitemap .green-table tr td {
    padding: 0 30px 30px;
  }
  .sitemap .green-table tr td.d-none {
    display: none;
  }
}
.sitemap.contents, .privacy.contentst {
  padding: 0 15px 130px;
}
.privacy .num-list {
  counter-reset: number 0;
  font-size: 16px;
}
.privacy .num-list > li {
  margin-top: 30px;
}
.privacy .num-list > li > p {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.privacy .num-list > li > p::before {
  flex-shrink: 0;
  counter-increment: number 1;
  margin-right: 5px;
  content: counter(number) ".";
  color: #408522;
  font-weight: 600;
  letter-spacing: .06em;
}
.privacy .p-policy__number {
  counter-reset: number 0;
  padding-left: 26px;
}
.privacy .p-policy__number > li {
  display: flex;
  margin-top: 15px;
}
.privacy .p-policy__number > li::before {
  counter-increment: number 1;
  margin-right: 10px;
  content: "("counter(number) ")";
  letter-spacing: .06em;
}
.privacy .list-dot li {
  display: flex;
}
.privacy .list-dot li::before {
  display: block;
  flex-shrink: 0;
  margin: 12px 6px 0;
  border-radius: 9999px;
  background-color: #333;
  width: 3px;
  height: 3px;
  content: "";
}
.news_list .news_list-inr {
  width: 100%;
  border-bottom: 1px solid #d5d6d5;
}
.news_list .news_list-inr:last-child {
  border-bottom: none;
}
.news_list .news_list-inr a {
  padding: 20px;
  position: relative;
  display: block;
}
.news_list .news_list-inr .ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media only screen and (min-width: 769px) {
  .news_list .news_list-inr a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s;
    z-index: -1;
  }
  .news_list .news_list-inr a:hover::after {
    height: 100%;
  }
}