@charset "UTF-8";
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}
.sp-none-drawer {
  display: block;
}
.sp-block-drawer {
  display: none !important;
}
.sp-inline {
  display: none;
}
.pc-inline {
  display: inline;
}
@media screen and (max-width:1023px) {
  .sp-none-drawer {
    display: none;
  }
  .sp-block-drawer {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .pc-inline {
    display: none;
  }
}
body {
  margin: 0;
}
.post-area {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  line-height: 2em;
}
.post-area h1, .post-area h2, .post-area h3, .post-area h4 {
  font-family: 'Shippori Mincho', serif;
}
@media screen and (max-width:1023px) {
  header, .footer-copyright {
    width: 96%;
    margin: 0 2%;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}
#header-wrapper {
  height: 85px;
  line-height: 85px;
  margin: 0 25px;
}
#header-logo {
  float: left;
  height: 85px;
  width: 50%;
  z-index: 100;
  font-size: 2.4rem;
  font-weight: 600;
  color: #404040;
  font-family: 'Shippori Mincho', serif;
}
#header-logo a {
  text-decoration: none;
  color: #404040;
}
#header-logo img {
  width: auto;
  vertical-align: middle;
  max-width: 397px;
  height: auto;
  max-height: 65px;
  margin-right: 10px;
}
header nav.global {
  float: right;
  width: 50%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}
