@charset "UTF-8";
/*
theme Name: トミタの家づくり舎オリジナルテーマ
Author: 株式会社C-tag
Description: original theme of トミタの家づくり舎
version： 1.0.0
*/
.on414 {
  display: none;
}

@media (max-width: 414px) {
  .on414 {
    display: block;
  }
}

.off414 {
  display: block;
}

@media (max-width: 414px) {
  .off414 {
    display: none;
  }
}

.on480 {
  display: none;
}

@media (max-width: 480px) {
  .on480 {
    display: block;
  }
}

.off480 {
  display: block;
}

@media (max-width: 480px) {
  .off480 {
    display: none;
  }
}

.on600 {
  display: none;
}

@media (max-width: 600px) {
  .on600 {
    display: block;
  }
}

.on768 {
  display: none;
}

@media (max-width: 768px) {
  .on768 {
    display: block;
  }
}

.on1024 {
  display: none;
}

@media (max-width: 1024px) {
  .on1024 {
    display: block;
  }
}

.on768flex {
  display: none;
}

@media (max-width: 768px) {
  .on768flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.off768 {
  display: block;
}

@media (max-width: 768px) {
  .off768 {
    display: none;
  }
}

.off1024 {
  display: block;
}

@media (max-width: 1024px) {
  .off1024 {
    display: none;
  }
}

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

@media (max-width: 768px) {
  .off768flex {
    display: none;
  }
}

.highlight-blue {
  color: #2E2E99;
}

@font-face {
  font-family: yumindb;
  src: url(./fonts/yumindb.ttf);
}

@font-face {
  font-family: amiriRg;
  src: url(./fonts/Amiri-Regular.ttf);
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

a{
  text-decoration: none;
}
ul {
  list-style: none;
}

.container-fluid {
  width: 100%;
}

.container {
  width: 83.33%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .container {
    width: 94%;
  }
}

.main-visual {
  margin-top: 90px;
  height: 250px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .main-visual {
    height: 200px;
    margin-top: 70px;
  }
}

@media (max-width: 480px) {
  .main-visual {
    height: 130px;
  }
}

.main-visual h2 {
  font-family: amiriRg;
  color: white;
  font-size: 30px;
}

@media (max-width: 768px) {
  .main-visual h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .main-visual h2 {
    font-size: 20px;
  }
}

.main-visual h1 {
  color: white;
  font-size: 40px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .main-visual h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .main-visual h1 {
    font-size: 24px;
  }
}

.navy-h {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #1A1A33;
  font-size: 18px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

/*ページネーションの部分の記述*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}

.pagination .paginate-each {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  color: black;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagination .paginate-each:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination .paginate-each:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #CCCCCC;
}

.pagination .paginate-each:hover {
  background-color: #2A2B33;
  color: white;
  border-top: 1px solid #2A2B33;
  border-bottom: 1px solid #2A2B33;
  border-left: 1px solid #2A2B33;
}

.pagination .paginate-each.current {
  color: white;
  background-color: #2A2B33;
  border: 1px solid #2A2B33;
}

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

ul {
  margin: 0;
  padding: 0;
}

.ttlA {
  font-family: amiriRg;
  font-size: 40px;
  display: inline-block;
  border-bottom: 3px solid #000000;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .ttlA {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

.ttlB {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .ttlB {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.ttlC {
  font-family: amiriRg;
  text-transform: uppercase;
  font-size: 40px;https://work-test21.enconnect-test-work.com/wp-admin/theme-editor.php?file=style.css&theme=%E5%86%A8%E7%94%B0%E5%BB%BA%E8%A8%AD%E3%82%AA%E3%83%AA%E3%82%B7%E3%82%99%E3%83%8A%E3%83%AB%E3%83%86%E3%83%BC%E3%83%9E
  text-align: center;
}

@media (max-width: 768px) {
  .ttlC {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .ttlC {
    font-size: 24px;
  }
}

.ttlD {
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
headerのスタイル
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/

.fixed-link {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 50px;
  font-size: 16px;
  padding: 17px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transform: translateZ(0);
}

@media (max-width: 768px) {
  .fixed-link {
    display: none;
  }
}
/*資料請求*/
.fixed-link1 {
  background-color: #1A1A1A;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
	top: 620px;
  right: 0;
  padding: 17px 0;
}
/*家づくり勉強会*/
.fixed-link2 {
  background-color: #9CC813;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  top: 116px;;
  right: 0;
  padding: 20px 0;
}

.fixed-link2::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 25px;
  border-color: transparent transparent #9CC813 transparent;
}


/*モデルハウス見学会*/
.fixed-link3 {
  background-color: #297ca7;
	color:white;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  top: 290px;;
  right: 0;
  padding: 20px 0;
}

.fixed-link3::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 25px;
  border-color: transparent transparent #297ca7 transparent;
}
.fixed-link3 {

  letter-spacing: 1px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  padding: 17px 0;
}

@media (max-width: 480px) {
  .fixed-link3 {
    width: 40px;
    font-size: 14px;
  }
}
/*個別相談*/
.fixed-link4 {
  background: /*linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat*/ #888360;
  /*グラデーション①*/
	top:490px;
  right: 0;
  padding: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  padding: 5px 0;
}

.fixed-link4::before {
  /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*全体を覆う*/
  height: 100%;
  /*全体を覆う*/
  /*background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;*/
}

.fixed-link4 img {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

/*家づくり勉強会資料請求*/
.fixed-link5 {
    background-color: #9CC813;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold !important;
    font-size: 20px;
    top: 106px;
    right: 0;
    letter-spacing: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0;
}


header {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: calc(100% - 60px);
  height: 30px;
  position: fixed;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  header {
    padding: 20px;
    width: calc(100% - 40px);
  }
}

/*@media (max-width: 480px) {
  header {
    padding: 20px 10px;
    width: calc(90% - 20px);
  }
}*/

header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #1A1A33;
}

header a h1 {
  margin: 0;
  
}

@media (min-width: 769px) {
	margin-right: 36px;
}

@media (max-width: 768px) {
  header a h1 {
	  margin-right: 10px;
  }
}

@media (min-width: 769px) {
header a .logo {
  max-width: 25vw;
	    margin-right: 36px;
}
header a .rhouse {
  max-width: 10vw;
}
	header a .logo110 {
  max-width: 8vw;
}
}

@media (max-width: 768px) {
header a .logo {
  max-width: 43vw;
}
header a .rhouse {
  max-width: 20vw;
}
	header a .logo110 {
  max-width: 10vw;
}
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

@media (max-width: 1024px) {
  header ul {
    font-size: 14px;
  }
}

header ul .dropdown {
  position: relative;
}

header ul .dropdown .header-dropdown {
  display: none;
}

header ul .dropdown label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 25px;
}

header ul .dropdown label::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #000000 transparent transparent transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

header ul .dropdown .dropdown-lists {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

header ul .dropdown .dropdown-about-lists li a {
  width: 200px !important;
}

@media (max-width: 1024px) {
  header ul .dropdown .dropdown-lists {
    height: 93px;
  }
}

header ul .dropdown .dropdown-lists li {
  height: 36px;
  margin: 0 0 1px;
  width: 100%;
}

@media (max-width: 1024px) {
  header ul .dropdown .dropdown-lists li {
    height: 24px;
  }
}

header ul .dropdown .dropdown-lists li a {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.67);
}

header ul .dropdown .header-dropdown:checked + label + .dropdown-lists {
  height: 110px;
  opacity: 1;
  visibility: visible;
}

header ul .dropdown .header-dropdown:checked + label::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header ul li {
  margin: 0 10px;
  color: #000;
}

header ul li a {
  text-decoration: none;
}

#sp_nav {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 4;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-color: #fff;
  overflow-y: scroll;
}

#sp_nav ul {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#sp_nav ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

#sp_nav ul li a.request-a {
  border-bottom: 3px solid black;
}

#sp_nav ul li a.studyMeeting-a {
  border-bottom: 3px solid #9CC813;
}

#sp_nav.open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#hamburger {
  width: 32px;
  height: 32px;
  background-color: transparent;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10;
}

@media (max-width: 768px) {
  #hamburger {
    top: 20px;
  }
}

@media (max-width: 480px) {
  #hamburger {
    right: 20px;
  }
}

#hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: black;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#hamburger span:nth-of-type(1) {
  top: 8px;
}

#hamburger span:nth-of-type(2) {
  top: 15px;
}

#hamburger span:nth-of-type(3) {
  bottom: 8px;
}

#hamburger.open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

#hamburger.open span:nth-of-type(2) {
  display: none;
}

#hamburger.open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}

#overlay {
  position: relative;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
}

#overlay.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 3;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
footerのスタイル
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
footer {
  width: 100%;
  text-align: center;
  background-color: #1A1A33;
  position: relative;
}

@media (max-width: 768px) {
  footer {
    margin-bottom: 60px;
  }
}

footer::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-image: url(./images/footer2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

footer .footer-1 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  footer .footer-1 {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  footer .footer-1 {
    padding: 20px;
  }
}

footer .footer-1 h1 {
  font-size: 40px;
  color: white;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 768px) {
  footer .footer-1 h1 {
    font-size: 32px;
  }
}

footer .footer-2 {
  background-color: #fff;
  color: #333333;
  width: calc(83.33% * 65 / 100);
  margin: 0 auto 60px;
  padding: 40px 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  footer .footer-2 {
    width: unset;
    padding: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  footer .footer-2 {
    padding: 20px;
    margin-bottom: 20px;
  }
}

footer .footer-2 h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  footer .footer-2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

footer .footer-2 > p {
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  color: #707070;
  padding: 0;
}

@media (max-width: 480px) {
  footer .footer-2 > p {
    margin-bottom: 10px;
  }
}

footer .footer-2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  footer .footer-2 div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .footer-2 div > span{
  font-family: amiriRg;
  width: 45%;
  font-size: 28px;
  display: block;
  color: #333333;
  text-decoration: none;
}

footer .footer-2 div > span a{
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}

footer .footer-2 div > span a:hover{
  opacity: 0.6;
}

@media (max-width: 480px) {
  footer .footer-2 div > span {
    width: 100%;
  }
}

footer .footer-2 div > span > span {
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6F6F6F;
  display: block;
}

@media (max-width: 480px) {
  footer .footer-2 div > span > span {
    margin-bottom: 1px;
  }
}

footer .footer-2 .footer-button {
  width: 100%;
  height: 54px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: white;
  background-color: #1A1A33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .footer-2 .footer-button:hover {
  opacity: 0.6;
}

@media (max-width: 414px) {
  footer .footer-2 .footer-button {
    height: 74px;
  }
}

footer .footer-3 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

@media (max-width: 414px) {
  footer .footer-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .footer-3 ul {
    margin-bottom: 10px;
  }
}

@media (max-width: 414px) {
  footer .footer-3 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 50%;
  }
}

footer .footer-3 ul li {
  border-right: 1px solid #707070;
  padding: 0 10px;
}

@media (max-width: 480px) {
  footer .footer-3 ul li {
    padding: 0 4px;
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  footer .footer-3 ul li {
    border: none;
    margin-bottom: 5px;
    margin: 0 auto;
    width: 100%;
  }
}

footer .footer-3 ul li:first-child {
  border-left: 1px solid #707070;
}

@media (max-width: 414px) {
  footer .footer-3 ul li:first-child {
    border: none;
  }
}

footer .footer-3 ul li a {
  color: white;
  text-decoration: none;
}

footer p {
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 14px;
}

@media (max-width: 768px) {
  footer p {
    padding: 25px;
  }
}

.inst img{
	
	width: 16px;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
fixed-footerのスタイル
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.fixed-footer {
  display: none;
}

@media (max-width: 768px) {
  .fixed-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.fixed-footer .fixed-footer-left,
.fixed-footer .fixed-footer-left02 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
	    text-align: center;
	line-height: 1.2;
}
.fixed-footer .fixed-footer-left {
	background-color: #9CC813;
	color: white;
}
.fixed-footer .fixed-footer-left02 {
	background-color: #297ca7;
	color: #FFF;
}

.fixed-footer .fixed-footer-left a {
	color: white;
}
.fixed-footer .fixed-footer-left02 a {
	color: #FFF;
}

.fixed-footer .fixed-footer-left a,
.fixed-footer .fixed-footer-left02 a {
  position: relative;
  z-index: 3;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: yumindb;
  text-decoration: none;
}

.fixed-footer .fixed-footer-left a:hover,
.fixed-footer .fixed-footer-left02 a:hover{
  opacity: .6;
}

@media (max-width: 480px) {
  .fixed-footer .fixed-footer-left a,
	.fixed-footer .fixed-footer-left02 a{
    font-size: 18px;
  }
}

.fixed-footer .fixed-footer-left.requestVersion {
  background-color: gray;
}

.fixed-footer .fixed-footer-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: /*linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat*/ #888360;
  height: 60px;
  position: relative;
}

/*.fixed-footer .fixed-footer-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}*/

.fixed-footer .fixed-footer-right span {
  width: 7%;
  margin-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 480px) {
  .fixed-footer .fixed-footer-right span {
    width: 13%;
  }
}

.fixed-footer .fixed-footer-right span img {
  width: 100%;
}

.fixed-footer .fixed-footer-right a {
  position: relative;
  z-index: 3;
  font-size: 18px;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: yumindb;
  text-decoration: none;
}

.fixed-footer .fixed-footer-right a:hover {
  opacity: .6;
}

@media (max-width: 480px) {
  .fixed-footer .fixed-footer-right a {
    font-size: 16px;
  }
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
links   ----  テンプレートパーツ
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.links {
  width: 100%;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .links {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .links {
    margin-bottom: 30px;
  }
}

.links .links-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links .links-flex .links-flex-each {
  cursor: pointer;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url(./images/links1.png);
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  .links .links-flex .links-flex-each {
    width: 48%;
    margin: 0 auto 10px;
  }
}

.links .links-flex .links-flex-each:hover {
  opacity: .6;
}

.links .links-flex .links-flex-each::after {
  content: "";
  padding-top: 62.5%;
}

.links .links-flex .links-flex-each:nth-of-type(2) {
  background-image: url(./images/links2.png);
}

.links .links-flex .links-flex-each:nth-of-type(3) {
  background-image: url(./images/links3.png);
}

.links .links-flex .links-flex-each span {
  color: white;
  font-size: 20px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .links .links-flex .links-flex-each span {
    font-size: 16px;
  }
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
front-pageページ
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
@-webkit-keyframes changing {
  0% {
    opacity: 0;
  }
  5.5% {
    opacity: 1;
  }
  40.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes changing {
  0% {
    opacity: 0;
  }
  5.5% {
    opacity: 1;
  }
  40.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes changing2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes changing2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#front-page .front-changes {
  width: 100%;
  height: 710px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-top: 90px;
}

@media (max-width: 1024px) {
  #front-page .front-changes {
    height: 660px;
  }
}

@media (max-width: 768px) {
  #front-page .front-changes {
    height: 460px;
    margin-top: 70px;
  }
}

@media (max-width: 700px) {
  #front-page .front-changes {
    height: 400px;
  }
}

@media (max-width: 600px) {
  #front-page .front-changes {
    height: 350px;
  }
}

@media (max-width: 480px) {
  #front-page .front-changes {
    height: 300px;
  }
}

@media (max-width: 414px) {
  #front-page .front-changes {
    height: 260px;
  }
}

#front-page .front-changes .changing-img2 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

#front-page .front-changes .front-change-left {
  width: 50%;
  height: 100%;
  position: relative;
}

#front-page .front-changes .front-change-left .changing-left {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-name: changing2;
  animation-name: changing2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#front-page .front-changes .front-change-left .changing-left:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

#front-page .front-changes .front-change-right {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#front-page .front-changes .front-change-right .front-change-right-top, #front-page .front-changes .front-change-right .front-change-right-bottom {
  width: 100%;
  height: 50%;
  position: relative;
}

#front-page .front-changes .front-change-right .front-change-right-top .changing-right-top1, #front-page .front-changes .front-change-right .front-change-right-top .changing-right-top2, #front-page .front-changes .front-change-right .front-change-right-top .changing-right-bottom1, #front-page .front-changes .front-change-right .front-change-right-top .changing-right-bottom2, #front-page .front-changes .front-change-right .front-change-right-bottom .changing-right-top1, #front-page .front-changes .front-change-right .front-change-right-bottom .changing-right-top2, #front-page .front-changes .front-change-right .front-change-right-bottom .changing-right-bottom1, #front-page .front-changes .front-change-right .front-change-right-bottom .changing-right-bottom2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-name: changing2;
  animation-name: changing2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  object-fit: cover;
}

