@charset "UTF-8";
/*
Theme Name: Theme name
Author: Author
Author URI: 
*/
.top0 {
  margin-top: 0px !important;
}

.bot0 {
  margin-bottom: 0px !important;
}

.top10 {
  margin-top: 10px !important;
}

.bot10 {
  margin-bottom: 10px !important;
}

.top20 {
  margin-top: 20px !important;
}

.bot20 {
  margin-bottom: 20px !important;
}

.top30 {
  margin-top: 30px !important;
}

.bot30 {
  margin-bottom: 30px !important;
}

.top40 {
  margin-top: 40px !important;
}

.bot40 {
  margin-bottom: 40px !important;
}

.top50 {
  margin-top: 50px !important;
}

.bot50 {
  margin-bottom: 50px !important;
}

.top60 {
  margin-top: 60px !important;
}

.bot60 {
  margin-bottom: 60px !important;
}

.top70 {
  margin-top: 70px !important;
}

.bot70 {
  margin-bottom: 70px !important;
}

.top80 {
  margin-top: 80px !important;
}

.bot80 {
  margin-bottom: 80px !important;
}

.top90 {
  margin-top: 90px !important;
}

.bot90 {
  margin-bottom: 90px !important;
}

.top100 {
  margin-top: 100px !important;
}

.bot100 {
  margin-bottom: 100px !important;
}

html {
  font-size: 16px;
}

article,
aside,
footer,
header,
nav,
main,
section {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: inherit;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Noto Sans JP", sans-serif;
}

body:not(.page) h2 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body:not(.page) h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.pid_home body:not(.page) h2 {
  background: url(../img/common/bg_h2_top.png) no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .pid_home body:not(.page) h2 {
    background: url(../img/common/bg_h2_top.png) no-repeat;
    background-position: center bottom;
    background-size: 25px;
  }
}
body:not(.page) h2 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body:not(.page) h2 img {
    margin-bottom: 5px;
  }
}
body:not(.page) h2 span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body:not(.page) h2 span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
body.page h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.page h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
body.page h2 span {
  display: block;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
}

a {
  color: #000;
  transition: 0.3s;
}
a:hover, a:active, a:focus {
  color: #333333;
}
a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

pre {
  white-space: pre;
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style-type: disc;
}
ul li {
  margin-left: 25px;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.right {
  float: right;
}
@media screen and (max-width: 1024px) {
  .right {
    float: none;
  }
}

.left {
  float: left;
}
@media screen and (max-width: 1024px) {
  .left {
    float: none;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc_md {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_md {
    display: none !important;
  }
}

.pc_md_inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pc_md_inline {
    display: none;
  }
}

.pc_lg {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc_lg {
    display: none;
  }
}

.pc_xl {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc_xl {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_inline {
    display: inline;
  }
}

.sp_md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_md {
    display: block !important;
  }
}

.sp_lg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_lg {
    display: block;
  }
}

.sp_md_inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_md_inline {
    display: inline;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.tL {
  text-align: left;
}

.box {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .box {
    width: 100%;
  }
}

.box100vw {
  width: 100vw;
  min-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .box100vw {
    width: 100%;
  }
}

.ofit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ccc;
  line-height: 1.5;
}

.text-ellipsis.multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}

.text-ellipsis.multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #ccc;
}

.text-ellipsis.line-2 {
  max-height: 3em;
}

.text-ellipsis.line-3 {
  max-height: 4.5em;
}

.text-ellipsis.line-4 {
  max-height: 6em;
}

.text-ellipsis.line-5 {
  max-height: 7.5em;
}

/********************************************
* Common
********************************************/
@media screen and (max-width: 1024px) {
  footer {
    padding-bottom: 100px;
  }
}
footer #footer-banner {
  background-color: #b2cfe1;
  text-align: center;
  padding: 30px 20px;
}
footer #footer-banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  footer #footer-banner {
    display: none;
  }
}
footer .footer-bg {
  background-color: #2F6980;
  color: white;
}
footer .inner {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 60px 0;
  width: 1210px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  footer .inner {
    width: 100%;
    padding: 50px 20px 10px;
  }
}
footer .inner .footer-nav-box {
  display: flex;
  border-bottom: 1px solid white;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .inner .footer-nav-box {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
footer .inner .footer-nav-box .footer-nav {
  width: 25%;
}
footer .inner .footer-nav-box .footer-nav p {
  margin-bottom: 20px;
}
footer .inner .footer-nav-box .footer-nav p a {
  font-size: 16px;
  font-style: normal;
  color: white;
}
footer .inner .footer-nav-box .footer-nav .mb {
  margin-bottom: 100px;
}
footer .inner .footer-nav-box .footer-nav ul {
  list-style: none;
  padding: 0;
}
footer .inner .footer-nav-box .footer-nav ul li {
  margin: 0;
}
footer .inner .footer-nav-box .footer-nav ul li a {
  font-style: normal;
  line-height: 2;
  color: white;
}
@media screen and (max-width: 1024px) {
  footer .inner .footer-nav-box .footer-nav {
    width: 50%;
  }
  footer .inner .footer-nav-box .footer-nav ul li a {
    line-height: 2.5;
  }
}
footer .inner .footer-nav-box2 {
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  footer .inner .footer-nav-box2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
footer .inner .footer-nav-box2 ul {
  list-style: none;
  padding: 0;
  display: flex;
}
footer .inner .footer-nav-box2 ul li {
  width: 200px;
  margin: 0;
}
footer .inner .footer-nav-box2 ul li a {
  font-style: normal;
  line-height: 2;
  color: white;
}
footer .inner .footer-nav-box2 p {
  position: absolute;
  font-style: normal;
  line-height: 2;
  color: white;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  footer .inner .footer-nav-box2 p {
    position: relative;
    left: initial;
    top: initial;
  }
}
footer #footer-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  footer #footer-menu {
    display: block;
  }
}
footer #footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  font-size: 0;
}
footer #footer-menu ul li {
  margin-left: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
}
footer #footer-menu ul li:nth-of-type(1) {
  border-right: 1px solid #fff;
}
footer #footer-menu ul li:nth-of-type(1), footer #footer-menu ul li:nth-of-type(2) {
  width: 50%;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: 13.5px;
  font-size: 0.84375rem;
}
footer #footer-menu ul li:nth-of-type(1) a, footer #footer-menu ul li:nth-of-type(2) a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #2f6980;
}
footer #footer-menu ul li:nth-of-type(1) a:hover, footer #footer-menu ul li:nth-of-type(2) a:hover {
  color: #2f6980;
  background-color: #fff;
}
footer #footer-menu ul li:nth-of-type(3) {
  width: calc(100% - 50px);
  text-align: center;
  font-size: 13.5px;
  font-size: 0.84375rem;
}
footer #footer-menu ul li:nth-of-type(3) a {
  display: block;
  text-decoration: none;
  color: #2f6980;
  background-color: #fff;
}
footer #footer-menu ul li:nth-of-type(3) a:hover {
  color: #fff;
  background-color: #2f6980;
}
footer #footer-menu ul li:nth-of-type(4) {
  width: 50px;
}
footer #footer-menu ul li:nth-of-type(4) img {
  vertical-align: bottom;
}

main {
  padding-top: 75px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 50px;
  }
}

article {
  padding: 0 30px;
}

section .inner,
.section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  section .inner,
  .section .inner {
    padding: 50px 20px;
  }
}

/********************************************
* HOME
********************************************/
#mv {
  height: 500px;
  background: url(../img/top/bg_mv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 325px;
    background: url(../img/top/bg_mv_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    align-items: flex-end;
  }
}
#mv .inner {
  font-size: 29px;
  font-size: 1.8125rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #mv .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #mv .inner {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#mv .inner #ttl {
  font-weight: bold;
  line-height: 1.2;
}
#mv .inner #ttl strong {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #mv .inner #ttl strong {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
#mv .inner #ttl span {
  font-size: 88px;
  font-size: 5.5rem;
  color: #2f6980;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #mv .inner #ttl span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

section#course {
  background: url(../img/top/bg_course.jpg) no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  section#course {
    background: url(../img/top/bg_course_sp.jpg) no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
}
section#course .inner {
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  section#course .inner h2 img {
    width: 154px;
  }
}
section#course .inner .course-list {
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  section#course .inner .course-list {
    margin-bottom: 10px;
  }
}
section#course .inner .course-list .wrap {
  width: calc(50% - 20px);
  background: none;
  margin: 0 10px 20px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  section#course .inner .course-list .wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
section#course .inner .course-list .wrap.open {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
section#course .inner .course-list .wrap.open .item {
  box-shadow: none;
}
section#course .inner .course-list .wrap.open h3 {
  margin-bottom: 10px;
  background: url(../img/top/close1.png) no-repeat;
  background-position: right center;
}
section#course .inner .course-list .item {
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  section#course .inner .course-list .item {
    padding: 15px;
  }
}
section#course .inner .course-list .item h3 {
  margin-bottom: 0;
  height: 47px;
  line-height: 47px;
  background: url(../img/top/open1.png) no-repeat;
  background-position: right center;
  transition: 0.3s;
}
body.pid_home section#course .inner .course-list .item h3 {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section#course .inner .course-list .item h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    height: auto;
    line-height: 1.6;
  }
}
section#course .inner .course-list .item h3 img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  section#course .inner .course-list .item h3 img {
    max-width: 37px;
  }
}
section#course .inner .course-list .item ul {
  margin-left: 55px;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  section#course .inner .course-list .item ul {
    margin-left: 40px;
  }
}
section#course .inner .course-list .item ul li {
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  section#course .inner .course-list .item ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

section#schedule {
  background: url(../img/top/bg_schedule.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section#schedule .inner h2 img {
    width: 123px;
  }
}
section#schedule .inner .schedules {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
section#schedule .inner .schedules .wrap {
  max-height: 380px;
  overflow-y: scroll;
}
section#schedule .inner .schedules .wrap h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  section#schedule .inner .schedules .wrap h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section#schedule .inner .schedules .wrap table {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  section#schedule .inner .schedules .wrap table {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
section#schedule .inner .schedules .wrap table:not(:last-of-type) {
  margin-bottom: 20px;
}
section#schedule .inner .schedules .wrap table th {
  background-color: #879dcd;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ccc;
  width: 116px;
}
section#schedule .inner .schedules .wrap table th:nth-of-type(2) {
  min-width: 340px;
}
section#schedule .inner .schedules .wrap table td {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
section#schedule .inner .schedules .wrap table td:nth-of-type(2) {
  text-align-last: left;
}
section#schedule .inner .schedules .wrap table td a {
  display: block;
  color: #3d6cd3;
}

section#aboutus .inner {
  max-width: inherit;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  section#aboutus .inner {
    padding-bottom: 0;
  }
}
section#aboutus .inner h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section#aboutus .inner h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section#aboutus .inner h2 img {
    width: 118px;
  }
}
section#aboutus .inner .item {
  overflow: hidden;
}
section#aboutus .inner .item:first-of-type {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item:first-of-type {
    width: 100%;
    margin-bottom: 50px;
    padding: 0px 20px;
  }
}
section#aboutus .inner .item:first-of-type .wrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background-color: #F4F9FC;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item:first-of-type .wrap {
    display: block;
    padding: 20px;
  }
}
section#aboutus .inner .item:first-of-type .img-box {
  max-width: 320px;
}
section#aboutus .inner .item:first-of-type .img-box img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item:first-of-type .img-box {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
  }
  section#aboutus .inner .item:first-of-type .img-box img {
    width: 48%;
    margin-bottom: 30px;
  }
  section#aboutus .inner .item:first-of-type .img-box img:first-child {
    margin-right: 4%;
  }
}
section#aboutus .inner .item:first-of-type .text-box {
  max-width: 500px;
  padding-top: 150px;
  padding-left: 60px;
  width: 540px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item:first-of-type .text-box {
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
section#aboutus .inner .item:nth-of-type(2) {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item:nth-of-type(2) {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  section#aboutus .inner .item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
section#aboutus .inner .item .left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item .left {
    width: 100%;
    order: 2;
  }
}
section#aboutus .inner .item .left .wrap {
  max-width: 500px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item .left .wrap {
    margin: 0 auto 20px;
    max-width: 620px;
    padding: 0 20px;
  }
}
section#aboutus .inner .item .left .wrap h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section#aboutus .inner .item .left .wrap h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
section#aboutus .inner .item .left .wrap p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section#aboutus .inner .item .left .wrap p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
section#aboutus .inner .item .left > h3 {
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
section#aboutus .inner .item .right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item .right {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    order: 1;
    padding: 0 20px;
  }
}
section#aboutus .inner .item .right img {
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item .right img {
    margin-left: 0;
  }
}
section#aboutus .inner .item:nth-of-type(3) {
  background-color: #e0e9ec;
  width: 3000px;
  position: relative;
  left: calc(50% - 2430px);
  padding: 130px 40px 180px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: -130px;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item:nth-of-type(3) {
    width: 100%;
    left: 0;
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  section#aboutus .inner .item:nth-of-type(3) {
    background: none;
    padding: 0 20px 10px;
    margin: 0;
    display: block;
  }
}
section#aboutus .inner .item:nth-of-type(3) .item-list img {
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .item:nth-of-type(3) .item-list img {
    width: calc(25% - 24px);
  }
}
@media screen and (max-width: 768px) {
  section#aboutus .inner .item:nth-of-type(3) .item-list img {
    width: 100%;
    margin: 0 auto 10px;
    max-width: 620px;
  }
}
section#aboutus .inner > h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#aboutus .inner > h3 {
    display: none;
  }
}
section#aboutus .inner .btn3 {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section#aboutus .inner .btn3 {
    margin-top: -120px;
  }
}
@media screen and (max-width: 768px) {
  section#aboutus .inner .btn3 {
    margin-top: 0;
  }
}

section#instructor {
  background: url(../img/top/bg_instructor.png) no-repeat;
  background-position: right top;
  background-size: 1280px;
  max-height: 738px;
}
@media screen and (max-width: 768px) {
  section#instructor {
    background: url(../img/top/bg_instructor.png) no-repeat;
    background-position: center bottom;
    background-size: calc(100vw + 300px);
    max-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  section#instructor .inner h2 img {
    width: 145px;
  }
}
section#instructor .inner p {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section#instructor .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
section#instructor .inner .item-list {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  section#instructor .inner .item-list {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  section#instructor .inner .item-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
section#instructor .inner .item-list a {
  width: 25%;
  display: block;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  section#instructor .inner .item-list a {
    width: 50%;
    max-width: 250px;
    padding: 10px;
  }
  section#instructor .inner .item-list a:nth-of-type(2n + 1) {
    padding-left: 0;
  }
  section#instructor .inner .item-list a:nth-of-type(2n) {
    padding-right: 0;
  }
}
section#instructor .inner .item-list a:hover {
  opacity: 1;
}
section#instructor .inner .item-list a:hover .furi,
section#instructor .inner .item-list a:hover .name {
  background-color: #2f6980;
}
section#instructor .inner .item-list a:hover .item-link {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section#instructor .inner .item-list a:hover .item-link {
    display: none;
  }
}

