@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}

@font-face {
  font-family: "futura";
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "futura";
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", Arial, sans-serif;
  /*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
  /*font-family: 'Roboto', sans-serif;*/
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  /*list-style:none;*/
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}

.fixedcontainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  z-index: 2;
}

a {
  color: inherit;
  transition: transform 0.2s;
}

a:hover {
  transition: transform 0.2s;
  transform: translate3d(0, 2px, 0);
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex {
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/*-------------header----------------------*/
.header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  background-color: #fff;
}

.dropdown {
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 90px;
  background-color: #fff;
  z-index: 2;
}

.dropdown ul {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.dropdown ul li {
  width: 22%;
  margin-right: 4%;
}

.dropdown ul li:nth-child(4n) {
  margin-right: 0;
}

.dropdown ul li a {
  display: block;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #666;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}

.dropdown ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  margin-top: -5px;
}

.dropdown_wrap:hover .dropdown {
  padding: 30px 0;
  height: 300px;
}

.dropdown_wrap > p {
  position: relative;
  padding-right: 20px;
}

.dropdown_wrap > p:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 0;
  margin-top: -3px;
}

.header-top {
  background-color: #008000;
  text-align: center;
  line-height: normal;
}

.header-top a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.header-top span {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  color: #FFFF00;
  display: block;
  margin-right: 15px;
}

.header-top span:before,
.header-top span:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #FFFF00;
  width: 2px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle;
}

.header-top span:before {
  transform: rotate(-40deg);
}

.header-top span:after {
  transform: rotate(40deg);
}

.header-top strong {
  font-size: 26px;
  color: #FFF;
}

.header_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 40px;
}

.header_left {
  display: flex;
  align-items: center;
}

.header_right {
  display: flex;
  align-items: center;
}

.header ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.header_left_links li {
  margin-right: 20px;
}

.header_left_links > li > a:hover {
  text-decoration: underline;
}

.logo {
  margin-right: 40px;
}

.header_right_links li {
  margin-left: 10px;
}

.header_news {
  display: flex;
  align-items: center;
  padding: 10px;
}

.header_news img {
  margin-right: 5px;
}

.header_login {
  display: flex;
  align-items: center;
  padding: 10px;
}

.header_login img {
  margin-right: 5px;
}

.header_contact {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  border: 1px solid #b3b3b3;
  color: #999999;
}

.header_request {
  display: inline-block;
  padding: 10px 30px;
  background-color: #cfdb00;
  border: 1px solid #cfdb00;
  color: #fff;
  border-radius: 25px;
}

/*-----------        -----------------*/
#fv {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}

.fv_btn_wrap {
  margin: 40px 0 30px;
}

.fv_btn {
  width: 512px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #c8a063;
  box-shadow: 3px 5px 10px rgba(166, 124, 82, 0.1);
  display: inline-block;
  padding: 30px 0;
  border-radius: 50px;
  position: relative;
}

.fv_btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 13px;
  background-size: contain;
  background-position: center;
  right: 40px;
  top: 50%;
  margin-top: -6.5px;
}

.fv_txt {
  font-size: 24px;
  font-weight: bold;
}

.banner1 {
  position: absolute;
  right: 0;
  bottom: -30px;
}

.banner2 {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.banner2.hide {
  display: none !important;
}

.banner2 p {
  text-align: right;
  margin-right: 10px;
}

.banner2 p img {
  cursor: pointer;
}

.concept {
  position: relative;
  text-align: center;
  padding: 106px 0 124px;
}

.shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.concept_ttl {
  font-size: 32px;
}

.concept_ttl img {
  vertical-align: middle;
  margin-top: -10px;
}

.concept_txt {
  margin-top: 20px;
  color: #808080;
}

.concept .fixedcontainer {
  position: relative;
}

.shape2 {
  position: absolute;
  bottom: -124px;
  right: -100px;
  z-index: -1;
  width: 325px;
  height: 325px;
  border-radius: 50%;
}

.title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
  line-height: 1.2;
}

.title span {
  display: block;
  color: #c8a063;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "futura";
}

.title:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: #cfdb00;
  left: 50%;
  bottom: 0;
  margin-left: -24px;
}

.facility_list {
  display: flex;
  flex-wrap: wrap;
}

.facility_one {
  width: 366px;
  margin-right: 51px;
  margin-bottom: 42px;
}

.facility_one a {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(130, 130, 130, 0.2);
}

.facility_one:nth-child(3n) {
  margin-right: 0;
}

.facility_one_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.facility_one_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.facility_one:hover .facility_one_img img {
  transform: scale(1.1);
  transition: 0.5s;
}

.facility_one_in {
  padding: 25px;
}

.facility_one_ttl {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.4;
  height: 1.4em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.facility_one_txt {
  line-height: 1.4;
  height: 2.8em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.facility_one_link {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "futura";
  font-weight: bold;
  color: #c8a063;
}

.facility_one_link span {
  margin-right: 25px;
  font-size: 18px;
}

.facility_one_link img {
  width: 15px;
}

.facility .fixedcontainer {
  position: relative;
}

.shape3 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 220px;
  height: 220px;
}

.facility {
  padding-bottom: 100px;
  overflow: hidden;
}

.sec {
  padding: 100px 0;
}

.green_back {
  background: linear-gradient(to right, #cfd706 0%, #f2fe74 100%);
  position: relative;
}

.green_back:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}

.green_back .fixedcontainer {
  position: relative;
  z-index: 2;
}

.shape4 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.shape5 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(40%);
  z-index: 1;
}