#front-page .front-changes .front-change-right .front-change-right-top .changing-right-top2, #front-page .front-changes .front-change-right .front-change-right-top .changing-right-bottom2, #front-page .front-changes .front-change-right .front-change-right-bottom .changing-right-top2, #front-page .front-changes .front-change-right .front-change-right-bottom .changing-right-bottom2 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

#front-page .front-changes .front-changes-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
}





.new-line{
	
	display: block;
}

.new-line-sp{
	
	display: inline-block;
}

@media (max-width: 768px) {
  #front-page .front-changes .front-changes-text {
    width: 60%;
  }
}

#front-page .front-changes .front-changes-text img {
  width: 100%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.front-page1 {
  padding: 80px 0;
	position: relative;
}

@media (max-width: 768px) {
  .front-page1 {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .front-page1 {
    padding: 30px 0;
  }
}

.front-page1 h1 {
  font-family: amiriRg;
  font-size: 40px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .front-page1 h1 {
    font-size: 32px;
	  padding-top:10%;
  }
}

@media (max-width: 480px) {
  .front-page1 h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.front-page1 .front-page1-1 {
  width: 100%;
  text-align: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

@media (max-width: 480px) {
  .front-page1 .front-page1-1 {
    font-size: 14px;
    text-align: left;
  }
}

.front-page2 {
  background-color: #1A1A33;
  padding: 80px 0;
  color: white;
  text-align: center;
}

@media (max-width: 768px) {
  .front-page2 {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .front-page2 {
    padding: 30px 0;
  }
}

.front-page2 h1 {
  font-family: amiriRg;
  font-size: 40px;
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 768px) {
  .front-page2 h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .front-page2 h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.front-page2 h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .front-page2 h2 {
    font-size: 18px;
    text-align: left;
  }
}

.front-page2 > .container > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 33%;
  min-width: 330px;
  margin: 0 auto;
  color: white;
  border: 1px solid white;
  background-color: #1A1A33;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 480px) {
  .front-page2 > .container > a {
    min-width: unset;
    width: 80%;
  }
}

.front-page2 > .container > a:hover {
  color: #1A1A33;
  background-color: white;
}

#front-page .flexbox_features {
	display:flex;
	justify-content: center;
	margin: 0 auto 5%;
	text-align: center;
	position: absolute;
}


@media screen and (min-width:769px){
	#front-page .flexbox_features li{
	width: 14%;
}
	#front-page .flexbox_features {
		top: -50px;
	}
}
@media(min-width:821px){
	#front-page .flexbox_features {
    left: -250px;
	}
}

#front-page .flexbox_features li img {
width: 70%;
}

#front-page .links {
  margin-bottom: 40px;
}

#front-page .links .links-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#front-page .links .links-flex .links-flex-each {
  width: 30%;
  cursor: pointer;
}

@media (max-width: 480px) {
  #front-page .links .links-flex .links-flex-each {
    font-size: 14px;
    width: 75%;
    margin: 0 auto 20px;
  }
}

#front-page .links .links-flex .links-flex-each:nth-child(1) {
  background-image: url(./images/front-page4.png);
}

#front-page .links .links-flex .links-flex-each:nth-child(2) {
  background-image: url(./images/front-page5.png);
}

#front-page .links .links-flex .links-flex-each:nth-child(3) {
  background-image: url(./images/front-page6.png);
}

.front-page3 {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (min-width: 821px) {
.front-page3 .container {
	display:flex;
	gap: 5%;
	align-items: stretch;
}
	.front-page3-2 a img {
    height: 100%;
    object-fit: cover;
}
}

@media (min-width: 821px) {
.front-page3 .front-page3-1,
.front-page3 .front-page3-2{
	width: 50%;
}
}
@media (max-width:821px){
	.front-page3 .front-page3-2 img {
		width:100%;
		margin-top: 5%;
	}
}

@media (max-width: 768px) {
  .front-page3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
	#front-page .flexbox_features {
		top: -28px;
		width: 70%;
		left: 0;
    right: 0;
}
	}
}

@media (max-width: 480px) {
  .front-page3 {
    padding: 30px 0;
  }
}

.front-page3 .front-page3-1 {
  background-image: url(./images/front-page7.png);
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  color: white;
  position: relative;
  padding: 60px 0;
}






@media (max-width: 768px) {
	.front-page3 .front-page3-1,
	.front-page3 .front-page3-2{
    padding-bottom: 10px;
	width: 100%;
	margin-bottom: 10%;
  }
	.front-page3-2 a img{
	width: 100%;
}
}

.front-page3 .front-page3-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  margin: 10px;
  height: calc(100% - 20px);
  border: 2px solid white;
}


.front-page3 .front-page3-1 .special-circle,
.front-page3 .front-page3-2 .special-circle{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 10%;
  z-index: 1;
}
.front-page3 .front-page3-1 .special-circle{
	background-color: #333333;
}
.front-page3 .front-page3-2 .special-circle{
	background-color: #DA1F02;
}


@media (max-width: 768px) {
  .front-page3 .front-page3-1 .special-circle {
    right: 18%;
  }
}

@media (max-width: 480px) {
  .front-page3 .front-page3-1 .special-circle {
    right: 8%;
  }
}