section#casestudy {
  background: url(../img/top/bg_case.jpg) no-repeat;
  background-position: top;
  background-size: cover;
}
section#casestudy .inner {
  max-width: inherit;
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  section#casestudy .inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  section#casestudy .inner h2 img {
    width: 143px;
  }
}
section#casestudy .inner p {
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section#casestudy .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
}
section#casestudy .inner .item-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list {
    margin-bottom: 20px;
  }
}
section#casestudy .inner .item-list .wrap {
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap {
    display: block;
  }
}
section#casestudy .inner .item-list .wrap a {
  width: 50%;
  padding: 35px 0;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap a {
    width: 100%;
    display: block;
  }
}
section#casestudy .inner .item-list .wrap a:first-of-type {
  margin-left: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap a:first-of-type {
    margin: 0;
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap a:first-of-type {
    padding-bottom: 20px;
  }
}
section#casestudy .inner .item-list .wrap a:last-of-type {
  margin-right: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap a:last-of-type {
    margin: 0;
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap a:last-of-type {
    padding-bottom: 20px;
  }
}
section#casestudy .inner .item-list .wrap a:hover {
  background-color: #b2cfe1;
  opacity: 1;
}
section#casestudy .inner .item-list .wrap a:hover .casestudy-arrow {
  opacity: 1;
}
section#casestudy .inner .item-list .wrap .flex-item {
  position: relative;
}
section#casestudy .inner .item-list .wrap .flex-item .casestudy-arrow {
  position: absolute;
  right: 20px;
  bottom: -20px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap .flex-item .casestudy-arrow {
    right: 0;
    bottom: 0;
    width: 25px;
  }
}
section#casestudy .inner .item-list .wrap .item {
  max-width: 500px;
  margin: 0 20px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap .item {
    max-width: inherit;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
section#casestudy .inner .item-list .wrap .item .item-info {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap .item .item-info {
    margin-bottom: 5px;
  }
}
section#casestudy .inner .item-list .wrap .item .item-info .thumb {
  width: 195px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap .item .item-info .thumb {
    width: 140px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 374px) {
  section#casestudy .inner .item-list .wrap .item .item-info .thumb {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 374px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt {
    width: calc(100% - 130px);
  }
}
section#casestudy .inner .item-list .wrap .item .item-info .txt h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 5px;
  line-height: 1;
}
section#casestudy .inner .item-list .wrap .item .item-info .txt h3 span {
  font-size: 46px;
  font-size: 2.875rem;
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  section#casestudy .inner .item-list .wrap .item .item-info .txt h3 span {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  section#casestudy .inner .item-list .wrap .item .item-info .txt h3 span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
section#casestudy .inner .item-list .wrap .item .item-info .txt .name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt .name {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt .name {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt .name {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
}
section#casestudy .inner .item-list .wrap .item .item-info .txt p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap .item .item-info .txt p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
section#casestudy .inner .item-list .wrap .item .wrap2 > p {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  section#casestudy .inner .item-list .wrap .item .wrap2 > p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  section#casestudy .inner .item-list .wrap .item .wrap2 > p {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 40px;
  }
}
@media screen and (max-width: 374px) {
  section#casestudy .inner .btn3 {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}

section#service {
  background: url(../img/top/bg_service.jpg) no-repeat;
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section#service .inner h2 img {
    width: 98px;
  }
}
section#service .inner p {
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#service .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
}
section#service .inner .item-list {
  text-align: center;
  display: flex;
  margin: 50px -40px;
}
@media screen and (max-width: 1024px) {
  section#service .inner .item-list {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  section#service .inner .item-list {
    display: block;
    margin: 30px 0;
  }
}
section#service .inner .item-list .item {
  width: 33.3%;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  section#service .inner .item-list .item {
    width: 100%;
    margin: 0 0 25px;
  }
}
section#service .inner .item-list .item h3 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  section#service .inner .item-list .item h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section#service .inner .item-list .item img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section#service .inner .item-list .item img {
    max-width: 270px;
  }
}

section#topics .inner {
  max-width: 1210px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  section#topics .inner {
    margin: 0px auto 0px;
  }
}
section#topics .inner h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  section#topics .inner h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section#topics .inner h2 img {
    width: 98px;
  }
}
@media screen and (max-width: 1024px) {
  section#topics .inner .item-list {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  section#topics .inner .item-list {
    display: block;
    margin: 30px 0;
  }
}
section#topics .inner .item-list .item .wrap {
  max-width: 350px;
  margin: 0 auto 10px;
  box-shadow: 0px 3px 6px #00000029;
}
section#topics .inner .item-list .item .wrap p {
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  section#topics .inner .item-list .item .wrap {
    max-width: 330px;
  }
  section#topics .inner .item-list .item .wrap p {
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
section#topics .inner .item-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E8F1F5;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
}
section#topics .inner .item-list .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
}
section#topics .inner .item-list .slick-next {
  right: -50px;
}
section#topics .inner .item-list .slick-prev {
  left: -50px;
}
section#topics .inner .item-list .slick-next::before {
  left: 13px;
}
section#topics .inner .item-list .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 13px;
}

section#news {
  background-color: #e8f1f6;
}
@media screen and (max-width: 768px) {
  section#news .inner h2 img {
    width: 68px;
  }
}
section#news .inner .item-list {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 45px;
}
@media screen and (max-width: 768px) {
  section#news .inner .item-list {
    padding: 20px;
  }
}
section#news .inner .item-list ul {
  overflow-y: scroll;
  height: 175px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  section#news .inner .item-list ul {
    height: 255px;
  }
}
section#news .inner .item-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #b2cfe1;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-left: 115px;
}
@media screen and (max-width: 768px) {
  section#news .inner .item-list ul li {
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 0;
    padding-left: 0;
  }
}
section#news .inner .item-list ul li span {
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 19px;
}
@media screen and (max-width: 768px) {
  section#news .inner .item-list ul li span {
    position: static;
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    margin-right: 0;
  }
}
section#news .inner .btn3 {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  section#news .inner .btn3 {
    margin-top: 40px;
  }
}

section#inquiry {
  display: flex;
}
@media screen and (max-width: 768px) {
  section#inquiry {
    display: block;
  }
}
section#inquiry .item {
  width: 50%;
  padding: 40px 60px;
  display: flex;
}
@media screen and (max-width: 768px) {
  section#inquiry .item {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 60px;
  }
}
section#inquiry .item:nth-of-type(1) {
  background-size: cover;
  justify-content: flex-end;
  background: url(../img/top/bg_inquiry_sp.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section#inquiry .item:nth-of-type(1) h2 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 768px) {
  section#inquiry .item:nth-of-type(1) h2 img {
    width: 92px;
  }
}
section#inquiry .item:nth-of-type(2) {
  background-size: cover;
  justify-content: flex-start;
  background: url(../img/top/bg_faq_sp.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section#inquiry .item:nth-of-type(2) h2 {
    margin-right: 50%;
  }
}
@media screen and (max-width: 768px) {
  section#inquiry .item:nth-of-type(2) h2 img {
    width: 45px;
  }
}
section#inquiry .item .btn3 {
  width: 270px;
}
@media screen and (max-width: 768px) {
  section#inquiry .item .btn3 {
    position: absolute;
    bottom: -27px;
    left: calc(50% - 175px);
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 374px) {
  section#inquiry .item .btn3 {
    width: calc(100% - 40px);
    left: 20px;
  }
}

/********************************************
* Page
********************************************/
.home h1,
.page h1 {
  background-color: #e0e8ec;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page h1 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.page h1 span {
  display: block;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page h1 span {
    font-weight: 500;
  }
}

#page-top .inner {
  padding: 70px 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page-top .inner {
    padding: 30px 20px;
  }
}
#page-top .inner h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-top .inner h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#page-top .inner p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #page-top .inner p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
}

#page-bottom {
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #page-bottom {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
#page-bottom p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-bottom p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#page-bottom #goto-pages {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-bottom #goto-pages {
    display: block;
  }
}
#page-bottom #goto-pages .item {
  width: 50%;
  height: 100px;
  transition: 0.3s;
}
#page-bottom #goto-pages .item:hover {
  opacity: 0.6;
}
#page-bottom #goto-pages .item:nth-of-type(1) {
  background: url(../img/common/page_bottom1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page-bottom #goto-pages .item:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
#page-bottom #goto-pages .item:nth-of-type(2) {
  background: url(../img/common/page_bottom2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page-bottom #goto-pages .item {
    width: 100%;
    height: 70px;
  }
}
#page-bottom #goto-pages .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #page-bottom #goto-pages .item a {
    position: relative;
    text-decoration: bold;
    height: 70px;
  }
}
#page-bottom #goto-pages .item a img {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #page-bottom #goto-pages .item a img {
    position: absolute;
    right: 20px;
  }
}
#page-bottom #btns {
  display: flex;
}
@media screen and (max-width: 768px) {
  #page-bottom #btns {
    display: block;
  }
}
#page-bottom #btns > div {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  #page-bottom #btns > div {
    width: 100%;
  }
}
#page-bottom #btns > div a {
  display: block;
  height: 71px;
  line-height: 65px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #page-bottom #btns > div a {
    font-weight: bold;
    margin-bottom: 10px;
    height: 50px;
    line-height: 43px;
  }
}
#page-bottom #btns > div a img {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 3px;
}
#page-bottom #btns .btn1 {
  border-right: 1px solid #fff;
}
#page-bottom #btns .btn2 a {
  color: #000;
}
#page-bottom #btns .btn2 a:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-bottom {
    display: none;
  }
}

body.page main a {
  color: #2376d6;
}

/********************************************
* About us
********************************************/
body#aboutus .pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  body#aboutus .pc-none {
    display: block;
  }
  body#aboutus .pc-none p {
    line-height: 1.2;
    text-align: center;
  }
  body#aboutus .sp-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus .h1-first img {
    width: 101px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus .h1-second img {
    width: 124px;
  }
}
body#aboutus .page-top1 {
  background: url(../img/aboutus/bg_aboutus1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#aboutus .page-top1 {
    background: url(../img/aboutus/bg_aboutus1_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
body#aboutus .page-top2 {
  background: url(../img/instructor/bg_instructor1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#aboutus .page-top2 {
    background: url(../img/instructor/bg_instructor1_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus .strength {
    width: 61px;
  }
}
body#aboutus #about-tsuyomi {
  overflow: hidden;
}
body#aboutus #about-tsuyomi .inner {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .inner {
    padding: 40px 20px;
  }
}
body#aboutus #about-tsuyomi .inner h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .inner h2 {
    margin-bottom: -5px;
  }
}
body#aboutus #about-tsuyomi .aboutus-list {
  padding: 0 20px;
}
body#aboutus #about-tsuyomi .aboutus-list .item {
  display: flex;
  padding: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item {
    display: block;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item .thumb {
  width: 450px;
}
body#aboutus #about-tsuyomi .aboutus-list .item .txt {
  width: 500px;
}
body#aboutus #about-tsuyomi .aboutus-list .item p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) {
  background: url(../img/aboutus/bg_aboutus2-1.jpg) no-repeat;
  background-position: -200px center;
  background-size: 100% 100%;
  position: relative;
  left: calc(50% - 300px);
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) {
    left: 220px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) {
    background: url(../img/aboutus/bg_aboutus2-1_sp.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    left: 20px;
    padding: 20px;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) .thumb {
  margin-right: 50px;
  position: relative;
  left: -250px;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) .thumb {
    left: -220px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) .thumb {
    width: calc(100% + 20px);
    left: -40px;
    top: -40px;
    margin-bottom: -20px;
  }
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) .thumb img {
    width: 100%;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) .txt {
  position: relative;
  left: -250px;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) .txt {
    left: -220px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n + 1) .txt {
    width: 100%;
    left: 0;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) {
  background: url(../img/aboutus/bg_aboutus2-2.jpg) no-repeat;
  background-position: 200px center;
  background-size: 100% 100%;
  position: relative;
  right: calc(50% - 300px);
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) {
    right: 220px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) {
    background: url(../img/aboutus/bg_aboutus2-2_sp.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    right: 20px;
    padding: 20px;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) .thumb {
  order: 2;
  margin-left: 50px;
  position: relative;
  right: -250px;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) .thumb {
    right: -220px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) .thumb {
    width: calc(100% + 20px);
    right: 30px;
    top: -40px;
    margin-bottom: -20px;
  }
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) .thumb img {
    width: 100%;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) .txt {
  order: 1;
  position: relative;
  right: -250px;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) .txt {
    right: -220px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item:nth-of-type(2n) .txt {
    width: 100%;
    left: 0;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item:last-of-type {
  margin-bottom: 0;
}
body#aboutus #about-tsuyomi .aboutus-list .item h3 {
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5;
  padding-left: 130px;
}
@media screen and (max-width: 1160px) {
  body#aboutus #about-tsuyomi .aboutus-list .item h3 {
    font-size: 1.8vw;
    padding-left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item h3 .point {
  float: left;
  color: #2f6980;
  position: absolute;
  left: 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 4px solid #a80002;
  padding-bottom: 10px;
}
@media screen and (max-width: 1160px) {
  body#aboutus #about-tsuyomi .aboutus-list .item h3 .point {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item h3 .point {
    float: none;
    position: static;
    display: inline-block;
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 20px;
  }
}
body#aboutus #about-tsuyomi .aboutus-list .item h3 .point span {
  font-size: 51px;
  font-size: 3.1875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 5px;
}
@media screen and (max-width: 1160px) {
  body#aboutus #about-tsuyomi .aboutus-list .item h3 .point span {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item h3 .point span {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-tsuyomi .aboutus-list .item p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-tsuyomi .aboutus-list .item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#aboutus #about-service {
  background: url(../img/aboutus/bg_aboutus3.png) repeat-x;
  background-position: center top;
  background-size: auto 520px;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-service {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service {
    margin-top: 40px;
    background: url(../img/aboutus/bg_aboutus3_sp.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    margin-bottom: 50px;
  }
}
body#aboutus #about-service .inner {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service .inner {
    padding: 20px 20px 0;
  }
}
body#aboutus #about-service .inner h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service .inner h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
body#aboutus #about-service .inner .wrap {
  background-color: #fff;
  padding: 60px 100px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body#aboutus #about-service .inner .wrap {
    padding: 60px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service .inner .wrap {
    padding: 20px 20px 0;
  }
}
body#aboutus #about-service .inner .wrap p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service .inner .wrap p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#aboutus #about-service .inner .wrap .service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service .inner .wrap .service-list {
    margin-top: 25px;
  }
}
body#aboutus #about-service .inner .wrap .service-list .item {
  text-align: left;
  width: 50%;
}
body#aboutus #about-service .inner .wrap .service-list .item:nth-of-type(2n + 1) {
  padding-right: 40px;
}
body#aboutus #about-service .inner .wrap .service-list .item:nth-of-type(2n) {
  padding-left: 40px;
}
body#aboutus #about-service .inner .wrap .service-list .item:nth-of-type(-n + 2) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service .inner .wrap .service-list .item {
    width: 100%;
    padding: 0 !important;
  }
  body#aboutus #about-service .inner .wrap .service-list .item:not(:last-of-type) {
    margin-bottom: 40px !important;
  }
}
body#aboutus #about-service .inner .wrap .service-list .item img {
  margin-bottom: 20px;
}
body#aboutus #about-service .inner .wrap .service-list .item p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body#aboutus #about-service .inner .wrap .service-list .item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#aboutus .instructor {
  margin-top: -70px;
  padding-top: 60px;
}
body#aboutus .instructor:nth-of-type(2n) {
  background: url(../img/instructor/bg_instructor21.png) no-repeat;
  background-position: calc(50% - 100px) bottom;
}
@media screen and (max-width: 1024px) {
  body#aboutus .instructor:nth-of-type(2n) {
    background: url(../img/instructor/bg_instructor2-2.png) no-repeat;
    background-position: left bottom;
    background-size: 600px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor:nth-of-type(2n) {
    background: url(../img/instructor/bg_instructor2-2.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
  }
}
body#aboutus .instructor:nth-of-type(2n) .thumb {
  order: 2;
}
@media screen and (max-width: 1024px) {
  body#aboutus .instructor:nth-of-type(2n) .thumb {
    width: 100%;
    text-align: center;
    order: 1;
  }
}
body#aboutus .instructor:nth-of-type(2n) .txt {
  order: 1;
}
@media screen and (max-width: 1024px) {
  body#aboutus .instructor:nth-of-type(2n) .txt {
    margin-right: 0;
    order: 2;
  }
}
body#aboutus .instructor:nth-of-type(2n) .txt:before {
  content: " ";
  width: 108px;
  height: 108px;
  border-top: 1px solid #2f6980;
  border-right: 1px solid #2f6980;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor:nth-of-type(2n) .txt:before {
    left: 0;
    right: inherit;
    border: none;
    border-top: 1px solid #2f6980;
    border-left: 1px solid #2f6980;
    width: 50px;
    height: 50px;
  }
}
body#aboutus .instructor:nth-of-type(2n) .txt:after {
  content: " ";
  width: 108px;
  height: 108px;
  border-left: 1px solid #2f6980;
  border-bottom: 1px solid #2f6980;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor:nth-of-type(2n) .txt:after {
    left: inherit;
    right: 0;
    border: none;
    border-right: 1px solid #2f6980;
    border-bottom: 1px solid #2f6980;
    width: 50px;
    height: 50px;
  }
}
body#aboutus .instructor:nth-of-type(2n + 1) {
  background: url(../img/instructor/bg_instructor22.png) no-repeat;
  background-position: calc(50% + 100px) bottom;
}
@media screen and (max-width: 1024px) {
  body#aboutus .instructor:nth-of-type(2n + 1) {
    background: url(../img/instructor/bg_instructor2-1.png) no-repeat;
    background-position: right bottom;
    background-size: 600px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor:nth-of-type(2n + 1) {
    background: url(../img/instructor/bg_instructor2-1.png) no-repeat;
    background-position: right bottom;
    background-size: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body#aboutus .instructor:nth-of-type(2n + 1) .thumb {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  body#aboutus .instructor:nth-of-type(2n + 1) .txt {
    margin-left: 0;
  }
}
body#aboutus .instructor:nth-of-type(2n + 1) .txt:before {
  content: " ";
  width: 108px;
  height: 108px;
  border-top: 1px solid #2f6980;
  border-left: 1px solid #2f6980;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor:nth-of-type(2n + 1) .txt:before {
    width: 50px;
    height: 50px;
  }
}
body#aboutus .instructor:nth-of-type(2n + 1) .txt:after {
  content: " ";
  width: 108px;
  height: 108px;
  border-right: 1px solid #2f6980;
  border-bottom: 1px solid #2f6980;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor:nth-of-type(2n + 1) .txt:after {
    width: 50px;
    height: 50px;
  }
}
body#aboutus .instructor > .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  body#aboutus .instructor > .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }
}
body#aboutus .instructor > .inner .txt {
  width: 695px;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor > .inner .txt {
    padding: 20px;
    width: 100%;
  }
}
body#aboutus .instructor > .inner h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor > .inner h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
body#aboutus .instructor > .inner p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor > .inner p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
body#aboutus .instructor > .inner p.keireki {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body#aboutus .instructor > .inner p.keireki {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body#aboutus #instructor1 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body#aboutus #instructor1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #instructor1 img {
    width: 164px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #instructor2 img {
    width: 164px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #instructor3 img {
    width: 174px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus #instructor4 img {
    width: 164px;
  }
}
body#aboutus section#instructor {
  background: url(../img/top/bg_instructor.png) no-repeat;
  background-position: right top;
  background-size: 1280px;
  max-height: 738px;
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor {
    background: url(../img/top/bg_instructor.png) no-repeat;
    background-position: center bottom;
    background-size: calc(100vw + 300px);
    max-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner {
    padding: 20px 0;
  }
}
body#aboutus section#instructor .inner h2 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
body#aboutus section#instructor .inner h2 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner h2 img {
    width: 145px;
    margin-bottom: 5px;
  }
}
body#aboutus section#instructor .inner h2 span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner h2 span {
    font-size: 11px;
    font-size: .6875rem;
  }
}
body#aboutus section#instructor .inner p {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
body#aboutus section#instructor .inner .item-list {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  body#aboutus section#instructor .inner .item-list {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner .item-list {
    margin-bottom: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