header nav.global ul {
  display: flex;
  justify-content: space-between;
}
header nav.global ul li {
  position: relative;
  text-align: center;
  font-size: 2.1rem;
  line-height: 85px;
}
header nav.global ul li a {
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
/* マウスオーバーで展開するサブメニュー部 */
header nav.global ul li ul {
  position: absolute;
  left: -15px;
}
header nav.global ul li ul li {
  display: block;
  width: auto;
  min-width: calc(100% + 30px);
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  padding: 0 15px;
}
header nav.global ul li ul li:last-child {
  height: 60px;
}
/* hoverでメニュー表示・非表示 */
header nav.global ul li ul {
  display: none;
}
header nav.global ul li:hover ul {
  display: block;
}
header nav.global a[href="#"] {
  pointer-events: none;
}
@media screen and (max-width:1400px) {
  header nav.global ul li {
    font-size: 1.6rem;
  }
  header nav.global ul li ul {
    left: -5px;
  }
  header nav.global ul li ul li {
    min-width: 100%;
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
@media screen and (max-width:1023px) {
  header {
    top: 0;
    left: 0;
    height: 60px;
    z-index: 1;
  }
  #header-wrapper {
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
  #header-logo {
    position: absolute;
    float: none;
    width: auto;
    height: 60px;
    left: 20px;
  }
  #header-logo img {
    width: auto;
    height: 40px;
  }
  #header-logo a {}
  header nav.global {
    display: none;
  }
}
@media screen and (max-width:767px) {
  #header-logo {
    font-size: 1.6rem;
  }
  #header-logo img {}
}
@media screen and (max-width:300px) {
  #header-logo {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {}
.topic-path {
  width: 100%;
  padding-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
}
.topic-path ol, .topic-path ul {
  text-align: right;
  max-width: 1300px;
  margin: 0 auto;
}
.topic-path li {
  display: inline;
  padding-left: 1em;
  font-size: 1.2rem;
}
.topic-path li::before {
  content: "＞";
  padding-right: 1em;
}
.topic-path li:first-child {
  padding-left: 0;
}
.topic-path li:first-child::before {
  content: "";
  padding-right: 0;
}
.topic-path li a {
  text-decoration: none;
}
@media screen and (max-width:1023px) {
  .topic-path {
    display: none;
  }
}
#wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width:1320px) {
  #wrapper {
    margin: 0 2%;
  }
}
main {
  margin: 60px 0;
}
/* サイドバーあり　テンプレート用 */
#wrapper.sidebar {
  display: flex;
  justify-content: space-between;
}
.sidebar main {
  width: 75%;
  margin-right: 5%;
}
.sidebar aside {
  width: 20%;
  min-width: 340px;
  margin: 60px 0;
}
@media screen and (max-width:1023px) {
  #wrapper.sidebar {
    display: block;
  }
  main {
    width: 96%;
    margin: 40px 2% 0;
  }
  .sidebar main {
    width: 96%;
    margin: 40px 2% 0;
  }
  .sidebar aside {
    width: 96%;
    min-width: inherit;
    margin: 80px 2%;
  }
}
@media screen and (max-width:767px) {
  .sidebar aside {
    display: none;
  }
}
main h2 {
  padding: 35px;
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 55px;
}
main h3 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  margin: 60px 0 30px;
  padding: 20px 30px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  main h2 {
    padding: 25px;
    font-size: 2.8rem;
    line-height: 3.0rem;
    text-align: center;
    margin-bottom: 35px;
  }
  main h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 40px 0 15px;
    padding: 20px;
  }
}
main h4 {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 60px 0 1.5em;
  font-weight: 700;
}
main h3 + h4 {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  main h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
main h5 {
  font-size: 2.0rem;
  margin: 30px 0 15px;
}
main p {
  font-size: 1.9rem;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:767px) {
  main p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
main .table-like {
  font-size: 1.9rem;
}
@media screen and (max-width:767px) {
  main .table-like {
    font-size: 1.6rem;
  }
}
main .table-like dt {
  padding: 1.8rem 0;
  line-height: 3.0rem;
}
main .table-like dd {
  line-height: 3.0rem;
  margin: -4.8rem 0 0 0;
  padding: 0 0 1.8rem 10em;
}
main sup {
  vertical-align: super;
  font-size: 0.4em;
}
main strong {
  font-weight: bold;
}
main .note {
  margin: 20px 0;
  padding: 30px;
}
@media screen and (max-width:767px) {
  main img {
    width: 100%;
    height: auto;
  }
}
main table {
  width: 100%;
  border-collapse: collapse;
}
main table th, main table td {
  padding: 10px 20px;
}
main table th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
main table td {
  text-align: center;
}
main table td.left {
  text-align: left;
}
main table td.right {
  text-align: right;
}
main table h3 {
  margin: 30px 0 10px 0;
}
main .aligncenter {
  display: block;
  margin: 0 auto;
}
main .alignleft {
  float: left;
  margin-right: 20px;
}
main .alignright {
  float: right;
  margin-left: 20px;
}
main .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
main .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:767px) {
  main .alignleft {
    float: none;
    margin: 0 0 10px 0;
  }
  main .alignright {
    float: none;
    margin: 0 0 10px 0;
  }
}
main .kakomi {
  padding: 0 10px;
}
.red {
  color: #f00;
}
main ul, main ol {
    font-size: 1.9rem;
    line-height: 1.8em;
}
@media screen and (max-width:767px) {
  main ul, main ol {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
main .bullet {
  margin-left: 20px;
  list-style-type: disc;
}
main .bullet li {
  margin-bottom: 0.3em;
}
main .bullet-strong {
  list-style-type: square;
}
main .bullet-strong li {
  margin-bottom: 0.8em;
}
main .numeric {
  margin-left: 20px;
  list-style-type: decimal;
}
main .numeric li {
  margin-bottom: 0.3em;
}
main .indent {
  margin-left: 2em;
}
main figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    display: flex;
    flex-wrap: wrap;
}
main .pager {
  margin: 50px auto;
}
main .pager li {
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
}
main .pager li.current {
  font-weight: bold;
}
main .pager li a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  main .pager li {
    margin-right: 7px;
    padding: 5px;
  }
}
main .page-navi {
  display: flex;
  justify-content: space-between;
}
aside {
  font-family: 'Shippori Mincho', serif;
}
aside h3 {
  padding: 50px 0;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}
aside ul {
  padding: 20px 30px;
}
aside li {
  padding: 30px 0;
  font-size: 2.3rem;
  font-weight: 600;
}
aside li a {
  text-decoration: none;
  font-weight: 600;
}
aside li.current_page_item a {
  font-weight: 800;
}
@media screen and (max-width:1023px) {
  aside h3 {
    padding: 20px 0;
  }
  aside li {
    padding: 20px 0;
  }
}
/* コラムの右バー用 */
aside .widget {
  margin-bottom: 30px;
}
aside .widget h3 {
  padding: 20px 0;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}
aside .widget ul {
  padding: 20px 30px;
}
aside .widget li {
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
}
aside .widget li .post-date {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 10px;
}
aside .widget li a {
  text-decoration: none;
  font-weight: 600;
}
aside .widget p {
  padding: 20px 30px;
  font-size: 1.8rem;
  font-weight: 600;
}
.btn {
  width: 60%;
  height: 70px;
  margin: 0 0 20px;
}
.btn a {
  display: block;
  height: 70px;
  text-decoration: none;
  font-size: 2.2rem;
  font-family: 'Shippori Mincho', serif;
  line-height: 70px;
  text-align: center;
  background-image: url("../img/arrow3.png");
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 3px;
}
.to-contact-wrapper {
  margin-top: 180px;
  padding: 80px 0 70px;
}
.to-contact .btn {
  width: 70%;
  height: 120px;
  margin: 0 auto 20px;
}
.to-contact .btn a {
  display: block;
  height: 120px;
  text-decoration: none;
  font-size: 3.1rem;
  font-family: 'Shippori Mincho', serif;
  line-height: 120px;
  text-align: center;
  background-image: url("../img/arrow3.png");
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-size: 55px;
  border-radius: 3px;
}
.to-contact .btn a .material-icons {
  font-size: 48px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .to-contact-wrapper {
    margin-top: 50px;
    padding: 40px 0 30px;
  }
  .to-contact .btn {
    width: 90%;
  }
  .to-contact .btn a {
    font-size: 2.2rem;
    background-image: none;
  }
  .to-contact .btn a .material-icons {
    font-size: 24px;
    margin-right: 5px;
  }
}
.contact-info {
  display: flex;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact-info .tel {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}
.contact-info .tel a {
  text-decoration: none;
}
.contact-info .tel a .material-icons {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.contact-info .hours {
  margin-left: 20px;
  font-size: 1.8rem;
  line-height: 3.4rem;
}
@media screen and (max-width:767px) {
  .contact-info {
    display: block;
    text-align: center;
  }
  .contact-info .tel {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .contact-info .tel a .material-icons {
    font-size: 24px;
    margin-right: 5px;
  }
}
.to-top {
  margin: 200px 0 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .to-top {
    display: none;
  }
}
footer {
  background-image: url("../img/totop-bottom.png");
  background-position: 50% top;
  background-repeat: no-repeat;
  font-family: 'Shippori Mincho', serif;
}
.footer-wrapper {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  max-width: 1300px;
  margin: 0 30px;
  padding-top: 150px;
    font-size: 1.8rem;
    line-height: 3.0rem;
}
.footer-wrapper a {
  text-decoration: none;
}
.footer-info {
  width: 30%;
  margin-right: 10%;
  font-size: 2.0rem;
  line-height: 1.8em;
}
.footer-info img {
  width: 100%;
  height: auto;
}
.footer-info h6 {
  font-size: 2.4rem;
}
.footer-info .address {
  padding-top: 30px;
}
.footer-info .btn {
  display: inline-block;
  margin: 10px 0 20px;
  border-radius: 3px;
  background-image: url("../img/arrow3.png");
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  background-size: 22px;
}
.footer-info .btn a {
  display: block;
  padding: 0 60px;
}
.footer-navi {
  width: 60%;
}
.footer-navi ul > li {
  display: inline;
  font-size: 2.2rem;
  line-height: 1.8em;
  margin-left: 40px;
  white-space: nowrap;
}
.footer-navi ul li ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: normal;
  margin: 10px 0 30px;
  padding: 0;
}
.footer-navi ul li ul > li {
  display: block;
  font-size: 1.8rem;
  white-space: nowrap;
}
.footer-navi ul li ul > li::before {
  content: "■";
}
.footer-navi a {
  text-decoration: none;
}
.footer-navi a[href="#"] {
  pointer-events: none;
}
.copyright {
  clear: both;
  max-width: 1300px;
  margin: 0 auto;
  text-align: right;
  padding: 80px 0 30px;
  font-size: 1.8rem;
}
#footer-bar {
  display: none;
}
@media screen and (max-width:1023px) {
.footer-wrapper .footer-widget{
    width: 50%;
}
}
@media screen and (max-width:767px) {
  footer {
    background-image: none;
      padding-bottom: 30px;
  }
  .footer-wrapper {
    display: block;
    padding: 50px 0 20px;
  }
.footer-wrapper .footer-widget{
    width: 100%;
}
  .footer-navi {
    width: 96%;
    margin: 50px 2%;
  }
  .footer-navi ul > li {
    font-size: 1.8rem;
    margin-left: 20px;
  }
  .footer-navi ul li ul > li {
    font-size: 1.4rem;
  }
  .footer-info {
    width: 96%;
    margin: 0 2%;
  }
  .footer-info p {
    float: none;
    width: 96%;
    margin: 0 2%;
    text-align: center;
  }
  .footer-info h6 {
    text-align: center;
  }
  .copyright {
    text-align: center;
    width: 96%;
    margin: 0 2%;
    padding: 0 0 35px;
    font-size: 1.3rem;
  }
  #footer-bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #footer-bar ul {
    display: flex;
    height: 38px;
    font-size: 1.6rem
  }
  #footer-bar ul li {
    width: 50%;
    text-align: center;
  }
  #footer-bar ul li:last-child {
    width: 50%;
  }
  #footer-bar ul li img {
    width: 24px;
    height: auto;
    margin: 6px 5px 6px 0;
  }
  #footer-bar ul li:last-child img {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
  }
  #footer-bar ul li a {
    display: block;
    line-height: 38px;
    text-decoration: none;
    width: 100%;
    height: 38px;
  }
}
/* page */
#main-image {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#aboutus #main-image {
  background-image: url("../img/bg-title-aboutus.png");
}
#service #main-image {
  background-image: url("../img/bg-title-service.png");
}
#staff #main-image {
  background-image: url("../img/bg-title-staff.png");
}
#news #main-image {
  background-image: url("../img/bg-title-news.png");
}
#contact #main-image {
  background-image: url("../img/bg-title-service.png");
}
#main-image {
  background-image: url("../img/bg-title-service.png");
}
#main-image .main-image-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
#main-image h1 {
  font-family: 'Shippori Mincho', serif;
  font-size: 3.5rem;
  line-height: 350px;
  text-align: center;
}
@media screen and (max-width:1023px) {
  #main-image {
    height: 250px;
    margin-top: 60px;
  }
  #main-image h1 {
    line-height: 250px;
  }
}
@media screen and (max-width:767px) {
  #main-image {
    height: 135px;
    z-index: -1;
  }
  #main-image h1 {
    width: 100%;
    font-size: 2.5rem;
    line-height: inherit;
    position: absolute;
    bottom: 60px;
  }
}
/* column */
.post-area.column h2 {
  margin-bottom: 10px;
}
.post-area.column .post-info {
  display: flex;
}
.post-area.column .post-info .tag {
  display: flex;
  margin-left: 30px;
}
.post-area.column .post-info .tag ul {
  margin: 0;
}
.post-area.column .post-info .tag ul li {
  display: inline;
  margin-right: 10px;
}
/* archive */
.menu {
  margin-left: 0;
}
.menu li {
  float: left;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width:767px) {
  .menu li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.menu li a {
  text-decoration: none;
}
.menu li p {
  margin: 0;
}
.menu li h2 {
  border: none;
  padding: 10px;
  margin: 0 0 30px 0;
  font-size: 2.4rem;
  text-decoration: none;
  text-align: center;
}
.menu li img {
  width: 100%;
  height: auto;
}
#archive .post-area h3:first-child {
  margin-top: 0;
}
#archive .post-area .date {
  margin-bottom: 10px;
}
/* home */
body#home {}
#home main {
  margin: 0;
}
#home .wrapper-class {
  max-width: 1300px;
  margin: 0 auto;
  min-height: 1px;
}
#home .wrapper-class:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #home .wrapper-class {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
#home #main-image {
  width: 100%;
  height: calc(100vh + 85px);
  margin-top: -85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  animation: bgscale 25s forwards;
}