.front-page3 .front-page3-1 h1,
.front-page3 .front-page3-2 p{
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .front-page3 .front-page3-1 h1,
	.front-page3 .front-page3-2 p{
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .front-page3 .front-page3-1 h1,
	.front-page3 .front-page3-2 p{
    font-size: 24px;
  }
}

.front-page3 .front-page3-1 h1 .dot-text {
  padding-top: .4em;
  position: relative;
}

.front-page3 .front-page3-1 h1 .dot-text span {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  display: block;
}

.front-page3 .front-page3-1 h1 .dot-text span img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.front-page3 .front-page3-1 h1 .front-page3-1-emphasis,
.front-page3 .front-page3-2 .front-page3-1-emphasis{
  color: #FFF833;
}

.front-page3 .front-page3-1 h1::after {
  content: "";
  width: 30%;
  margin: auto;
  position: absolute;
  bottom: 3px;
  height: 10px;
  color: #9CC813;
}

.front-page3 .front-page3-1 a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  background-color: white;
  width: 28%;
  min-width: 280px;
  height: 54px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.front-page3 .front-page3-2 a {
	
}

.front-page3 .front-page3-2 img {
	display: block;
}



.front-page3 .front-page3-1 a:hover,
.front-page3 .front-page3-2 a:hover{
  opacity: .6;
}

@media (max-width: 480px) {
  .front-page3 .front-page3-1 a,
	.front-page3 .front-page3-2 a{
    font-size: 16px;
  }
}

.front-page3 .front-page3-1 .additional-text {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 768px) {
  .front-page3 .front-page3-1 .additional-text {
    position: unset;
    right: unset;
    bottom: unset;
    margin: 10px;
    font-size: 8px;
    padding-top: 30px;
  }
}

.front-page3 .front-page3-1 .additional-text img {
  width: 40%;
}

.front-page3-b {
  padding: 0 0 80px;
}

@media (max-width: 768px) {
  .front-page3-b {
    padding: 0 0 60px;
  }
}

@media (max-width: 480px) {
  .front-page3-b {
    padding: 0 0 30px;
  }
}

.front-page3-b h1 {
  font-family: amiriRg;
  font-size: 40px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .front-page3-b h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .front-page3-b h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.front-page3-b .front-page3-b-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.front-page3-b .front-page3-b-1 .front-page3-b-1-each {
  width: 23.5%;
  margin-right: 2%
}
.front-page3-b .front-page3-b-1 .front-page3-b-1-each:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .front-page3-b .front-page3-b-1 .front-page3-b-1-each {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .front-page3-b .front-page3-b-1 .front-page3-b-1-each:nth-child(2n) {
    margin-right: 0;
  }
}

.front-page3-b .front-page3-b-1 .front-page3-b-1-each .img-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.front-page3-b .front-page3-b-1 .front-page3-b-1-each .img-wrapper::before {
  content: "";
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.front-page3-b .front-page3-b-1 .front-page3-b-1-each .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.front-page3-b .front-page3-b-1 .front-page3-b-1-each .text-wrapper {
  width: 100%;
}

.front-page3-b .front-page3-b-1 .front-page3-b-1-each .text-wrapper .date {
  display: inline-block;
  font-size: 16px;
  color: #848484;
  width: 100%;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.front-page3-b .front-page3-b-1 .front-page3-b-1-each .text-wrapper a {
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .front-page3-b .front-page3-b-1 .front-page3-b-1-each .text-wrapper a {
    font-size: 14px;
  }
}
.front-page3-b .front-page3-b-1 .front-page3-b-1-each .text-wrapper a:hover {
    transition: .3s;

}
.front-page3-b .front-page3-b-1 .front-page3-b-1-each .text-wrapper a:hover {
  opacity: .6;
}

.front-page3-b > .container > a,
.btn_list0{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 33%;
  min-width: 330px;
  margin: 0 auto;
  color: #707070;
  border: 1px solid #707070;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.btn_list0 {
	font-family: yu-mincho-pr6n, sans-serif;
	margin-bottom:15%;
}

@media (max-width: 480px) {
  .front-page3-b > .container > a,
	.btn_list0{
    min-width: unset;
    width: 80%;
  }
}

.front-page3-b > .container > a:hover,
.btn_list0:hover{
  color: white;
  background-color: #707070;
}

.front-page4 {
  background-color: #1A1A33;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .front-page4 {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .front-page4 {
    padding: 30px 0;
  }
}

.front-page4 h1 {
  font-family: amiriRg;
  font-size: 40px;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .front-page4 h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .front-page4 h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.front-page4 .front-page4-1 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .front-page4 .front-page4-1 {
    margin-bottom: 40px;
  }
}

.front-page4 .front-page4-1 .front-page4-1-each {
  position: relative;
  margin: 0 100px;
  width: 100%;
  transition: .3s;
}

.front-page4-1-each:hover{
opacity: .6;
}

@media (max-width: 1300px) {
  .front-page4 .front-page4-1 .front-page4-1-each {
    margin: 0 20px;
  }
}

@media (max-width: 1024px) {
  .front-page4 .front-page4-1 .front-page4-1-each {
    margin: 0 30px;
  }
}

@media (max-width: 900px) {
  .front-page4 .front-page4-1 .front-page4-1-each {
    margin: 0 10px;
  }
}

.front-page4 .front-page4-1 .front-page4-1-each::before {
  content: "";
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 76%;
}

.front-page4 .front-page4-1 .front-page4-1-each img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.front-page4-h3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: white;
  min-width: 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .front-page4 .front-page4-1 .front-page4-1-each a {
    padding: 10px;
  }
}

.front-page4 > .container-fluid > a {
  height: 60px;
  width: 33%;
  min-width: 330px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  background-color: #1A1A33;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid white;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

@media (max-width: 480px) {
  .front-page4 > .container-fluid > a {
    min-width: unset;
    width: 80%;
  }
}

.front-page4 > .container-fluid > a:hover {
  background-color: white;
  color: #1A1A33;
}

.front-page5 {
  padding: 80px 0;
}


@media (max-width: 768px) {
  .front-page5 {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .front-page5 {
    padding: 30px 0;
  }
}

.front-page5 h1 {
  font-family: amiriRg;
  font-size: 40px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .front-page5 h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .front-page5 h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.front-page5 .front-page5-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.front-page5 .front-page5-1 .front-page5-1-each {
  width: 30%;
  margin-right: 5%;
  transition: .3s;
}

.front-page5-1-each:hover{
  opacity: .6;
}

.front-page5 .front-page5-1 .front-page5-1-each:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .front-page5 .front-page5-1 .front-page5-1-each {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .front-page5 .front-page5-1 .front-page5-1-each:nth-of-type(2n) {
    margin-right: 0;
  }
}

.front-page5 .front-page5-1 .front-page5-1-each .img-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.front-page5 .front-page5-1 .front-page5-1-each .img-wrapper::before {
  content: "";
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 76%;
}

.front-page5 .front-page5-1 .front-page5-1-each .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.front-page5 .front-page5-1 .front-page5-1-each .text-wrapper {
  width: 100%;
}

.front-page5 .front-page5-1 .front-page5-1-each .text-wrapper .date {
  display: inline-block;
  font-size: 16px;
  color: #848484;
  width: 100%;
  font-family: AmiriRg;
}

.front-page5-h3{
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .front-page5 .front-page5-1 .front-page5-1-each .text-wrapper a {
    font-size: 14px;
  }
}

.front-page5 .front-page5-1 .front-page5-1-each .text-wrapper a:hover {
  opacity: .6;
}

.front-page5 > .container > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 33%;
  min-width: 330px;
  margin: 0 auto;
  color: #707070;
  border: 1px solid #707070;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 480px) {
  .front-page5 > .container > a {
    min-width: unset;
    width: 80%;
  }
}

.front-page5 > .container > a:hover {
  color: white;
  background-color: #707070;
}

.front-page6 {
  margin-bottom: 60px;
  background-image: url(./images/front-page8.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
  height: 330px;
}

@media (max-width: 768px) {
  .front-page6 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .front-page6 {
    height: 200px;
    margin-bottom: 30px;
  }
}

.front-page6 .container-fluid {
  height: 330px;
}

@media (max-width: 768px) {
  .front-page6 .container-fluid {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .front-page6 .container-fluid {
    height: 200px;
  }
}

.front-page6 .container-fluid .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.front-page6 .container-fluid .container h1 {
  font-family: amiriRg;
  font-size: 40px;
  color: white;
}

@media (max-width: 768px) {
  .front-page6 .container-fluid .container h1 {
    font-size: 32px;
  }
}

.front-page7 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .front-page7 {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .front-page7 {
    margin-bottom: 30px;
  }
}

.front-page7 .front-page7-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .front-page7 .front-page7-1 {
    margin-bottom: 20px;
  }
}

.front-page7 .front-page7-1 .front-page7-1-each {
  width: 23%;
}

@media (max-width: 480px) {
  .front-page7 .front-page7-1 .front-page7-1-each {
    width: 46%;
  }
}

.front-page7 .front-page7-1 .front-page7-1-each .img-wrapper {
  width: 100%;
}

.front-page7 .front-page7-1 .front-page7-1-each .img-wrapper img {
  width: 100%;
}

.front-page7 .front-page7-1 .front-page7-1-each h1 {
  width: 100%;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}

.front-page7 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 33%;
  min-width: 330px;
  margin: 0 auto;
  color: #707070;
  border: 1px solid #707070;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 480px) {
  .front-page7 a {
    min-width: unset;
    width: 80%;
  }
}

.front-page7 a:hover {
  color: white;
  background-color: #707070;
}

.front-page8 {
  background-color: #F5F5F5;
  color: #333333;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 480px) {
  .front-page8 {
    padding: 30px 0;
  }
}

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

.front-page8 .front-page8-title h1 {
  font-family: amiriRg;
  font-size: 40px;
}

@media (max-width: 768px) {
  .front-page8 .front-page8-title h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .front-page8 .front-page8-title h1 {
    font-size: 24px;
  }
}

.front-page8 .front-page8-title a {
  color: #333333;
  font-size: 16px;
  text-decoration: underline;
}

.front-page8 .front-page8-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .front-page8 .front-page8-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.front-page8 .front-page8-1 span {
  min-width: 150px;
}

.front-page8 .front-page8-1 a {
  color: #333333;
  text-decoration: underline;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
aboutページ
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#about .main-visual {
  background-image: url(./images/about1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about .top {
  padding: 80px 0;
}

@media (max-width: 768px) {
  #about .top {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  #about .top {
    padding: 40px 0;
  }
}

#about .top p {
  display: block;
  width: 50%;
  margin: auto;
  text-align: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
}

@media (max-width: 768px) {
  #about .top p {
    width: 90%;
  }
}

@media (max-width: 480px) {
  #about .top p {
    width: 94%;
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  #about .top p {
    text-align: left;
  }
}

.about1 {
  margin-bottom: 60px;
}

.about1 .container {
  width: 100%;
}

.about1 .container .about1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .about1 .container .about1-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.about1 .container .about1-1 .left {
  width: 41.65%;
  margin-left: 8.335%;
}

@media (max-width: 768px) {
  .about1 .container .about1-1 .left {
    width: 83.33%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  .about1 .container .about1-1 .left {
    width: 94%;
  }
}

.about1 .container .about1-1 .left .left-text p {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.about1 .container .about1-1 .right {
  width: 45%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}

@media (max-width: 768px) {
  .about1 .container .about1-1 .right {
    width: 83.33%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .about1 .container .about1-1 .right {
    width: 94%;
  }
}

.about1 .container .about1-1 .right img {
  width: 100%;
  display: block;
}

.about1 .container .about1-1 .right .right-text {
  color: #848484;
  opacity: 0.5;
  font-size: 90px;
  position: absolute;
  left: -5%;
  top: 70%;
}

@media (max-width: 480px) {
  .about1 .container .about1-1 .right .right-text {
    font-size: 60px;
    left: 0;
    top: 86%;
  }
}

.about1 .container .about1-2 {
  width: 83.33%;
  height: auto;
  margin: auto;
  position: relative;
}

.about1 .container .about1-2::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 42.5%;
  overflow: hidden;
}

.about1 .container .about1-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: changing2;
  animation-name: changing2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about1 .container .about1-2 img.second {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.about2 {
  margin-bottom: 80px;
}

.about2 .about2-flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .about2 .about2-flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about2 .about2-flex1 .left {
  width: 36.65%;
  margin-left: 8.335%;
}

@media (max-width: 768px) {
  .about2 .about2-flex1 .left {
    width: 83.33%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .about2 .about2-flex1 .left {
    width: 94%;
  }
}

.about2 .about2-flex1 .left .left-text {
  margin-bottom: 30px;
}

.about2 .about2-flex1 .left .left-text h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about2 .about2-flex1 .left .left-text p {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
}

.about2 .about2-flex1 .right {
  width: 50%;
  margin-left: 5%;
  position: relative;
}

@media (max-width: 768px) {
  .about2 .about2-flex1 .right {
    width: 83.33%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .about2 .about2-flex1 .right {
    width: 94%;
  }
}

.about2 .about2-flex1 .right img:nth-of-type(1) {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
}

.about2 .about2-flex1 .right img:nth-of-type(2) {
  width: 60%;
  margin-left: 0;
  margin-right: auto;
}

.about2 .about2-flex1 .right .right-text {
  position: absolute;
  top: 50%;
  right: 3%;
  font-size: 60px;
  color: #848484;
  opacity: 0.5;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .about2 .about2-flex1 .right .right-text {
    font-size: 48px;
  }
}

.about2 .about2-flex1-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.about2 .about2-flex1-add .left {
  width: 62%;
}

@media (max-width: 480px) {
  .about2 .about2-flex1-add .left {
    width: 100%;
  }
}

.about2 .about2-flex1-add .left .left-text {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.about2 .about2-flex1-add .left .left-text h2 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about2 .about2-flex1-add .left .left-text div img {
  width: 55%;
}

@media (max-width: 414px) {
  .about2 .about2-flex1-add .left .left-text div img {
    width: 60%;
  }
}

.about2 .about2-flex1-add .left .left-text p {
  font-size: 14px;
  line-height: 1.6;
}

.about2 .about2-flex1-add .right {
  width: 34%;
}

.about2 .about2-flex1-add .right img {
  width: 100%;
}

.about2 .about2-flex2 {
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about2 .about2-flex2 .left-img, .about2 .about2-flex2 .right-img {
  width: 49%;
}

.about2 .about2-flex2 .left-img img, .about2 .about2-flex2 .right-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about2 .about2-flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .about2 .about2-flex3 {
    margin-bottom: 20px;
  }
}

.about2 .about2-flex3 span {
  width: 172px;
  height: 48px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: white;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about2 .about2-flex3 .about2-flex3-img {
  height: 48px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about2 .about2-flex3 .about2-flex3-img img {
  width: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.about2 .about2-4 {
  margin-bottom: 80px;
}

.about2 .about2-4 p {
  text-align: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

@media (max-width: 480px) {
  .about2 .about2-4 p {
    font-size: 16px;
  }
}

.about2 .about2-5 {
  width: 100%;
}

.about2 .about2-5 h1 {
  width: 100%;
  margin-bottom: 40px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .about2 .about2-5 h1 {
    margin-bottom: 20px;
  }
}

.about2 .about2-5 .about2-5-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.about2 .about2-5 .about2-5-flex .about2-5-flex-each {
  width: 32%;
  padding: 30px 0;
  margin-bottom: 20px;
  background-color: #E9F0F2;
}

@media (max-width: 480px) {
  .about2 .about2-5 .about2-5-flex .about2-5-flex-each {
    width: 48%;
  }
}

.about2 .about2-5 .about2-5-flex .about2-5-flex-each:nth-of-type(3) .img-wrapper img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.about2 .about2-5 .about2-5-flex .about2-5-flex-each .img-wrapper {
  margin: 0 auto 20px;
  max-height: 90px;
}

.about2 .about2-5 .about2-5-flex .about2-5-flex-each .img-wrapper img {
  max-height: 90px;
  display: block;
  margin: auto;
}

.about2 .about2-5 .about2-5-flex .about2-5-flex-each p {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}

.about2 .about2-5 .about2-5-flex-added {
  width: 100%;
  padding: 70px 0;
  background-image: url(./images/about-added.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .about2 .about2-5 .about2-5-flex-added {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .about2 .about2-5 .about2-5-flex-added {
    padding: 40px 0;
  }
}

.about2 .about2-5 .about2-5-flex-added p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: yumindb;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .about2 .about2-5 .about2-5-flex-added p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .about2 .about2-5 .about2-5-flex-added p {
    font-size: 16px;
  }
}

.about2 .about2-5 .about2-5-flex-added p [data-ruby] {
  position: relative;
}

.about2 .about2-5 .about2-5-flex-added p [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.1em;
  left: 0;
  right: 0;
  margin: auto;
}

.about2 .about2-5 .about2-5-flex-added p rt {
  display: none;
}

.about2 .about2-5 .about2-5-flex-added p .underline {
  position: relative;
}

.about2 .about2-5 .about2-5-flex-added p .underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 110%;
  left: 0;
  background: #000;
}

.about3 {
  text-align: center;
  margin-bottom: 120px;
}

.about3 .about3-flex1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .about3 .about3-flex1 {
    margin-bottom: 40px;
  }
}

.about3 .about3-flex1 .about3-flex1-each {
  width: 100%;
  text-align: left;
}

.about3 .about3-flex1 .about3-flex1-each h1 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #848484;
  font-size: 18px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.about3 .about3-flex1 .about3-flex1-each .about3-flex1-each-text {
  margin-bottom: 40px;
}

.about3 .about3-flex1 .about3-flex1-each .about3-flex1-each-text p {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.about3 .container-fluid {
  padding: 60px 0;
  background-color: #F5F5F5;
}

.about3 .container-fluid .about3-2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 60px;
}

.about3 .container-fluid .about3-2 h1 {
  margin-bottom: 40px;
}

.about3 .container-fluid .about3-2 p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.about3 .container-fluid .about3-3 {
  width: 100%;
}

.about3 .container-fluid .about3-3 img {
  width: 83%;
  margin: auto;
}

@media (max-width: 768px) {
  .about3 .container-fluid .about3-3 img {
    width: 100%;
  }
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
moneyページ
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#money .main-visual {
  background-image: url(./images/money1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  #money .main-visual {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #money .main-visual {
    margin-bottom: 20px;
  }
}

.money1 .ttlD {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .money1 .ttlD {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .money1 .ttlD {
    margin-bottom: 20px;
  }
}

.money1 .money1-1 {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .money1 .money1-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .money1 .money1-1 {
    text-align: left;
  }
}

.money1 .money1-1 h2 {
  font-family: yumindb;
  font-size: 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .money1 .money1-1 h2 {
    margin-bottom: 20px;
  }
}

.money1 .money1-1 p {
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

.money1 .money1-2 {
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .money1 .money1-2 {
    margin-bottom: 30px;
  }
}

.money1 .money1-2 img {
  width: 100%;
}

.money1 .money1-3 {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .money1 .money1-3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .money1 .money1-3 {
    text-align: left;
  }
}

.money1 .money1-3 h2 {
  font-family: yumindb;
  font-size: 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .money1 .money1-3 h2 {
    margin-bottom: 25px;
  }
}

.money1 .money1-3 .money1-3-textbox {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .money1 .money1-3 .money1-3-textbox {
    margin-bottom: 20px;
  }
}

.money1 .money1-3 .money1-3-textbox p {
  letter-spacing: 1.5px;
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

.money1 .money1-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .money1 .money1-4 {
    margin-bottom: 80px;
  }
}

.money1 .money1-4 .money1-4flex-each img {
  width: 100%;
}

.money1 .money1-4 .money1-4flex-each1 {
  width: 40%;
}

.money1 .money1-4 .money1-4flex-each2 {
  width: 23.5%;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.money1 .money1-4 .money1-4flex-each3 {
  width: 30.5%;
}

.money2 {
  background-color: #DDE5E8;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .money2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .money2 {
    padding: 30px 0;
  }
}

.money2 .ttlD {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .money2 .ttlD {
    margin-bottom: 30px;
  }
}

.money2 .money2-1 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .money2 .money2-1 {
    margin-bottom: 30px;
  }
}

.money2 .money2-1 p {
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 480px) {
  .money2 .money2-1 p {
    text-align: left;
  }
}

.money2 .money2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.money2 .money2-2 .money2-2-each {
  width: 48%;
  background-color: transparent;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .money2 .money2-2 .money2-2-each {
    width: 80%;
    margin: 0 auto 10px;
  }
}

@media (max-width: 480px) {
  .money2 .money2-2 .money2-2-each {
    width: 90%;
  }
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner {
  background-color: white;
  padding: 40px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
}

@media (max-width: 480px) {
  .money2 .money2-2 .money2-2-each .money2-2-each-inner {
    padding: 20px 10px;
  }
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .each-top {
  width: 100%;
  font-family: yumindb;
  font-size: 20px;
  margin-bottom: 20px;
  color: #1A1A33;
  min-height: 64px;
}

@media (max-width: 768px) {
  .money2 .money2-2 .money2-2-each .money2-2-each-inner .each-top {
    margin-bottom: 0;
    font-size: 14px;
    min-height: unset;
  }
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-content {
  text-align: left;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #1A1A33;
  margin-bottom: 20px;
  height: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-content .acd-list {
  margin-bottom: 20px;
  list-style: none;
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-content .acd-answer {
  padding: 20px;
  background-color: #EBEBEB;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-check {
  display: none;
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #DDE5E8;
  margin: auto;
  position: relative;
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-label span {
  position: absolute;
  top: 46%;
  left: 14%;
  background-color: white;
  display: block;
  width: 70%;
  height: 3px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-label span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-open {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.money2 .money2-2 .money2-2-each .money2-2-each-inner .acd-rotate {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  background-color: red;
}

.money3 {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .money3 {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .money3 {
    padding: 30px 0;
  }
}

.money3 .money3-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #80C6C3;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .money3 .money3-1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-1 {
    margin-bottom: 10px;
  }
}

.money3 .money3-1 .left {
  width: 31%;
}

@media (max-width: 480px) {
  .money3 .money3-1 .left {
    display: none;
  }
}

.money3 .money3-1 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.money3 .money3-1 .right {
  width: 69%;
  padding: 70px 30px 50px;
  position: relative;
  color: white;
}

@media (max-width: 768px) {
  .money3 .money3-1 .right {
    padding: 30px 40px 20px 10px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-1 .right {
    color: #1A1A33;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/money6.png);
    background-color: #80C6C3;
  }
}

.money3 .money3-1 .right span {
  display: inline-block;
  border-bottom: 1px solid white;
  opacity: 0.8;
  margin-bottom: 15px;
  font-family: AmiriRg;
}

@media (max-width: 480px) {
  .money3 .money3-1 .right span {
    margin-bottom: 10px;
  }
}

.money3 .money3-1 .right h1 {
  font-size: 20px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .money3 .money3-1 .right h1 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-1 .right h1 {
    font-size: 16px;
  }
}

.money3 .money3-1 a {
  width: 32%;
  height: 60px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  color: #1A1A33;
  background-color: white;
  border: 1px solid white;
  -webkit-transition: .3s;
  transition: .3s;
}

.money3 .money3-1 a:hover {
  background-color: #80C6C3;
  color: white;
}

.money3 .money3-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .money3 .money3-2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.money3 .money3-2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: AmiriRg;
  width: 150px;
  min-height: 38px;
  font-size: 16px;
  border: 2px solid #1A1A33;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .money3 .money3-2 span {
    min-height: 32px;
    font-size: 14px;
  }
}

.money3 .money3-2 h2 {
  display: inline-block;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

@media (max-width: 768px) {
  .money3 .money3-2 h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-2 h2 {
    font-size: 18px;
  }
}

.money3 .money3-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .money3 .money3-3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-3 {
    margin-bottom: 20px;
  }
}

.money3 .money3-3 .money3-3-each {
  width: 23.4%;
}

@media (max-width: 768px) {
  .money3 .money3-3 .money3-3-each {
    width: 48%;
    margin-bottom: 10px;
  }
}

.money3 .money3-3 .money3-3-each .img-wrapper {
  width: 100%;
  background-color: #F5F5F5;
  margin-bottom: 15px;
  padding: 20px 0;
  position: relative;
}

.money3 .money3-3 .money3-3-each .img-wrapper::before {
  content: "";
  padding-top: 61.5%;
  overflow: hidden;
  display: block;
}

@media (max-width: 480px) {
  .money3 .money3-3 .money3-3-each .img-wrapper {
    margin-bottom: 10px;
  }
}

.money3 .money3-3 .money3-3-each .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.money3 .money3-3 .money3-3-each .text-box {
  width: 100%;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 480px) {
  .money3 .money3-3 .money3-3-each .text-box {
    font-size: 10px;
  }
}

.money3 .money3-4 {
  margin-bottom: 20px;
}

.money3 .money3-4 .money3-4-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.money3 .money3-4 .money3-4-inner span {
  width: 32.4px;
  height: 32.4px;
  margin-right: 20px;
  display: block;
}

.money3 .money3-4 .money3-4-inner span img {
  width: 100%;
}

.money3 .money3-4 .money3-4-inner p {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .money3 .money3-4 .money3-4-inner p {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-4 .money3-4-inner p {
    font-size: 14px;
  }
}

.money3 .money3-5 {
  text-align: left;
  color: #848484;
  font-size: 14px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .money3 .money3-5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-5 {
    font-size: 10px;
  }
}

.money3 .money3-6 {
  width: 100%;
  color: #333333;
  text-align: center;
  font-size: 20px;
  font-family: yumindb;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .money3 .money3-6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .money3 .money3-6 {
    font-size: 14px;
  }
}

.money3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 33%;
  min-width: 330px;
  margin: 0 auto;
  color: white;
  border: 1px solid #1A1A33;
  background-color: #1A1A33;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.money3 a:hover {
  opacity: 0.6;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
flowページ
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#flow .main-visual {
  background-image: url(./images/flow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flow1 {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .flow1 {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .flow1 {
    padding-top: 20px;
  }
}

.flow1 .ttlD {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .flow1 .ttlD {
    margin-bottom: 0;
  }
}

.flow2 {
  position: relative;
  margin-bottom: 100px;
}

.flow2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  border-right: 1px solid #EBEBEB;
}

.flow2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 50%;
  height: 100%;
}

.flow2 .flow2-each {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.flow2 .flow2-each:nth-of-type(even) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flow2 .flow2-each:nth-of-type(5) > .flow-each-block:last-child {
  margin-bottom: 0;
}

.flow2 .flow2-each .flow-each-number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .flow2 .flow2-each .flow-each-number {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 80%;
    margin: 0 auto 20px;
    background: white;
  }
}

@media (max-width: 480px) {
  .flow2 .flow2-each .flow-each-number {
    width: 94%;
  }
}

.flow2 .flow2-each .flow-each-number .left {
  width: calc(50% - 30px);
  padding-right: 40px;
  text-align: right;
  font-size: 24px;
  font-family: yumindb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .flow2 .flow2-each .flow-each-number .left {
    font-size: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 60px);
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .flow2 .flow2-each .flow-each-number .left {
    font-size: 18px;
  }
}

.flow2 .flow2-each .flow-each-number .center {
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  .flow2 .flow2-each .flow-each-number .center {
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.flow2 .flow2-each .flow-each-number .center span {
  font-size: 40px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1A1A33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: AmiriRg;
  color: white;
}

@media (max-width: 768px) {
  .flow2 .flow2-each .flow-each-number .center span {
    font-size: 32px;
  }
}

.flow2 .flow2-each .flow-each-number .right {
  width: calc(50% - 30px);
  padding-left: 40px;
  text-align: left;
  font-size: 24px;
  font-family: yumindb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .flow2 .flow2-each .flow-each-number .right {
    font-size: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 60px);
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .flow2 .flow2-each .flow-each-number .right {
    font-size: 18px;
  }
}

.flow2 .flow2-each .flow-each-block {
  background-color: #E9F0F2;
  width: 44%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .flow2 .flow2-each .flow-each-block {
    width: 80%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  .flow2 .flow2-each .flow-each-block {
    width: 94%;
  }
}

.flow2 .flow2-each .flow-each-block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.flow2 .flow2-each .flow-each-block .flex .img-wrapper {
  width: 40px;
  margin-right: 10px;
}

.flow2 .flow2-each .flow-each-block .flex .img-wrapper img {
  width: 100%;
}

.flow2 .flow2-each .flow-each-block .flex .title {
  font-family: yumindb;
  font-size: 18px;
}

@media (max-width: 480px) {
  .flow2 .flow2-each .flow-each-block .flex .title {
    font-size: 16px;
  }
}

.flow2 .flow2-each .flow-each-block .exp p {
  font-size: 14px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

.flow3 {
  background-color: #DDE5E8;
  padding: 100px 0;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .flow3 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.flow3 .flow3-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .flow3 .flow3-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.flow3 .flow3-1 .left {
  width: 32%;
  text-align: left;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .flow3 .flow3-1 .left {
    width: 100%;
  }
}

.flow3 .flow3-1 .left h1 {
  font-size: 26px;
  line-height: 1.7;
  color: #1A1A33;
  margin-bottom: 40px;
}

.flow3 .flow3-1 .left p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.flow3 .flow3-1 .left a {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #1A1A33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1A1A33;
  text-decoration: none;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.flow3 .flow3-1 .left a:hover {
  background: #1A1A33;
  color: white;
}

.flow3 .flow3-1 .right {
  width: 58%;
  margin-left: 10%;
}

@media (max-width: 768px) {
  .flow3 .flow3-1 .right {
    width: 100%;
    margin: 0;
  }
}

.flow3 .flow3-1 .right img {
  width: 100%;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
companyページ
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#company .main-visual {
  background-image: url(./images/company1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company1-1 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .company1-1 {
    padding: 40px 0;
  }
}

.company1-1 img {
  width: 100%;
}

.company2 .company2-1 {
  width: 100%;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  list-style: none;
  margin-bottom: 60px;
}

.company2 .company2-1 li {
  min-height: 60px;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company2 .company2-1 li:last-child {
  border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 480px) {
  .company2 .company2-1 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company2 .company2-1 li .left {
  background-color: #EBEBEB;
  width: 25%;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

@media (max-width: 480px) {
  .company2 .company2-1 li .left {
    padding: 10px;
    width: calc(100% - 20px);
  }
}

.company2 .company2-1 li .left h3 {
  font-size: 16px;
}

.company2 .company2-1 li .right {
  width: 75%;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 480px) {
  .company2 .company2-1 li .right {
    padding: 10px;
    width: calc(100% - 20px);
  }
}

.company2 .company2-1 li .right p {
  width: 100%;
  text-align: left;
}

@media (max-width: 480px) {
  .company2 .company2-1 li .right p {
    width: 100%;
  }
}

.company3 {
  margin-bottom: 60px;
}

.company4 .company4-1 {
  width: 56%;
  margin: auto;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 120px;
}

@media (max-width: 1024px) {
  .company4 .company4-1 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .company4 .company4-1 {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .company4 .company4-1 {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .company4 .company4-1 {
    width: 100%;
  }
}

.company4 .company4-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #E4E4E4;
  padding-bottom: 30px;
}

.company4 .company4-1 li:nth-of-type(1) .left p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: calc(32px / 2);
  border-left: 1px solid white;
}

@media (max-width: 480px) {
  .company4 .company4-1 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company4 .company4-1 li .left {
  width: 25%;
}

@media (max-width: 480px) {
  .company4 .company4-1 li .left {
    width: 100%;
  }
}

.company4 .company4-1 li .left p {
  position: relative;
  padding-left: 25%;
}

@media (max-width: 480px) {
  .company4 .company4-1 li .left p {
    padding-left: 20px;
  }
}

.company4 .company4-1 li .left p::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1A1A33;
  left: -3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .company4 .company4-1 li .left p::after {
    left: -1%;
  }
}

.company4 .company4-1 li .right {
  width: 75%;
}

@media (max-width: 480px) {
  .company4 .company4-1 li .right {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .company4 .company4-1 li .right p {
    font-size: 14px;
    padding-left: 30px;
  }
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
staffページ
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#staff .main-visual {
  background-image: url(./images/staff1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
}

.staff1-1 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .staff1-1 {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .staff1-1 {
    padding: 20px 0;
  }
}

.staff1-1 img {
  width: 100%;
}

.staff2 {
  padding-bottom: 30px;
}

.staff2 .staff2-1 {
  width: 100%;
}

.staff2 .staff2-1 .staff2-1-each {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.staff2 .staff2-1 .staff2-1-each:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.staff2 .staff2-1 .staff2-1-each .img-box {
  width: 30%;
}

@media (max-width: 480px) {
  .staff2 .staff2-1 .staff2-1-each .img-box {
    width: 100%;
  }
}

.staff2 .staff2-1 .staff2-1-each .img-box img {
  width: 100%;
}

.staff2 .staff2-1 .staff2-1-each .explanation-box {
  width: 66%;
  text-align: left;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 480px) {
  .staff2 .staff2-1 .staff2-1-each .explanation-box {
    width: 100%;
  }
}

.staff2 .staff2-1 .staff2-1-each .explanation-box .staff-name {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .staff2 .staff2-1 .staff2-1-each .explanation-box .staff-name {
    margin-bottom: 10px;
  }
}

.staff2 .staff2-1 .staff2-1-each .explanation-box .staff-name .staff-roma {
  font-size: 20px;
  color: #191970;
  margin-left: 4%;
}

.staff2 .staff2-1 .staff2-1-each .explanation-box .staff-role {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .staff2 .staff2-1 .staff2-1-each .explanation-box .staff-role {
    margin-bottom: 10px;
  }
}

.staff2 .staff2-1 .staff2-1-each .explanation-box .career-box {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .staff2 .staff2-1 .staff2-1-each .explanation-box .career-box {
    margin-bottom: 10px;
  }
}

.staff2 .staff2-1 .staff2-1-each .explanation-box .career-box p {
  font-size: 14px;
  color: #848484;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

.staff2 .staff2-1 .staff2-1-each .explanation-box .text-box {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

@media (max-width: 480px) {
  .staff2 .staff2-1 .staff2-1-each .explanation-box .text-box {
    font-size: 14px;
  }
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
gallery一覧ページ（建築事例カスタム投稿のアーカイブページ）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#gallery .main-visual, #singleGallery .main-visual {
  background-image: url(./images/gallery1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  #gallery .main-visual, #singleGallery .main-visual {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #gallery .main-visual, #singleGallery .main-visual {
    margin-bottom: 20px;
  }
}

.gallery1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery1-1 .gallery1-1-each {
  text-decoration: none;
  display: block;
  width: 48%;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 480px) {
  .gallery1-1 .gallery1-1-each {
    width: 100%;
  }
}

.gallery1-1 .gallery1-1-each:hover {
  opacity: .6;
}

.gallery1-1 .gallery1-1-each .img-box {
  width: 100%;
  height: 280px;
}

.gallery1-1 .gallery1-1-each .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.gallery1-1 .gallery1-1-each .title-text {
  padding: 10px 0;
}

.gallery1-1 .gallery1-1-each .title-text h1 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  color: #2A2B33;
  line-height: 1;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
gallery各記事ページ（single-gallery.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.singleGallery1-1 {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .singleGallery1-1 {
    margin-bottom: 20px;
  }
}

.singleGallery1-1 .singleGallery1-1-title {
  text-align: center;
  font-size: 24px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2A2B33;
}

.singleGallery1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .singleGallery1-2 {
    margin-bottom: 20px;
  }
}

.singleGallery1-2 .img-wrapper {
  margin-bottom: 10px;
  cursor: pointer;
}

.singleGallery1-2 .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.singleGallery1-2 .img-wrapper .js-popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  overflow-y: scroll;
  max-height: 200vh;
}

.singleGallery1-2 .img-wrapper .js-popup .js-black-bg {
  position: absolute;
  width: 100%;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.singleGallery1-2 .img-wrapper .js-popup .js-popup-inner {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 21;
}

.singleGallery1-2 .img-wrapper .js-popup .js-popup-inner .close-btn {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.singleGallery1-2 .img-wrapper .js-popup .js-popup-inner .close-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.singleGallery1-2 .img-wrapper .js-popup .js-popup-inner .close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.singleGallery1-2 .img-wrapper .js-popup.is-show {
  opacity: 1;
  display: block !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.singleGallery1-2 .img-wrapper1 {
  width: 51%;
}

.singleGallery1-2 .img-wrapper2 {
  width: 48%;
}

.singleGallery1-2 .img-wrapper3 {
  width: 48%;
}

.singleGallery1-2 .img-wrapper4 {
  width: 51%;
}

.singleGallery1-2 .img-wrapper5 {
  width: 50%;
}

.singleGallery1-2 .img-wrapper6 {
  width: 49%;
}

.singleGallery1-3 .singleGallery1-3-title {
  font-size: 24px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .singleGallery1-3 .singleGallery1-3-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.singleGallery1-3 .singleGallery1-3-lists {
  list-style: none;
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 120px;
}

.singleGallery1-3 .singleGallery1-3-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
}

.singleGallery1-3 .singleGallery1-3-lists li:first-child {
  border-top: 1px solid #E4E4E4;
}

@media (max-width: 480px) {
  .singleGallery1-3 .singleGallery1-3-lists li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.singleGallery1-3 .singleGallery1-3-lists li .left {
  min-width: 100px;
  width: 20%;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .singleGallery1-3 .singleGallery1-3-lists li .left {
    width: 100%;
    padding: 10px 0 0;
  }
}

.singleGallery1-3 .singleGallery1-3-lists li .left p {
  text-align: left;
}

.singleGallery1-3 .singleGallery1-3-lists li .right {
  width: 80%;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .singleGallery1-3 .singleGallery1-3-lists li .right {
    width: 100%;
    padding: 10px 0;
  }
}

.singleGallery1-3 .singleGallery1-3-lists li .right p {
  text-align: left;
}

@media (max-width: 480px) {
  .singleGallery1-3 .singleGallery1-3-lists li .right p {
    font-size: 14px;
  }
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
event一覧ページ（カスタム投稿のアーカイブページ）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#event .main-visual, #singleEvent .main-visual {
  background-image: url(./images/event1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #event .main-visual, #singleEvent .main-visual {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #event .main-visual, #singleEvent .main-visual {
    margin-bottom: 20px;
  }
}

.event1-1 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .event1-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .event1-1 {
    margin-bottom: 20px;
  }
}

.event1-1 .event1-1-title {
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.event1-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event1-2 .event1-2-each {
  display: block;
  text-decoration: none;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  -webkit-transition: .3s;
  transition: .3s;
}
.event1-2 .event1-2-each:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .event1-2 .event1-2-each {
    width: 49%;
    margin-bottom: 30px;
  }
  .event1-2 .event1-2-each:nth-child(3n) {
    margin-right: 2%;
  }
  .event1-2 .event1-2-each:nth-child(2n) {
    margin-right: 0;
  }

}

@media (max-width: 480px) {
  .event1-2 .event1-2-each {
    width: 100%;
    margin-right: 0;
  }
  .event1-2 .event1-2-each:nth-child(3n) {
    margin-right: 0;
  }
}

.event1-2 .event1-2-each:hover {
  opacity: .6;
}

.event1-2 .event1-2-each .img-box {
  width: 100%;
  margin-bottom: 10px;
}

.event1-2 .event1-2-each .img-box img {
  width: 100%;
}

.event1-2 .event1-2-each .text-box {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.event1-2 .event1-2-each .text-box .text-box-date {
  font-size: 16px;
  color: #848484;
}

@media (max-width: 480px) {
  .event1-2 .event1-2-each .text-box .text-box-date {
    font-size: 18px;
  }
}

.event1-2 .event1-2-each .text-box .text-box-title {
  color: #333333;
  line-height: 1;
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 480px) {
  .event1-2 .event1-2-each .text-box .text-box-title {
    font-size: 18px;
  }
}

.event1-2 .event1-2-each .text-box .text-box-title:hover {
  color: #0062FF;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
event各記事ページ（single-event.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.singleEvent1 {
  margin-bottom: 40px;
}

.singleEvent1 .singleEvent1-1 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .singleEvent1 .singleEvent1-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .singleEvent1 .singleEvent1-1 {
    margin-bottom: 20px;
  }
}

.singleEvent1 .singleEvent1-1 .singleEvent1-1-title {
  font-size: 22px;
  text-align: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.singleEvent1 .singleEvent1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.singleEvent1 .singleEvent1-2 .left {
  width: 46%;
}

@media (max-width: 480px) {
  .singleEvent1 .singleEvent1-2 .left {
    width: 100%;
  }
}

.singleEvent1 .singleEvent1-2 .left img {
  width: 100%;
}

.singleEvent1 .singleEvent1-2 .right {
  width: 48%;
}

@media (max-width: 480px) {
  .singleEvent1 .singleEvent1-2 .right {
    width: 100%;
  }
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists {
  list-style: none;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .singleEvent1-2-lists-each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #E4E4E4;
  padding: 10px 0;
  font-size: 14px;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .singleEvent1-2-lists-each .singleEvent1-2-lists-each-left {
  width: calc(100% / 6);
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .singleEvent1-2-lists-each .singleEvent1-2-lists-each-right {
  width: calc(100% / 6 * 5);
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .singleEvent1-2-lists-each > p {
  padding-top: 20px;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .singleEvent1-2-lists-each iframe {
  padding-top: 30px;
  width: 100% !important;
  position: relative;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .singleEvent1-2-lists-each iframe::after {
  content: "";
  padding-top: 75%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .map-wrapper {
  position: relative;
  width: 100%;
  height: 340px;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .map-wrapper::after {
  content: "";
  padding-top: 75%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.singleEvent1 .singleEvent1-2 .right .singleEvent1-2-lists .map-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.singleEvent2 .singleEvent2-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.singleEvent2 .singleEvent2-1 .left {
  width: 49%;
}

@media (max-width: 480px) {
  .singleEvent2 .singleEvent2-1 .left {
    width: 100%;
  }
}

.singleEvent2 .singleEvent2-1 .left ul {
  list-style: none;
}

.singleEvent2 .singleEvent2-1 .left ul li {
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 480px) {
  .singleEvent2 .singleEvent2-1 .left ul li {
    padding: 10px 0;
    text-align: center;
  }
}

.singleEvent2 .singleEvent2-1 .left ul li:nth-of-type(2) {
  padding: 20px 0;
  height: 54px;
  border-bottom: none;
}

.singleEvent2 .singleEvent2-1 .left ul li:nth-of-type(2) a {
  font-family: amiriRg;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  transition: 0.3s;
}

.singleEvent2 .singleEvent2-1 .left ul li:nth-of-type(2) a:hover{
  opacity: 0.6;
}

.singleEvent2 .singleEvent2-1 .left ul li:nth-of-type(2) span {
  color: #6F6F6F;
  font-size: 12px;
  line-height: 1.5;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.singleEvent2 .singleEvent2-1 .right {
  width: 49%;
}

@media (max-width: 480px) {
  .singleEvent2 .singleEvent2-1 .right {
    width: 100%;
  }
}

.singleEvent2 .singleEvent2-1 .right ul {
  list-style: none;
}

.singleEvent2 .singleEvent2-1 .right ul li {
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 480px) {
  .singleEvent2 .singleEvent2-1 .right ul li {
    padding: 10px 0;
    text-align: center;
  }
}

.singleEvent2 .singleEvent2-1 .right ul li:nth-of-type(2) {
  padding: 20px 0;
  border-bottom: none;
}

.singleEvent2 .singleEvent2-1 .right ul li:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background-color: #000;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #000;
}

@media (max-width: 480px) {
  .singleEvent2 .singleEvent2-1 .right ul li:nth-of-type(2) a {
    width: 60%;
    margin: 0 auto;
  }
}

.singleEvent2 .singleEvent2-1 .right ul li:nth-of-type(2) a:hover {
  color: #000;
  background-color: white;
}

.event-form-list {
  list-style: none;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.event-form-list .error {
  color: #F42F2F;
}

.event-form-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #E4E4E4;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .event-form-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.event-form-list li .left {
  width: 26%;
}

@media (max-width: 480px) {
  .event-form-list li .left {
    margin-bottom: 5px;
  }
}

.event-form-list li .right {
  width: 74%;
}

@media (max-width: 480px) {
  .event-form-list li .right {
    width: 100%;
  }
}

.event-form-list li .right input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: 64px;
  padding: 20px;
}

@media (max-width: 480px) {
  .event-form-list li .right input {
    padding: 10px;
    height: 44px;
  }
}

.event-form-list li .right input::-webkit-input-placeholder {
  opacity: 1;
}

.event-form-list li .right input:-ms-input-placeholder {
  opacity: 1;
}

.event-form-list li .right input::-ms-input-placeholder {
  opacity: 1;
}

.event-form-list li .right input::placeholder {
  opacity: 1;
}

.event-form-list li .right input:not(#address1) {
  width: 100%;
}

.event-form-list li .right input#event_address1, .event-form-list li .right input#event_address2, .event-form-list li .right input#event_address3 {
  margin-bottom: 10px;
}

.event-form-list li .right textarea {
  width: 100%;
}

.privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.privacy-policy input {
  margin-right: 30px;
}

.privacy-policy p a {
  color: #33A0FF;
}

#event_agreement_err {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F42F2F;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.event_send_btn {
  width: 100%;
  margin: 0 auto 80px;
}

.event_send_btn input {
  height: 84px;
  color: white;
  background-color: #333333;
  width: 49%;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 900px) {
  .event_send_btn input {
    min-width: 300px;
  }
}

@media (max-width: 768px) {
  .event_send_btn input {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .event_send_btn input {
    width: 75%;
    height: 64px;
  }
}

.event_send_btn input:hover {
  opacity: .6;
}

.necessary {
  padding: 2px 5px;
  margin-left: 10px;
  border-radius: 2px;
  display: inline-block;
  background-color: #F42F2F;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: white;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
information一覧ページ（カスタム投稿のアーカイブページ）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#information .main-visual, #singleInformation .main-visual {
  background-image: url(./images/information1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.information1-1 {
  margin-bottom: 60px;
}

.information1-1 .information1-1-title {
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.information1-2 {
  margin-bottom: 40px;
}

.information1-2 .information1-2-each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .information1-2 .information1-2-each {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.information1-2 .information1-2-each span {
  font-family: amiriRg;
  min-width: 150px;
}

.information1-2 .information1-2-each a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.information1-2 .information1-2-each a:hover {
  color: #0062FF;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
information各記事ページ（single-information.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#singleInformation .main-visual {
  margin-bottom: 30px;
}

.singleInformation1 .singleInformation1-1 {
  height: 70px;
  width: 100%;
  margin-bottom: 20px;
}

.singleInformation1 .singleInformation1-1 .singleInformation1-1-title {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px;
  background-color: #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.singleInformation1 .singleInformation1-2 {
  width: 100%;
  text-align: right;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 30px;
}

.singleInformation2 {
  margin-bottom: 120px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.singleInformation2 p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.singleInformation2 figure {
  width: 50%;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
blog（デフォルト投稿）一覧ページ（通常の投稿のアーカイブページarchive.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#blog .main-visual, #singleBlog .main-visual {
  background-image: url(./images/event1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #blog .main-visual, #singleBlog .main-visual {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #blog .main-visual, #singleBlog .main-visual {
    margin-bottom: 20px;
  }
}

.blog1-1 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .blog1-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .blog1-1 {
    margin-bottom: 20px;
  }
}

.blog1-1 .blog1-1-title {
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.blog1-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog1-2 .blog1-2-each {
  display: block;
  text-decoration: none;
  width: 30%;
  margin-bottom: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

@media (max-width: 480px) {
  .blog1-2 .blog1-2-each {
    width: 100%;
    margin: 0 0 30px;
  }
}

.blog1-2 .blog1-2-each:nth-of-type(3n + 1) {
  margin-left: 0;
}

.blog1-2 .blog1-2-each:nth-of-type(3n) {
  margin-right: 0;
}

.blog1-2 .blog1-2-each:hover {
  opacity: .6;
}

.blog1-2 .blog1-2-each .img-box,
.event1-2 .event1-2-each .img-box{
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.blog1-2 .blog1-2-each .img-box::before,
.event1-2 .event1-2-each .img-box::before{
  content: "";
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 73.33%;
}

.blog1-2 .blog1-2-each .img-box img,
.event1-2 .event1-2-each .img-box img{
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.blog1-2 .blog1-2-each .text-box {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blog1-2 .blog1-2-each .text-box .text-box-date {
  font-size: 16px;
  color: #848484;
}

.blog1-2 .blog1-2-each .text-box .text-box-title {
  color: #333333;
  line-height: 1;
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.blog1-2 .blog1-2-each .text-box .text-box-title:hover {
  color: #0062FF;
}

.blog1-2 .blog-nothing {
  font-size: 18px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
}

.blog1-2 .blog-nothing p {
  text-align: center;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
blog（デフォルト投稿）各記事ページ（single.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
.singleBlog1 .singleBlog1-1 {
  height: 70px;
  width: 100%;
  margin-bottom: 20px;
}

.singleBlog1 .singleBlog1-1 .singleBlog1-1-title {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px;
  background-color: #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.singleBlog1 .singleBlog1-2 {
  width: 100%;
  text-align: right;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 30px;
}

.singleBlog2 {
  margin-bottom: 120px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.singleBlog2 p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
お問い合わせページ（page-contact.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#contact .main-visual,
#individual .main-visual{
  background-image: url(./images/contact1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  #contact .main-visual {
    margin-bottom: 0;
  }
}

.contact1 .error {
  color: #F42F2F;
}

、contact1 .contact-form-list,
.contact1 .individual-form-list{
  list-style: none;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.contact1 .contact-form-list li,
.contact1 .individual-form-list li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #E4E4E4;
  padding: 20px 0;
}

.contact1 .contact-form-list li.kindOf select {
  height: 50px;
  width: 70%;
  padding-left: 20px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .contact1 .contact-form-list li,
	.contact1 .individual-form-list li{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact1 .contact-form-list li .left,
.contact1 .individual-form-list li .left{
  width: 26%;
}

@media (max-width: 600px) {
  .contact1 .contact-form-list li .left,
	.contact1 .individual-form-list li .left{
    width: 100%;
  }
}

.contact1 .contact-form-list li .right,
.contact1 .individual-form-list li .right{
  width: 74%;
}

@media (max-width: 600px) {
  .contact1 .contact-form-list li .right,
	.contact1 .individual-form-list li .right{
    width: 100%;
  }
}

.contact1 .contact-form-list li .right input:not(.individual_kindOf) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: 64px;
  padding: 20px;
}

.contact1 .contact-form-list li .right input:not(#contact_address1):not(.individual_kindOf) {
  width: 100%;
}

.contact1 .contact-form-list li .right input::-webkit-input-placeholder {
  opacity: .6;
}

.contact1 .contact-form-list li .right input:-ms-input-placeholder {
  opacity: .6;
}

.contact1 .contact-form-list li .right input::-ms-input-placeholder {
  opacity: .6;
}

.contact1 .contact-form-list li .right input::placeholder {
  opacity: .6;
}

@media (max-width: 600px) {
  .contact1 .contact-form-list li .right input {
    padding: 10px;
    height: 44px;
  }
}

.contact1 .contact-form-list li .right input#contact_address1, .contact1 .contact-form-list li .right input#contact_address2, .contact1 .contact-form-list li .right input#contact_address3 {
  margin-bottom: 10px;
}

.contact1 .contact-form-list li .right textarea {
  width: 100%;
}

.contact1 .contact_privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 480px) {
  .contact1 .contact_privacy-policy {
    width: 90%;
    margin: 0 auto;
  }
}

.contact1 .contact_privacy-policy input {
  margin-right: 30px;
}

.contact1 .contact_privacy-policy p a {
  color: #33A0FF;
}

.contact1 #contact_agreement_err {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.contact1 .contact_send_btn {
  width: 100%;
  margin: 0 auto 80px;
}

.contact1 .contact_send_btn input {
  height: 84px;
  color: white;
  background-color: #333333;
  width: 49%;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact1 .contact_send_btn input:hover {
  opacity: .6;
}

@media (max-width: 900px) {
  .contact1 .contact_send_btn input {
    min-width: 300px;
  }
}

@media (max-width: 480px) {
  .contact1 .contact_send_btn input {
    height: 64px;
    font-size: 18px;
  }
}

.contact1 #contact-thanks {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 40px 0;
  font-size: 28px;
  text-align: center;
}

@media (max-width: 768px) {
  .contact1 #contact-thanks {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .contact1 #contact-thanks {
    font-size: 16px;
  }
}

.contact1 #session-timeOut {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding: 60px 0;
  text-align: center;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
資料請求ページ（page-request.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#request .main-visual {
  background-image: url(./images/contact1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.request1 .request1-0 {
  width: 68.5%;
  margin: 0 auto 60px;
}

@media (max-width: 600px) {
  .request1 .request1-0 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.request1 .request1-0 img {
  width: 100%;
}

.request1 .request1-0 a {
  width: 100%;
  margin-top: 40px;
}

.request1 .error {
  color: #F42F2F;
}

.request1 .request-form-list {
  list-style: none;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.request1 .request-form-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #E4E4E4;
  padding: 20px 0;
}

.request1 .request-form-list li.kindOf select {
  height: 50px;
  width: 70%;
  padding-left: 20px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .request1 .request-form-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.request1 .request-form-list li .left {
  width: 26%;
}

@media (max-width: 600px) {
  .request1 .request-form-list li .left {
    width: 100%;
  }
}

.request1 .request-form-list li .right {
  width: 74%;
}

@media (max-width: 600px) {
  .request1 .request-form-list li .right {
    width: 100%;
  }
}

.request1 .request-form-list li .right input:not(.individual_kindOf) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: 64px;
  padding: 20px;
}

.request1 .request-form-list li .right input:not(#request_address1):not(#individual_address1):not(.individual_kindOf)  {
  width: 100%;
}

.request1 .request-form-list li .right input::-webkit-input-placeholder {
  opacity: .6;
}

.request1 .request-form-list li .right input:-ms-input-placeholder {
  opacity: .6;
}

.request1 .request-form-list li .right input::-ms-input-placeholder {
  opacity: .6;
}

.request1 .request-form-list li .right input::placeholder {
  opacity: .6;
}

@media (max-width: 600px) {
  .request1 .request-form-list li .right input {
    padding: 10px;
  }
}

.request1 .request-form-list li .right input#request_address1, .request1 .request-form-list li .right input#request_address2, .request1 .request-form-list li .right input#request_address3,#individual_address1 {
  margin-bottom: 10px;
}

.request1 .request-form-list li .right textarea {
  width: 100%;
}

.request1 .request_privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 480px) {
  .request1 .request_privacy-policy {
    width: 90%;
    margin: 0 auto;
  }
}

.request1 .request_privacy-policy input {
  margin-right: 30px;
}

.request1 .request_privacy-policy p a {
  color: #33A0FF;
}

.request1 #request_agreement_err {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.request1 .request_send_btn {
  width: 100%;
  margin: 0 auto 80px;
}

.request1 .request_send_btn input {
  height: 84px;
  color: white;
  background-color: #333333;
  width: 49%;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 22px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.request1 .request_send_btn input:hover {
  opacity: .6;
}

@media (max-width: 900px) {
  .request1 .request_send_btn input {
    min-width: 300px;
  }
}

@media (max-width: 480px) {
  .request1 .request_send_btn input {
    height: 64px;
    font-size: 18px;
  }
}

.request1 #request-thanks {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 40px 0;
  font-size: 28px;
  text-align: center;
}

@media (max-width: 768px) {
  .request1 #request-thanks {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .request1 #request-thanks {
    font-size: 16px;
  }
}

.request1 #session-timeOut {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding: 60px 0;
  text-align: center;
}

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
家づくり勉強会ページ（page-studymeeting.php）
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#studyMeeting {
  font-family: source-han-sans-japanese, sans-serif;
}

#studyMeeting header {
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#studyMeeting header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  /* color: #1A1A33; */
}
@media (max-width: 768px) {
.pc_nav{
  display: none;
}
}


#studyMeeting header a h1 {
  font-size: 32px;
  margin: 0;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  #studyMeeting header a h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #studyMeeting header a h1 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #studyMeeting header a h1 {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  #studyMeeting header a h1 {
    font-size: 14px;
  }
}

#studyMeeting header a img {
  max-width: 250px;
}

@media (max-width: 1200px) {
  #studyMeeting header a img {
    display: none;
  }
}

@media (max-width: 1024px) {
  #studyMeeting header a img {
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  #studyMeeting header a img {
    max-width: 120px;
  }
}

@media (max-width: 375px) {
  #studyMeeting header a img {
    max-width: 110px;
  }
}

#studyMeeting header .header-right {
  text-align: center;
}

@media (max-width: 768px) {
  #studyMeeting header .header-right {
    display: none;
  }
}

@media (max-width: 480px) {
  #studyMeeting header .header-right {
    width: 200px;
  }
}


@media (max-width: 1080px) {
  #studyMeeting header .header-right-time {
    display: flex;
    flex-direction: column;
  }
}

#studyMeeting header .header-right a {
  font-family: futura-pt,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #9CC813;
  letter-spacing: 2px;
}

@media (max-width: 1080px) {
  #studyMeeting header .header-right a {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #studyMeeting header .header-right a {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #studyMeeting header .header-right a {
    font-size: 16px;
    width: 200px;
  }
}

#studyMeeting header .header-right span {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #6F6F6F;
}

@media (max-width: 480px) {
  #studyMeeting header .header-right span {
    font-size: 10px;
  }
}

.sectionBetween {
  background-image: url(./images/studyMeeting4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sectionBetween.ttl {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .sectionBetween {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .sectionBetween.ttl {
    padding: 30px 0;
  }
}

.sectionBetween::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #CEE488 transparent transparent transparent;
}

.sectionBetween h1 {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  /*font-size: 40px;*/
  font-size: 38px;
  letter-spacing: 5px;
}
.sectionBetween p {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .sectionBetween h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .sectionBetween h1 {
    font-size: 5.5vw;
  }
  .sectionBetween p {
    font-size: 22px;
  }
}

.sectionBetween h1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF833), color-stop(90%, #FFF833), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 70%, #FFF833 70%, #FFF833 90%, transparent 90%, transparent 100%);
}

.go-down-bottom{
  width: 35vw;
  min-width: 480px;
  position: relative;
  background-color: #fe9601;
  padding: 25px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 0 auto;
  box-shadow: 0 5px rgba(204, 102, 0, 1);
}
.go-down-bottom img{
  width: 25px !important;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .go-down-bottom{
    min-width: 70%;
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .go-down-bottom{
    width: 80%;
    min-width: auto;
    font-size: 14px;
    padding: 15px;
  }
}

.studyMeeting1 {
  margin-top: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./images/studyMeeting1.png);
  height: 670px;
  text-align: center;
  color: white;
}

@media (max-width: 768px) {
  .studyMeeting1 {
    margin-top: 70px;
  }
}

.studyMeeting1 .studyMeeting1-1 {
  width: 100%;
  padding: 100px 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1 {
    padding: 80px 0;
  }
}

.studyMeeting1 .studyMeeting1-1::before {
  content: "";
  width: 35%;
  height: 150px;
  background-image: url(./images/studyMeeting2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1::before {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .studyMeeting1 .studyMeeting1-1::before {
    width: 70%;
  }
}

.studyMeeting1 .studyMeeting1-1 > p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1 > p {
    margin-bottom: 20px;
  }
}

.studyMeeting1 .studyMeeting1-1 .special-circle {
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #9CC813;
  position: absolute;
  top: 25%;
  right: 30%;
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1 .special-circle {
    width: 75px;
    height: 75px;
    top: 29%;
    right: 24%;
  }
}

@media (max-width: 480px) {
  .studyMeeting1 .studyMeeting1-1 .special-circle {
    right: 7%;
  }
}

@media (max-width: 414px) {
  .studyMeeting1 .studyMeeting1-1 .special-circle {
    right: 12%;
    top: 15%;
  }
}

.studyMeeting1 .studyMeeting1-1 .special-circle p {
  font-size: 23px;
  color: #FFF833;
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1 .special-circle p {
    font-size: 18px;
  }
}

.studyMeeting1 .studyMeeting1-1 h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1 h1 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .studyMeeting1 .studyMeeting1-1 h1 {
    font-size: 32px;
  }
}

.studyMeeting1 .studyMeeting1-1 h1 .dot-text {
  padding-top: .4em;
  position: relative;
}

.studyMeeting1 .studyMeeting1-1 h1 .dot-text span {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  display: block;
}

.studyMeeting1 .studyMeeting1-1 h1 .dot-text span img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.studyMeeting1 .studyMeeting1-1 h1 .studyMeeting1-yellow-emphasis {
  color: #FFF833;
}

.studyMeeting1 .studyMeeting1-1 .studyMeeting1-1-p-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.studyMeeting1 .studyMeeting1-1 .studyMeeting1-1-p-wrapper .gray-bg-underline {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 480px) {
  .studyMeeting1 .studyMeeting1-1 .studyMeeting1-1-p-wrapper .gray-bg-underline {
    font-size: 14px;
  }
}

.studyMeeting1 .studyMeeting1-1 .studyMeeting1-1-p-wrapper .gray-bg-underline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #333333), to(#333333));
  background: linear-gradient(to bottom, transparent 40%, #333333 40%, #333333 100%);
}

.studyMeeting1 .studyMeeting1-1 .studyMeeting1-1-p-wrapper .gray-bg-underline:nth-of-type(2) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1 .studyMeeting1-1-p-wrapper .gray-bg-underline:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

.studyMeeting1 .studyMeeting1-1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28%;
  min-width: 250px;
  margin: 0 auto;
  height: 55px;
  background-color: #FD9600;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
}

.studyMeeting1 .studyMeeting1-1 a:hover {
  opacity: .6;
}

.studyMeeting1 .studyMeeting1-1 .additional-text {
  position: absolute;
  bottom: 10px;
  right: 30px;
}

@media (max-width: 768px) {
  .studyMeeting1 .studyMeeting1-1 .additional-text {
    bottom: -120px;
  }
}

@media (max-width: 480px) {
  .studyMeeting1 .studyMeeting1-1 .additional-text {
    width: 96%;
    margin: 10px auto 0;
    position: unset;
    bottom: unset;
    right: unset;
  }
}

.studyMeeting1 .studyMeeting1-1 .additional-text .img-wrapper {
  width: 30%;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 480px) {
  .studyMeeting1 .studyMeeting1-1 .additional-text .img-wrapper {
    width: 40%;
  }
}

.studyMeeting1 .studyMeeting1-1 .additional-text .img-wrapper img {
  width: 100%;
}

.studyMeeting1 .studyMeeting1-1 .additional-text p {
  font-size: 8px;
  text-align: right;
}




.study-meeting2{
  padding: 75px 0;
  text-align: center;
}

.study-meeting2 .head-phrase{
  font-size: 34px;
  font-weight: bold;
  color: #8cc511;
  margin-bottom: 60px;
}
.study-meeting2 .head-phrase span{
  border-bottom: 3px solid #b0d581;
  padding-bottom: 8px;
}
.study-meeting2 .description{
  font-size: 18px;
  line-height: 2;
}

.study-meeting2 .img-box{
  margin: 45px 0;
}
.study-meeting2 .img-box img{
  width: 100%;
}
.study-meeting2 .studyMeeting2-box{
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fcf8ec;
  padding: 70px;
  box-sizing: border-box;
  margin: 70px 0;
}
.study-meeting2 .studyMeeting2-box::after{
  content: '';
  position: absolute;
  border-style: solid;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  border-width: 50px 95px 0 95px;
  border-color: #f99600 transparent transparent transparent;
}
.study-meeting2 .studyMeeting2-box .list-ttl{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.study-meeting2 .studyMeeting2-box ul{
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.study-meeting2 .studyMeeting2-box ul li{
  border-top: 2px dashed #cccccc;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.study-meeting2 .studyMeeting2-box ul img{
  width: 20px;
  margin: 0 30px 0 90px;
}
.study-meeting2 .studyMeeting2-box ul li:last-child{
  border-bottom: 2px dashed #cccccc;
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1280px){
}
@media screen and (max-width:1024px){
  .study-meeting2 .head-phrase {
    font-size: 3.1vw;
  }
  .study-meeting2 .studyMeeting2-box .list-ttl {
    font-size: 2.9vw;
  }
  .study-meeting2 .studyMeeting2-box ul {
    width: 90%;
  }
  .study-meeting2 .studyMeeting2-box ul img{
    width: 20px;
    margin: 0 30px;
  }
}
@media screen and (max-width:768px){
  .study-meeting2 .studyMeeting2-box{
    padding: 60px 40px;
  }
  .study-meeting2 .studyMeeting2-box .list-ttl {
    font-size: 23px;
  }
  .study-meeting2 .studyMeeting2-box ul {
    font-size: 19px;
  }
  .study-meeting2 .studyMeeting2-box::after{
    border-width: 40px 75px 0 75px;
  }
  .study-meeting2 .description{
    font-size: 16px;
  }
}
@media screen and (max-width:600px) {
  .study-meeting2 .head-phrase {
    font-size: 3.5vw;
  }
  .study-meeting2 .studyMeeting2-box ul {
    width: 100%;
  }
}
@media screen and (max-width:480px){
  .study-meeting2 .head-phrase {
    font-size: 3.5vw;
    margin-bottom: 40px;
  }
  .study-meeting2 .description{
    font-size: 15px;
  }
  .study-meeting2 .studyMeeting2-box{
    padding: 50px 30px;
    margin: 70px 0 50px;
  }
  .study-meeting2 .studyMeeting2-box::after{
    border-width: 35px 65px 0 65px;
    top: -2%;
  }
  .study-meeting2 .studyMeeting2-box .list-ttl {
    font-size: 5vw;
    margin-bottom: 35px;
  }
  .study-meeting2 .studyMeeting2-box ul {
    font-size: 4.5vw;
  }
  .study-meeting2 .studyMeeting2-box ul img{
    margin: 0 15px;
  }
}


.study-meeting3{
  background-color: #f7f7f7;
  padding: 70px 0 90px;
  text-align: center;
}

.study-meeting3 .head-phrase{
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #8cc511;
  margin-bottom: 30px;
}
.study-meeting3 .head-phrase span{
  border-bottom: 3px solid #b0d581;
}
.study-meeting3 .ttl{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.study-meeting3 .description{
  width: 65%;
  min-width: 600px;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 40px;
}
.study-meeting3 .img-box{
  width: 75%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.study-meeting3 .img-box img{
  width: 20%;
  height: 50%;
  margin: 0 25px;
}
@media screen and (max-width:1024px){
  .study-meeting3 .img-box img {
    width: 25%;
  }
}
@media screen and (max-width:768px){
  .study-meeting3 .img-box{
    display: block;
  }
  .study-meeting3 .img-box img{
    width: 35%;
    margin: 2.5vw 3.5vw;
  }
  .study-meeting3 .description {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width:480px){
  .study-meeting3 {
    padding: 60px 0;
  }
  .study-meeting3 .head-phrase{
    font-size: 17px;
    letter-spacing: 3px;
  }
  .study-meeting3 .ttl{
    font-size: 27px;
  }
  .study-meeting3 .img-box{
    width: 90%;
  }
  .study-meeting3 .img-box img{
    width: 40%;
    margin: 2vw 3vw;
  }
}


.study-meeting4{
  padding: 60px 0 90px;
}
.study-meeting4 .container{
  width: 70%;
}
.study-meeting4 .process-box{
  width: 100%;
  border: 2px solid #9cc813;
  display: flex;
}
.study-meeting4 .process-box .right{
  width: 100px;
  background-color: #9cc813;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.study-meeting4 .process-box .right img{
  width: 100%;
}
.study-meeting4 .process-box .left{
  padding: 40px;
}
.study-meeting4 .process-box .left h3{
  font-size: 20px;
  font-weight: bold;
}
.study-meeting4 .process-box .left p{
  font-size: 14px;
  margin-top: 12px;
}
.study-meeting4 .rest-box{
  width: 100%;
  background-color: #eff6d9;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.study-meeting4 .arrow-box{
  width: 100%;
  text-align: center;
  padding: 12px 0 8px;
}
.study-meeting4 .arrow-box img{
  width: 51px;
}
@media screen and (max-width:1024px){
  .study-meeting4 .process-box .left{
    padding: 25px;
  }
  .study-meeting4 .process-box .right{
    padding: 25px;
  }
}
@media screen and (max-width:768px){
  .study-meeting4 .process-box .right {
    width: 90px;
    min-width: 90px;
  }
}
@media screen and (max-width:600px){
  .study-meeting4 .process-box .left h3{
    font-size: 18px;
  }
  .study-meeting4 .process-box .left p{
    margin-top: 8px;
  }
}
@media screen and (max-width:480px){
  .study-meeting4{
    padding: 60px 0;
  }
  .study-meeting4 .container{
    width: 90%;
  }
  .study-meeting4 .process-box{
    flex-direction: column;
  }
  .study-meeting4 .process-box .left{
    padding: 15px;
  }
  .study-meeting4 .process-box .right {
    width: 45px;
    min-width: auto;
    padding: 10px;
  }
}


.study-meeting5{
  padding: 75px 0 95px;
  background-color: #fcf8ec;
  text-align: center;
}
.study-meeting5 .container{
  width: 70%;
}
.study-meeting5 .head-phrase{
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #f99600;
  margin-bottom: 30px;
}
.study-meeting5 .ttl{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 60px;
}
.study-meeting5 .impress-box{
  margin-bottom: 75px;
}
.study-meeting5 .impress-box img{
  width: 100%;
  margin-bottom: 25px;
}
.study-meeting5 .impress-box img:last-child{
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .study-meeting5 .ttl {
    font-size: 31px;
  }
  .study-meeting5 .container{
    width: 83.33%;
  }
}
@media screen and (max-width:600px) {
  .study-meeting5 .head-phrase {
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  .study-meeting5 .ttl {
    font-size: 29px;
  }
  .study-meeting5 .container{
    width: 94%;
  }
  .study-meeting5 .impress-box{
    margin-bottom: 50px;
  }
  .study-meeting5 .impress-box img{
    width: 90%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:480px){
  .study-meeting5 {
    padding: 60px 0;
  }
  .study-meeting5 .ttl {
    font-size: 6vw;
  }
  .study-meeting5 .impress-box img{
    width: 100%;
  }
}




.studyMeeting2 {
  padding: 80px 0;
  background-image: url(./images/studyMeeting5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media (max-width: 480px) {
  .studyMeeting2 {
    padding: 40px 0;
  }
}

.studyMeeting2 .studyMeeting2-1 {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .studyMeeting2 .studyMeeting2-1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.studyMeeting2 .studyMeeting2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.studyMeeting2 .studyMeeting2-2 .studyMeeting2-2-each {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  border-radius: 30px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .studyMeeting2 .studyMeeting2-2 .studyMeeting2-2-each {
    width: 100%;
    margin-bottom: 20px;
  }
}

.studyMeeting2 .studyMeeting2-2 .studyMeeting2-2-each .img-wrapper {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .studyMeeting2 .studyMeeting2-2 .studyMeeting2-2-each .img-wrapper {
    width: 20%;
  }
}

.studyMeeting2 .studyMeeting2-2 .studyMeeting2-2-each .img-wrapper img {
  width: 100%;
}

.studyMeeting2 .studyMeeting2-2 .studyMeeting2-2-each h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.studyMeeting2 .studyMeeting2-2 .studyMeeting2-2-each .text-box {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.studyMeeting3 {
  padding: 60px 0 80px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .studyMeeting3 {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .studyMeeting3 {
    padding: 30px 0;
  }
}

.studyMeeting3 .studyMeeting3-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .studyMeeting3 .studyMeeting3-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.studyMeeting3 .studyMeeting3-1 .left {
  width: 50%;
  padding: 60px 60px 60px 9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .studyMeeting3 .studyMeeting3-1 .left {
    width: 83.33%;
    margin: 0 auto 30px;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .studyMeeting3 .studyMeeting3-1 .left {
    width: 94%;
  }
}

.studyMeeting3 .studyMeeting3-1 .left h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .studyMeeting3 .studyMeeting3-1 .left h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .studyMeeting3 .studyMeeting3-1 .left h1 {
    font-size: 24px;
  }
}

.studyMeeting3 .studyMeeting3-1 .left h2 {
  font-weight: 700;
  font-size: 24px;
  color: #9CC813;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .studyMeeting3 .studyMeeting3-1 .left h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.studyMeeting3 .studyMeeting3-1 .left .text-box p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  color: #333333;
}

@media (max-width: 480px) {
  .studyMeeting3 .studyMeeting3-1 .left .text-box p {
    font-size: 14px;
  }
}

.studyMeeting3 .studyMeeting3-1 .right {
  width: 50%;
}

@media (max-width: 768px) {
  .studyMeeting3 .studyMeeting3-1 .right {
    width: 83.33%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .studyMeeting3 .studyMeeting3-1 .right {
    width: 94%;
  }
}

.studyMeeting3 .studyMeeting3-1 .right img {
  width: 100%;
}

.studyMeeting4 {
  padding: 60px 0;
  background-color: #FDF8EC;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .studyMeeting4 {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .studyMeeting4 {
    padding: 30px 0;
  }
}

.studyMeeting4 .studyMeeting4-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .studyMeeting4 .studyMeeting4-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.studyMeeting4 .studyMeeting4-1 .left {
  width: 43%;
}

@media (max-width: 768px) {
  .studyMeeting4 .studyMeeting4-1 .left {
    width: 80%;
    margin: auto;
  }
}

.studyMeeting4 .studyMeeting4-1 .left img {
  width: 100%;
}

.studyMeeting4 .studyMeeting4-1 .right {
  width: 49%;
}

@media (max-width: 768px) {
  .studyMeeting4 .studyMeeting4-1 .right {
    width: 100%;
    margin-bottom: 20px;
  }
}

.studyMeeting4 .studyMeeting4-1 .right h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .studyMeeting4 .studyMeeting4-1 .right h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .studyMeeting4 .studyMeeting4-1 .right h1 {
    font-size: 24px;
  }
}

.studyMeeting4 .studyMeeting4-1 .right h2 {
  font-weight: 700;
  font-size: 24px;
  color: #FD9600;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .studyMeeting4 .studyMeeting4-1 .right h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.studyMeeting4 .studyMeeting4-1 .right .text-box p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  color: #333333;
}

@media (max-width: 480px) {
  .studyMeeting4 .studyMeeting4-1 .right .text-box p {
    font-size: 14px;
  }
}

.studyMeeting5 {
  padding: 80px 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .studyMeeting5 {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .studyMeeting5 {
    padding: 30px 0;
  }
}

.studyMeeting5 .studyMeeting5-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .studyMeeting5 .studyMeeting5-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.studyMeeting5 .studyMeeting5-1 .left {
  width: 44%;
}

@media (max-width: 768px) {
  .studyMeeting5 .studyMeeting5-1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.studyMeeting5 .studyMeeting5-1 .left h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .studyMeeting5 .studyMeeting5-1 .left h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .studyMeeting5 .studyMeeting5-1 .left h1 {
    font-size: 24px;
  }
}

.studyMeeting5 .studyMeeting5-1 .left h2 {
  font-weight: 700;
  font-size: 24px;
  color: #191970;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .studyMeeting5 .studyMeeting5-1 .left h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.studyMeeting5 .studyMeeting5-1 .left .text-box {
  margin-bottom: 40px;
}

.studyMeeting5 .studyMeeting5-1 .left .text-box p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  color: #333333;
}

@media (max-width: 480px) {
  .studyMeeting5 .studyMeeting5-1 .left .text-box p {
    font-size: 14px;
  }
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
  width: 47%;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1300px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 120px;
  }
}

@media (max-width: 1024px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 100px;
  }
}

@media (max-width: 900px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 160px;
  }
}

@media (max-width: 700px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 160px;
  }
}

@media (max-width: 600px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 110px;
  }
}

@media (max-width: 414px) {
  .studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each {
    height: 90px;
  }
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 57%;
  background-image: url(./images/studyMeetingNumber1.png);
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each:nth-of-type(2)::before {
  background-image: url(./images/studyMeetingNumber2.png);
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each:nth-of-type(3)::before {
  background-image: url(./images/studyMeetingNumber3.png);
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each:nth-of-type(4)::before {
  background-image: url(./images/studyMeetingNumber4.png);
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each .flex-each-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
}

.studyMeeting5 .studyMeeting5-1 .left .flex-zone .flex-each .flex-each-inner p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.studyMeeting5 .studyMeeting5-1 .right {
  width: 45%;
}

@media (max-width: 768px) {
  .studyMeeting5 .studyMeeting5-1 .right {
    width: 94%;
    margin: 0 auto;
  }
}

.studyMeeting5 .studyMeeting5-1 .right img {
  width: 100%;
}

.studyMeeting6 {
  padding: 80px 0 120px;
  background-image: url(./images/studyMeeting12.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 768px) {
  .studyMeeting6 {
    padding: 40px 0;
  }
}

.studyMeeting6 .studyMeeting6-1 {
  text-align: center;
  color: white;
}

.studyMeeting6 .studyMeeting6-1 .img-wrapper img {
  width: 10%;
}

@media (max-width: 480px) {
  .studyMeeting6 .studyMeeting6-1 .img-wrapper img {
    width: 20%;
  }
}

.studyMeeting6 .studyMeeting6-1 .date {
  font-size: 20px;
}

.studyMeeting6 .studyMeeting6-1 h2 {
  font-size: 25px;
}

.studyMeeting6 .studyMeeting6-1 h1 {
  font-size: 40px;
}

@media (max-width: 480px) {
  .studyMeeting6 .studyMeeting6-1 .text-box {
    text-align: left;
  }
}

.studyMeeting6 .studyMeeting6-1 .text-box p {
  line-height: 2.5;
  font-size: 20px;
  text-shadow: #000 0 0 10px;
}

@media (max-width: 768px) {
  .studyMeeting6 .studyMeeting6-1 .text-box p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .studyMeeting6 .studyMeeting6-1 .text-box p {
    font-size: 16px;
  }
}

.studyMeeting7 {
  padding: 80px 0 100px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .studyMeeting7 {
    padding: 40px 0;
  }
}

.studyMeeting7 .studyMeeting7-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 60%;
  min-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .studyMeeting7 .studyMeeting7-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.studyMeeting7 .studyMeeting7-1 .left {
  width: 33%;
}

@media (max-width: 768px) {
  .studyMeeting7 .studyMeeting7-1 .left {
    margin-bottom: 20px;
  }
}

.studyMeeting7 .studyMeeting7-1 .left img {
  width: 100%;
}

.studyMeeting7 .studyMeeting7-1 .right {
  /*width: 64%;*/
  width: 100%;
}

@media (max-width: 480px) {
  .studyMeeting7 .studyMeeting7-1 .right {
    width: 95vw;
  }
}

.studyMeeting7 .studyMeeting7-1 .right .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .studyMeeting7 .studyMeeting7-1 .right .text-list li {
    margin-bottom: 10px;
  }
}

.studyMeeting7 .studyMeeting7-1 .right .text-list li > span {
  min-width: 30px;
  height: 30px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./images/studyMeeting15.png);
}

@media (max-width: 480px) {
  .studyMeeting7 .studyMeeting7-1 .right .text-list li > span {
    margin-right: 10px;
  }
}

.studyMeeting7 .studyMeeting7-1 .right .text-list li p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .studyMeeting7 .studyMeeting7-1 .right .text-list li p {
    font-size: 16px;
  }
}

.studyMeeting7 .studyMeeting7-1 .right .text-list li p .lightgreen {
  color: #9CC813;
}

.studyMeeting7 .studyMeeting7-1 .right .text-box {
  width: 100%;
  font-size: 16px;
}

@media (max-width: 480px) {
  .studyMeeting7 .studyMeeting7-1 .right .text-box {
    font-size: 14px;
  }
}

.studyMeeting7 .studyMeeting7-1 .right .text-box p {
  line-height: 1.8;
}

.studyMeeting7 a {
  -webkit-transition: .3s;
  transition: .3s;
}

.studyMeeting7 a:hover {
  opacity: .6;
}

@media (max-width: 768px) {
  /*.studyMeeting7 a {*/
  /*  height: 100px;*/
  /*}*/
}

.studyMeeting7 img {
  width: 100%;
}

.studyMeeting7 .family-content{
  margin: 80px 0 60px;
  text-align: center;
}
.studyMeeting7 .family-content .head-phrase{
  font-size: 30px;
  font-weight: bold;
  color: #8cc511;
  margin-bottom: 75px;
}
.studyMeeting7 .family-content .head-phrase span{
  border-bottom: 3px solid #b0d581;
  padding-bottom: 8px;
}
.studyMeeting7 .family-content .box-group{
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.studyMeeting7 .family-content .box-group .family-box{
  width: 45%;
}
.studyMeeting7 .family-content .box-group .family-box .catch-phrase{
  font-size: 22px;
  font-weight: bold;
  margin: 40px auto;
}
.studyMeeting7 .family-content .box-group .family-box .description{
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width:1024px){
  .studyMeeting7 .family-content .head-phrase {
    font-size: 2.8vw;
  }
}
@media (max-width: 768px) {
  .studyMeeting7{
    padding: 60px 0 80px;
  }
  .studyMeeting7 .studyMeeting7-1{
    width: 90%;
  }
  .studyMeeting7 .family-content .box-group{
    flex-direction: column;
  }
  .studyMeeting7 .family-content .box-group .family-box{
    width: 80%;
    max-height: 500px;
    margin: 0 auto 50px;
  }
  .studyMeeting7 .family-content .box-group .family-box:nth-of-type(2){
    margin: 0 auto 25px;
  }
  .studyMeeting7 .family-content .box-group .family-box .catch-phrase{
    font-size: 18px;
    margin: 30px auto 15px;
  }
}
@media (max-width: 480px) {
  .studyMeeting7 .family-content{
    margin: 60px 0 40px;
  }
  .studyMeeting7 .family-content .head-phrase {
    font-size: 3.2vw;
    margin-bottom: 45px;
  }
  .studyMeeting7 .family-content .box-group .family-box .catch-phrase{
    font-size: 4.5vw;
  }
  .studyMeeting7 .family-content .box-group .family-box .description{
    font-size: 4vw;
  }
}


.studyMeeting8 {
  padding: 80px 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .studyMeeting8 {
    padding: 40px 0;
  }
}

.studyMeeting8 .studyMeeting8-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.studyMeeting8 .studyMeeting8-1:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .studyMeeting8 .studyMeeting8-1:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .studyMeeting8 .studyMeeting8-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.studyMeeting8 .studyMeeting8-1 .left {
  width: 58%;
}

@media (max-width: 480px) {
  .studyMeeting8 .studyMeeting8-1 .left {
    width: 100%;
  }
}

.studyMeeting8 .studyMeeting8-1 .left h1 {
  margin-bottom: 10px;
  font-size: 20px;
}

.studyMeeting8 .studyMeeting8-1 .left span {
  display: inline-block;
  font-size: 18px;
  color: #9CC813;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .studyMeeting8 .studyMeeting8-1 .left span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.studyMeeting8 .studyMeeting8-1 .left h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .studyMeeting8 .studyMeeting8-1 .left h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.studyMeeting8 .studyMeeting8-1 .left .text-box p {
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .studyMeeting8 .studyMeeting8-1 .left .text-box p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .studyMeeting8 .studyMeeting8-1 .left .text-box p {
    font-size: 14px;
  }
}

.studyMeeting8 .studyMeeting8-1 .right {
  width: 37%;
}

@media (max-width: 480px) {
  .studyMeeting8 .studyMeeting8-1 .right {
    width: 50%;
    margin: 0 auto;
  }
}

.studyMeeting8 .studyMeeting8-1 .right img {
  width: 100%;
}

.studyMeeting9 {
  padding: 80px 0 0;
}

@media (max-width: 768px) {
  .studyMeeting9 {
    padding: 60px 0 0;
  }
}

@media (max-width: 480px) {
  .studyMeeting9 {
    padding: 40px 0 0;
  }
}

.studyMeeting9 .month-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.studyMeeting9 .month-category-wrapper .month-category-title {
  width: 100%;
  border-bottom: 4px solid #CBE284;
  margin: 30px 0;
}

.studyMeeting9 .month-category-wrapper .month-category-title p {
  font-size: 30px;
  color: #9CC813;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 768px) {
  .studyMeeting9 .month-category-wrapper .month-category-title p {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .studyMeeting9 .month-category-wrapper .month-category-title p {
    font-size: 20px;
  }
}

.studyMeeting9 .month-category-wrapper .month-category-each {
  width: 49%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .studyMeeting9 .month-category-wrapper .month-category-each {
    width: 100%;
  }
}

.studyMeeting9 .month-category-wrapper .month-category-each .date {
  font-size: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2D4F35;
}

@media (max-width: 480px) {
  .studyMeeting9 .month-category-wrapper .month-category-each .date {
    font-size: 18px;
  }
}

.studyMeeting9 .month-category-wrapper .month-category-each .event-info-list {
  width: 100%;
  margin-bottom: 20px;
}

.studyMeeting9 .month-category-wrapper .month-category-each .event-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.studyMeeting9 .month-category-wrapper .month-category-each .event-info-list li:nth-of-type(1) {
  border-top: 1px solid #E4E4E4;
}

.studyMeeting9 .month-category-wrapper .month-category-each .event-info-list li .left {
  width: 20%;
  font-weight: bold;
}

.studyMeeting9 .month-category-wrapper .month-category-each .event-info-list li .right {
  width: 80%;
}

.studyMeeting9 .month-category-wrapper .month-category-each .event-place iframe {
  width: 100% !important;
  height: 220px !important;
}

.spacer {
  width: 100%;
  height: 80px;
}

@media (max-width: 768px) {
  .spacer {
    height: 70px;
  }
}

@media (max-width: 480px) {
  .spacer {
    height: 70px;
  }
}

.studyMeeting11 {
  padding: 80px 0 100px;
}

.studyMeeting11 .error {
  color: #F42F2F;
}

@media (max-width: 768px) {
  .studyMeeting11 {
    padding: 40px 0;
  }
}

.studyMeeting11 .studyMeeting-form-list {
  list-style: none;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.studyMeeting11 .studyMeeting-form-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #E4E4E4;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .studyMeeting11 .studyMeeting-form-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .studyMeeting11 .studyMeeting-form-list li {
    font-size: 14px;
  }
}

.studyMeeting11 .studyMeeting-form-list li.date .right ul li, .studyMeeting11 .studyMeeting-form-list li.kids .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 5px 0;
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.studyMeeting11 .studyMeeting-form-list li.date .right ul li input, .studyMeeting11 .studyMeeting-form-list li.kids .right ul li input {
  height: unset;
  width: unset !important;
}

.studyMeeting11 .studyMeeting-form-list li.date .right ul li label, .studyMeeting11 .studyMeeting-form-list li.kids .right ul li label {
  font-size: 16px;
  margin-left: 10px;
}

.studyMeeting11 .studyMeeting-form-list li.date {
  border-top: none;
}

.studyMeeting11 .studyMeeting-form-list li.date .right ul li input {
  display: none;
}

.studyMeeting11 .studyMeeting-form-list li.date .right ul li label {
  position: relative;
  margin-left: 0px;
  padding-left: 23px;
}

.studyMeeting11 .studyMeeting-form-list li.date .right ul li label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.studyMeeting11 .studyMeeting-form-list li.date .right ul li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #3B4043;
  border-right: 3px solid #3B4043;
}

.studyMeeting11 .studyMeeting-form-list li.kids input[type=radio] {
  display: none;
}

.studyMeeting11 .studyMeeting-form-list li.kids label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.studyMeeting11 .studyMeeting-form-list li.kids label::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.studyMeeting11 .studyMeeting-form-list li.kids label::after {
  background: #3B4043;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

.studyMeeting11 .studyMeeting-form-list li.kids input[type=radio]:checked + label::after {
  opacity: 1;
}

.studyMeeting11 .studyMeeting-form-list li.people .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.studyMeeting11 .studyMeeting-form-list li.people .right ul li {
  border: none;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.studyMeeting11 .studyMeeting-form-list li.people .right ul li span {
  margin-right: 10px;
  min-width: 50px;
}

.studyMeeting11 .studyMeeting-form-list li.people .right ul li select {
  height: 50px;
  width: 230px;
}

.studyMeeting11 .studyMeeting-form-list li .left {
  width: 26%;
}

@media (max-width: 768px) {
  .studyMeeting11 .studyMeeting-form-list li .left {
    width: 100%;
    margin-bottom: 10px;
  }
}

.studyMeeting11 .studyMeeting-form-list li .right {
  width: 74%;
}

@media (max-width: 768px) {
  .studyMeeting11 .studyMeeting-form-list li .right {
    width: 100%;
  }
}

.studyMeeting11 .studyMeeting-form-list li .right input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: 64px;
  padding: 20px;
}

.studyMeeting11 .studyMeeting-form-list li .right input:not(#studyMeeting_address1) {
  width: 100%;
}

.studyMeeting11 .studyMeeting-form-list li .right input::-webkit-input-placeholder {
  opacity: .6;
}

.studyMeeting11 .studyMeeting-form-list li .right input:-ms-input-placeholder {
  opacity: .6;
}

.studyMeeting11 .studyMeeting-form-list li .right input::-ms-input-placeholder {
  opacity: .6;
}

.studyMeeting11 .studyMeeting-form-list li .right input::placeholder {
  opacity: .6;
}

.studyMeeting11 .studyMeeting-form-list li .right input#studyMeeting_address1, .studyMeeting11 .studyMeeting-form-list li .right input#studyMeeting_address2, .studyMeeting11 .studyMeeting-form-list li .right input#studyMeeting_address3 {
  margin-bottom: 10px;
}

.studyMeeting11 .studyMeeting-form-list li .right textarea {
  width: 100%;
}

.studyMeeting11 .studyMeeting_privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 90%;
  margin: auto;
}

.studyMeeting11 .studyMeeting_privacy-policy input {
  display: none;
}

.studyMeeting11 .studyMeeting_privacy-policy label {
  position: relative;
  width: 30px;
  height: 30px;
}

.studyMeeting11 .studyMeeting_privacy-policy label::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.studyMeeting11 .studyMeeting_privacy-policy input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #3B4043;
  border-right: 3px solid #3B4043;
}

.studyMeeting11 .studyMeeting_privacy-policy p a {
  color: #33A0FF;
}

.studyMeeting11 #studyMeeting_agreement_err {
  margin-bottom: 40px;
  text-align: center;
}

.studyMeeting11 .studyMeeting_send_btn {
  width: 100%;
  margin: 0 auto 80px;
}

.studyMeeting11 .studyMeeting_send_btn input {
  height: 84px;
  color: white;
  background-color: #FD9600;
  width: 49%;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 22px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.studyMeeting11 .studyMeeting_send_btn input:hover {
  opacity: .6;
}

@media (max-width: 900px) {
  .studyMeeting11 .studyMeeting_send_btn input {
    min-width: 300px;
  }
}

@media (max-width: 480px) {
  .studyMeeting11 .studyMeeting_send_btn input {
    height: 64px;
    font-size: 18px;
  }
}

.studyMeeting11 .studyMeeting-thanks {
  text-align: center;
  margin-bottom: 60px;
  font-size: 28px;
}

@media (max-width: 768px) {
  .studyMeeting11 .studyMeeting-thanks {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .studyMeeting11 .studyMeeting-thanks {
    font-size: 16px;
  }
}

#studyMeeting11-flag1 {
  margin-top: 90px;
}

@media (max-width: 768px) {
  #studyMeeting11-flag1 {
    margin-top: 70px;
  }
}

footer.footer {
  background-color: #EBEBEB;
  width: 100%;
  padding: 40px 0 20px;
  text-align: center;
}

@media (max-width: 480px) {
  footer.footer {
    padding: 0;
  }
}

footer.footer .img-wrapper {
  width: 100%;
  padding-top: 20px;
}

footer.footer .img-wrapper img {
  width: 31%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  footer.footer .img-wrapper img {
    width: 50%;
  }
}

footer.footer p {
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1A33;
}

footer.footer::before {
  content: "";
  display: none;
}

/*-----------------------
IEハック(IE11)
-----------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header ul .dropdown label {
    padding-top: 10px;
  }
  *::-ms-backdrop, .fixed-link2::before {
    right: 0;
  }
  *::-ms-backdrop, a {
    padding-top: 10px;
  }
  *::-ms-backdrop, .navy-h {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  *::-ms-backdrop, header a h1 {
    padding-top: 30px;
  }
  *::-ms-backdrop, .fixed-link1 {
    padding-left: 0;
  }
  *::-ms-backdrop, .about2 .about2-flex3 span {
    padding-top: 15px;
  }
  *::-ms-backdrop, .about2 .about2-5 p {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  *::-ms-backdrop, .about3 .about3-flex1 .about3-flex1-each h1 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  *::-ms-backdrop, .flow1 .flow1-2 .flow1-2-each span {
    height: 25px;
    padding-top: 9px;
  }
  *::-ms-backdrop, .flow3 .flow3-1 .left a {
    padding-top: 10px;
    height: 50px;
  }
  *::-ms-backdrop, .pagination .paginate-each {
    padding: 0;
  }
  *::-ms-backdrop, .event_send_btn input {
    padding-top: 20px;
  }
  *::-ms-backdrop, .contact_send_btn input {
    padding-top: 20px;
  }
  *::-ms-backdrop, .studyMeeting_send_btn input {
    padding-top: 20px;
  }
  *::-ms-backdrop, .request_send_btn input {
    padding-top: 20px;
  }
  *::-ms-backdrop, .studyMeeting3 .studyMeeting3-1 .left {
    padding-left: 18%;
  }
  *::-ms-backdrop, .studyMeeting11 .studyMeeting-form-list li.kids .right ul li label:last-child {
    margin-right: 70%;
  }
  *::-ms-backdrop, #studyMeeting_send {
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */

/* ---------------------------------------
追加css
---------------------------------------- */
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% auto;
}
.wp-pagenavi .current,.wp-pagenavi .page,.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
  border: 1px solid #1A1A33;
  color: #1A1A33;
  padding: 8px;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #1A1A33;
}


/*-------------------------------------------

個別相談

------------------------------------------*/
@media (min-width:769px){
	#individual-consultation .flex {
	display:flex;
	}
	#individual-consultation .bg_nv img {
		width:100%;
	}
	#individual-consultation .contact-module__text {
	text-align: center;
		margin-bottom: 5px;
	}
	#individual-consultation #consul-form th {
		/*width:20%;*/
		width: 26%;
	}
	/*#individual-consultation #consul-form th ,#individual-consultation #consul-form td{
		border-bottom: 1px solid #E4E4E4;
	}*/
	#individual-consultation .free-consul3 {
		text-align:center;
	}
	#individual-consultation .contact-module {
	padding: 10%;
	}
	#individual-consultation #consul-form th ,#consul-form td{
	padding:1.5% 0;	
	}
	
	#individual-consultation .bg_nv{
		
		width: 75%;
	}
}

@media (min-width: 768px) {
#individual-consultation .access__map {
    width: 100%;
  }
}

@media (max-width:768px){
	#individual-consultation .bg_nv table tr th,
	#individual-consultation .bg_nv table tr td {
	display:block;
	}
	#consul-form td{
	border-bottom: 1px solid #E4E4E4;
	}
	#individual-consultation .contact-module {
	padding: 6%;
	}
	#individual-consultation .wpcf7-select {
	/*height: 50px;*/
    width: 70%;
	font-size: 20px;
	}
	#individual-consultation #consul-form th {
		padding-top:20px;
	}
	#individual-consultation #consul-form td{
	padding-bottom:20px;
	}
	#individual-consultation #consul-form .wpcf7 .wpcf7-submit {
	height: 64px;
	}
}

#individual-consultation .kindOf label{
	padding-right:1%;
}

#individual-consultation .bg_nv p img{
	
	width: 100%;
}

#individual-consultation .free-consul4 table tr th {
	font-size:18px;
}
#individual-consultation  .access__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
#individual-consultation #consul-form .wpcf7 .wpcf7-submit {
	font-family: yu-mincho-pr6n, sans-serif;
	-webkit-transition: .3s;
    transition: .3s;
	}
#individual-consultation #consul-form .wpcf7 .wpcf7-submit:hover {
	opacity: 0.7;
	}

@media (min-width: 1024px) {
#individual-consultation .top-access__map iframe {
    aspect-ratio: 3/2;
  }
}


#individual-consultation .ttlD {
	margin-bottom:5%;
}
#individual-consultation #consul-form .wpcf7 .text_individual .wpcf7-form-control {
	padding: 3%;
}
/*#individual-consultation #consul-form .wpcf7-text,
#individual-consultation #consul-form .wpcf7-textarea{
	width: 90%;
}*/
#individual-consultation #consul-form {
	background: #80c6c3;
}
#individual-consultation #consul-form table {
	background:#FFF;
	padding:5%;
	/*width: 94%;*/
	width: 100%;
    margin: 0 auto;
}

#individual-consultation .bg_nv {
	background: #1A1A33;
	color:#FFF;
}
#individual-consultation .bg_nv table {
	padding:6%;
	width: 100%;
}
#individual-consultation .bg_nv table tr th,
#individual-consultation .bg_nv table tr td{
	padding:1%;
	text-align: left;
}

#individual-consultation .request-form-list {
	background:#FFF;
	padding: 5%;
}

/*
 * 問い合わせ
 * -------------------------------------------------------------------
 */
#individual-consultation .contact {
  padding: 5%;
	letter-spacing: 3px;
	background:url(./images/individual_img06.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 10%;
}
#individual-consultation .contact-module {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.8);

  max-width: 900px;
  margin: 0 auto;
}
#individual-consultation .contact-module__body{
	
}
#individual-consultation .attention{
	position: absolute;
	background: #f42f2f;
	border-radius: 50%;
	width: 100px;
    height: 82px;
    color: #fff;
    top: -20px;
    left: -20px;
    padding: 18px 0 0;
    z-index: 10;
    line-height: 1;
    font-size: 30px;
    text-align: center;
}
#individual-consultation .font_s{
	font-size:12px;
}

@media (min-width: 1024px) {
#individual-consultation .contact-module {
    
    padding: 5rem;
  }
}
#individual-consultation .contact-module__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50vw;
}
@media (min-width: 1024px) {
#individual-consultation .contact-module__img {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media (min-width: 1024px) {
#individual-consultation .contact-module__body {
    display: flex;
    justify-content: space-around;
	  align-items: flex-end;
  }
}
#individual-consultation .contact-module__title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
#individual-consultation .contact-module__text {
font-size: clamp(0.5rem, 5vw, 0.8rem);
}
#individual-consultation .contact-tel {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
#individual-consultation .contact-tel {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#individual-consultation .contact-tel__number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  color: #1f7fad;
  font-weight: 600;
  margin-bottom: 3rem;
}
#individual-consultation .contact-tel__number::before {
  content: "TEL.";
}
#individual-consultation .contact-tel__number a {
  color: #1f7fad;
	font-size: clamp(1.8rem, 5vw, 2rem);
}
#individual-consultation .contact-mail {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
#individual-consultation .contact-mail {
    margin-top: 0;
  }
}
#individual-consultation .contact-mail__btn {
  margin-bottom: 3rem;
	    position: relative;
}
#individual-consultation .contact-mail__btn a {
  display: block;
  background-color: #F8DA01;
  color: #1A1A33;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 600;
	transition : .5s;
}
#individual-consultation .contact-mail__btn a:hover {
	background: #1A1A33;
	color: #F8DA01;
}