body#aboutus section#instructor .inner .item-list a {
  width: 25%;
  display: block;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner .item-list a {
    width: 50%;
    max-width: 250px;
    padding: 10px;
  }
  body#aboutus section#instructor .inner .item-list a:nth-of-type(2n + 1) {
    padding-left: 0;
  }
  body#aboutus section#instructor .inner .item-list a:nth-of-type(2n) {
    padding-right: 0;
  }
}
body#aboutus section#instructor .inner .item-list a:hover {
  opacity: 1;
}
body#aboutus section#instructor .inner .item-list a:hover .furi,
body#aboutus section#instructor .inner .item-list a:hover .name {
  background-color: #2f6980;
}
body#aboutus section#instructor .inner .item-list a:hover .item-link {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body#aboutus section#instructor .inner .item-list a:hover .item-link {
    display: none;
  }
}

/********************************************
* Service
********************************************/
@media screen and (max-width: 768px) {
  body#service h1 img {
    width: 81px;
  }
}
body#service #page-top {
  background: url(../img/service/bg_service1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#service #page-top {
    background: url(../img/service/bg_service1_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
body#service #kenshu .inner {
  max-width: 100%;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .inner {
    padding: 50px 0;
  }
}
body#service #kenshu .item-list {
  list-style-type: none;
}
body#service #kenshu .item-list > li {
  background: url(../img/service/bg_service2.png) no-repeat;
  background-position: left 60px;
  background-size: 910px;
  margin-left: 0;
  padding: 0 20px;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  body#service #kenshu .item-list > li {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li {
    background: none;
  }
}
body#service #kenshu .item-list > li:nth-of-type(2) {
  background: url(../img/service/bg_service2.png) no-repeat;
  background-position: left 30px;
  background-size: 910px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li:nth-of-type(2) {
    background: none;
    padding-bottom: 0;
  }
}
body#service #kenshu .item-list > li:last-of-type {
  background: url(../img/service/bg_service2.png) no-repeat;
  background-position: left calc(100% - 43px);
  background-size: 910px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li:last-of-type {
    background: none;
  }
}
body#service #kenshu .item-list > li .wrap2 {
  max-width: 1000px;
  margin: 0 auto;
}
body#service #kenshu .item-list > li h2 {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #2f6980;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
body#service #kenshu .item-list > li p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  body#service #kenshu .item-list > li p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
body#service #kenshu .item-list > li .wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li .wrap {
    flex-wrap: wrap;
  }
}
body#service #kenshu .item-list > li .wrap .item {
  width: 100%;
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(1) {
  max-width: 450px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(1) {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 50px;
    padding-left: 20px;
    background: url(../img/service/bg_service2.png) no-repeat;
    background-position: left calc(100% - 30px);
    background-size: 100%;
  }
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) {
  max-width: 500px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) {
    padding-top: 82px;
  }
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) {
    padding-top: 0px;
    max-width: 100%;
  }
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item {
  width: 90%;
  height: 100px;
  transition: 0.3s;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item {
    margin-bottom: 25px;
  }
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item:hover {
  opacity: 0.6;
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item:nth-of-type(1) {
  background: url(../img/common/page_bottom3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item:nth-of-type(2) {
  background: url(../img/common/page_bottom2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item {
    width: 100%;
    height: 70px;
  }
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item a {
    position: relative;
    text-decoration: bold;
    height: 70px;
  }
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item a img {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .link-item a img {
    position: absolute;
    right: 20px;
  }
}
body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .mt-100 {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li .wrap .item:nth-of-type(2) .mt-100 {
    margin-top: 10px;
  }
}
body#service #kenshu .item-list > li:last-of-type .wrap .item {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li:last-of-type .wrap .item {
    display: block;
  }
  body#service #kenshu .item-list > li:last-of-type .wrap .item:nth-of-type(1) {
    margin-right: -20px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
}
body#service #kenshu .item-list > li:last-of-type .wrap .item p {
  width: 500px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li:last-of-type .wrap .item p {
    width: 100%;
  }
}
body#service #kenshu .item-list > li:last-of-type .wrap .item .thumb {
  width: 450px;
  margin-left: 50px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .item-list > li:last-of-type .wrap .item .thumb {
    width: 100%;
    margin-left: 0;
  }
}
body#service #kenshu .item-list > li:last-of-type .wrap .item .thumb img {
  width: 100%;
}
body#service #kenshu .course-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
body#service #kenshu .course-list > li {
  margin-left: 0;
  width: 50%;
  font-size: 16px;
  font-size: 1rem;
}
body#service #kenshu .course-list > li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  body#service #kenshu .course-list > li {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  body#service #kenshu .course-list > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  body#service #kenshu .course-list > li {
    width: 100%;
    padding-left: 0 !important;
  }
}
body#service #kenshu .course-list > li:nth-of-type(2n + 1) {
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  body#service #kenshu .course-list > li:nth-of-type(2n + 1) {
    padding-right: 0;
  }
}
body#service #kenshu .course-list > li:nth-of-type(2n) {
  padding-left: 10px;
}
body#service #kenshu .course-list > li h3 {
  background-color: #b2cfe1;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1rem;
}
body#service #kenshu .course-list > li > ul li {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .course-list > li > ul li {
    margin-left: 20px;
  }
}
body#service #kenshu .img1-4 {
  margin: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .img1-4 {
    max-width: 400px;
    display: block;
    margin: 0 auto 30px;
  }
}
body#service #kenshu .btn3 {
  margin-top: 40px;
  width: 340px;
}
@media screen and (max-width: 768px) {
  body#service #kenshu .btn3 {
    margin-top: 20px;
  }
  body#service #kenshu .btn3 a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  body#service #faq h1 img {
    width: 36px;
  }
}
body#service #faq h2 {
  background: #e0e8ec url(../img/faq/btn_open.png) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 30px;
  color: #2f6980;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 20px;
  border-top: 1px solid #2f6980;
  border-bottom: 1px solid #2f6980;
  margin-bottom: 20px;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body#service #faq h2 {
    font-size: 14px;
    font-size: 0.875rem;
    background: #e0e8ec url(../img/faq/btn_open.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
    margin-bottom: 15px;
    padding: 13px 10px;
    height: 50px;
  }
}
body#service #faq h2.open {
  background: #e0e8ec url(../img/faq/btn_close.png) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  body#service #faq h2.open {
    background: #e0e8ec url(../img/faq/btn_close.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
  }
}
body#service #faq .inner {
  max-width: 1040px;
  padding: 60px 20px 30px;
}
@media screen and (max-width: 768px) {
  body#service #faq .inner {
    padding-top: 40px;
  }
}
body#service #faq .inner dl {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 20px;
}
body#service #faq .inner dl:not(:last-of-type) {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#service #faq .inner dl:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#service #faq .inner dl {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 10px;
  }
}
body#service #faq .inner dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  body#service #faq .inner dl dt {
    padding-left: 20px;
  }
}
body#service #faq .inner dl dt:before {
  position: absolute;
  left: 0;
  content: "Q. ";
}
body#service #faq .inner dl dd {
  margin-left: 27px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#service #faq .inner dl dd {
    margin-bottom: 10px;
    margin-left: 22px;
    padding-left: 15px;
  }
}
body#service #faq .inner dl dd:before {
  position: absolute;
  left: 0;
  content: "A. ";
}

#moushikomi2,
#moushikomi {
  background-color: #e0e8ec;
}
#moushikomi2 .inner,
#moushikomi .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner,
  #moushikomi .inner {
    padding: 40px 20px 30px;
  }
}
#moushikomi2 .inner h2,
#moushikomi .inner h2 {
  font-size: 38px;
  font-size: 2.375rem;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner h2,
  #moushikomi .inner h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
#moushikomi2 .inner #application-list,
#moushikomi .inner #application-list {
  width: 100%;
}
#moushikomi2 .inner #application-list tr,
#moushikomi .inner #application-list tr {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list tr,
  #moushikomi .inner #application-list tr {
    display: block;
  }
}
#moushikomi2 .inner #application-list tr:not(:last-of-type),
#moushikomi .inner #application-list tr:not(:last-of-type) {
  padding-bottom: 40px;
  background: url(../img/service/arrow_service.png) no-repeat;
  background-position: 144px calc(100% - 13px);
  background-size: 28px;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list tr:not(:last-of-type),
  #moushikomi .inner #application-list tr:not(:last-of-type) {
    background: url(../img/service/arrow_service.png) no-repeat;
    background-position: 50% calc(100% - 13px);
    background-size: 30px;
  }
}
#moushikomi2 .inner #application-list tr th,
#moushikomi .inner #application-list tr th {
  background-color: #2f6980;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 30px;
  width: 310px;
  line-height: 1.5;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list tr th,
  #moushikomi .inner #application-list tr th {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 15px;
    border: 1px solid #2f6980;
  }
}
#moushikomi2 .inner #application-list tr th span,
#moushikomi .inner #application-list tr th span {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list tr th span,
  #moushikomi .inner #application-list tr th span {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
  }
}
#moushikomi2 .inner #application-list tr th span strong,
#moushikomi .inner #application-list tr th span strong {
  vertical-align: middle;
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: normal;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list tr th span strong,
  #moushikomi .inner #application-list tr th span strong {
    margin-right: 5px;
    vertical-align: initial;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}
#moushikomi2 .inner #application-list tr td,
#moushikomi .inner #application-list tr td {
  width: calc(100% - 310px);
  background-color: #fff;
  padding: 20px 40px 20px 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list tr td,
  #moushikomi .inner #application-list tr td {
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    border: 1px solid #2f6980;
  }
}

#moushikomi2 {
  z-index: -1;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 100px 50px;
  overflow-y: scroll;
  transition: 0.3s;
}
#moushikomi2.open {
  opacity: 1;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  #moushikomi2 {
    padding: 10px 10px 100px;
  }
}
#moushikomi2 .inner {
  background: #fff;
  display: block;
  padding: 60px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner {
    padding: 50px 10px 15px;
  }
}
#moushikomi2 .inner .apply {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner .apply {
    margin-bottom: 10px;
  }
}
#moushikomi2 .inner .apply .btn3 {
  max-width: 330px;
  display: inline-block;
  margin: 0 15px 15px;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner .apply .btn3 {
    margin: 0 0 15px;
  }
}
#moushikomi2 .inner .ttl-h2 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner .ttl-h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
#moushikomi2 .inner #cross {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #cross {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #moushikomi2 .inner #cross img {
    width: 16px;
  }
}
#moushikomi2 .inner #application-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list {
    margin-bottom: 30px;
  }
}
#moushikomi2 .inner #application-list tr th {
  border: 1px solid #2f6980;
  font-size: 20px;
  font-size: 1.25rem;
}
#moushikomi2 .inner #application-list tr td {
  border: 1px solid #2f6980;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner #application-list tr td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#moushikomi2 .inner .btn2 {
  max-width: 330px;
  margin: 0 auto;
  display: block !important;
  width: 100%;
}
#moushikomi2 .inner .btn2 a {
  padding: 13px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #moushikomi2 .inner .btn2 a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/********************************************
* Company
********************************************/
@media screen and (max-width: 768px) {
  body#company h1 img {
    width: 96px;
  }
}
body#company h2 {
  background-color: #e0e8ec;
  font-size: 24px;
  font-size: 1.5rem;
  border-left: 6.5px solid #2f6980;
  padding: 8px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#company h2 {
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 10px;
    border-left: 3.5px solid #2f6980;
    margin-bottom: 20px;
  }
}
body#company section .inner {
  padding: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  body#company section .inner {
    max-width: 100%;
    padding: 50px 20px 0;
  }
}
body#company #rinen .inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#company #rinen .inner {
    padding-bottom: 0;
  }
}
body#company #rinen .inner .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body#company #rinen .inner .wrap {
    display: block;
  }
}
body#company #rinen .inner .wrap .thumb {
  width: 400px;
}
@media screen and (max-width: 768px) {
  body#company #rinen .inner .wrap .thumb {
    width: 100%;
  }
  body#company #rinen .inner .wrap .thumb img {
    width: 100%;
    margin-top: 20px;
  }
}
body#company #rinen .inner .wrap p {
  width: 560px;
  margin-right: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body#company #rinen .inner .wrap p {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
  }
}
body#company #gaiyou .inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#company #gaiyou .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
body#company #gaiyou .inner table {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  body#company #gaiyou .inner table {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body#company #gaiyou .inner table tr th {
  background: #608191;
  border: 1px solid #a0b3bd;
  color: #fff;
  padding: 15px;
  width: 244px;
}
@media screen and (max-width: 768px) {
  body#company #gaiyou .inner table tr th {
    width: 90px;
    padding: 8px;
  }
}
body#company #gaiyou .inner table tr td {
  border: 1px solid #a0b3bd;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  body#company #gaiyou .inner table tr td {
    padding: 8px;
  }
}
body#company #gaiyou .inner table tr a {
  color: #2376d6;
  text-decoration: underline;
}
body#company #gaiyou .inner table tr ul {
  list-style-type: none;
}
body#company #gaiyou .inner table tr ul li {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px;
}
body#company #access .imgs {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body#company #access .imgs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body#company #access .imgs .thumb {
    width: 100%;
    margin-top: 20px;
  }
  body#company #access .imgs .thumb img {
    width: 100%;
  }
}
body#company #access .imgs .txt {
  width: 300px;
}
@media screen and (max-width: 768px) {
  body#company #access .imgs .txt {
    width: 100%;
  }
}
body#company #access .imgs .txt .name {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body#company #access .imgs .txt .name {
    font-size: 16.5px;
    font-size: 1.03125rem;
  }
}
body#company #access .imgs .txt .address {
  font-size: 16px;
  font-size: 1rem;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  body#company #access .imgs .txt .address {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 15px 0;
  }
}
body#company #access .imgs .txt .tel {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  body#company #access .imgs .txt .tel {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body#company .map iframe {
  width: 100%;
  height: 400px;
}