@keyframes bgscale{
      from {background-size: auto 125%;}
      to {background-size: auto 115%;}
 }
#home #main-image .wrapper-class {
  position: relative;
  height: 100%;
}
#home #main-image h2 {
  position: absolute;
  width: 100%;
  font-size: 2.0rem;
  line-height: 3.6rem;
  font-family: 'Shippori Mincho', serif;
  top: 48%;
  text-align: center;
}
#home #main-image h2 span {
  font-size: 3.4rem;
}
#home .aboutus {
  min-height: 600px;
}
#home .aboutus .wrapper-class {
  position: relative;
}
#home .aboutus h3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 200px;
  line-height: 200px;
  margin: 0;
  padding: 0;
  font-size: 3.0rem;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}
#home .greeting-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 100px 0 50px 0;
}
#home .aboutus-image {
  max-width: 400px;
}
#home .aboutus-image img {
  width: 100%;
  height: auto;
}
#home .aboutus-text {
  width: 45%;
  padding: 200px 50px 0 0;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.0rem;
  line-height: 4.2rem;
}
#home .aboutus-text h4 {
  font-size: 4.6rem;
  line-height: 6.8rem;
  font-weight: 500;
  margin-bottom: 80px;
}
#home .greeting2 .greeting-wrapper {
  flex-direction: row-reverse;
  padding: 80px 0 50px 0;
}
#home .greeting2 .greeting-wrapper .aboutus-text {
  padding: 50px 0 0 50px;
}
@media screen and (max-width:1023px) {
  #home .greeting-wrapper {
    padding: 50px 0 0 0;
  }
  #home .greeting2 .greeting-wrapper {
    padding: 80px 0 0 0;
  }
  #home .aboutus-text {
    padding: 150px 25px 0 0;
  }
  #home .greeting2 .greeting-wrapper .aboutus-text {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width:767px) {
  #home .greeting-wrapper {
    display: block;
    padding: 50px 0 0 0;
  }
  #home .greeting2 .greeting-wrapper {
    padding: 50px 0 0 0;
  }
  #home .aboutus-text {
    padding: 30px 0 0 0;
  }
  #home .greeting2 .greeting-wrapper .aboutus-text {
    padding: 30px 0 0 0;
  }
}
#home .info2 {
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
#home .info2 .wrapper-class {
  padding: 150px 50px 50px;
}
@media screen and (min-width:1281px) {
  #home .info2 .wrapper-class {
    padding: 200px 50px 50px;
  }
}
#home .info2 h3 {
  width: 400px;
  height: 200px;
  margin: 0 0 80px 0;
  line-height: 160px;
  font-size: 3.0rem;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
}
#home .info2 .text {}
#home .news .wrapper-class {
  margin-top: 100px;
  padding: 70px 30px 120px;
  background-image: url("../img/bg-news.png");
  background-repeat: no-repeat;
  background-position: 50% 10px;
}
#home .news h3 {
  margin: 0;
  background-color: transparent;
  text-align: center;
  font-size: 3.4rem;
  font-family: 'Shippori Mincho', serif;
}
#home .news dl {
  margin: 80px 0 0;
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-family: 'Noto Sans JP', sans-serif;
}
#home .news dl dt {
  margin-bottom: 2rem;
}
#home .news dl dd {
  margin: -5.0rem 0 2rem 16rem;
}
#home .news dl dd a {
  text-decoration: none;
}
#home .news dl dd a:hover {
  text-decoration: underline;
}
#home .column {
  padding: 200px 0 120px;
}
#home .column h3 {
  margin: 0 auto 70px;
  text-align: center;
  font-size: 3.4rem;
  font-family: 'Shippori Mincho', serif;
  background-image: url("../img/column-line.png");
  background-repeat: no-repeat;
  background-position: 50%;
}
#home .column ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 80px 0;
  font-size: 1.9rem;
  line-height: 3.2rem;
  font-family: 'Noto Sans JP', sans-serif;
}
#home .column li {
  width: 32%;
}
#home .column li .thumbnail {
  margin-bottom: 20px;
}
#home .column li img {
  width: 100%;
  height: auto;
}
#home .column li a {
  text-decoration: none !important;
}
#home .to-contact-wrapper {
  margin-top: 0;
}
.btn-wrapper {
  width: 100%;
  margin-top: 120px;
}
.btn-white {
  width: 50%;
  height: 90px;
  margin: 0 auto 20px;
}
.btn-white a {
  display: block;
  height: 90px;
  text-decoration: none;
  font-size: 2.3rem;
  font-family: 'Shippori Mincho', serif;
  line-height: 90px;
  text-align: center;
  background-image: url("../img/arrow1.png");
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 3px;
}
.btn-white a:hover {
  opacity: 0.8;
}
@media screen and (max-width:1023px) {
  #home main {
    width: 100%;
  }
  #home #main-image {
    width: 100%;
    height: 600px;
    background-position: top;
  }
  #home #main-image h2 {
    top: 280px;
  }
  #home .aboutus {
    background-image: none;
  }
  #home .aboutus .wrapper-class {
    background-position: right 150px;
  }
  #home .aboutus h3 {
    position: absolute;
    width: 380px;
    height: 150px;
    line-height: 150px;
    font-size: 2.8rem;
  }
  #home .aboutus-text {
    width: 42%;
    right: 50px;
  }
  #home .aboutus-text h4 {
    font-size: 3.6rem;
    line-height: 5.8rem;
    margin-bottom: 40px;
  }
  #home .aboutus-image {
    max-width: 300px;
  }
  #home .info2 {
    background-size: auto 350px;
  }
  #home .info2 .wrapper-class {
    padding: 200px 30px 100px;
  }
  #home .info2 h3 {
    width: 380px;
    height: 150px;
    margin: 0 0 60px 0;
    line-height: 110px;
    font-size: 2.8rem;
  }
    /*
  #home .info2 ul li {
    width: 48%;
    height: 60px;
    margin: 0 auto 20px;
  }
  #home .info2 ul li a {
    height: 60px;
    font-size: 2.3rem;
    line-height: 60px;
    text-align: center;
    background-position: top 50% right 20px;
    background-size: 28px;
  }*/
  #home .news dl {
    width: 96%;
    margin: 80px auto 0;
  }
  #home .column {
    padding: 100px 0 60px;
  }
  #home .column h3 {
    margin: 0 auto 70px;
    text-align: center;
    font-size: 4.8rem;
  }
  #home .column ul {
    justify-content: space-around;
    margin-bottom: 40px;
  }
  .btn-wrapper {
    width: 100%;
    margin-top: 60px;
  }
  .btn-white {
    width: 60%;
    height: 60px;
  }
  .btn-white a {
    height: 60px;
    font-size: 2.1rem;
    line-height: 60px;
  }
}
@media screen and (max-width:767px) {
  .wrapper-class {
    padding: 0 2%;
  }
  .btn {
    width: 100%;
  }
  #home #main-image {
    height: 450px;
  }
  #home #main-image h2 {
    top: 260px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #home #main-image h2 span {
    font-size: 2.4rem;
  }
  #home .aboutus {
    min-height: inherit;
    padding-bottom: 50px;
  }
  #home .aboutus .wrapper-class {
    min-height: inherit;
    background-position: left 100px;
    background-size: contain;
  }
  #home .aboutus h3 {
    position: inherit;
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 20px 2%;
    line-height: 3.8rem;
    font-size: 2.4rem;
  }
  #home .aboutus-text, #home .aboutus-image {
    position: relative;
    top: 0;
    left: 0;
  }
  #home .aboutus-text {
    width: 96%;
    margin: 30px 2% 0;
  }
  #home .aboutus-image {
    margin: 30px auto;
  }
  #home .aboutus-text h4 {
    font-size: 2.8rem;
    line-height: 4.8rem;
    margin-bottom: 30px;
  }
  #home .info2 {
    margin-top: 50px;
    background-size: auto 200px;
  }
  #home .info2 .wrapper-class {
    padding: 150px 0 60px;
    background-image: none;
  }
  #home .info2 h3 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 20px 2%;
    line-height: 3.8rem;
    font-size: 2.4rem;
  }
  #home .info2 ul li {
    width: 96%;
  }
  #home .news .wrapper-class {
    padding: 60px 0;
  }
  #home .news dl dd {
    margin: 0 0 40px 0;
  }
  #home .column {
    padding: 60px 0 40px;
  }
  #home .column h3 {
    margin: 0 auto 40px;
    font-size: 3.2rem;
  }
  #home .column ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #home .column ul li {
    width: 96%;
    margin-bottom: 30px;
  }
  .btn-wrapper {
    width: 100%;
    margin-top: 60px;
  }
  .btn-white {
    width: 80%;
    height: 60px;
  }
  .btn-white a {
    height: 60px;
    font-size: 2.1rem;
    line-height: 60px;
  }
}
.link-arrow img {
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width:1023px) {
  h2 a[id]::before {
    height: 0;
    margin-top: 0;
  }
}
.company main table td {
  text-align: left;
}
/* 加盟校一覧 */
.member{
    margin-bottom: 100px;
}

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