#individual-consultation{
	font-family: yu-mincho-pr6n, sans-serif;
}

#individual-consultation .main-visual{
	
	background-image: url(/wp-content/uploads/2022/11/individual-consultation-mv-scaled.jpeg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#individual-consultation .catch-free-consul{
	
	text-align: center;
	padding: 5% 0;
	
}

.new-line{
	
	display: block;
}

.mtb-space{
	
	margin: 30px auto;
}

.e-font{
	
	color: #888360;
		font-size: 36px;
}

#individual-consultation .free-consul2{
	padding: 5% 0;
	background: #1A1A33;
	font-family: yu-mincho-pr6n, sans-serif;
}

#individual-consultation .free-consul2 h2{
	color:#FFF;
	font-size: clamp(1.5rem, 5vw, 2.2rem);
}

#individual-consultation h2 {
	text-align:center;
}

.free-consul2 ul{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.free-consul2 li{
	padding: 1%;
	width: 30%;
	margin: 0 auto;
}

.free-consul-feature img{
	width: 100%;
	
}
.free-consul-feature dt{
	color: #FFF;
	text-align: center;
	position: relative;
	padding: 10px 0;
}

.free-consul-feature dd{
	
	margin-left: 0;
	text-align:center;
}

.free-banner{
	
	background: ;
	padding: 80px 0;
	font-family: yu-mincho-pr6n, sans-serif;
}

.free-banner h3{
	
	text-align: center;
	padding-top: 40px;
	margin-bottom: 40px;
	color:#fff;
}

.free-banner h3 span{
	
	font-size: 30px;
	color:#FFF833;
}

.form-banner{
	
	background-image: url(/wp-content/uploads/2022/11/sample3-1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 80px;
    background-position: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
    height: auto;
    position: relative;
	z-index: -10;
	font-family: yu-mincho-pr6n, sans-serif;
}

.form-banner:after{
	content:'';
	display: block;
  width: 100%;
  height: 100%;
	position: absolute;
  background: rgba(0, 0, 0, 0.3);
	top: 0;
	z-index: -5;
}

.baneer-link{
	
	width: 300px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 5px 0;
}

.baneer-link a{
	
	display: block;
	width: 290px;
	margin: auto;
	color: #000000;
	position: relative;
	padding: 20px 0;
}

.baneer-link a:before{
	content: '\f0e0';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.baneer-link a:after{
	
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
    color: #fff;
    position: relative;
	margin-left: 10px;
    top: -3px;
}



.free-consul3{
	
	padding: 60px 0;
	margin-bottom: 10%;
}

.free-consul3 h2{
	
	font-size: 40px;
}

.free-consul3 ul{
margin-top: 60px;
}
	
}

.free-consul3 li:last-child{
	
	margin-bottom: 0;
}

.free-consul3 li::marker{
	color: #000000;
	
}

.free-consul4{
	
	padding-bottom: 60px;
	font-family: yu-mincho-pr6n, sans-serif;
}

.free-consul4 ul{
display: flex;
	width: 95%;
	max-width: 1000px;
	margin: 60px auto 0;
}

.free-consul4 li:first-child{
	
	width: 50%;
	text-align: center;
}

.free-consul4 li:first-child img{
	
	width: 100%;
}

.free-consul4 li:last-child{
	
	width: 65%;
}

.free-consul4 h2{
	
	text-align: center;
font-size: 40px;
}

.free-consul5{
	
	padding: 40px 0;
	font-family: yu-mincho-pr6n, sans-serif;
}

.free-consul5 h2{
	text-align: center;
	font-size: 40px;
}

.free-consul5 ul{
	
	display: flex;
	max-width: 1000px;
	margin: 70px auto 0;
	justify-content: space-around;
}

.free-consul5 li{
	
	width: 47%;
	margin: 0 auto;
}

/*.free-consul5 li:first-child{
	
	writing-mode: tb;
	width: 40px;
	padding: 10px 20px 0;
	margin: 0;
	font-size: 24px;
}*/

.free-consul5 li img{
	
	width: 100%;
}

.free-consul5 li dd{
	
	margin-left: 0;
}

.free-consul5 li .name{
	
	font-size: 20px;
	margin: 40px auto;
	text-align: center;
	
}

#consul-form{
	padding-top: 140px;
	padding-bottom: 60px;
}

#consul-form h2{
	text-align: center;
	font-size: 40px;
}