/********************************************
* Instructor
********************************************/
@media screen and (max-width: 768px) {
  body#instructor h1 img {
    width: 124px;
  }
}
body#instructor #page-top {
  background: url(../img/instructor/bg_instructor1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#instructor #page-top {
    background: url(../img/instructor/bg_instructor1_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
body#instructor .instructor {
  margin-top: -70px;
  padding-top: 60px;
}
body#instructor .instructor:nth-of-type(2n) {
  background: url(../img/instructor/bg_instructor21.png) no-repeat;
  background-position: calc(50% - 100px) bottom;
}
@media screen and (max-width: 1024px) {
  body#instructor .instructor:nth-of-type(2n) {
    background: url(../img/instructor/bg_instructor2-2.png) no-repeat;
    background-position: left bottom;
    background-size: 600px;
  }
}
@media screen and (max-width: 768px) {
  body#instructor .instructor:nth-of-type(2n) {
    background: url(../img/instructor/bg_instructor2-2.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
  }
}
body#instructor .instructor:nth-of-type(2n) .thumb {
  order: 2;
}
@media screen and (max-width: 1024px) {
  body#instructor .instructor:nth-of-type(2n) .thumb {
    width: 100%;
    text-align: center;
    order: 1;
  }
}
body#instructor .instructor:nth-of-type(2n) .txt {
  order: 1;
}
@media screen and (max-width: 1024px) {
  body#instructor .instructor:nth-of-type(2n) .txt {
    margin-right: 0;
    order: 2;
  }
}
body#instructor .instructor:nth-of-type(2n) .txt:before {
  content: " ";
  width: 108px;
  height: 108px;
  border-top: 1px solid #2f6980;
  border-right: 1px solid #2f6980;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor:nth-of-type(2n) .txt:before {
    left: 0;
    right: inherit;
    border: none;
    border-top: 1px solid #2f6980;
    border-left: 1px solid #2f6980;
    width: 50px;
    height: 50px;
  }
}
body#instructor .instructor:nth-of-type(2n) .txt:after {
  content: " ";
  width: 108px;
  height: 108px;
  border-left: 1px solid #2f6980;
  border-bottom: 1px solid #2f6980;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor:nth-of-type(2n) .txt:after {
    left: inherit;
    right: 0;
    border: none;
    border-right: 1px solid #2f6980;
    border-bottom: 1px solid #2f6980;
    width: 50px;
    height: 50px;
  }
}
body#instructor .instructor:nth-of-type(2n + 1) {
  background: url(../img/instructor/bg_instructor22.png) no-repeat;
  background-position: calc(50% + 100px) bottom;
}
@media screen and (max-width: 1024px) {
  body#instructor .instructor:nth-of-type(2n + 1) {
    background: url(../img/instructor/bg_instructor2-1.png) no-repeat;
    background-position: right bottom;
    background-size: 600px;
  }
}
@media screen and (max-width: 768px) {
  body#instructor .instructor:nth-of-type(2n + 1) {
    background: url(../img/instructor/bg_instructor2-1.png) no-repeat;
    background-position: right bottom;
    background-size: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body#instructor .instructor:nth-of-type(2n + 1) .thumb {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  body#instructor .instructor:nth-of-type(2n + 1) .txt {
    margin-left: 0;
  }
}
body#instructor .instructor:nth-of-type(2n + 1) .txt:before {
  content: " ";
  width: 108px;
  height: 108px;
  border-top: 1px solid #2f6980;
  border-left: 1px solid #2f6980;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor:nth-of-type(2n + 1) .txt:before {
    width: 50px;
    height: 50px;
  }
}
body#instructor .instructor:nth-of-type(2n + 1) .txt:after {
  content: " ";
  width: 108px;
  height: 108px;
  border-right: 1px solid #2f6980;
  border-bottom: 1px solid #2f6980;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor:nth-of-type(2n + 1) .txt:after {
    width: 50px;
    height: 50px;
  }
}
body#instructor .instructor > .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  body#instructor .instructor > .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }
}
body#instructor .instructor > .inner .txt {
  width: 695px;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor > .inner .txt {
    padding: 20px;
    width: 100%;
  }
}
body#instructor .instructor > .inner h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor > .inner h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
body#instructor .instructor > .inner p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor > .inner p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
body#instructor .instructor > .inner p.keireki {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body#instructor .instructor > .inner p.keireki {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body#instructor #instructor1 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body#instructor #instructor1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body#instructor #instructor1 img {
    width: 164px;
  }
}
@media screen and (max-width: 768px) {
  body#instructor #instructor2 img {
    width: 164px;
  }
}
@media screen and (max-width: 768px) {
  body#instructor #instructor3 img {
    width: 174px;
  }
}
@media screen and (max-width: 768px) {
  body#instructor #instructor4 img {
    width: 164px;
  }
}

/********************************************
* Case Study
********************************************/
@media screen and (max-width: 768px) {
  body#casestudy h1 img {
    width: 124px;
  }
}
body#casestudy #page-top {
  background: url(../img/casestudy/bg_casestudy1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#casestudy #page-top {
    background: url(../img/casestudy/bg_casestudy1_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy {
    margin-bottom: 80px;
  }
}
body#casestudy .casestudy .inner {
  position: relative;
  height: 780px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner {
    max-width: 100%;
    height: auto;
  }
}
body#casestudy .casestudy .inner .thumb {
  max-width: 330px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .thumb {
    max-width: 100%;
    position: relative;
    left: 0;
    top: -20px;
  }
}
body#casestudy .casestudy .inner .thumb img {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .thumb img {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .thumb .img_wrap {
    text-align: right;
  }
}
body#casestudy .casestudy .inner .thumb .name {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .thumb .name {
    padding-left: 40px;
  }
}
body#casestudy .casestudy .inner .thumb .post {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .thumb .post {
    padding-left: 40px;
    margin-bottom: 0;
  }
}
body#casestudy .casestudy .inner .txt {
  position: absolute;
  top: 90px;
  left: 380px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .txt {
    position: static;
    padding-left: 40px;
  }
}
body#casestudy .casestudy .inner .txt h2 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 120px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .txt h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    padding-left: 0;
    margin-bottom: 15px;
  }
}
body#casestudy .casestudy .inner .txt h2 strong {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 3px solid #2f6980;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .txt h2 strong {
    position: static;
    display: inline-block;
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 15px;
  }
}
body#casestudy .casestudy .inner .txt h2 strong span {
  font-size: 46px;
  font-size: 2.875rem;
  display: inline;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .txt h2 strong span {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1;
    display: inline-block;
    padding-bottom: 5px;
    margin-left: 5px;
  }
}
body#casestudy .casestudy .inner .txt p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .txt p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
}
body#casestudy .casestudy .inner .btns {
  max-width: 330px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .btns {
    margin: 0 auto;
  }
}
@media screen and (max-width: 415px) {
  body#casestudy .casestudy .inner .btns {
    padding-left: 40px;
    max-width: inherit;
  }
}
body#casestudy .casestudy .inner .btns .btn3 {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .btns .btn3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#casestudy .casestudy .inner .btns .btn3 a {
  border: 1px solid #2f6980;
  padding: 13px 15px;
}
body#casestudy .casestudy .inner .btns .btn4 {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy .inner .btns .btn4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
body#casestudy .casestudy .inner .btns .btn4 a {
  padding: 13px 15px;
}
body#casestudy .casestudy:nth-of-type(2n + 1) .inner .thumb {
  position: relative;
  left: 670px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy:nth-of-type(2n + 1) .inner .thumb {
    left: 0;
    top: -20px;
  }
  body#casestudy .casestudy:nth-of-type(2n + 1) .inner .thumb .name {
    padding-left: 0;
  }
  body#casestudy .casestudy:nth-of-type(2n + 1) .inner .thumb .post {
    padding-left: 0;
    padding-right: 40px;
  }
}
body#casestudy .casestudy:nth-of-type(2n + 1) .inner .txt {
  top: 90px;
  left: 0;
  right: inherit;
  width: 620px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy:nth-of-type(2n + 1) .inner .txt {
    position: static;
    width: 100%;
    padding: 0 40px 0 0;
  }
}
body#casestudy .casestudy:nth-of-type(2n + 1) .inner .btns {
  position: relative;
  left: 670px;
}
@media screen and (max-width: 1024px) {
  body#casestudy .casestudy:nth-of-type(2n + 1) .inner .btns {
    position: static;
  }
}
@media screen and (max-width: 415px) {
  body#casestudy .casestudy:nth-of-type(2n + 1) .inner .btns {
    margin: 0 40px 0 0;
    max-width: 290px;
    padding-left: 0;
  }
}
body#casestudy #casestudy1 {
  background: url(../img/casestudy/bg_casestudy2-3.jpg) no-repeat;
  background-position: calc(50vw - 335px) 210px;
  background-size: 2500px 800px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy1 {
    max-width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/casestudy/bg_casestudy2-1_sp.jpg) no-repeat;
    background-position: 40px calc(100% - 165px);
    padding-bottom: 0;
  }
}
body#casestudy #casestudy1 .inner {
  padding-top: 100px;
  height: 750px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy1 .inner {
    padding: 0 20px;
    height: auto;
  }
}
body#casestudy #casestudy1 .inner .txt {
  top: 100px;
}
body#casestudy #casestudy2 {
  background: url(../img/casestudy/bg_casestudy2-3.jpg) no-repeat;
  background-position: calc(50vw - 2165px) 200px;
  background-size: 2500px 640px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/casestudy/bg_casestudy2-2_sp.jpg) no-repeat;
    background-position: calc(100% - 40px) calc(100% - 165px);
  }
}
body#casestudy #casestudy2 .inner {
  padding-top: 100px;
  height: 840px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy2 .inner {
    padding: 0 20px;
    height: auto;
  }
}
body#casestudy #casestudy3 {
  background: url(../img/casestudy/bg_casestudy2-3.jpg) no-repeat;
  background-position: calc(50vw - 335px) 210px;
  background-size: 2500px 490px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/casestudy/bg_casestudy2-1_sp.jpg) no-repeat;
    background-position: 40px calc(100% - 165px);
  }
}
body#casestudy #casestudy3 .inner {
  height: 700px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy3 .inner {
    padding: 0 20px;
    height: auto;
  }
}
body#casestudy #casestudy4 {
  background: url(../img/casestudy/bg_casestudy2-3.jpg) no-repeat;
  background-position: calc(50vw - 2165px) 200px;
  background-size: 2500px 510px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy4 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background: url(../img/casestudy/bg_casestudy2-2_sp.jpg) no-repeat;
    background-position: calc(100% - 40px) calc(100% - 165px);
  }
}
body#casestudy #casestudy4 .inner {
  padding-top: 100px;
  padding-bottom: 0;
}
body#casestudy #casestudy4 .inner .thumb .post {
  letter-spacing: -0.7px;
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy4 .inner .thumb .post {
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 1024px) {
  body#casestudy #casestudy4 .inner {
    padding: 0 20px;
  }
}
body#casestudy section#voice {
  background: url(../img/casestudy/bg_casestudy3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body#casestudy section#voice {
    background: url(../img/casestudy/img_casestudy3_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
body#casestudy section#voice .inner {
  text-align: center;
  padding: 60px 20px 0;
}
@media screen and (max-width: 768px) {
  body#casestudy section#voice .inner {
    padding: 10px 20px 30px;
    text-align: left;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
  }
}
body#casestudy section#voice .inner h2 {
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body#casestudy section#voice .inner h2 {
    font-size: 26px;
    font-size: 1.625rem;
    position: absolute;
    top: 20px;
    left: 25px;
  }
}
@media screen and (max-width: 374px) {
  body#casestudy section#voice .inner h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
body#casestudy section#voice .inner p {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#casestudy section#voice .inner p {
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}
@media screen and (max-width: 374px) {
  body#casestudy section#voice .inner p {
    font-size: 12px;
    font-size: 0.75rem;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body#casestudy section#voice .inner img {
    margin: 0 auto;
  }
}

/********************************************
* Inquiry
********************************************/
@media screen and (max-width: 768px) {
  body#inquiry h1 img {
    width: 80px;
  }
}
body#inquiry section .inner {
  max-width: 1040px;
  padding: 60px 20px 40px;
}
@media screen and (max-width: 768px) {
  body#inquiry section .inner {
    padding-top: 40px;
  }
}
body#inquiry section .inner h2 {
  background-color: #e0e8ec;
  font-size: 24px;
  font-size: 1.5rem;
  border-left: 6.5px solid #2f6980;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#inquiry section .inner h2 {
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 10px;
    border-left: 3.5px solid #2f6980;
  }
}
body#inquiry section .inner p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body#inquiry section .inner p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#inquiry section .inner label {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body#inquiry section .inner label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#inquiry section .inner .check {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  body#inquiry section .inner .check {
    margin-bottom: 10px;
  }
}
body#inquiry section .inner ol {
  margin-top: 50px;
  margin-left: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body#inquiry section .inner ol {
    margin-top: 20px;
  }
}
body#inquiry section .inner ol li {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  body#inquiry section .inner ol li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#inquiry section .inner ol li:not(:last-of-type) {
  margin-bottom: 2em;
}
body#inquiry section#contact-form .inner {
  padding-bottom: 0;
}
body#inquiry section#privacy-policy .inner {
  padding-top: 90px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body#inquiry section#privacy-policy .inner {
    padding-top: 50px;
  }
}

.cf {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .cf {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
body#form .cf {
  margin: 1em 0 60px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  body#form .cf {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
body#form .cf:last-of-type {
  margin-bottom: 20px;
}
.cf tr th {
  background: #e0efff;
  padding: 10px 20px;
  vertical-align: top;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .cf tr th {
    display: block;
    padding: 10px 10px 0;
    border-top: none;
    border-bottom: none;
  }
}
body#form .cf tr th {
  width: 350px;
}
@media screen and (max-width: 768px) {
  body#form .cf tr th {
    width: 100%;
  }
}
.cf tr td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .cf tr td {
    display: block;
    background: #e0efff;
    padding: 0 10px 10px;
    border-top: none;
    border-bottom: none;
  }
}
.cf tr:first-of-type th {
  border-top: 1px solid #dcdcdc;
}
.cf tr:last-of-type td {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.cf input[type="text"],
.cf input[type="email"] {
  height: 25px;
  border: 1px solid #767676;
}
@media screen and (max-width: 768px) {
  .cf input[type="text"],
  .cf input[type="email"] {
    width: 100%;
    height: 41px;
  }
}
.cf input[type="submit"],
.cf input[type="reset"] {
  height: auto;
}
@media screen and (max-width: 768px) {
  .cf input[type="submit"],
  .cf input[type="reset"] {
    height: auto;
  }
}
.cf textarea {
  height: 150px;
  border: 1px solid #767676;
}
body#form .cf textarea {
  width: 350px;
}
@media screen and (max-width: 768px) {
  body#form .cf textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cf textarea {
    width: 100%;
  }
}

.red {
  color: #a80002;
}