.member .image{
    width: 50%;
}

.member .image img{
    width: 100%;
    height: auto;
}

.member .text{
    width: 46%;
}

.member .profile{
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    background-color:#f4f4f4;
    margin-top: 30px;
    padding: 20px;
}

.member .profile .image{
    width: 200px;
    margin-right: 50px;
}

.member .profile .text{
    width: 100%;
}

@media screen and (max-width:767px) {
.member .inner{
    display: block;
}

.member .image{
    width: 100%;
    margin-bottom: 15px;
}

.member .text{
    width: 100%;
}
.member .profile{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background-color:#f4f4f4;
    margin-top: 30px;
    padding: 20px;
}

.member .profile .image{
    width: 100%;
    height: auto;
    margin-right: 0;
}

.member .profile .text{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8em;
}
}

ul.member-list{
    border-top: 1px dashed #aaa;
    padding-top: 10px;
}

.member-list li{
    padding-bottom: 10px;
    margin-bottom: 10px; 
    border-bottom: 1px dashed #aaa;
}
/* contact */
#contact main .table-like {
  font-size: 1.9rem;
}
@media screen and (max-width:767px) {
  #contact main .table-like {
    font-size: 1.6rem;
  }
}
#contact main .table-like dt {
  padding: 1.8rem 0;
  line-height: 3.0rem;
}
#contact main .table-like dd {
  min-height: 4.8rem;
  line-height: 3.0rem;
  margin: -4.8rem 0 0 0;
  padding: 0 0 1.8rem 18em;
}
@media screen and (max-width:1023px) {
  #contact main .table-like dd {
    margin: 0 0 0 0;
    padding: 0 0 1.8rem 0;
  }
}
#contact .must {
  margin-right: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #f00;
}
#contact .will {
  margin-right: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #666;
}
main .table-like input {
  height: 2.4rem;
}
#contact input[type="submit"] {
  width: 60%;
  height: 80px;
  margin: 0 auto 20px;
  text-decoration: none;
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  line-height: 80px;
  text-align: center;
  background-image: url("../img/arrow3.png");
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
#contact input.back {
  width: 40%;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  background-image: none;
  cursor: pointer;
}
@media screen and (max-width:1023px) {
  main .table-like input[type="text"], main .table-like input[type="email"], main .table-like textarea {
    width: 100%;
  }
  main .table-like input.zip {
    width: auto;
  }
  #contact input[type="submit"] {
    width: 80%;
    font-size: 1.8rem;
    background-size: 30px;
  }
}
.privacy {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}