#consul-form th{
	
	vertical-align: top;
	text-align: left;
	font-size: 16px;
}

#consul-form input[type="submit"]{
	margin: 30px auto;
	display: block;
	color: white;
    background-color: #333333;
	font-size: 22px;
	border: none;
    border-radius: 5px;
	width: 39%;
	padding: 2% 0 !important;
}



@media screen and (max-width: 768px){
	.free-consul2 ul{
		
		display: grid;
	}
	.free-consul2 li{
		
		width: 80%;
	}
	
	.free-consul3 h2 ,.free-consul4 h2 ,.free-consul5 h2 ,#consul-form h2{


		
		font-size:28px;
	}
	
#individual-consultation .free-consul3 li{
	padding:1% 5%;
	}
	
	.free-consul4 ul{
		
		display: grid;
	}
	
	.free-consul4 li:first-child{
		
		width: 100%;
		margin-bottom: 40px;
	}
	.free-consul4 li:last-child{
		
		width: 100%;
	}
	
	.free-consul5 ul{
		
		display: grid;
	}
	
	.free-consul5 li{
		
		width: 85%;
	}
	#consul-form{
		padding-top: 60px;
	}
	

	
	#consul-form .wpcf7 tr{
		
		display: grid;
	}
	
	#consul-form .wpcf7 p{
		
		text-align: center;
	}
	
	#consul-form .wpcf7 table, #consul-form .wpcf7-form-control-wrap{
		
		width: 100%;
		margin: 0 auto;
	}

	
	
	#consul-form .wpcf7-form-control-wrap{
		
		padding-left:0 !important;
		padding-right: 0 !important;
	}

	
	#consul-form input[type="submit"]{
		
		margin-top: 40px !important;
		font-size: 18px;
		width: 250px !important;
	}
	
	
}