/********************************************
* FAQ
********************************************/
@media screen and (max-width: 768px) {
  body#faq h1 img {
    width: 36px;
  }
}
body#faq section h2 {
  background: #e0e8ec url(../img/faq/btn_open.png) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 30px;
  color: #2f6980;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 20px;
  border-top: 1px solid #2f6980;
  border-bottom: 1px solid #2f6980;
  margin-bottom: 20px;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body#faq section h2 {
    font-size: 14px;
    font-size: 0.875rem;
    background: #e0e8ec url(../img/faq/btn_open.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
    margin-bottom: 15px;
    padding: 13px 10px;
    height: 50px;
  }
}
body#faq section h2.open {
  background: #e0e8ec url(../img/faq/btn_close.png) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  body#faq section h2.open {
    background: #e0e8ec url(../img/faq/btn_close.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
  }
}
body#faq section .inner {
  max-width: 1040px;
  padding: 60px 20px 30px;
}
@media screen and (max-width: 768px) {
  body#faq section .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
body#faq section .inner dl {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 20px;
}
body#faq section .inner dl:not(:last-of-type) {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#faq section .inner dl:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#faq section .inner dl {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 10px;
  }
}
body#faq section .inner dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  body#faq section .inner dl dt {
    padding-left: 20px;
  }
}
body#faq section .inner dl dt:before {
  position: absolute;
  left: 0;
  content: "Q. ";
}
body#faq section .inner dl dd {
  margin-left: 27px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#faq section .inner dl dd {
    margin-bottom: 10px;
    margin-left: 22px;
    padding-left: 15px;
  }
}
body#faq section .inner dl dd:before {
  position: absolute;
  left: 0;
  content: "A. ";
}

/********************************************
* Privacy
********************************************/
@media screen and (max-width: 768px) {
  body#privacy h1 img {
    width: 82px;
  }
}
body#privacy section .inner {
  padding-top: 60px;
  padding-bottom: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  body#privacy section .inner {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body#privacy section .inner h2 {
  background: #e0e8ec;
  font-size: 24px;
  font-size: 1.5rem;
  border-left: 6.5px solid #2f6980;
  padding: 6px 20px;
  margin-bottom: 30px;
}
body#privacy section .inner h2:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body#privacy section .inner h2:not(:first-of-type) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  body#privacy section .inner h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3.5px solid #2f6980;
  }
}
body#privacy section .inner dl dt {
  color: #2f6980;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  counter-increment: cnt;
  border-bottom: 1px solid #2f6980;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  body#privacy section .inner dl dt {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body#privacy section .inner dl dt:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body#privacy section .inner dl dt:not(:first-of-type) {
    margin-top: 20px;
  }
}
body#privacy section .inner dl dt:before {
  content: counter(cnt) ". ";
  position: absolute;
  left: 0;
}
body#privacy section .inner dl dt h3 {
  display: inline;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body#privacy section .inner dl dt h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body#privacy section .inner .space1 {
  margin-left: -1.7em;
}
body#privacy section .inner .space1 > li {
  margin-bottom: 30px;
}

/********************************************
* NEWS
********************************************/
body#news #page-bottom,
body#news #footer-banner {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body#news h1 img {
    width: 101px;
  }
}
body#news #page-news {
  min-height: 600px;
  padding-bottom: 150px;
  background-image: url(../img/common/bg_triangle.png);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 50% auto;
}
@media screen and (max-width: 1024px) {
  body#news #page-news {
    background-size: 60% auto;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  body#news #page-news {
    min-height: 600px;
    padding-bottom: 100px;
  }
}
body#news #page-news .inner {
  max-width: 1200px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#news #page-news .inner {
    padding: 40px 20px;
  }
}
body#news #page-news .tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  body#news #page-news .tabs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  body#news #page-news .tabs {
    border-bottom: 2px solid #2F6980;
  }
}
body#news #page-news .tabs .tab {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  background-color: #DFE8EB;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body#news #page-news .tabs .tab {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
body#news #page-news .tabs .active {
  background-color: #2F6980;
  color: white;
  cursor: initial;
}
body#news #page-news .articles {
  margin-bottom: 100px;
  display: none;
}
@media screen and (max-width: 768px) {
  body#news #page-news .articles {
    margin-bottom: 30px;
  }
}
body#news #page-news .articles .article {
  border-bottom: 4px solid #DFE8EB;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#news #page-news .articles .article {
    border-bottom: 2px solid #DFE8EB;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
body#news #page-news .articles .article a {
  display: flex;
  font-size: 18px;
  color: black;
}
@media screen and (max-width: 1024px) {
  body#news #page-news .articles .article a {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  body#news #page-news .articles .article a {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
body#news #page-news .articles .article .article-cat {
  width: 150px;
  background-color: #DFE8EB;
  color: #706B6E;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  body#news #page-news .articles .article .article-cat {
    width: 110px;
    font-size: 12px;
    padding: 6px 0;
    margin-right: 15px;
  }
}
body#news #page-news .articles .article .article-date {
  width: 100px;
  padding-top: 8px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  body#news #page-news .articles .article .article-date {
    padding-top: 7px;
  }
}
body#news #page-news .articles .article .article-title {
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  body#news #page-news .articles .article .article-title {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body#news #page-news .articles .article .article-title {
    margin-top: 5px;
    padding-top: 7px;
  }
}
body#news #page-news .active-newscat {
  display: block;
}

/********************************************
* CASES
********************************************/
body#cases #page-bottom,
body#cases #footer-banner {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body#cases h1 img {
    width: 101px;
  }
}
body#cases #page-cases {
  min-height: 600px;
  padding-bottom: 150px;
  background-image: url(../img/common/bg_triangle.png);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 50% auto;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases {
    background-size: 60% auto;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  body#cases #page-cases {
    min-height: 600px;
    padding-bottom: 100px;
  }
}
body#cases #page-cases .inner {
  max-width: 1200px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .inner {
    padding: 40px 20px;
  }
}
body#cases #page-cases .tabs {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 2px;
  margin-bottom: 70px;
  border-bottom: 2px solid #2F6980;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .tabs {
    border-bottom: 2px solid #2F6980;
  }
}
body#cases #page-cases .tabs .tab {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  background-color: #DFE8EB;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .tabs .tab {
    margin: 0;
    box-sizing: border-box;
    width: calc(50% - 1px);
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .tabs .tab {
    font-size: 12px;
    /*font-size: 0.84375rem;*/
  }
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .tabs .tab:first-child {
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 1px;
  }
}
body#cases #page-cases .tabs .active {
  background-color: #2F6980;
  color: white;
  cursor: initial;
}
body#cases #page-cases .articles {
  margin-bottom: 100px;
  display: none;
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .articles {
    margin-bottom: 30px;
  }
}
body#cases #page-cases .articles .article {
  display: flex;
  border: 2px solid #DFE8EB;
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .articles .article {
    border-bottom: 2px solid #DFE8EB;
    margin-bottom: 20px;
  }
}
body#cases #page-cases .articles .article a {
  display: flex;
  font-size: 18px;
  color: black;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article a {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .articles .article a {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
body#cases #page-cases .articles .article .cases-img {
 box-sizing: border-box;
    height: 100%;
    object-fit: cover;
    border-right: 2px solid #DFE8EB;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .cases-img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #DFE8EB;
  }
}
body#cases #page-cases .articles .article .article_img_wrap {
  width:420px;
  flex: 0 0 420px;
}
@media screen and (max-width: 420px) {
  body#cases #page-cases .articles .article .article_img_wrap {
    width:100%;
  }
}
body#cases #page-cases .articles .article .article-contents {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents {
    padding: 0;
  }
}
body#cases #page-cases .articles .article .article-contents .article-title {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-title {
    padding: 0 15px;
    font-size: 14px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-company {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-company {
    font-size: 10px;
    padding: 0 15px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-category {
  text-align: center;
  margin-top: 10px;
  padding: 0 15px;
  width: fit-content;
  height: 30px;
  line-height: 30px;
  background-color: #DFE8EB;
  font-size: 16px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-category {
    font-size: 12px;
    margin-left: 15px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-message {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-message {
    font-size: 12px;
    padding: 0 15px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn {
  display: flex;
  gap: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn {
    gap: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-program {
  padding-left: 20px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  background-color: #2F6980;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-program {
    height: auto;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 50px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-program a {
  display: block;
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-program a {
    font-size: 12px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-program .arrow {
  position: relative;
  display: block;
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-program .arrow::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -2px;
  right: 21px;
  /* 要素の右からの距離 */
  width: 0px;
  height: 4px;
  border-top: 3px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(-45deg);
  /* 角度調整 */
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-program .arrow::before {
    right: -30px;
    bottom: 0;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-program .arrow::after {
  /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -5px;
  right: 20px;
  /* 要素の右からの距離 */
  width: 17px;
  height: 1px;
  background: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-program .arrow::after {
    right: -31px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail {
  padding-left: 20px;
  width: 210px;
  height: 40px;
  line-height: 40px;
  background-color: #DDDDDD;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail {
    height: auto;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 50px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail a {
  display: block;
  color: black;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail a {
    font-size: 12px;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail .arrow {
  position: relative;
  display: block;
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail .arrow::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -2px;
  right: 21px;
  /* 要素の右からの距離 */
  width: 0px;
  height: 4px;
  border-top: 3px solid black;
  border-right: 1px solid black;
  transform: rotate(-45deg);
  /* 角度調整 */
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail .arrow::before {
    right: -30px;
    bottom: 0;
  }
}
body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail .arrow::after {
  /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -5px;
  right: 20px;
  /* 要素の右からの距離 */
  width: 17px;
  height: 1px;
  background: black;
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-contents .article-btn .btn-detail .arrow::after {
    right: -31px;
  }
}
body#cases #page-cases .articles .article .article-cat {
  width: 150px;
  background-color: #DFE8EB;
  color: #706B6E;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .articles .article .article-cat {
    width: 110px;
    font-size: 12px;
    padding: 6px 0;
    margin-right: 15px;
  }
}
body#cases #page-cases .articles .article .article-date {
  width: 100px;
  padding-top: 8px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .articles .article .article-date {
    padding-top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  body#cases #page-cases .articles .article .article-title {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body#cases #page-cases .articles .article .article-title {
    margin-top: 5px;
    padding-top: 7px;
  }
}
body#cases #page-cases .active-casescat {
  display: block;
}

/********************************************
* Pagination
********************************************/
#pagination .pagination-inner {
  width: 410px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  #pagination .pagination-inner {
    width: 100%;
    max-width: 250px;
  }
}
#pagination .pagination-inner .prev,
#pagination .pagination-inner .next {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #pagination .pagination-inner .prev,
  #pagination .pagination-inner .next {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #pagination .pagination-inner .number {
    margin: 0 auto;
  }
}
#pagination .pagination-inner .number span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  margin: 4px 20px 0;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #pagination .pagination-inner .number span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 4px 10px 0;
  }
}
#pagination .pagination-inner .active {
  background-color: #E6E6E6;
}

/********************************************
* LP-2022
********************************************/
body#lp_2022 {
  overflow: hidden;
  /*----------TOPICS----------*/
  /*----------導入実績---------*/
  /*----------課題----------*/
  /*----------アスリーブレインズのポイント----------*/
  /*----------他社との比較ポイント---------*/
  /*----------基本的な研修メニュー----------*/
  /*----------お客様事例----------*/
  /*----------新入社員・未経験者の研修について----------*/
  /*----------受講場所　選べる事項パターン----------*/
  /*----------受講場所----------*/
  /*----------FAQ----------*/
}
body#lp_2022 #page-bottom,
body#lp_2022 #footer-banner {
  display: none !important;
}
body#lp_2022 #top_lp_2022 {
  height: 500px;
  padding-top: 50px;
  background: url(../img/lp_2022/top_lp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #top_lp_2022 {
    height: 206px;
    padding-top: 40px;
    background: url(../img/lp_2022/top_lp_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
body#lp_2022 #top_lp_2022 #inner {
  position: relative;
  width: 750px;
  height: 350px;
  background-color: #ffffffc2;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #top_lp_2022 #inner {
    display: none;
  }
}
body#lp_2022 #top_lp_2022 #inner img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 220px;
}
body#lp_2022 #top_lp_2022 #inner p:nth-child(2) {
  padding-top: 50px;
  font-size: 28px;
  color: #A80002;
  font-weight: 600;
}
body#lp_2022 #top_lp_2022 #inner p:nth-child(3) {
  padding-top: 20px;
  font: normal normal normal 50px/70px Hiragino Kaku Gothic ProN;
  letter-spacing: 4.44px;
  color: #000000;
  font-weight: 600;
}
body#lp_2022 #top_lp_2022 #inner p:nth-child(4) {
  padding-top: 20px;
  font: normal normal normal 20px/42px Hiragino Kaku Gothic ProN;
  letter-spacing: 0px;
  color: #000000;
}
body#lp_2022 #top_lp_2022 .top_icon_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #top_lp_2022 .top_icon_sp {
    display: block;
    width: 156px;
  }
}
body#lp_2022 .top_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body#lp_2022 .top_sp {
    display: block;
  }
  body#lp_2022 .top_sp .inner_sp {
    background: url(../img/lp_2022/bg_lp_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  body#lp_2022 .top_sp .inner_sp p:nth-child(1) {
    text-align: center;
    width: 104px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    background: #A80002 0% 0% no-repeat padding-box;
    color: white;
    border-radius: 32px;
    font: normal normal normal 13px/16px Hiragino Kaku Gothic ProN;
    letter-spacing: 1.04px;
  }
  body#lp_2022 .top_sp .inner_sp p:nth-child(1) span {
    font: normal normal normal 10px/16px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.8px;
  }
  body#lp_2022 .top_sp .inner_sp p:nth-child(2) {
    text-align: left;
    margin-bottom: 6px;
    font: normal normal normal 40px/56px Hiragino Kaku Gothic ProN;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #000000;
  }
  body#lp_2022 .top_sp .inner_sp p:nth-child(3) {
    text-align: left;
    margin-bottom: 50px;
    font: normal normal normal 16px/42px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #000000;
  }
  body#lp_2022 .top_sp .inner_sp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
  body#lp_2022 .top_sp .inner_sp ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  body#lp_2022 .top_sp .inner_sp ul li .logo_sp_1 {
    width: 90px;
    height: 32px;
    object-fit: contain;
  }
  body#lp_2022 .top_sp .inner_sp ul li .logo_sp_2 {
    width: 122px;
    height: 43px;
    object-fit: contain;
  }
  body#lp_2022 .top_sp .inner_sp ul li .logo_sp_3 {
    width: 146px;
    height: 33px;
    object-fit: contain;
  }
  body#lp_2022 .top_sp .inner_sp ul li .logo_sp_4 {
    width: 136px;
    height: 26px;
    object-fit: contain;
  }
}
body#lp_2022 section#topics .inner {
  max-width: 1210px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 section#topics .inner {
    margin: 0px auto 0px;
  }
}
body#lp_2022 section#topics .inner h2 {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 section#topics .inner h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 section#topics .inner h2 img {
    width: 98px;
  }
}
@media screen and (max-width: 1024px) {
  body#lp_2022 section#topics .inner .item-list {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 section#topics .inner .item-list {
    display: block;
    margin: 30px 0;
  }
}
body#lp_2022 section#topics .inner .item-list .item .wrap {
  max-width: 350px;
  margin: 0 auto 10px;
  box-shadow: 0px 3px 6px #00000029;
}
body#lp_2022 section#topics .inner .item-list .item .wrap p {
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 section#topics .inner .item-list .item .wrap {
    max-width: 330px;
  }
  body#lp_2022 section#topics .inner .item-list .item .wrap p {
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body#lp_2022 section#topics .inner .item-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E8F1F5;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
}
body#lp_2022 section#topics .inner .item-list .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
}
body#lp_2022 section#topics .inner .item-list .slick-next {
  right: -50px;
}
body#lp_2022 section#topics .inner .item-list .slick-prev {
  left: -50px;
}
body#lp_2022 section#topics .inner .item-list .slick-next::before {
  left: 13px;
}
body#lp_2022 section#topics .inner .item-list .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 13px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #results {
    display: none;
  }
}
body#lp_2022 #results .inner {
  background-color: #FAFAFA;
  padding-top: 60px;
  padding-bottom: 120px;
}
body#lp_2022 #results .inner h3 {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;
  font-size: 36px;
}
body#lp_2022 #results .inner ul {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 214px;
  margin: 0 auto;
  padding: 0 100px;
}
body#lp_2022 #results .inner ul li {
  list-style: none;
}
body#lp_2022 #problem .inner {
  background: url(../img/lp_2022/bg_lp.jpg);
  padding-top: 95px;
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner {
    background: url(../img/lp_2022/bg_lp_sp.jpg);
    padding-top: 44px;
    padding-bottom: 80px;
  }
}
body#lp_2022 #problem .inner h3 {
  text-align: center;
  margin-bottom: 120px;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner h3 {
    text-align: center;
    margin-bottom: 30px;
    font: normal normal normal 20px/26px Hiragino Kaku Gothic ProN;
    letter-spacing: 1.08px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #problem .inner ul {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul {
    width: 355px;
    margin: 0 auto;
    padding-left: 0;
  }
}
body#lp_2022 #problem .inner ul li {
  display: flex;
  align-items: center;
  list-style: none;
  background-color: #fff;
  max-width: 1200px;
  height: 323px;
  margin-left: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul li {
    width: 355px;
    height: 120px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
body#lp_2022 #problem .inner ul .goal1 {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal1 {
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 0;
  }
}
body#lp_2022 #problem .inner ul .goal1 img {
  width: 372px;
  height: 248px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal1 img {
    order: 1;
    width: 143px;
    height: 95px;
  }
}
body#lp_2022 #problem .inner ul .goal1 .contents-problem {
  padding-left: 217px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal1 .contents-problem {
    order: 0;
    padding-left: 15px;
  }
}
body#lp_2022 #problem .inner ul .goal1 .contents-problem p:nth-child(1) {
  width: fit-content;
  margin-bottom: 20px;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  color: #366E84;
  letter-spacing: 1.44px;
  border-bottom: 3px solid #A80001;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal1 .contents-problem p:nth-child(1) {
    margin-bottom: 13px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #366E84;
  }
}
body#lp_2022 #problem .inner ul .goal1 .contents-problem p:nth-child(1) span {
  font: normal normal bold 52px/40px Arial;
  letter-spacing: 3.12px;
  color: #366E84;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal1 .contents-problem p:nth-child(1) span {
    font: normal normal bold 25px/19px Arial;
    letter-spacing: 1.5px;
    color: #366E84;
  }
}
body#lp_2022 #problem .inner ul .goal1 .contents-problem p:nth-child(2) {
  font: normal normal normal 26px/46px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal1 .contents-problem p:nth-child(2) {
    font: normal normal normal 14px/18px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
  }
}
body#lp_2022 #problem .inner ul .goal2 {
  justify-content: space-between;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal2 {
    justify-content: normal;
    padding-right: 0;
    padding-left: 15px;
  }
}
body#lp_2022 #problem .inner ul .goal2 img {
  order: 1;
  width: 372px;
  height: 248px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal2 img {
    order: 0;
    width: 143px;
    height: 95px;
  }
}
body#lp_2022 #problem .inner ul .goal2 .contents-problem {
  order: 0;
  padding-left: 105px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal2 .contents-problem {
    order: 1;
    padding-left: 20px;
  }
}
body#lp_2022 #problem .inner ul .goal2 .contents-problem p:nth-child(1) {
  width: fit-content;
  margin-bottom: 20px;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  color: #366E84;
  letter-spacing: 1.44px;
  border-bottom: 3px solid #A80001;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal2 .contents-problem p:nth-child(1) {
    margin-bottom: 13px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #366E84;
  }
}
body#lp_2022 #problem .inner ul .goal2 .contents-problem p:nth-child(1) span {
  font: normal normal bold 52px/40px Arial;
  letter-spacing: 3.12px;
  color: #366E84;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal2 .contents-problem p:nth-child(1) span {
    font: normal normal bold 25px/19px Arial;
    letter-spacing: 1.5px;
    color: #366E84;
  }
}
body#lp_2022 #problem .inner ul .goal2 .contents-problem p:nth-child(2) {
  font: normal normal normal 26px/46px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal2 .contents-problem p:nth-child(2) {
    font: normal normal normal 14px/18px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
  }
}
body#lp_2022 #problem .inner ul .goal3 {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal3 {
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 0;
  }
}
body#lp_2022 #problem .inner ul .goal3 img {
  width: 372px;
  height: 248px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal3 img {
    order: 1;
    width: 143px;
    height: 95px;
  }
}
body#lp_2022 #problem .inner ul .goal3 .contents-problem {
  padding-left: 217px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal3 .contents-problem {
    justify-content: space-between;
    order: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body#lp_2022 #problem .inner ul .goal3 .contents-problem p:nth-child(1) {
  width: fit-content;
  margin-bottom: 20px;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  color: #366E84;
  letter-spacing: 1.44px;
  border-bottom: 3px solid #A80001;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal3 .contents-problem p:nth-child(1) {
    margin-bottom: 13px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #366E84;
  }
}
body#lp_2022 #problem .inner ul .goal3 .contents-problem p:nth-child(1) span {
  font: normal normal bold 52px/40px Arial;
  letter-spacing: 3.12px;
  color: #366E84;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal3 .contents-problem p:nth-child(1) span {
    font: normal normal bold 25px/19px Arial;
    letter-spacing: 1.5px;
    color: #366E84;
  }
}
body#lp_2022 #problem .inner ul .goal3 .contents-problem p:nth-child(2) {
  font: normal normal normal 26px/46px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #problem .inner ul .goal3 .contents-problem p:nth-child(2) {
    font: normal normal normal 14px/18px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
  }
}
body#lp_2022 #point {
  overflow: hidden;
}
body#lp_2022 #point .inner {
  padding-top: 95px;
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #point .inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
body#lp_2022 #point .inner h3 {
  text-align: center;
  margin-bottom: 150px;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #point .inner h3 {
    margin-bottom: 40px;
    font: normal normal normal 20px/60px Hiragino Kaku Gothic ProN;
    letter-spacing: 1.08px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #point .inner .point ul {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul {
    width: 325px;
  }
}
body#lp_2022 #point .inner .point ul .point1 {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
  margin-left: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 325px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