.green_back .title:after {
  background-color: #fff;
}

.func_list {
  display: flex;
  flex-wrap: wrap;
}

.func_one {
  width: 584px;
  border-radius: 8px;
  background-color: #fff;
  padding: 50px;
  margin-right: 32px;
  margin-bottom: 36px;
  position: relative;
  text-align: center;
}

.func_one:nth-child(2n) {
  margin-right: 0;
}

.func_one_ttl {
  font-size: 24px;
}

.func_one_img {
  /*	position: absolute;*/
  /*	right: 20px;*/
  /*	bottom: 30px;*/
  margin-top: 20px;
}

.func_one_txt {
  /*	width: 272px;*/
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  /*	min-height: 80px;*/
  overflow: hidden;
}

.func_one_link {
  text-align: center;
}

.func_one_link a {
  display: block;
  width: 200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  justify-content: center;
  background-color: #c8a063;
  color: #fff;
  border-radius: 25px;
}

.func_one_link a span {
  font-family: "futura";
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
}

.func_one_link a img {
  width: 15px;
}

.story_in {
  max-width: 1180px;
  margin: 0 auto;
}

.story_one {
  padding: 0 40px;
}

.story_one a {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.slick-list {
  overflow: initial;
}

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

.shape6 {
  position: absolute;
  bottom: 0;
  right: 160px;
  width: 609px;
  height: 609px;
  border-radius: 50%;
}

.story_one_img {
  width: 500px;
  height: 280px;
  overflow: hidden;
}

.story_one_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.story_one:hover .story_one_img img {
  transform: scale(1.1);
  transition: 0.5s;
}

.story_one_in {
  padding: 50px 50px 40px;
  width: calc(100% - 500px);
}

.story_one_ttl {
  font-size: 24px;
  margin-bottom: 15px;
}

.story_one_txt {
  line-height: 1.4;
  height: 2.8em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.story_one_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 55px;
}

.story_one_link span {
  font-family: "futura";
  font-size: 18px;
  color: #c8a063;
  font-weight: bold;
  margin-right: 15px;
}

.story_one_link img {
  width: 15px;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e1e1e1;
}

.slick-dots li {
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button {
  background-color: #c8a063;
}

.slick-prev {
  left: -40px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  content: none;
}

.slick-next {
  right: -40px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

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

.shape7 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.seminar_list {
  max-width: 1125px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.seminar_one {
  width: 345px;
  margin-right: 45px;
  margin-bottom: 45px;
}

.seminar_one:nth-child(3n) {
  margin-right: 0;
}

.seminar_one a {
  display: block;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.seminar_one a:hover {
  transform: initial;
}

.story_one a:hover {
  transform: initial;
}

.seminar_one_img {
  width: 100%;
  height: 194px;
  overflow: hidden;
  position: relative;
}

.seminar_one_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.seminar_one:hover .seminar_one_img img {
  transform: scale(1.1);
  transition: 0.5s;
}

.seminar_one_cat {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 20px;
  background-color: #9bbb00;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  z-index: 1;
}

.seminar_one_cat.gray {
  background: #aaa;
}

.seminar_one_in {
  padding: 20px;
}

.seminar_one_ttl {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
  height: 2.8em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.story_one_txt {
  line-height: 1.4;
  height: 2.8 m;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.seminar_one_in .story_one_link {
  margin-top: 20px;
}

.more_btn_wrap {
  text-align: center;
  margin-top: 20px;
}

.more_btn {
  display: flex;
  width: 200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-color: #c8a063;
  border-radius: 30px;
  padding: 10px 0;
}

.more_btn span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "futura";
  margin-right: 15px;
}

.more_btn img {
  width: 15px;
}

.know_how_date {
  color: #666666;
}

.know_how {
  padding-bottom: 120px;
  overflow: hidden;
}

.support {
  position: relative;
}

.support:before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.support_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}

.support_one {
  width: 360px;
  background: linear-gradient(to right, #cfd706 0%, #f2fe74 100%);
}

.support_one > a {
  display: block;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 50px;
  transition: 200ms;
}

.support_one_img {
  text-align: center;
  margin-bottom: 30px;
}

.support_one_ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.support_one > a:hover {
  opacity: 1;
  transform: translate(-15px, -15px);
  transition: 200ms;
}

.footer_contact {
  padding-top: 40px;
  background-color: #f5f5f5;
  padding-bottom: 140px;
}

.footer_contact_links {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.footer_price_links > a {
  margin: 0 10px;
  width: 320px;
}

.footer_contact_btn {
  display: flex;
  width: 400px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #c8a063;
  border: 1px solid #c8a063;
  border-radius: 50px;
  padding: 20px 0;
  margin: 0 25px;
}

.footer_contact_btn img {
  margin-right: 10px;
}

.footer_request_btn {
  color: #fff;
  background-color: #c8a063;
}

.footer_contact_txt {
  text-align: center;
}

.footer_tel {
  text-align: center;
  margin-top: 30px;
}

.footer_links {
  display: flex;
}

.footer_links > div {
  width: 25%;
}

.footer_in1 {
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.footer_in1 .fixedcontainer {
  max-width: 1000px;
}

.footer_logo {
  margin-bottom: 48px;
}

.footer_links > div > p {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_links > div > ul {
  list-style: none;
}

.footer_links > div > ul > li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
  font-size: 12px;
}

.footer_links > div > ul > li:before {
  content: "-";
  position: absolute;
  left: 5px;
  top: 5px;
}

.footer_links > div > ul > li > a {
  padding: 5px 0;
  display: block;
}

.footer_links > div > ul > li > a:hover {
  text-decoration: underline;
}

.footer_links > div > p > a {
  display: block;
}

.footer_links > div > p > a:hover {
  text-decoration: underline;
}

.privacy_links a:hover {
  text-decoration: underline;
}

.footer_in2 {
  background-color: #cfdb00;
  padding: 30px 0;
}

.footer_in2 .fixedcontainer {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.breadcrumb {
  display: flex;
  padding-top: 20px;
}

.sub_title {
  padding: 70px 0 100px;
  text-align: center;
  font-size: 36px;
}

.sub_title span {
  display: block;
}

.sub_title span.sub_title_en {
  font-family: "futura";
  color: #cfdb00;
  letter-spacing: 2px;
  font-size: 92px;
  line-height: 1;
}

.sub_title img {
  width: 78px;
  margin-top: 10px;
}

.sub_page_links {
  width: 90%;
  justify-content: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.sub_page_link {
  width: 25%;
  border: 1px solid #f2f2f2;
  border-top: 4px solid #cfdb00;
  text-align: center;
  padding: 50px 0;
  font-weight: bold;
  background-color: #fff;
  display: block;
}

.sub_page_link_num {
  font-size: 24px;
  color: #c8a063;
  font-family: "futura";
  margin-bottom: 10px;
}

.sub_page_link_ttl {
  margin-bottom: 20px;
}

.sub_first_sec {
  padding-top: 175px;
  margin-top: -100px;
}

.gray_back {
  background-color: #f5f5f5;
}

.seminar_list_sub {
  display: flex;
  flex-wrap: wrap;
  max-width: 1125px;
  margin: 0 auto;
}

.know_how_one_ul {
  margin-left: 20px;
  color: #666666;
}

.know_how_one_cat {
  margin-top: 10px;
}

.know_how_one_cat span {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #f2f2f2;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.news_list {
  max-width: 1000px;
  margin: 0 auto;
}

.news_one {
  display: flex;
  padding: 40px 40px 40px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.news_one:after {
  content: "";
  position: absolute;
  right: 30px;
  width: 12px;
  height: 15px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
}

.news_one:first-child {
  border-top: 1px solid #ccc;
}

.news_one_date {
  width: 180px;
}

.news_one_ttl {
  width: calc(100% - 180px);
}

.no_bottom_sec {
  padding-bottom: 0 !important;
}

.footer_request_btn2 {
  background-color: #fff;
}

.cta_in {
  background-color: #f9f4ed;
  border-radius: 20px;
  padding: 120px 0;
  text-align: center;
}

.cta_in .footer_contact_links {
  margin-bottom: 0;
  margin-top: 50px;
}

.cta_txt {
  text-align: center;
  margin-bottom: 30px;
}

.cta_tel_txt {
  text-align: center;
  margin-top: 15px;
}

.breadcrumb {
  color: #666;
  font-size: 14px;
}

.breadcrumb li {
  list-style: none;
}

.login {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  padding-top: calc(50vh - 301px);
}

.login_in {
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 80px;
  height: 602px;
}

.login_navigation_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-55%);
  width: 75%;
}

.login_links_area {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-55%);
}

.fa-phone,
.fa-envelope {
  margin-right: 8px;
  color: #c8a063;
}

.login_ttl {
  font-size: 24px;
  text-align: center;
}

.login_logo {
  text-align: center;
  margin-bottom: 40px;
}

.input_field input {
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px;
  height: 60px;
  border: none;
  border-radius: 5px;
}

.input_field {
  margin-bottom: 15px;
}

.check_field {
  text-align: center;
}

.check_field input {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  vertical-align: top;
}

.submit_field {
  margin-top: 20px;
  text-align: center;
}

.submit_field input {
  padding: 15px 0;
  border-radius: 40px;
  background-color: #c8a063;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  width: 100%;
}

.login_links {
  margin-top: 50px;
  margin-right: 20px;
}

.forget_links {
  margin-left: 20px;
  margin-top: 50px;
}

.forget_links li::marker,
.login_links li::marker {
  color: #c8a063;
}

.forget_links a,
.login_links a {
  text-decoration: underline;
}

.story_ttl {
  font-size: 30px;
  margin-bottom: 20px;
}

.story_info {
  font-size: 18px;
  font-weight: bold;
}

.story_info span {
  font-size: 12px;
  font-weight: normal;
}

.story_in2 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.story_img {
  margin: 20px 0 50px;
  text-align: center;
}

.story_img img {
  height: auto;
}

.story_content h2 {
  border-left: 5px solid #cfdb00;
  padding-left: 10px;
  margin-bottom: 20px;
}

.story_content h3 {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.story_content h3:before {
  content: "";
  width: 20px;
  left: 0;
  top: 15px;
  height: 3px;
  background-color: #cfdb00;
  position: absolute;
}

.point_one {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}

.point_one:last-child {
  margin-bottom: 0;
}

.point_one_img {
  width: 580px;
  text-align: center;
}

.point_one_in {
  width: 540px;
}

.point_num {
  font-size: 32px;
  font-weight: bold;
  color: #c8a063;
  font-family: "futura";
  line-height: 1;
  margin-bottom: 20px;
}

.point_num span {
  font-size: 60px;
  margin-left: 20px;
}

.point_ttl {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.point_one:nth-child(2n) {
  flex-direction: initial;
}

.sub_page_txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.sec_top_ttl {
  text-align: center;
}

.faq_one {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #fff;
}

.faq_ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 50px 30px 100px;
  position: relative;
}

.faq_ttl:before {
  content: "Q";
  font-size: 40px;
  font-weight: bold;
  font-family: "futura";
  position: absolute;
  left: 30px;
  top: 10px;
  color: #c8a063;
}

.faq_ttl:after {
  content: "+";
  font-size: 28px;
  position: absolute;
  font-weight: normal;
  right: 30px;
  top: 24px;
}

.faq_one.active .faq_ttl:after {
  content: "ー";
  font-size: 20px;
  top: 28px;
}

.faq_txt {
  display: none;
  border-top: 1px solid #ccc;
  padding: 30px 50px 30px 100px;
  position: relative;
}

.faq_txt:before {
  content: "A";
  font-size: 40px;
  font-weight: bold;
  font-family: "futura";
  position: absolute;
  left: 30px;
  top: 10px;
}

.security_one {
  margin-top: 50px;
}

.security_ttl {
  font-size: 24px;
  margin-bottom: 15px;
}

#grant.support .support_one a {
  text-align: center;
  padding: 80px 50px;
}

#grant.support .support_list {
  margin-top: 50px;
}

.no_top_sec {
  padding-top: 0;
}

.price_main .sub_title {
  padding-bottom: 20px;
}

.sub_price_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.price_img {
  text-align: center;
  margin-bottom: 80px;
}

.plan_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.plan_one {
  width: 366px;
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 30px 30px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.plan_one_num {
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  font-family: "futura";
  line-height: 1.1;
  background-color: #6f5227;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.plan_one_num span {
  font-size: 32px;
  letter-spacing: 0;
  display: block;
}

.plan_one_ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.plan_one_ttl span {
  display: block;
  font-size: 18px;
}

.plan1_div {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #6f5227;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
}

.plan_one_plus {
  text-align: center;
  margin: 10px 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.plan_one_num2 {
  background-color: #29abe2;
}

.plan_one_num3 {
  background: linear-gradient(-45deg, #eecc38 0%, #c69130 100%);
}

.plan2_div {
  background-color: #29abe2;
}

.plan_one_funcs {
  display: flex;
  flex-wrap: wrap;
}

.plan_one_funcs div {
  width: 48%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-right: 4%;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
}

.plan_one_funcs div:nth-child(2n) {
  margin-right: 0;
}

.plan_eva {
  margin-top: 50px;
  padding: 100px 130px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.plan_eva_funcs {
  display: flex;
  flex-wrap: wrap;
}

.plan_eva_funcs > div {
  width: 280px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  background-color: #f2f2f2;
  margin-right: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.plan_eva_funcs > div:nth-child(3n) {
  margin-right: 0;
}

.plan_eva .plan_one_ttl {
  margin-bottom: 50px;
}

.plan_eva_option_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan_eva_plus {
  font-size: 64px;
  text-align: center;
  font-weight: 100;
  line-height: 1;
  margin-top: -30px;
  margin-bottom: 20px;
}

.plan_eva_option {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 13px;
  font-size: 24px;
  background-color: #c69130;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.plan_eva_option_list > div {
  width: 46%;
  height: 120px;
  border-radius: 10px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.company_logo {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 80px;
}

.company_main .sub_title {
  padding-top: 0;
}

.mission_img {
  margin-bottom: 20px;
  text-align: center;
}

.vision_in {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.vision_img {
  width: 540px;
}

.vision_txt {
  width: 600px;
  line-height: 2;
}

.company_in {
  background-color: #fff;
  padding: 100px;
}

.company_in table {
  width: 100%;
}

.company_in table th {
  width: 230px;
  border-bottom: 1px solid #666666;
  padding: 30px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  line-height: 2;
}

.company_in table td {
  width: calc(100% - 230px);
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 20px;
  line-height: 2;
}

.company_in table tr:last-child th, .company_in table tr:last-child td {
  border-bottom: none;
}

.company_in table td a {
  text-decoration: underline;
}

.message_in {
  display: flex;
  justify-content: space-between;
}

.message_img {
  width: 524px;
}

.message_content {
  width: 600px;
}

.message_name {
  margin-top: 40px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

.message_name img {
  vertical-align: top;
  margin-left: 20px;
}

.func_list2 .func_one {
  margin: 0 10px;
}

.func_list2 .func_one_txt {
  /*	width: 236px;*/
  height: 76px;
}

.func_list2 .slick-dots li button {
  background-color: #fff;
}

.func_list2 .slick-dots li.slick-active button {
  background-color: #c8a063;
}

.sub_funcs {
  overflow: hidden;
}

.know_how_txt {
  margin: 40px 0 30px;
}

.know_how_point_ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

.know_how_point_list {
  margin-left: 20px;
}

.know_how_point_cats {
  margin-top: 50px;
}

.know_how_point_cats span {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.contact_in {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 40px 30px;
}

.flex_field_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex_field_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_field_group > .field_wrap {
  width: 48%;
}

.field_ttl {
  padding: 10px 0;
  font-weight: bold;
}

.field_wrap input {
  width: 100%;
  height: 56px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  outline: none;
  border: none;
}

.field_wrap {
  margin-bottom: 10px;
}

.field_ttl span, .check_field_ttl span {
  color: #ed1c24;
}

.check_field_ttl {
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 10px;
}

.check_field_list {
  display: flex;
  flex-wrap: wrap;
}

span.mwform-checkbox-field {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.check_field_list label {
  width: 100%;
  display: block;
}

.check_field_list label input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 4px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.field_div textarea {
  width: 100%;
  height: 140px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  outline: none;
  border: none;
  resize: none;
}

.submit_btn {
  text-align: center;
}

.submit_btn input {
  display: inline-block;
  padding: 20px 30px;
  background-color: #c8a063;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  outline: none;
}

.download_wrap .fixedcontainer {
  display: flex;
  justify-content: space-between;
}

.download_wrap .fixedcontainer > div {
  width: 48%;
}

.download_ttl {
  font-size: 24px;
  margin-bottom: 20px;
}

.know_how_point_div {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 30px 0;
  margin-top: 30px;
}

.download_ttl span {
  font-size: 48px;
  font-family: "futura";
  color: #c8a063;
  display: block;
}

.contact_btns a {
  margin: 0 auto;
}

.contact_btns {
  margin-top: 30px;
}

.know_how_img {
  text-align: center;
}

.know_how_img img {
  height: auto;
}

.realization_txt {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}

.facility_main .fixedcontainer {
  display: flex;
  justify-content: space-between;
}

.facility_info {
  width: 468px;
}

.facility_img {
  width: 620px;
  position: relative;
}

.facility_img:before {
  content: "";
  position: absolute;
  width: 233px;
  height: 233px;
  left: -190px;
  top: -80px;
  border-radius: 50%;
  z-index: -1;
}

.facility_img img {
  width: 100%;
  height: auto;
}

.facility_ttl {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.sub_facility_ttl {
  margin-bottom: 50px;
}

.facility_btn {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #c8a063;
  box-shadow: 3px 5px 10px rgba(166, 124, 82, 0.1);
  display: inline-block;
  padding: 30px 0;
  border-radius: 50px;
  position: relative;
}

.facility_btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 13px;
  background-size: contain;
  background-position: center;
  right: 40px;
  top: 50%;
  margin-top: -6.5px;
}

.facility_point .point_one_img {
  width: 600px;
}

.point_funcs {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.point_funcs_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.point_funcs ul {
  display: flex;
  flex-wrap: wrap;
}

.point_funcs ul li {
  list-style: none;
  font-size: 12px;
  text-align: center;
  width: 80px;
  margin-right: 10x;
  margin-bottom: 10px;
}

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

.point_funcs ul li span {
  display: block;
  line-height: 1.2;
  margin-top: 5px;
}

.nayami_list {
  display: flex;
  justify-content: space-between;
}

.nayami_one {
  width: 370px;
  background-color: #fff;
  padding: 70px 22px 40px;
  position: relative;
}

.nayami_one:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 119px;
  height: 66px;
  background-position: top;
  background-size: contain;
}

.nayami_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

.nayami_ttl:before {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #c8a063;
  left: 50%;
  margin-left: -27px;
  bottom: 0;
  position: absolute;
}

.point_link_list {
  display: flex;
  justify-content: space-between;
}

.point_link_list_wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: -180px;
}

.point_link_sec {
  margin-bottom: 180px;
}

.point_link_img {
  border: 1px solid #ccc;
}

.point_link_one {
  display: block;
  width: 370px;
  text-align: center;
  position: relative;
  padding: 40px 20px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.point_link_one:hover {
  opacity: 1;
}

.point_link_num {
  font-size: 60px;
  color: #c8a063;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  font-family: "futura";
  font-weight: bold;
}

.point_link_ttl {
  font-size: 16px;
  margin-bottom: 15px;
}

.point_link_arrow {
  margin-top: 10px;
  line-height: 1;
}

.function_point .point_ttl {
  font-size: 24px;
}

.plan_price_ttl {
  font-size: 18px;
}

.story_cats {
  margin: 10px 0;
}

.story_cats span {
  margin-right: 10px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #cfdb00;
  border-radius: 3px;
}

.story_cats span:last-child {
  margin-right: 0;
}

/***********************************************************************************************************************
Responsive styles
***********************************************************************************************************************/
/* CSS Document */
@media screen and (max-width: 1480px) {
  .header_in {
    padding: 10px 15px;
  }

  .concept {
    overflow: hidden;
  }

  .logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .header_left_links li {
    margin-right: 10px;
  }

  .header_contact {
    padding: 10px;
  }

  .header_request {
    padding: 10px;
  }

  .header_right_links li {
    margin-left: 5px;
  }

  .point_one_img {
    width: 46%;
  }

  .point_one_content {
    width: 50%;
  }

  .facility_one {
    width: 32%;
    margin-right: 2%;
  }

  .func_one {
    width: 48%;
    margin-right: 4%;
  }

  .story_one_img {
    width: 50%;
  }

  .story_one_in {
    width: 50%;
  }

  .seminar_one {
    width: 32%;
    margin-right: 2%;
  }

  .plan_one {
    width: 32%;
  }

  .plan_eva_funcs > div {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .header_in {
    font-size: 12px;
  }

  .dropdown ul li a {
    font-size: 14px;
  }

  .login_in {
    padding: 50px;
    height: 622px;
  }

  .login {
    padding-top: calc(50vh - 311px);
  }
}
@media screen and (max-width: 768px) {
  .visible-sp {
    display: block;
  }

  .hidden-sp {
    display: none !important;
  }

  .banner2 {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }

  body {
    font-size: 14px;
  }

  .fixedcontainer {
    width: 90%;
  }

  .menu-trigger {
    position: relative;
    top: 0px;
    right: 0;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    width: 54px;
    height: 54px;
    z-index: 2;
  }

  .menu-trigger.active {
    position: fixed;
    top: 10px;
  }

  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    background: #c8a063;
    width: 28px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 18px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 18px;
  }

  .g-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    z-index: 1;
    padding: 70px 30px 30px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .shape6 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }

  .shape7 {
    bottom: 20px;
  }

  .shape7 img {
    visibility: hidden;
  }

  .func_one {
    width: 100%;
  }

  .header ul.header_left_links {
    display: none;
  }

  .header-top a {
    display: block;
    padding: 5px 8px;
  }

  .header-top span {
    font-size: 12px;
  }

  .header-top strong {
    font-size: 13px;
  }

  .header_in {
    padding: 0;
  }

  .logo {
    padding-left: 10px;
    margin-right: 0;
  }

  .logo img {
    height: 40px;
    width: auto;
  }

  .header_sp_links {
    display: flex;
  }

  .header_sp_links img {
    height: 54px;
  }

  .header {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }

  #fv {
    padding: 20px 0 60px;
  }

  .fv_btn_wrap {
    margin: 20px 0 10px;
  }

  .fv_btn {
    font-size: 12px;
    padding: 13px 0;
    width: 230px;
  }

  .fv_btn:after {
    width: 15px;
    right: 18px;
  }

  .fv_txt {
    font-size: 12px;
  }

  .fv_img img {
    width: 80%;
  }

  .banner1 {
    width: 40%;
  }

  .shape1 {
    width: 16%;
  }

  .concept {
    padding: 56px 0;
  }

  .concept_ttl {
    font-size: 14px;
    font-weight: 500;
  }

  .concept_txt {
    font-size: 12px;
  }

  .shape2 {
    display: none;
  }

  .title span {
    font-size: 16px;
  }

  .title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .title:after {
    width: 32px;
    height: 2px;
    margin-left: -16px;
  }

  .facility_list {
    display: block;
  }

  .facility_one {
    padding: 0 10px;
  }

  .facility_one:nth-child(3n) {
    margin-right: 10px;
  }

  .facility_one_ttl {
    font-size: 16px;
  }

  .facility_one_img {
    height: 36vw;
  }

  .facility_one_in {
    padding: 20px;
  }

  .facility_one_link {
    margin-top: 8px;
  }

  .facility_one_link span {
    font-size: 14px;
  }

  .slick-prev {
    width: 40px;
    height: 40px;
    left: 10px;
  }

  .slick-next {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  .support_list .slick-next {
    right: 0;
  }

  .support_list .slick-prev {
    left: 0;
  }

  .slick-dots {
    bottom: -30px;
  }

  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .shape4 {
    width: 15%;
  }

  .facility {
    padding-bottom: 50px;
  }

  .facility .fixedcontainer {
    width: 100%;
  }

  .sec {
    padding: 50px 0;
  }

  .func_one {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
  }

  .func_one_ttl {
    font-size: 18px;
  }

  .func_one_img {
    position: absolute;
    right: 12px;
    bottom: 20px;
    margin-top: 0;
  }

  .func_one_txt {
    width: calc(100% - 120px);
    height: auto;
  }

  .func_one_txt {
    margin: 10px 0;
  }

  .func_one_link a {
    width: calc(100% - 120px);
    padding: 8px 0;
    margin: 0;
  }

  .func_one_link a span {
    font-size: 16px;
  }

  .story_one a {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .story_one_img {
    width: 100%;
    height: 35vw;
  }

  .story_one_in {
    width: 100%;
    padding: 20px;
  }

  .story_one_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .story_one_link {
    margin-top: 10px;
  }

  .story_one_link span {
    font-size: 14px;
  }

  .shape5 {
    width: 30%;
    transform: translateY(30%);
  }

  .story_one {
    padding: 0 10px;
  }

  .company_slider img {
    height: 100px;
  }

  .seminar .fixedcontainer {
    width: 100%;
  }

  .seminar_list {
    display: block;
  }

  .seminar_one {
    padding: 0 10px;
    margin: 0;
  }

  .seminar_one a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .seminar_one:nth-child(3n) {
    margin-right: 0;
  }

  .seminar_one_ttl {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .seminar_one_img {
    height: 35vw;
  }

  .more_btn_wrap2 {
    margin-top: 60px;
  }

  .seminar_one_in .story_one_link {
    margin-top: 10px;
  }

  .more_btn span {
    font-size: 16px;
  }

  .know_how {
    padding-bottom: 50px;
  }

  .know_how .fixedcontainer {
    width: 100%;
  }

  .support:before {
    height: 24%;
  }

  .support_list {
    display: block;
    margin: 0 10px 20px;
  }

  .support_list:last-child {
    margin-bottom: 0;
  }

  .support_one {
    /*     margin: 0 10px; */
  }

  .support_list .slick-slide > div {
    padding: 0 10px;
  }

  .support_list .slick-list {
    overflow: hidden;
  }

  .slick-slide img {
    display: inline-block;
  }

  .footer_contact_links {
    display: block;
    margin-bottom: 20px;
  }

  .footer_price_links > a {
    margin: 0 0 10px;
    width: 100%;
  }

  .footer_contact_btn {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 20px;
    font-size: 16px;
  }

  .footer_tel img {
    width: 280px;
  }

  .footer_contact {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .footer_logo {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer_logo img {
    width: 48%;
    max-width: 216px;
  }

  .footer_links {
    display: block;
  }

  .footer_links > div {
    width: 100%;
  }

  .footer_links > div > ul {
    display: none;
    border-top: 1px solid #ccc;
  }

  .footer_links > div > p {
    padding: 10px;
    border-top: 1px solid #cccccc;
    position: relative;
    margin-bottom: 0;
  }

  .footer_links > div > p.no_link:before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .footer_links > div > p.no_link.active:before {
    content: "ー";
  }

  .footer_links > div > p.no_link.active {
    margin-bottom: 0;
  }

  .footer_links > div > p > a {
    display: block;
  }

  .footer_links > div > p > a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    height: 9px;
    margin-top: -4.5px;
    background-size: contain;
    background-position: center;
  }

  .footer_links > div > ul > li {
    margin-bottom: 0;
  }

  .footer_links > div > ul > li > a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 14px;
  }

  .footer_links > div > ul > li:before {
    top: 7px;
    left: 16px;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .sub_title {
    font-size: 24px;
    padding: 50px 0;
  }

  .sub_title span.sub_title_en {
    font-size: 40px;
    margin-bottom: 6px;
  }

  .sub_title img {
    margin-top: 0px;
    width: 60px;
  }

  .sub_page_links {
    width: 90%;
    display: block;
  }

  .sub_page_link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    margin-top: 2px;
  }

  /*.support_page_links{
      flex-wrap: wrap;
  }
  .support_page_links .sub_page_link{
      width: 50%;
  }*/
  .sub_page_link_num {
    font-size: 18px;
    margin-bottom: 0;
  }

  .sub_page_link_ttl {
    margin-bottom: 0px;
  }

  .sub_first_sec {
    margin-top: 40px;
    padding-top: 50px;
  }

  /*.sub_first_sec .shape4{
      transform: translateY(-10px);
  }*/
  .seminar_list_sub {
    display: block;
  }

  .seminar_list_sub .seminar_one {
    margin: 0 0 20px;
    width: 100%;
  }

  .seminar_list_sub .seminar_one_img {
    height: 50vw;
  }

  .news_one {
    display: block;
    padding: 20px 20px 20px 0;
  }

  .news_one_date {
    width: 100%;
    margin-bottom: 5px;
  }

  .news_one_ttl {
    width: 100%;
  }

  .news_one:after {
    right: 5px;
  }

  .cta_in {
    padding: 40px 20px 30px;
  }

  .cta_in .footer_contact_links {
    margin-top: 20px;
  }

  .cta_tel_txt {
    font-size: 12px;
  }

  .cta_tel img {
    width: 80%;
    max-width: 300px;
  }

  .support_one > a {
    padding: 30px;
  }

  .support_one_img {
    margin-bottom: 10px;
  }

  .support_one_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer_in1 {
    padding-bottom: 0;
  }

  .footer_in1 .fixedcontainer {
    width: 100%;
  }

  .footer_in2 {
    padding: 20px 0;
  }

  .footer_in2 .fixedcontainer {
    display: block;
    text-align: center;
  }

  .copyright {
    margin-top: 10px;
  }

  .login {
    padding: 50px 0;
    background: none;
  }

  .login_in {
    border-radius: 10px;
    padding: 40px 20px;
    height: auto;
  }

  .login_ttl {
    font-size: 20px;
  }

  .login_logo img {
    width: 60%;
    max-width: 240px;
  }

  .login_logo {
    margin-bottom: 20px;
  }

  .input_field input {
    height: 48px;
  }

  .submit_field input {
    font-size: 16px;
  }

  .forget_links {
    margin-top: 20px;
  }

  .story_in {
    width: 100%;
  }

  .story_ttl {
    font-size: 20px;
    line-height: 1.4;
  }

  .story_content h2 {
    font-size: 18px;
  }

  .story_info {
    font-size: 16px;
  }

  .story_content h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 20px;
  }

  .story_content h3:before {
    width: 14px;
    top: 12px;
  }

  .story_info span {
    display: block;
  }

  .story_img {
    margin: 20px 0 30px;
  }

  .story_img img {
    height: auto;
  }

  .sub_page_txt {
    font-size: 16px;
  }

  .point_one {
    display: block;
    margin-bottom: 40px;
  }

  .point_one_img {
    width: 100%;
    margin-bottom: 10px;
  }

  .point_one_in {
    width: 100%;
  }

  .point_num {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .point_num span {
    font-size: 24px;
    margin-left: 10px;
  }

  .point_ttl {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .faq_ttl {
    font-size: 16px;
    padding: 20px 36px 20px 40px;
    line-height: 1.4;
  }

  .faq_ttl:before {
    font-size: 24px;
    left: 10px;
    top: 12px;
  }

  .faq_ttl:after {
    right: 15px;
    top: 9px;
  }

  .faq_one {
    margin-top: 15px;
  }

  .faq_txt {
    padding: 20px 36px 20px 40px;
  }

  .faq_txt:before {
    font-size: 24px;
    left: 10px;
    top: 12px;
  }

  .faq_one.active .faq_ttl:after {
    top: 17px;
  }

  .security_one {
    margin-top: 20px;
  }

  .security_ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .no_top_sec {
    padding-top: 0;
  }

  .price_img img {
    width: 70%;
  }

  .plan_list {
    display: block;
    margin-top: 60px;
  }

  .plan_one {
    width: 100%;
    padding: 50px 15px 10px;
    margin-bottom: 60px;
  }

  .plan_one:last-child {
    margin-bottom: 0;
  }

  .plan_one_num {
    width: 70px;
    height: 70px;
  }

  .plan_one_ttl {
    font-size: 22px;
  }

  .plan_one_ttl span {
    font-size: 16px;
  }

  .plan_eva {
    margin: 20px 0 0;
    padding: 30px 15px;
  }

  .plan_eva .plan_one_ttl {
    margin-bottom: 10px;
  }

  .plan_eva_funcs > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
    height: 60px;
    border-radius: 5px;
  }

  .plan_eva_funcs > div:nth-child(3n) {
    margin-right: 4%;
  }

  .plan_eva_funcs > div:nth-child(2n) {
    margin-right: 0;
  }

  .plan_eva_plus {
    margin-top: 0;
    font-size: 48px;
    margin-bottom: 10px;
  }

  .plan_eva_option {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .plan_eva_option_list > div {
    font-size: 14px;
    width: 48%;
    height: 60px;
    border-radius: 5px;
  }

  .company_logo {
    padding-top: 40px;
  }

  .company_logo img {
    max-width: 320px;
    width: 70%;
  }

  #vision .title {
    font-size: 20px;
  }

  .vision_in {
    display: block;
  }

  .vision_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .vision_txt {
    width: 100%;
  }

  .company_in {
    padding: 30px 15px;
  }

  .company_in table th, .company_in table td {
    width: 100%;
    display: block;
  }

  .company_in table th {
    padding: 15px 0 0;
    border-bottom: none;
    font-weight: bold;
  }

  .company_in table td {
    padding: 5px 0 15px;
    border-bottom: 1px solid #666;
  }

  .message_in {
    display: block;
  }

  .message_img {
    width: 100%;
  }

  .message_content {
    width: 100%;
    margin-top: 20px;
  }

  .message_name {
    margin-top: 20px;
  }

  .know_how_point_ttl {
    font-size: 20px;
  }

  .submit_btn input {
    width: 100%;
    padding: 16px 20px;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 1.2;
  }

  .contact_in {
    padding: 30px 15px;
  }

  .flex_field_group {
    display: block;
  }

  .flex_field_group > .field_wrap, .field_wrap {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .field_ttl {
    width: 100%;
    padding: 10px 0 5px;
  }

  .field_div {
    width: 100%;
  }

  .field_wrap input {
    height: 48px;
  }

  .check_field_ttl {
    padding: 10px 0 5px;
    margin-bottom: 0;
  }

  .check_field_list > label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .check_field_wrap {
    margin-bottom: 0;
  }

  .know_how_point_cats {
    margin: 30px 0;
  }

  .download_wrap .fixedcontainer {
    display: block;
  }

  .download_wrap .fixedcontainer > div {
    width: 100%;
  }

  .download_ttl {
    font-size: 20px;
    line-height: 1.3;
  }

  .know_how_point_div {
    margin-top: 20px;
    padding: 20px 0;
    margin-bottom: 40px;
  }

  .check_field_ttl {
    padding-top: 15px;
  }

  .download_ttl span {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .contact_btns {
    margin: 20px 0;
  }

  .contact_btns:last-child {
    margin-bottom: 40px;
  }

  .download_ttl {
    text-align: center;
  }

  .footer {
    margin-bottom: 15vw;
  }

  .contact_sub_img img {
    width: 70%;
  }

  .plan1_div {
    font-size: 20px;
  }

  .support_one > a:hover {
    transform: initial;
  }

  .concept_ttl img {
    margin-top: -8px;
    width: 130px;
  }

  .facility_point .point_one_img {
    width: 100%;
  }

  .facility_main .fixedcontainer {
    display: block;
  }

  .facility_info {
    width: 100%;
  }

  .facility_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sub_facility_ttl {
    margin-bottom: 20px;
  }

  .facility_btn {
    font-size: 18px;
    padding: 15px 0;
  }

  .facility_btn:after {
    right: 20px;
  }

  .facility_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .realization_txt {
    margin-top: 30px;
    text-align: left;
  }

  .point_funcs {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .point_funcs_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .nayami_list {
    display: block;
  }

  .nayami_one {
    width: 100%;
    margin-bottom: 20px;
  }

  .nayami_one:last-child {
    margin-bottom: 0;
  }

  .nayami_ttl {
    font-size: 16px;
  }

  .point_link_list {
    flex-wrap: wrap;
    display: none;
  }

  .point_link_one {
    margin-top: 50px;
    width: 100%;
  }

  .point_link_one:first-child {
    margin-top: 20px;
  }

  .point_link_sec {
    margin-bottom: 0;
  }

  .point_link_list_wrap {
    margin-bottom: 0;
  }

  .point_link_num {
    font-size: 48px;
  }

  .function_point .point_ttl {
    font-size: 18px;
  }

  .function_point .point_funcs {
    margin-bottom: 0;
  }

  .facility_img:before {
    content: none;
  }

  .func_list2 .func_one_txt {
    height: 104px;
    width: 100%;
  }

  .func_list2 .slick-prev {
    left: -16px;
  }

  .func_list2 .slick-next {
    right: -16px;
  }

  .plan_price_ttl {
    font-size: 16px;
  }

  .know_how_img {
    margin-bottom: 20px;
  }
}