@media screen and (min-width:769px){
	#individual-consultation .flexbox {
	display:flex;
	align-items: center;
	margin-top: 5%;
	max-width: 1200px;
    margin: 0 auto;
}
	#individual-consultation .col01 {
    text-align: right;
		padding:0 2%;
}
	#individual-consultation .col02 {
    text-align: left;
		padding:0 2%;
}
	#individual-consultation .r-mgn {
		margin-right:10%;
	}
	#individual-consultation .l-mgn {
		margin-left:10%;
	}
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 0.8em 15px 0.8em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f4f1ec;
  border: solid 3px #f4f1ec;
  box-sizing: border-box;
	border-radius: 5px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #f4f1ec;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #f4f1ec;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}
.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 0.8em 0 0.8em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f4f1ec;
  border: solid 3px #f4f1ec;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #f4f1ec;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #f4f1ec;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}
}
@media screen and (max-width:768px){
	#individual-consultation .flexbox {
		padding: 3%;
		margin-top: 10%;
		text-align: center;
	}
	.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f4f1ec;
  border: solid 3px #f4f1ec;
  box-sizing: border-box;
		border-radius: 5px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f4f1ec;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f4f1ec;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}
	
.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f4f1ec;
  border: solid 3px #f4f1ec;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f4f1ec;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #f4f1ec;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}
}