body#lp_2022 #point .inner .point ul .point1 .logo-point1 {
  margin-left: 80px;
  width: 180px;
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 .logo-point1 {
    order: 0;
    width: 87px;
    height: 80px;
    margin-left: 0;
  }
}
body#lp_2022 #point .inner .point ul .point1 .text-point {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 .text-point {
    order: 2;
    padding-left: 0;
    margin-top: 50px;
  }
}
body#lp_2022 #point .inner .point ul .point1 .text-point p:nth-child(1) {
  font: normal normal normal 26px/36px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 .text-point p:nth-child(1) {
    font: normal normal normal 16px/22px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #point .inner .point ul .point1 .text-point p:nth-child(2) {
  padding-top: 30px;
  font: normal normal normal 18px/26px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 .text-point p:nth-child(2) {
    padding-top: 10px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
  }
}
body#lp_2022 #point .inner .point ul .point1 .img-point {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 .img-point {
    order: 1;
  }
}
body#lp_2022 #point .inner .point ul .point1 .img-point img:nth-child(1) {
  width: 450px;
  height: 260px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 .img-point img:nth-child(1) {
    width: 210px;
    height: 120px;
  }
}
body#lp_2022 #point .inner .point ul .point1 .img-point img:nth-child(2) {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 550px;
  height: 260px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point1 .img-point img:nth-child(2) {
    top: 20px;
    left: 40px;
    width: 210px;
    height: 120px;
  }
}
body#lp_2022 #point .inner .point ul .point2 {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
  margin-left: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 325px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
body#lp_2022 #point .inner .point ul .point2 .logo-point2 {
  order: 2;
  margin-left: 30px;
  width: 180px;
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 .logo-point2 {
    order: 1;
    width: 87px;
    height: 80px;
    margin-left: 0;
  }
}
body#lp_2022 #point .inner .point ul .point2 .text-point {
  order: 1;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 .text-point {
    order: 2;
    padding-left: 0;
    margin-top: 50px;
  }
}
body#lp_2022 #point .inner .point ul .point2 .text-point p:nth-child(1) {
  font: normal normal normal 25px/36px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 .text-point p:nth-child(1) {
    font: normal normal normal 16px/22px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #point .inner .point ul .point2 .text-point p:nth-child(2) {
  padding-top: 30px;
  font: normal normal normal 18px/26px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 .text-point p:nth-child(2) {
    padding-top: 10px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
  }
}
body#lp_2022 #point .inner .point ul .point2 .img-point {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 .img-point {
    order: 0;
  }
}
body#lp_2022 #point .inner .point ul .point2 .img-point img:nth-child(1) {
  width: 450px;
  height: 260px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 .img-point img:nth-child(1) {
    width: 210px;
    height: 120px;
  }
}
body#lp_2022 #point .inner .point ul .point2 .img-point img:nth-child(2) {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 550px;
  height: 260px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point2 .img-point img:nth-child(2) {
    top: 20px;
    right: 40px;
    width: 210px;
    height: 120px;
  }
}
body#lp_2022 #point .inner .point ul .point3 {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
  margin-left: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 325px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
body#lp_2022 #point .inner .point ul .point3 .logo-point3 {
  margin-left: 80px;
  width: 180px;
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 .logo-point3 {
    order: 0;
    width: 87px;
    height: 80px;
    margin-left: 0;
  }
}
body#lp_2022 #point .inner .point ul .point3 .text-point {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 .text-point {
    order: 2;
    padding-left: 0;
    margin-top: 50px;
  }
}
body#lp_2022 #point .inner .point ul .point3 .text-point p:nth-child(1) {
  font: normal normal normal 25px/36px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 .text-point p:nth-child(1) {
    font: normal normal normal 16px/22px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #point .inner .point ul .point3 .text-point p:nth-child(2) {
  padding-top: 30px;
  font: normal normal normal 18px/26px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 .text-point p:nth-child(2) {
    padding-top: 10px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
  }
}
body#lp_2022 #point .inner .point ul .point3 .img-point {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 .img-point {
    order: 1;
  }
}
body#lp_2022 #point .inner .point ul .point3 .img-point img:nth-child(1) {
  width: 450px;
  height: 260px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 .img-point img:nth-child(1) {
    width: 210px;
    height: 120px;
  }
}
body#lp_2022 #point .inner .point ul .point3 .img-point img:nth-child(2) {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 550px;
  height: 260px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #point .inner .point ul .point3 .img-point img:nth-child(2) {
    top: 20px;
    left: 40px;
    width: 210px;
    height: 120px;
  }
}
body#lp_2022 #comparison .inner {
  background-color: #FAFAFA;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner {
    padding-top: 40px;
  }
}
body#lp_2022 #comparison .inner h3 {
  text-align: center;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner h3 {
    font: normal normal normal 20px/40px Hiragino Kaku Gothic ProN;
    letter-spacing: 1.08px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 600;
  }
}
body#lp_2022 #comparison .inner .table-comparison {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison {
    width: 355px;
    margin-top: 25px;
    padding-bottom: 50px;
  }
}
body#lp_2022 #comparison .inner .table-comparison p {
  text-align: left;
  margin-bottom: 15px;
  font: normal normal normal 28px/53px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison p {
    font: normal normal normal 16px/30px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.96px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #comparison .inner .table-comparison table,
body#lp_2022 #comparison .inner .table-comparison td,
body#lp_2022 #comparison .inner .table-comparison th {
  border: 2px white solid;
}
body#lp_2022 #comparison .inner .table-comparison table {
  max-width: 1200px;
  border-spacing: 3px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table {
    width: 355px;
    border-spacing: 0px;
  }
}
body#lp_2022 #comparison .inner .table-comparison table tr {
  height: 50px;
  background: #DBDBDB 0% 0% no-repeat padding-box;
}
body#lp_2022 #comparison .inner .table-comparison table tr th {
  width: 416px;
  vertical-align: middle;
  padding-left: 50px;
  font: normal normal normal 22px/65px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.56px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table tr th {
    width: 170px;
    padding-left: 10px;
    font: normal normal normal 15px/50px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.96px;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #comparison .inner .table-comparison table tr td {
  text-align: center;
  vertical-align: middle;
  font: normal normal normal 20px/66px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.56px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table tr td {
    font: normal normal normal 14px/36px Hiragino Kaku Gothic ProN;
    letter-spacing: 0px;
    color: #000000;
  }
}
body#lp_2022 #comparison .inner .table-comparison table tr:nth-child(1) {
  height: 95px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table tr:nth-child(1) {
    height: 55px;
  }
}
body#lp_2022 #comparison .inner .table-comparison table tr:nth-child(1) th span {
  font-weight: 600;
}
body#lp_2022 #comparison .inner .table-comparison table tr:nth-child(1) th {
  width: 416px;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  background: #BFBDBD 0% 0% no-repeat padding-box;
  font: 22px/59px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.56px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table tr:nth-child(1) th {
    width: 170px;
    font: normal normal normal 16px/59px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.96px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #comparison .inner .table-comparison table tr:nth-child(1) th:nth-child(n+2) {
  width: 258px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table tr:nth-child(1) th:nth-child(n+2) {
    width: 65px;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #000000;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table .brains {
    display: block;
    text-align: center;
    font: normal normal normal 10px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.6px;
    color: #000000;
  }
  body#lp_2022 #comparison .inner .table-comparison table .bgc-yellow-normal {

  font-size: 18px!important;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table .border-left-none {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison table .border-right-none {
    border-right: none;
  }
}
body#lp_2022 #comparison .inner .table-comparison table .bgc-yellow-bold {
  background-color: #EBBF3F !important;
}
body#lp_2022 #comparison .inner .table-comparison table .bgc-yellow-normal {
  background-color: #F7DA56 !important;
  font-size: 26px;
  font-weight: 600;
}
body#lp_2022 #comparison .inner .table-comparison h4 {
  text-align: center;
  padding-top: 95px;
  padding-bottom: 90px;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;

}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison h4 {
    padding-top: 50px;
    padding-bottom: 16px;
    font: normal normal normal 18px/21px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.96px;
    font-weight: 600;
    color: #000000;
  }
}
body#lp_2022 #comparison .inner .table-comparison ul {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison ul {
    width: 350px;
  }
}
body#lp_2022 #comparison .inner .table-comparison ul li {
  text-align: left;
  font: normal normal normal 22px/46px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.92px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison ul li {
    font: normal normal normal 14px/21px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
  }
}
body#lp_2022 #comparison .inner .table-comparison ul li span {
  text-align: left;
  font: normal normal normal 18px/46px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.56px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #comparison .inner .table-comparison ul li span {
    font: normal normal normal 11px/21px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.66px;
  }
}
body#lp_2022 #menu .innner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #menu .innner {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 #menu .innner {
    width: 325px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
body#lp_2022 #menu .innner h3 {
  text-align: center;
  margin-bottom: 80px;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.16px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #menu .innner h3 {
    margin-bottom: 50px;
    font: normal normal normal 20px/60px Hiragino Kaku Gothic ProN;
    letter-spacing: 1.08px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #menu .innner .menu {
  display: flex;
  flex-flow: wrap column;
  height: 1500px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #menu .innner .menu {
    flex-flow: column;
    height: auto;
  }
}
body#lp_2022 #menu .innner .menu .contents-menu {
  width: 553px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #menu .innner .menu .contents-menu {
    width: 325px;
    padding-bottom: 30px;
  }
}
body#lp_2022 #menu .innner .menu .contents-menu .title-menu {
  padding-bottom: 10px;
  border-bottom: 2px solid #CBD9DF;
}
body#lp_2022 #menu .innner .menu .contents-menu .title-menu img {
  display: inline-block;
  width: 33px;
  height: 33px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #menu .innner .menu .contents-menu .title-menu img {
    width: 23px;
    height: 23px;
  }
}
body#lp_2022 #menu .innner .menu .contents-menu .title-menu p {
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 20px;
  font: normal normal normal 22px/10px Hiragino Kaku Gothic ProN;
  letter-spacing: 0.48px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #menu .innner .menu .contents-menu .title-menu p {
    font: normal normal normal 16px/7px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.32px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #menu .innner .menu .contents-menu p {
  padding: 5px 15px 0;
  font: normal normal normal 18px/53px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.26px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #menu .innner .menu .contents-menu p {
    padding: 11px 13px 0;
    font: normal normal normal 14px/19px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #000000;
  }
}
body#lp_2022 #menu .innner .menu .translateY-68px {
  transform: translateY(68px);
}
@media screen and (max-width: 768px) {
  body#lp_2022 #menu .innner .menu .translateY-68px {
    transform: translateY(0);
  }
}
body#lp_2022 #voice {
  background: #FAFAFA 0% 0% no-repeat padding-box;
}
body#lp_2022 #voice .inner {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body#lp_2022 #voice .inner h3 {
  text-align: center;
  margin-bottom: 80px;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner h3 {
    margin-bottom: 20px;
    font: normal normal normal 20px/24px Hiragino Kaku Gothic ProN;
    letter-spacing: 1.08px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #voice .inner ul {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul {
    width: 355px;
  }
}
body#lp_2022 #voice .inner ul li {
  display: flex;
  align-items: center;
  list-style: none;
  background-color: #fff;
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul li {
    display: block;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
    margin-top: 40px;
  }
}
body#lp_2022 #voice .inner ul .voice1 {
  position: relative;
}
body#lp_2022 #voice .inner ul .voice1 .box-voice {
  width: 560px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 .box-voice {
    width: auto;
    margin-bottom: 0;
  }
}
body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .name-voice {
  display: inline-block;
  transform: translateY(-40px);
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  color: #366E84;
  letter-spacing: 1.44px;
  border-bottom: 3px solid #A80001;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .name-voice {
    transform: translateY(-20px);
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #366E84;
  }
}
body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .name-voice span {
  font: normal normal bold 52px/40px Arial;
  letter-spacing: 3.12px;
  color: #366E84;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .name-voice span {
    font: normal normal bold 25px/19px Arial;
    letter-spacing: 1.5px;
    color: #366E84;
  }
}
body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .box-company {
  display: inline-block;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .box-company {
    padding-left: 10px;
  }
}
body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .box-company p:nth-child(1) {
  font: normal normal normal 22px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.32px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .box-company p:nth-child(1) {
    font: normal normal normal 14px/32px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .box-company p:nth-child(n+2) {
  font: normal normal normal 18px/30px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.08px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 .box-voice .title-voice .box-company p:nth-child(n+2) {
    font: normal normal normal 12px/18px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.6px;
    color: #000000;
  }
}
body#lp_2022 #voice .inner ul .voice1 .box-voice .text-voice {
  margin-top: 50px;
  font: normal normal normal 17px/32px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.08px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 .box-voice .text-voice {
    width: 160px;
    margin-top: 15px;
    font: normal normal normal 12px/22px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.6px;
    color: #000000;
  }
}
body#lp_2022 #voice .inner ul .voice1 img {
  vertical-align: middle;
  width: 355px;
  height: 355px;
  object-fit: contain;
  margin-top: 30px;
  margin-left: 150px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice1 img {
    position: absolute;
    top: 105px;
    right: 15px;
    width: 141px;
    height: 141px;
    margin-left: 0;
  }
}
body#lp_2022 #voice .inner ul .voice2 {
  position: relative;
}
body#lp_2022 #voice .inner ul .voice2 .box-voice {
  order: 1;
  width: 560px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 .box-voice {
    width: auto;
    margin-bottom: 0;
  }
}
body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .name-voice {
  display: inline-block;
  transform: translateY(-40px);
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  color: #366E84;
  letter-spacing: 1.44px;
  border-bottom: 3px solid #A80001;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .name-voice {
    transform: translateY(-20px);
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #366E84;
  }
}
body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .name-voice span {
  font: normal normal bold 52px/40px Arial;
  letter-spacing: 3.12px;
  color: #366E84;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .name-voice span {
    font: normal normal bold 25px/19px Arial;
    letter-spacing: 1.5px;
    color: #366E84;
  }
}
body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .box-company {
  display: inline-block;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .box-company {
    padding-left: 10px;
  }
}
body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .box-company p:nth-child(1) {
  font: normal normal normal 22px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.32px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .box-company p:nth-child(1) {
    font: normal normal normal 14px/28px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .box-company p:nth-child(n+2) {
  font: normal normal normal 18px/30px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.08px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 .box-voice .title-voice .box-company p:nth-child(n+2) {
    font: normal normal normal 12px/22px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.6px;
    color: #000000;
  }
}
body#lp_2022 #voice .inner ul .voice2 .box-voice .text-voice {
  margin-top: 50px;
  font: normal normal normal 17px/32px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.08px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 .box-voice .text-voice {
    width: 160px;
    margin-top: 15px;
    margin-left: 170px;
    font: normal normal normal 12px/22px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.6px;
    color: #000000;
  }
}
body#lp_2022 #voice .inner ul .voice2 img {
  order: 0;
  vertical-align: middle;
  width: 355px;
  height: 355px;
  object-fit: contain;
  margin-top: 30px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #voice .inner ul .voice2 img {
    position: absolute;
    top: 105px;
    left: 15px;
    width: 141px;
    height: 141px;
    margin-left: 0;
  }
}
body#lp_2022 .inquiry {
  background: #B3CEE1 0% 0% no-repeat padding-box;
}
body#lp_2022 .inquiry .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 .inquiry .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body#lp_2022 .inquiry .inner h3 {
  text-align: center;
  margin-bottom: 50px;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.16px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 .inquiry .inner h3 {
    margin-bottom: 30px;
    font: normal normal normal 20px/32px Hiragino Kaku Gothic ProN;
    letter-spacing: 1.2px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 .inquiry .inner .box-link {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 .inquiry .inner .box-link {
    gap: 10px;
  }
}
body#lp_2022 .inquiry .inner .box-link a:nth-child(1) {
  text-align: center;
  width: 342px;
  color: #FFFFFF;
  font: normal normal normal 26px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 0.3px;
  background: #5E94B1;
  padding: 20px 80px;
  box-shadow: 0 5px 0 #2E5871;
  border-radius: 6px;
  display: inline-block;
  transition: .3s;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 .inquiry .inner .box-link a:nth-child(1) {
    width: 157px;
    font: normal normal normal 16px/31px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.16px;
    color: #FFFFFF;
    padding: 10px 10px;
  }
}
body#lp_2022 .inquiry .inner .box-link a:nth-child(2) {
  text-align: center;
  width: 342px;
  color: #000000;
  font: normal normal normal 26px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 0.3px;
  background: #FFFFFF;
  padding: 20px 80px;
  box-shadow: 0 5px 0 #3F687E;
  border-radius: 6px;
  display: inline-block;
  transition: .3s;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 .inquiry .inner .box-link a:nth-child(2) {
    width: 157px;
    font: normal normal normal 16px/31px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.16px;
    color: #000000;
    padding: 10px 10px;
  }
}
body#lp_2022 .inquiry .inner .box-link a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}
body#lp_2022 #place-pattern {
  background: #F4F9FC 0% 0% no-repeat padding-box;
}
body#lp_2022 #place-pattern .inner {
  padding-top: 88px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-pattern .inner {
    padding-top: 36px;
    padding-bottom: 70px;
  }
}
body#lp_2022 #place-pattern .inner h3 {
  text-align: center;
  margin-bottom: 54px;
  font: normal normal normal 36px/53px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner h3 {
    margin-bottom: 36px;
    font: normal normal normal 20px/40px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.96px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #place-pattern .inner h3 span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font: normal normal normal 24px/32px Hiragino Kaku Gothic ProN;
  letter-spacing: 0.44px;
  color: #2E5871;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner h3 span {
    margin-top: 13px;
    font: normal normal normal 14px/22px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #2E5871;
  }
}
body#lp_2022 #place-pattern .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-pattern .inner ul {
    display: block;
    width: 562px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul {
    display: block;
    width: 237px;
    margin: 0 auto;
  }
}
body#lp_2022 #place-pattern .inner ul li {
  list-style: none;
  width: 562px;
  height: 378px;
  padding-top: 50px;
  background-color: white;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-pattern .inner ul li {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul li {
    width: 235px;
    height: 150px;
    padding-top: 20px;
    margin-bottom: 36px;
  }
}
body#lp_2022 #place-pattern .inner ul .online p:nth-child(1) {
  width: fit-content;
  margin: 0 auto;
  font: normal normal normal 26px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.68px;
  color: #366E84;
  border-bottom: 3px solid #A80001;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul .online p:nth-child(1) {
    font: normal normal normal 14px/26px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #366E84;
    font-weight: 600;
  }
}
body#lp_2022 #place-pattern .inner ul .online p:nth-child(2) {
  text-align: center;
  margin-top: 30px;
  font: normal normal normal 20px/30px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul .online p:nth-child(2) {
    margin-top: 20px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.6px;
  }
}
body#lp_2022 #place-pattern .inner ul .equipment {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul .equipment {
    padding-left: 0;
    height: 200px;
  }
}
body#lp_2022 #place-pattern .inner ul .equipment p:nth-child(1) {
  width: fit-content;
  margin: 0 auto;
  font: normal normal normal 26px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.68px;
  color: #366E84;
  border-bottom: 3px solid #A80001;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul .equipment p:nth-child(1) {
    font: normal normal normal 14px/24px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.72px;
    color: #366E84;
    font-weight: 600;
  }
}
body#lp_2022 #place-pattern .inner ul .equipment p:nth-child(2) {
  text-align: left;
  margin-top: 30px;
  font: normal normal normal 20px/30px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul .equipment p:nth-child(2) {
    text-align: center;
    margin-top: 20px;
    font: normal normal normal 12px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.6px;
  }
}
body#lp_2022 #place-pattern .inner ul .equipment p:nth-child(3) {
  text-align: left;
  margin-top: 30px;
  font: normal normal normal 16px/20px Hiragino Kaku Gothic ProN;
  letter-spacing: 0.96px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-pattern .inner ul .equipment p:nth-child(3) {
    text-align: center;
    margin-top: 10px;
    font: normal normal normal 6px/10px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.36px;
    color: #000000;
  }
}
body#lp_2022 #place-main .inner {
  padding-top: 150px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
body#lp_2022 #place-main .inner h3 {
  text-align: center;
  margin-bottom: 60px;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner h3 {
    margin-bottom: 24px;
    font: normal normal normal 20px/40px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.96px;
    color: #000000;
    font-weight: 600;
  }
}
body#lp_2022 #place-main .inner .table-place {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place {
    width: 325px;
    margin: 0 auto;
  }
}
body#lp_2022 #place-main .inner .table-place table {
  width: 100%;
  border-spacing: 3px;
  border-collapse: separate;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place table {
    width: 325px;
    margin: 0 auto;
    border-spacing: 2px;
    writing-mode: vertical-lr;
    margin-bottom: 15px;
  }
  body#lp_2022 #place-main .inner .table-place table th,
  body#lp_2022 #place-main .inner .table-place table td {
    writing-mode: horizontal-tb;
  }
}
body#lp_2022 #place-main .inner .table-place table tbody {
  width: 100%;
}
body#lp_2022 #place-main .inner .table-place table tr {
  height: 128px;
}
body#lp_2022 #place-main .inner .table-place table tr th {
  text-align: center;
  vertical-align: middle;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place table tr th {
    width: 107px;
    height: 66px;
    font: normal normal normal 14px/20px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #FFFFFF;
  }
}
body#lp_2022 #place-main .inner .table-place table tr th span {
  text-align: center;
  display: block;
  font: normal normal normal 16px/28px Hiragino Kaku Gothic ProN;
  letter-spacing: 0.96px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place table tr th span {
    font: normal normal normal 8px/23px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.48px;
    color: #FFFFFF;
  }
}
body#lp_2022 #place-main .inner .table-place table tr td {
  text-align: center;
  vertical-align: middle;
  background-color: #B2CFE1;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place table tr td {
    font: normal normal normal 14px/33px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #000000;
  }
}
body#lp_2022 #place-main .inner .table-place table tr .bgc-608191 {
  background-color: #608191;
}
body#lp_2022 #place-main .inner .table-place table tr .bgc-88A0AC {
  background-color: #88A0AC;
}
body#lp_2022 #place-main .inner .table-place table tr .bgc-E4D5A8 {
  background-color: #E4D5A8 !important;
}
body#lp_2022 #place-main .inner .table-place p:nth-child(2) {
  display: inline-block;
  margin-bottom: 45px;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place p:nth-child(2) {
    display: block;
    margin-bottom: 7px;
    font: normal normal normal 11px/16px Hiragino Kaku Gothic ProN!important;
    letter-spacing: 0.48px;
    color: #000000;
  }
}
body#lp_2022 #place-main .inner .table-place p:nth-child(2) span {
  display: inline-block;
  padding: 5px 14px;
  margin-right: 20px;
  background-color: #B2CFE1;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place p:nth-child(2) span {
    padding: 2px 12px;
    margin-right: 5px;
  }
}
body#lp_2022 #place-main .inner .table-place p:nth-child(3) {
  display: inline-block;
  margin-left: 60px;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place p:nth-child(3) {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
    font: normal normal normal 8px/14px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.48px;
    color: #000000;
  }
}
body#lp_2022 #place-main .inner .table-place p:nth-child(3) span {
  padding: 5px 14px;
  margin-right: 20px;
  background-color: #E4D5A8;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place p:nth-child(3) span {
    display: inline-block;
    text-align: center;
    width: 45px;
    padding: 2px 0px;
    margin-right: 5px;
  }
}
body#lp_2022 #place-main .inner .table-place .div-square {
  display: flex;
}
body#lp_2022 #place-main .inner .table-place .square {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #000000 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place .square {
    white-space: nowrap;
    width: 9px;
    height: 9px;
  }
}
body#lp_2022 #place-main .inner .table-place .text-square {
  display: inline-block !important;
  margin-bottom: 20px !important;
  font: normal normal normal 20px/28px Hiragino Kaku Gothic ProN !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #place-main .inner .table-place .text-square {
    float: right;
    font: normal normal normal 8px/12px Hiragino Kaku Gothic ProN !important;
    letter-spacing: 0px !important;
  }
}
body#lp_2022 #place-main .inner .table-place ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 113px;
  margin-top: 70px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-main .inner .table-place ul {
    flex-wrap: wrap;
    width: 325px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }
}
body#lp_2022 #place-main .inner .table-place ul li {
  box-sizing: border-box;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  width: 211px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 0;
  border: 2px solid #B2CFE1;
  font: normal normal normal 24px/40px Hiragino Kaku Gothic ProN;
  letter-spacing: 1.44px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-main .inner .table-place ul li {
    width: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 16px;
    font: normal normal normal 14px/18px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.84px;
    color: #000000;
  }
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-main .inner .table-place ul li:nth-child(1) {
    order: 0;
  }
  body#lp_2022 #place-main .inner .table-place ul li:nth-child(2) {
    order: 1;
  }
  body#lp_2022 #place-main .inner .table-place ul li:nth-child(3) {
    order: 3;
  }
  body#lp_2022 #place-main .inner .table-place ul li:nth-child(4) {
    order: 2;
    transform: translate(175px, 98px);
  }
  body#lp_2022 #place-main .inner .table-place ul li:nth-child(5) {
    display: block;
    height: 82px;
    box-sizing: border-box;
    order: 4;
    background: #B2CFE1 0% 0% no-repeat padding-box;
    border: 0;
  }
}
body#lp_2022 #place-main .inner .table-place ul .arrow1 {
  position: absolute;
  top: 50%;
  left: 211px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-main .inner .table-place ul .arrow1 {
    width: 32px;
    top: 40px;
    left: 149px;
  }
}
body#lp_2022 #place-main .inner .table-place ul .arrow2 {
  position: absolute;
  top: 50%;
  left: 458px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-main .inner .table-place ul .arrow2 {
    width: 32px;
    top: 85px;
    left: 234px;
    transform: rotate(90deg);
  }
}
body#lp_2022 #place-main .inner .table-place ul .arrow3 {
  position: absolute;
  top: 50%;
  left: 705px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-main .inner .table-place ul .arrow3 {
    width: 32px;
    top: 183px;
    left: 234px;
    transform: rotate(90deg);
  }
}
body#lp_2022 #place-main .inner .table-place ul .arrow4 {
  position: absolute;
  top: 50%;
  left: 952px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  body#lp_2022 #place-main .inner .table-place ul .arrow4 {
    width: 32px;
    top: 225px;
    left: 145px;
    transform: rotate(180deg);
  }
}
body#lp_2022 #faq {
  background-color: #FAFAFA;
  padding-top: 106px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