/*common*/
@media (min-width:769px){
	.pc_none {
		display:none;
	}
}

/*プライバシーポリシー*/
#privacy-policy .main-visual {
    background-image: url(./images/company1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 10%;
}

#privacy-policy p{
	
	line-height: 2;
}

#privacy-policy .container h2{
	
	text-align: center;
	font-weight: normal;
	margin-bottom: 5%;
}

#privacy-policy .container h3{
	
	margin: 5% 0 2.5%;;
}

#privacy-policy .container{
	
	margin-bottom: 10%;
}

.inst-link ,.pinterest-link{
	
	display: inline-block;
	padding: 0 10px;
}
.pinterest-link img{
	
	width: 16px;
}

/*contact-formCSS調整*/

.wpcf7 table ,.wpcf7 tbody{
	
	display: block;
} 

.wpcf7 tr{
	display: flex;
	border-top: 1px solid #E4E4E4;
	padding: 20px 0;
}

.wpcf7 th{
	
	width: 26%;
	text-align: left;
	font-weight: normal;
}

.wpcf7 td {
	
	display: grid;
	width: 74%;
}

.wpcf7 td input{
	
	width: -webkit-fill-available;
	padding: 20px;
    font-size: 16px;
}

.wpcf7 td input.p-postal-code{
	
	width: 25%;
}