body#lp_2022 #faq h3 {
  text-align: center;
  font: normal normal normal 36px/60px Hiragino Kaku Gothic ProN;
  letter-spacing: 2.4px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq h3 {
    margin-bottom: 0;
    font: normal normal normal 20px/40px Hiragino Kaku Gothic ProN;
    letter-spacing: 0.96px;
    font-weight: 600;
    color: #000000;
  }
}
body#lp_2022 #faq h2 {
  background: #e0e8ec url(../img/faq/btn_open.png) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 30px;
  color: #2f6980;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 20px;
  border-top: 1px solid #2f6980;
  border-bottom: 1px solid #2f6980;
  margin-bottom: 20px;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq h2 {
    font-size: 14px;
    font-size: 0.875rem;
    background: #e0e8ec url(../img/faq/btn_open.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
    margin-bottom: 15px;
    padding: 13px 10px;
    height: 50px;
  }
}
body#lp_2022 #faq h2.open {
  background: #e0e8ec url(../img/faq/btn_close.png) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq h2.open {
    background: #e0e8ec url(../img/faq/btn_close.png) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
  }
}
body#lp_2022 #faq .inner {
  max-width: 1040px;
  padding: 60px 20px 30px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq .inner {
    padding-top: 40px;
  }
}
body#lp_2022 #faq .inner dl {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 20px;
}
body#lp_2022 #faq .inner dl:not(:last-of-type) {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq .inner dl:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq .inner dl {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 10px;
  }
}
body#lp_2022 #faq .inner dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq .inner dl dt {
    padding-left: 20px;
  }
}
body#lp_2022 #faq .inner dl dt:before {
  position: absolute;
  left: 0;
  content: "Q. ";
}
body#lp_2022 #faq .inner dl dd {
  margin-left: 27px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#lp_2022 #faq .inner dl dd {
    margin-bottom: 10px;
    margin-left: 22px;
    padding-left: 15px;
  }
}
body#lp_2022 #faq .inner dl dd:before {
  position: absolute;
  left: 0;
  content: "A. ";
}

/********************************************
* List
********************************************/
@media screen and (max-width: 768px) {
  body#list h1 img {
    width: 128px;
  }
}
body#list section#course {
  background: none;
}
body#list section#course .inner {
  max-width: 1040px;
  padding: 60px 20px 0;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner {
    padding: 40px 20px 0;
  }
}
body#list section#course .inner .course-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner .course-list {
    margin: 0;
  }
}
body#list section#course .inner .course-list .wrap {
  width: calc(50% - 100px);
  background: none;
  margin: 0 50px 20px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner .course-list .wrap {
    width: 100%;
    margin: 0;
  }
  body#list section#course .inner .course-list .wrap:last-of-type {
    padding-bottom: 0;
  }
  body#list section#course .inner .course-list .wrap:last-of-type ul {
    margin-bottom: 0;
  }
}
body#list section#course .inner .course-list .item {
  background: none;
  box-shadow: none;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner .course-list .item {
    padding: 0 0 15px;
  }
  body#list section#course .inner .course-list .item:last-of-type {
    padding-bottom: 0;
  }
}
body#list section#course .inner .course-list .item h3 {
  margin-bottom: 20px;
  background: none;
  border-bottom: 1px solid #2f6980;
  font-size: 20px;
  font-size: 1.25rem;
  height: 57px;
  line-height: 57px;
  color: #2f6980;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner .course-list .item h3 {
    font-size: 16px;
    font-size: 1rem;
    height: auto;
    line-height: 1.8;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
body#list section#course .inner .course-list .item h3 img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner .course-list .item h3 img {
    max-width: 37px;
  }
}
body#list section#course .inner .course-list .item ul {
  margin-left: 0;
  margin-bottom: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner .course-list .item ul {
    margin-bottom: 40px;
  }
}
body#list section#course .inner .course-list .item ul li {
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  color: #2376d6;
}
@media screen and (max-width: 768px) {
  body#list section#course .inner .course-list .item ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
body#list section#course .inner .course-list .item ul li a {
  color: #2376d6;
}

/********************************************
* Schedule
********************************************/
@media screen and (max-width: 768px) {
  body#regular h1 img {
    width: 102px;
  }
}
body#regular section#schedule {
  background: none;
}
@media screen and (max-width: 768px) {
  body#regular section#schedule .inner {
    padding: 40px 20px 0;
  }
}
body#regular section#schedule .inner .schedules {
  padding: 0 20px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  body#regular section#schedule .inner .schedules {
    margin-bottom: 0;
    padding: 0;
  }
}
body#regular section#schedule .inner .schedules .wrap {
  max-height: inherit;
}
body#regular section#schedule .inner .schedules .wrap .schdule-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body#regular section#schedule .inner .schedules .wrap .schdule-list {
    margin-bottom: 40px;
  }
  body#regular section#schedule .inner .schedules .wrap .schdule-list:last-of-type {
    margin-bottom: 0;
  }
}
body#regular .scroll {
  overflow-y: auto !important;
}

/********************************************
* Course
********************************************/
body#catalog_inquiry main,
body#form main,
body#entry main,
body#course main {
  background: #e0e8ec;
  padding: 135px 20px 0;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry main,
  body#form main,
  body#entry main,
  body#course main {
    padding: 0 20px 20px;
  }
}
body#catalog_inquiry section,
body#form section,
body#entry section,
body#course section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section,
  body#form section,
  body#entry section,
  body#course section {
    padding: 30px 15px 20px;
  }
}
body#catalog_inquiry section .inner,
body#form section .inner,
body#entry section .inner,
body#course section .inner {
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 975px;
  padding: 50px 20px 0;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner,
  body#form section .inner,
  body#entry section .inner,
  body#course section .inner {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 50px 0 0;
  }
}
body#catalog_inquiry section .inner h2,
body#form section .inner h2,
body#entry section .inner h2,
body#course section .inner h2 {
  background-color: #e0e8ec;
  border-left: 4px solid #2f6980;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 6px 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner h2,
  body#form section .inner h2,
  body#entry section .inner h2,
  body#course section .inner h2 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    border-left: 3.5px solid #2f6980;
  }
}
body#catalog_inquiry section .inner h2:not(:first-of-type),
body#form section .inner h2:not(:first-of-type),
body#entry section .inner h2:not(:first-of-type),
body#course section .inner h2:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner h2:not(:first-of-type),
  body#form section .inner h2:not(:first-of-type),
  body#entry section .inner h2:not(:first-of-type),
  body#course section .inner h2:not(:first-of-type) {
    margin-top: 40px;
  }
}
body#catalog_inquiry section .inner table.course-info,
body#form section .inner table.course-info,
body#entry section .inner table.course-info,
body#course section .inner table.course-info {
  width: 700px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  body#catalog_inquiry section .inner table.course-info,
  body#form section .inner table.course-info,
  body#entry section .inner table.course-info,
  body#course section .inner table.course-info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner table.course-info,
  body#form section .inner table.course-info,
  body#entry section .inner table.course-info,
  body#course section .inner table.course-info {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body#catalog_inquiry section .inner table.course-info tr th,
body#form section .inner table.course-info tr th,
body#entry section .inner table.course-info tr th,
body#course section .inner table.course-info tr th {
  background: #879dcd;
  color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  width: 150px;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner table.course-info tr th,
  body#form section .inner table.course-info tr th,
  body#entry section .inner table.course-info tr th,
  body#course section .inner table.course-info tr th {
    width: 90px;
    padding: 10px 5px;
  }
}
body#catalog_inquiry section .inner table.course-info tr td,
body#form section .inner table.course-info tr td,
body#entry section .inner table.course-info tr td,
body#course section .inner table.course-info tr td {
  padding: 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner table.course-info tr td,
  body#form section .inner table.course-info tr td,
  body#entry section .inner table.course-info tr td,
  body#course section .inner table.course-info tr td {
    padding: 10px 5px;
  }
}
body#catalog_inquiry section .inner .schdule-list,
body#form section .inner .schdule-list,
body#entry section .inner .schdule-list,
body#course section .inner .schdule-list {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner .schdule-list,
  body#form section .inner .schdule-list,
  body#entry section .inner .schdule-list,
  body#course section .inner .schdule-list {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body#catalog_inquiry section .inner .schdule-list:not(:last-of-type),
body#form section .inner .schdule-list:not(:last-of-type),
body#entry section .inner .schdule-list:not(:last-of-type),
body#course section .inner .schdule-list:not(:last-of-type) {
  margin-bottom: 20px;
}
body#catalog_inquiry section .inner .schdule-list th,
body#form section .inner .schdule-list th,
body#entry section .inner .schdule-list th,
body#course section .inner .schdule-list th {
  background-color: #879dcd;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ccc;
  width: 116px;
}
body#catalog_inquiry section .inner .schdule-list th:nth-of-type(2),
body#form section .inner .schdule-list th:nth-of-type(2),
body#entry section .inner .schdule-list th:nth-of-type(2),
body#course section .inner .schdule-list th:nth-of-type(2) {
  min-width: 340px;
}
body#catalog_inquiry section .inner .schdule-list td,
body#form section .inner .schdule-list td,
body#entry section .inner .schdule-list td,
body#course section .inner .schdule-list td {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
body#catalog_inquiry section .inner .schdule-list td:nth-of-type(2),
body#form section .inner .schdule-list td:nth-of-type(2),
body#entry section .inner .schdule-list td:nth-of-type(2),
body#course section .inner .schdule-list td:nth-of-type(2) {
  text-align-last: left;
}
body#catalog_inquiry section .inner .schdule-list td a,
body#form section .inner .schdule-list td a,
body#entry section .inner .schdule-list td a,
body#course section .inner .schdule-list td a {
  display: block;
  color: #3d6cd3;
}

/********************************************
* Entry
********************************************/
body#entry .kiyaku {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
body#entry .kiyaku pre {
  height: 300px;
  white-space: break-spaces;
  overflow-y: scroll;
}
body#entry .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body#entry .wrap {
    display: block;
  }
}
body#entry .wrap table.course-info {
  width: calc(100% - 235px) !important;
}
@media screen and (max-width: 768px) {
  body#entry .wrap table.course-info {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body#entry .wrap .thumb img {
    margin-top: 20px;
    width: 100%;
  }
}

/********************************************
* Form
********************************************/
body#form section .inner {
  max-width: 975px;
}
body#form .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body#form .wrap {
    display: block;
  }
}
body#form .wrap table.course-info {
  width: calc(100% - 235px) !important;
}
@media screen and (max-width: 768px) {
  body#form .wrap table.course-info {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body#form .wrap .thumb img {
    margin-top: 20px;
    width: 100%;
  }
}

/********************************************
* Catalog
********************************************/
@media screen and (max-width: 768px) {
  body#catalog_inquiry h1 img {
    width: 64px;
  }
}
body#catalog_inquiry main {
  background: #fff;
  padding: 135px 0 0;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry main {
    padding: 50px 0 20px;
  }
}
body#catalog_inquiry section {
  padding-bottom: 0;
}
body#catalog_inquiry section .inner {
  max-width: 1040px;
  padding: 60px 20px 0;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner {
    padding: 0;
  }
}
body#catalog_inquiry section .inner h2 {
  background-color: #e0e8ec;
  font-size: 24px;
  font-size: 1.5rem;
  border-left: 6.5px solid #2f6980;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry section .inner h2 {
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 10px;
    border-left: 3.5px solid #2f6980;
  }
}
body#catalog_inquiry label {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry label {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
body#catalog_inquiry ol > li:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry ol > li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
body#catalog_inquiry .circle2 {
  margin: 0;
}
body#catalog_inquiry .circle2 > li {
  margin: 0;
}
body#catalog_inquiry input[type="reset"],
body#catalog_inquiry input[type="submit"] {
  display: inline;
  width: auto;
}
@media screen and (max-width: 768px) {
  body#catalog_inquiry input[type="reset"],
  body#catalog_inquiry input[type="submit"] {
    height: auto;
  }
}

/********************************************
* Button
********************************************/
.btn {
  width: 132px;
}

.btn1 {
  text-align: center;
  font-size: 13.5px;
  font-size: 0.84375rem;
}
.btn1 a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: #fff !important;
  background-color: #2f6980;
  border: 1px solid #2f6980;
}
.btn1 a:hover {
  color: #2f6980 !important;
  background-color: #fff;
}

.btn2 {
  text-align: center;
  font-size: 13.5px;
  font-size: 0.84375rem;
}
.btn2 a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: #2f6980 !important;
  background-color: #fff;
  border: 1px solid #2f6980;
}
.btn2 a:hover {
  color: #fff !important;
  background-color: #2f6980;
}

.btn3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn3 {
    width: 100%;
    max-width: 350px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.btn3 a {
  display: block;
  padding: 13px 0;
  text-decoration: none;
  color: #fff !important;
  background: #2f6980 url(../img/common/bg_btn3.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  border: 1px solid #fff;
}
.btn3 a:hover {
  color: #2f6980 !important;
  background: #fff url(../img/common/bg_btn3_hover.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  border: 1px solid #2f6980;
}

.btn4 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn4 {
    width: 100%;
    max-width: 350px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.btn4 a {
  display: block;
  padding: 13px 0;
  text-decoration: none;
  color: #fff !important;
  background: #334f8d url(../img/common/bg_btn3.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  border: 1px solid #334f8d;
}
.btn4 a:hover {
  color: #334f8d !important;
  background: #fff url(../img/common/bg_btn3_hover.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  border: 1px solid #2f6980;
}

/********************************************
* List
********************************************/
ul.circle {
  list-style-type: none;
  position: relative;
}
ul.circle:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  ul.circle:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
ul.circle > li {
  padding-left: 1.2em;
  position: relative;
  margin-left: 0;
}
ul.circle > li:before {
  position: absolute;
  content: "●";
  left: 0;
}

ul.circle2 {
  list-style-type: none;
  position: relative;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  ul.circle2 {
    margin: 20px 0;
  }
}
ul.circle2 > li {
  padding-left: 1.2em;
  position: relative;
  margin-left: 0;
}
ul.circle2 > li:before {
  position: absolute;
  content: "○";
  left: 0;
}

ul.num1 {
  list-style-type: none;
}
ul.num1:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  ul.num1:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
ul.num1 > li {
  padding-left: 1.7em;
  position: relative;
  margin-left: 0;
  counter-increment: cnt2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  ul.num1 > li {
    margin-bottom: 20px;
  }
}
ul.num1 > li:before {
  position: absolute;
  content: "(" counter(cnt2) ")";
  left: 0;
}

ul.minus {
  list-style-type: none;
  position: relative;
}
ul.minus:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  ul.minus:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
ul.minus > li {
  padding-left: 0.7em;
  position: relative;
  margin-left: 0;
}
ul.minus > li:before {
  position: absolute;
  content: "-";
  left: 0;
}

ol {
  margin-top: 30px;
}
ol li {
  margin-left: 20px;
}

/********************************************
* Table
********************************************/
.table01 {
  width: 100%;
  margin-bottom: 40px;
}
.table01 th {
  text-align: center;
  background: #ededed;
  padding: 10px;
  width: 350px;
  border: 1px solid #d1d1d1;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .table01 th {
    width: 100%;
    display: block;
  }
}
.table01 td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 1024px) {
  .table01 td {
    width: 100%;
    display: block;
  }
}

.scroll {
  overflow-x: auto;
}
.scroll table {
  min-width: 920px;
  margin: 0 0 40px 0;
}

/********************************************
* Youtube
********************************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************
* Contact Form
********************************************/


.logo img {
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  footer {
      padding-bottom: 50px;
  }
  ul.list_common li {
      margin-left: 0px!important;
  }
  footer #footer-menu ul li:nth-of-type(1) a, footer #footer-menu ul li:nth-of-type(2) a {
      display: block;
      text-decoration: none;
      color: #fff;
      background-color: #2f6980;
      height: 100%;
      font-size: 16px;
      padding-top: 8px;
  }
}
  
section {
    padding-bottom:100px;
}