.wpcf7 td select{
	
	width: 75%;
	padding: 20px 0 20px 20px;
	font-size: 16px;
}

.wpcf7 td textarea{
	
	width: -webkit-fill-available;
}

.wpcf7 [type="submit"] ,.wpcf7 [type="button"]{
	height: 84px;
    color: white;
    background-color: #333333;
    width: 49%;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 22px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.wpcf7 [type="submit"]:hover ,.wpcf7 [type="button"]:hover{
  opacity: .6;
}

.wpcf7 [type="button"]{
	
	margin-top: 20px;
}

.wpcf7 .w-50{
	display: inline-block;
	width: 50px;
	margin-right: 10px;
}

.wpcf7 .w-230{
	display: inline-block;
	width:230px;
	
}

.wpcf7 td .w-230 select{
	
	width: 100%;
}

#studyMeeting .radio-798 ,#studyMeeting .radio-798 label ,#singleEvent .radio-798 ,#singleEvent .radio-798 label ,#individual .checkbox-528 label{
	
	display: flex;
}

#studyMeeting .radio-798 label ,#singleEvent .radio-798 label {
	
	width: 90px;
}

#studyMeeting .wpcf7 td .radio-798 input ,#singleEvent .wpcf7 td .radio-798 input ,#individual .wpcf7 td .checkbox-528 input{
	
	width: 20px;
	margin-right: 5px;
}

#individual .checkbox-528{
	
	display: inline-block;
}

.wpcf7 td .studyMeeting_date input{
	
width: auto;	
}
.wpcf7 td .studyMeeting_date{
	
	padding: 5px 0;
}

#studyMeeting .wpcf7 [type="submit"], #studyMeeting .wpcf7 [type="button"]{
	
	background-color: #FD9600;
}

.singleEvent3{
    padding-bottom: 5%;
}

@media (max-width: 900px) {
  .wpcf7 [type="submit"] ,.wpcf7 [type="button"]{
    min-width: 300px;
  }
}

@media screen and (max-width: 770px){
	
	.wpcf7 tr{
		
		display: grid;
	}
	.wpcf7 th{
		
		width: auto;
	}
	
	.wpcf7 td {
		
		width: 90%;
	}
	
	#consul-form td {
    border-bottom: none;
}
	.wpcf7 td input {
		
		width: inherit;
	}
}

@media (max-width: 480px) {
  .wpcf7 [type="submit"] ,.wpcf7 [type="button"]{
    height: 64px;
    font-size: 18px;
  }
}

/*230906修正*/

.page-id-1279 footer .footer-2 span span{
	
	display: none;
}

@media (min-width:769px){
.flexbox_bn {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5% 0 10%;
}
.flexbox_bn li{
	width:35%;
	padding:1%;
}
}

@media (max-width:768px){
	.flexbox_bn li{
	padding:0 6% 4%;
}
	.flexbox_bn {
	margin: 0 0 26%;
}
}



.flexbox_bn li img{
	width:100%;
}